/* =============================================
   FABTECH CONSULTANT – UNIFIED DESIGN SYSTEM
   Dark Slate & Gold Industrial Theme (Sharp Geometry)
   ============================================= */

:root {
  --gold: #F39C12;
  --gold-dark: #D68910;
  --gold-light: #F8C471;
  --gold-glow: rgba(243, 156, 18, 0.25);

  --bg-main: #0a0a0a;
  --bg-alt: #121212;
  --bg-deep: #050505;

  --card-bg: #161b24;
  --card-surface: #1e2530;
  --card-border: rgba(243, 156, 18, 0.25);
  --card-hover-border: var(--gold);

  --white: #ffffff;
  --body-text: rgba(255, 255, 255, 0.88);
  --muted: rgba(255, 255, 255, 0.55);
  --border-subtle: rgba(255, 255, 255, 0.08);

  --max-w: 1240px;
  --radius: 0px !important;
  --radius-sm: 0px !important;
  --radius-lg: 0px !important;

  /* Legacy variable compatibility */
  --primary: var(--white);
  --primary-light: var(--gold-light);
  --primary-dark: var(--gold-dark);
  --accent: var(--gold);
  --accent-light: var(--gold-light);
  --text-main: var(--body-text);
  --text-muted: var(--muted);
  --dark: var(--bg-deep);
  --dark-surface: var(--card-bg);
  --slate: var(--card-surface);
}

/* ── Reset & Base ─────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-radius: 0 !important;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: clip;
  max-width: 100vw;
  width: 100%;
  background-color: #0a0a0a !important;
  color-scheme: dark;
}

body {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  background-color: #0a0a0a !important;
  color-scheme: dark;
  background: #0d0d0d linear-gradient(rgba(140, 140, 140, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 140, 140, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  background-attachment: fixed;
  color: var(--white);
  line-height: 1.65;
  overflow-x: clip;
  max-width: 100vw;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::before {
  content: '';
  position: fixed;
  inset: 24% -20% -18%;
  pointer-events: none;
  background: linear-gradient(rgba(180, 180, 180, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 180, 180, 0.12) 1px, transparent 1px);
  background-size: 58px 58px;
  transform: perspective(700px) rotateX(58deg) scale(1.55);
  transform-origin: center bottom;
  opacity: 0.6;
  z-index: 0;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 40%, rgba(80, 80, 80, 0.12), transparent 60%);
  z-index: 0;
}

body>* {
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 0 !important;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s, border-color 0.2s;
  border-radius: 0 !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ── Typography & Helpers ─────────────────── */
.gold {
  color: var(--gold) !important;
}

.text-gold {
  color: var(--gold) !important;
}

.text-accent {
  color: var(--gold) !important;
}

.text-center {
  text-align: center;
}

.mb-2 {
  margin-bottom: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Outfit', 'Inter', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
  letter-spacing: 0.02em;
}

h1 {
  font-size: clamp(2.1rem, 4.2vw, 3.6rem);
  font-weight: 600;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 20px;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 500;
  margin-bottom: 16px;
}

h4 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--muted);
  max-width: 760px;
  margin: 0 auto 32px;
  line-height: 1.7;
}

.title-lg {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

.block-title {
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
  color: var(--gold);
}

.lead {
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--body-text);
  line-height: 1.85;
  max-width: 860px;
  margin-bottom: 20px;
}

.lead-muted {
  font-size: 1rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.75;
  max-width: 680px;
  margin-bottom: 0;
}

.subhead {
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0.06em;
  margin-top: 8px;
}

p {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--body-text);
  line-height: 1.75;
  margin-bottom: 14px;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  color: var(--white);
  font-weight: 600;
}

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
  width: 100%;
}

.gold-bar {
  width: 4px;
  height: 100%;
  min-height: 120px;
  background: var(--gold);
  border-radius: 0 !important;
}

.gold-divider {
  height: 3px;
  border: 0;
  margin: 0;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold) 75%, rgba(243, 156, 18, 0.3) 100%);
  box-shadow: 0 0 10px rgba(243, 156, 18, 0.25);
  border-radius: 0 !important;
}

/* ── Badges & Buttons (Sharp Edges) ───────── */
.badge {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(243, 156, 18, 0.12);
  border: 1px solid rgba(243, 156, 18, 0.35);
  border-radius: 0 !important;
  padding: 5px 16px;
  margin-bottom: 14px;
}

.badge-dark {
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(243, 156, 18, 0.3);
  color: var(--gold);
  border-radius: 0 !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: #0a0a0a !important;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 10px 22px;
  border-radius: 0 !important;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.btn:hover {
  background: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(243, 156, 18, 0.35);
}

.btn-primary {
  background: var(--gold);
  color: #0a0a0a !important;
  border-radius: 0 !important;
}

.btn-accent {
  background: var(--gold);
  color: #0a0a0a !important;
  border-radius: 0 !important;
}

.btn-outline,
.btn-outline-light {
  background: transparent;
  color: var(--white) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 0 !important;
}

.btn-outline:hover,
.btn-outline-light:hover {
  border-color: var(--gold);
  color: var(--gold) !important;
  background: rgba(243, 156, 18, 0.08);
}

/* ── Sticky Header Wrapper ──────────────────── */
.site-header-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: calc(-1 * var(--top-bar-height, 34px));
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1050;
  background: #050505;
  border-radius: 0 !important;
}

@media (max-width: 768px) {
  :root {
    --top-bar-height: 0px !important;
  }

  .site-header-wrapper {
    top: 0 !important;
  }

  .top-bar {
    display: none !important;
  }
}

/* ── Top Bar ──────────────────────────────── */
.top-bar {
  background: #050505;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.76rem;
  color: var(--muted);
  padding: 6px 0;
  border-radius: 0 !important;
  width: 100%;
  position: relative;
  z-index: 1051;
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.top-bar-info {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.top-bar-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.top-bar-item i {
  color: var(--gold);
  font-size: 0.8rem;
}

.top-bar-item strong {
  color: var(--white);
}

.top-bar-social a {
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.76rem;
}

.top-bar-social a:hover {
  color: var(--gold);
}

/* ── Navigation ───────────────────────────── */
.header-main,
.navbar {
  background: rgba(10, 10, 10, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(243, 156, 18, 0.15);
  position: relative;
  width: 100%;
  z-index: 1050;
  padding: 6px 0;
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  border-radius: 0 !important;
}

.site-header-wrapper.scrolled .header-main,
.header-main.scrolled,
.navbar.scrolled {
  background: rgba(5, 5, 5, 0.99);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid rgba(243, 156, 18, 0.35);
  padding: 6px 0;
}

.header-container,
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo,
.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.04em;
  color: var(--white);
  border-radius: 0 !important;
}

.brand-logo img,
.nav-brand img {
  height: 40px;
  width: auto;
  background: transparent !important;
  border-radius: 0 !important;
  transition: transform 0.25s ease;
}

.brand-logo:hover img {
  transform: scale(1.05);
}

.brand-title {
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--white);
  text-transform: uppercase;
}

.brand-logo span,
.nav-brand span,
.brand-title span {
  color: var(--gold);
}

.nav-menu,
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
  border-radius: 0 !important;
}

.nav-link,
.nav-links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: transparent;
}

.nav-link:hover,
.nav-links a:hover,
.nav-link.active {
  color: var(--gold);
  background: transparent;
}

.btn-cta-header {
  background: transparent !important;
  color: var(--gold) !important;
  border: 1px solid var(--gold) !important;
  font-weight: 500 !important;
  padding: 6px 16px !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  transition: all 0.25s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 4px;
}

.btn-cta-header:hover {
  background: var(--gold) !important;
  color: #050505 !important;
  border-color: var(--gold) !important;
}

/* Dropdown Menu */
.nav-link-group {
  display: flex;
  align-items: center;
}

.dropdown-toggle-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  padding: 6px 6px 6px 2px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, transform 0.25s ease;
  border-radius: 0 !important;
  line-height: 1;
}

.dropdown-toggle-btn:hover,
.nav-item:hover .dropdown-toggle-btn {
  color: var(--gold);
}

.nav-item:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  background: #0d1117;
  border: 1px solid rgba(243, 156, 18, 0.2);
  border-radius: 0 !important;
  padding: 6px 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
  z-index: 1100;
}

.nav-item:hover .dropdown-menu {
  display: block;
}

.dropdown-link {
  display: block;
  padding: 9px 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.85rem;
  font-weight: 400;
  transition: all 0.2s;
  border-left: 3px solid transparent;
  text-transform: none;
  border-radius: 0 !important;
  background: transparent;
}

.dropdown-link:hover,
.dropdown-link.active {
  color: var(--gold);
  background: rgba(243, 156, 18, 0.12);
  padding-left: 22px;
}

.mobile-toggle,
.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--white);
  font-size: 1.35rem;
  width: 40px;
  height: 40px;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0 !important;
  position: relative;
  z-index: 1200;
  padding: 0;
  line-height: 1;
  transition: color 0.2s ease;
}

.mobile-toggle i {
  color: var(--white);
  font-size: 1.35rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  transition: color 0.2s ease;
}

.mobile-toggle:hover,
.mobile-toggle.active {
  background: transparent;
  color: var(--gold);
}

.mobile-toggle:hover i,
.mobile-toggle.active i {
  color: var(--gold);
}

.nav-toggle {
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 0 !important;
}

/* ── Hero & About (Homepage) ──────────────── */
.hero {
  min-height: calc(100vh - 80px);
  min-height: calc(100dvh - 80px);
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
  max-height: calc(100vh - 80px);
  max-height: calc(100dvh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #030303;
  background-image:
    radial-gradient(circle at 50% 50%, rgba(243, 156, 18, 0.12) 0%, rgba(3, 3, 3, 0.98) 75%),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 58px 58px, 58px 58px;
  padding: 20px 0;
  position: relative;
  box-sizing: border-box;
  border-radius: 0 !important;
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

.hero .subhead {
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto;
}

.about-sec {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 110px 0 70px;
  background-color: #080808;
  border-radius: 0 !important;
}

.about-sec h2 {
  color: var(--gold);
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  margin-bottom: 24px;
}

.about-sec .lead {
  font-size: 1.12rem;
  color: var(--body-text);
  line-height: 1.9;
  max-width: 100%;
  margin-bottom: 0;
}

.about-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 0 !important;
}

.about-logo img {
  max-width: 145px;
  width: 100%;
  height: auto;
  filter: invert(1) brightness(1.1);
  opacity: 0.95;
  display: block;
  margin: auto;
  border-radius: 0 !important;
  transition: transform 0.3s ease;
}

.about-logo img:hover {
  transform: scale(1.05);
}

@media (max-width: 991.98px) {
  .about-logo {
    margin-bottom: 16px;
  }
  .about-logo img {
    max-width: 130px;
  }
}

.tagline-footer {
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
  padding-top: 56px;
  font-style: italic;
  letter-spacing: 0.04em;
}

/* ── Page Banner (Inner Pages) ────────────── */
.page-banner {
  padding: 70px 0 50px;
  background-color: #070707;
  background-image:
    radial-gradient(circle at 50% 30%, rgba(243, 156, 18, 0.12) 0%, transparent 65%),
    linear-gradient(rgba(140, 140, 140, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 140, 140, 0.1) 1px, transparent 1px);
  background-size: auto, 58px 58px, 58px 58px;
  border-bottom: 2px solid var(--gold);
  border-radius: 0 !important;
}

.page-banner h1 {
  font-size: clamp(2rem, 3.6vw, 3rem);
  color: var(--white);
  margin-bottom: 12px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--muted);
}

.breadcrumb a {
  color: var(--gold);
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  color: rgba(255, 255, 255, 0.85);
}

/* ── Section Styles ───────────────────────── */
section,
.section {
  padding: 85px 0 65px;
  background-image: linear-gradient(rgba(145, 145, 145, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(145, 145, 145, 0.1) 1px, transparent 1px);
  background-size: 58px 58px;
  border-radius: 0 !important;
}

.bg-light,
section:nth-of-type(odd) {
  background-color: #0b0d12;
}

.bg-slate,
section:nth-of-type(even) {
  background-color: #12161f;
}

.bg-dark {
  background-color: #06070a;
}

.section-header {
  margin-bottom: 48px;
}

.sub-block {
  position: relative;
  padding: 68px 0;
  border-radius: 0 !important;
  overflow: hidden;
}

.sub-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold) 75%, rgba(243, 156, 18, 0.3) 100%);
  box-shadow: 0 0 8px rgba(243, 156, 18, 0.2);
}

.section-intro+.sub-block {
  padding-top: 40px;
}

.section-intro+.sub-block::before {
  display: none;
}

.section-intro {
  display: grid;
  grid-template-columns: 4px 1fr;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 36px;
  border-radius: 0 !important;
}

/* ── Grid Layouts ─────────────────────────── */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

@media (max-width: 991px) {

  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* ── Cards & Surfaces (Sharp Rectangles) ─── */
.card,
.value-card,
.service-card,
.stat-card {
  background: var(--card-bg);
  border: none !important;
  box-shadow: inset 0 0 0 1px rgba(243, 156, 18, 0.25);
  border-radius: 0 !important;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.25s ease;
  contain: paint;
}

.card:hover,
.value-card:hover,
.service-card:hover,
.stat-card:hover {
  box-shadow: inset 0 0 0 2px var(--gold), 0 12px 30px rgba(0, 0, 0, 0.6);
}

.card-top-gold {
  box-shadow: inset 0 3px 0 0 var(--gold), inset 0 0 0 1px rgba(243, 156, 18, 0.25) !important;
}

.card-top-gold:hover {
  box-shadow: inset 0 4px 0 0 var(--gold), inset 0 0 0 2px var(--gold), 0 12px 30px rgba(0, 0, 0, 0.6) !important;
}

.icon,
.service-icon,
.contact-icon {
  width: 48px;
  height: 48px;
  color: var(--gold);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  font-size: 2.1rem;
  line-height: 1;
  border-radius: 0 !important;
}

.img-box {
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: 320px;
  background: #000000 !important;
  border-radius: 0 !important;
  overflow: hidden;
  border-bottom: 1px solid rgba(243, 156, 18, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center;
  background: transparent;
  border-radius: 0 !important;
  pointer-events: none;
}

/* ── Feature Showcase Image Box (BIM & Mission-Critical) ──── */
.feature-img-box,
.sub-block .feature-img-box {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 260px;
  max-height: 380px;
  aspect-ratio: auto;
  background: transparent !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  overflow: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  box-sizing: border-box;
  border-radius: 0 !important;
}

.feature-img-box img,
.sub-block .feature-img-box img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  display: block;
  pointer-events: none;
}

.mission-img-box {
  min-height: 220px;
  max-height: 340px;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* ── BIM Coordination & Healthcare Showcase Image Boxes ──── */
.bim-img-box,
.healthcare-img-box {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

@media (min-width: 992px) {
  .bim-block .bim-row,
  .healthcare-block .healthcare-row {
    align-items: stretch !important;
  }

  .bim-block .bim-img-col,
  .healthcare-block .healthcare-img-col {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    min-height: 0;
  }

  .bim-block .bim-img-wrapper,
  .healthcare-block .healthcare-img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
    min-height: 0;
  }

  .bim-block .bim-img-box,
  .healthcare-block .healthcare-img-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 0 !important;
    max-height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bim-block .bim-img-box img,
  .healthcare-block .healthcare-img-box img {
    max-height: 100% !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

@media (max-width: 991.98px) {
  .bim-block .bim-img-wrapper,
  .healthcare-block .healthcare-img-wrapper {
    width: 100%;
  }

  .bim-block .bim-img-box,
  .healthcare-block .healthcare-img-box {
    min-height: 0 !important;
    max-height: 260px !important;
    height: auto;
    width: 100%;
  }

  .bim-block .bim-img-box img,
  .healthcare-block .healthcare-img-box img {
    max-height: 260px !important;
    max-width: 100% !important;
    width: 100%;
    height: auto;
    object-fit: contain !important;
  }
}

@media (max-width: 768px) {
  .feature-img-box,
  .sub-block .feature-img-box {
    min-height: 200px;
    max-height: 280px;
    aspect-ratio: 16 / 10;
    padding: 0 !important;
    border: none !important;
  }

  .mission-img-box {
    min-height: 160px;
    max-height: 220px;
  }
}

/* ── Homepage Project Cards (.proj-card) ──── */
.proj-card {
  background: var(--card-bg);
  border: none !important;
  box-shadow: inset 0 0 0 1px rgba(243, 156, 18, 0.25);
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  transition: box-shadow 0.25s ease;
  contain: paint;
}

.proj-card:hover {
  box-shadow: inset 0 0 0 2px var(--gold), 0 12px 32px rgba(0, 0, 0, 0.7);
}

.proj-card .img-box {
  width: 100%;
  height: 220px;
  max-height: 220px;
  background: #080a0f !important;
  overflow: hidden;
  border-bottom: 1px solid rgba(243, 156, 18, 0.25);
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  padding: 6px;
  box-sizing: border-box;
}

.proj-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center;
  background: transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
}

.proj-card-body {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
}

.proj-card h4 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1.35;
  margin-top: 18px;
  margin-bottom: 10px;
  padding: 0 20px;
  letter-spacing: 0.02em;
}

.proj-card-body h4 {
  margin-top: 0;
  padding: 0;
}

.proj-card p {
  font-size: 0.88rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  margin-bottom: 12px;
  padding: 0 20px;
}

.proj-card-body p {
  padding: 0;
}

.proj-card p strong {
  color: var(--white);
  font-weight: 500;
}

.proj-card p:last-child {
  margin-bottom: 20px;
  margin-top: auto;
}

.proj-card-body p:last-child {
  margin-bottom: 0;
}

.proj-card-link-row {
  padding: 0 20px 20px;
  margin-top: auto;
}

.btn-proj-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--gold);
  transition: color 0.2s ease, letter-spacing 0.2s ease;
}

.btn-proj-card-link:hover {
  color: var(--gold-light);
  letter-spacing: 0.06em;
}

/* ── DGSTS-Style Sector Tiles ─────────────── */
.sector-tiles-sec {
  padding-bottom: 50px;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .sector-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .sector-grid {
    grid-template-columns: 1fr;
  }
}

.sector-tile {
  position: relative;
  height: 240px;
  overflow: hidden;
  cursor: pointer;
  border: none !important;
  box-shadow: inset 0 0 0 1px rgba(243, 156, 18, 0.25);
  border-radius: 0 !important;
  transition: box-shadow 0.25s ease;
  contain: paint;
  background: #000000 !important;
}

.sector-tile:hover {
  box-shadow: inset 0 0 0 2px var(--gold), 0 12px 32px rgba(0, 0, 0, 0.7);
}

.sector-tile-bg {
  position: absolute;
  inset: 0;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #000000 !important;
}

.sector-tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.82) 65%, rgba(0, 0, 0, 0.96) 100%);
  transition: background 0.3s ease;
  pointer-events: none;
}

.sector-tile:hover .sector-tile-overlay {
  background: linear-gradient(180deg, rgba(243, 156, 18, 0.12) 0%, rgba(0, 0, 0, 0.72) 60%, rgba(0, 0, 0, 0.95) 100%);
}

/* Dynamic Image Background Themes (Light #edeeed vs Dark #000) */
.bg-white-img,
.proj-img-wrap.bg-white-img,
.img-box.bg-white-img:not(.feature-img-box),
.proj-card .img-box.bg-white-img:not(.feature-img-box),
.sector-tile.bg-white-img,
.sector-tile.bg-white-img .sector-tile-bg,
.sector-tile-bg.bg-white-img,
.modal-main-image-wrap.bg-white-img,
.modal-thumb-item.bg-white-img {
  background-color: #edeeed !important;
}

.bg-white-img img:not(.feature-img-box img),
.proj-img-wrap.bg-white-img img,
.img-box.bg-white-img:not(.feature-img-box) img,
.proj-card .img-box.bg-white-img:not(.feature-img-box) img,
.modal-main-image-wrap.bg-white-img img,
.modal-thumb-item.bg-white-img img {
  background-color: #edeeed !important;
}

.sector-tile.bg-white-img .sector-tile-overlay {
  background: linear-gradient(180deg, rgba(237, 238, 237, 0) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0.92) 85%, rgba(0, 0, 0, 0.98) 100%) !important;
}

.sector-tile.bg-white-img:hover .sector-tile-overlay {
  background: linear-gradient(180deg, rgba(243, 156, 18, 0.08) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.88) 80%, rgba(0, 0, 0, 0.96) 100%) !important;
}

.bg-black-img,
.proj-img-wrap.bg-black-img,
.img-box.bg-black-img:not(.feature-img-box),
.sector-tile.bg-black-img,
.sector-tile.bg-black-img .sector-tile-bg,
.sector-tile-bg.bg-black-img,
.modal-main-image-wrap.bg-black-img,
.modal-thumb-item.bg-black-img {
  background-color: #000000 !important;
}

.bg-black-img img:not(.feature-img-box img),
.proj-img-wrap.bg-black-img img,
.img-box.bg-black-img:not(.feature-img-box) img,
.modal-main-image-wrap.bg-black-img img,
.modal-thumb-item.bg-black-img img {
  background-color: #000000 !important;
}

/* Feature Showcase Images (BIM, Healthcare, Mission-Critical) - Keep Clean Transparent */
.feature-img-box,
.feature-img-box.bg-white-img,
.feature-img-box.bg-black-img,
.sub-block .feature-img-box {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.feature-img-box img,
.feature-img-box.bg-white-img img,
.feature-img-box.bg-black-img img,
.sub-block .feature-img-box img {
  background: transparent !important;
  background-color: transparent !important;
}

.sector-tile-content {
  position: absolute;
  inset: 0;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  pointer-events: none;
}

.sector-tile-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold);
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(243, 156, 18, 0.35);
  padding: 3px 10px;
  margin-bottom: 8px;
  border-radius: 0 !important;
}

.sector-tile-title {
  font-size: 1.18rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.sector-tile-btn {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease, letter-spacing 0.2s ease;
}

.sector-tile:hover .sector-tile-btn {
  color: var(--gold-light);
  letter-spacing: 0.07em;
}

/* ── Project Filter Bar ───────────────────── */
.project-filter-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 32px auto 44px;
  max-width: 1080px;
}

.filter-btn {
  background: #11151e;
  border: 1px solid rgba(243, 156, 18, 0.2);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 8px 18px;
  cursor: pointer;
  transition: all 0.25s ease;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 0 !important;
}

.filter-btn:hover {
  background: rgba(243, 156, 18, 0.12);
  border-color: var(--gold);
  color: var(--white);
}

.filter-btn.active {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
  color: #050505 !important;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(243, 156, 18, 0.35);
}

.filter-count {
  opacity: 0.75;
  font-size: 0.76rem;
  margin-left: 2px;
}

/* ── Projects Grid & Cards ────────────────── */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.proj-card-item {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.proj-card-item.hidden {
  display: none !important;
}

.proj-card-box {
  background: var(--card-bg);
  border: none !important;
  box-shadow: inset 0 0 0 1px rgba(243, 156, 18, 0.25);
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  transition: box-shadow 0.25s ease;
  contain: paint;
}

.proj-card-box:hover {
  box-shadow: inset 0 0 0 2px var(--gold), 0 12px 32px rgba(0, 0, 0, 0.7);
}

.proj-img-wrap {
  position: relative;
  width: 100%;
  height: 220px;
  background: #000000 !important;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid rgba(243, 156, 18, 0.25);
  border-radius: 0 !important;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  box-sizing: border-box;
}

.proj-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center;
  background: #000000 !important;
  border-radius: 0 !important;
  pointer-events: none;
}

.proj-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.proj-img-wrap:hover .proj-img-overlay {
  opacity: 1;
}

.proj-view-btn {
  background: var(--gold);
  color: #050505;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 7px 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.proj-tonnage-tag {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(5, 5, 5, 0.88);
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 0 !important;
  letter-spacing: 0.03em;
}

.proj-body {
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  box-sizing: border-box;
}

.proj-category-pill {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.proj-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.35;
  margin-bottom: 12px;
  cursor: pointer;
  height: 2.7em;
  min-height: 2.7em;
  max-height: 2.7em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  transition: color 0.2s ease;
}

.proj-title:hover {
  color: var(--gold);
}

.proj-meta-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 52px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  min-width: 0;
  justify-content: flex-start;
}

.proj-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  gap: 8px;
  min-width: 0;
  width: 100%;
}

.meta-label {
  color: var(--muted);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  flex-shrink: 0;
}

.meta-label i {
  color: var(--gold);
  font-size: 0.76rem;
}

.meta-val {
  color: var(--white);
  font-weight: 500;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  flex: 1;
}

.proj-scope-preview {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
  margin-bottom: 16px;
  height: 4.5em;
  min-height: 4.5em;
  max-height: 4.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.proj-card-footer {
  margin-top: auto;
  padding-top: 6px;
  width: 100%;
}

.btn-proj-details {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(243, 156, 18, 0.35);
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.25s ease;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 0 !important;
}

.btn-proj-details:hover {
  background: var(--gold);
  color: #050505;
  border-color: var(--gold);
}

.btn-proj-details i {
  transition: transform 0.2s ease;
}

.btn-proj-details:hover i {
  transform: translateX(4px);
}

/* ── Interactive Project Lightbox / Modal ─── */
.project-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.project-modal.active {
  display: flex;
}

.project-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
}

.project-modal-dialog {
  position: relative;
  width: 100%;
  max-width: 1120px;
  max-height: 90vh;
  background: #10141c;
  border: 1px solid var(--gold);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  z-index: 2010;
  border-radius: 0 !important;
}

.project-modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(243, 156, 18, 0.4);
  color: var(--white);
  font-size: 1.8rem;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2020;
  transition: all 0.2s ease;
  border-radius: 0 !important;
}

.project-modal-close:hover {
  background: var(--gold);
  color: #050505;
}

.project-modal-body {
  padding: 32px;
}

.modal-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 32px;
}

.modal-gallery-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modal-main-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #000000 !important;
  border: 1px solid rgba(243, 156, 18, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0 !important;
}

.modal-main-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000000 !important;
  border-radius: 0 !important;
}

.gallery-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(5, 5, 5, 0.85);
  border: 1px solid var(--gold);
  color: var(--white);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  border-radius: 0 !important;
}

.gallery-nav-btn:hover {
  background: var(--gold);
  color: #050505;
}

.gallery-nav-btn.prev {
  left: 10px;
}

.gallery-nav-btn.next {
  right: 10px;
}

.modal-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.78rem;
  padding: 8px 14px;
  border-top: 1px solid rgba(243, 156, 18, 0.25);
  line-height: 1.4;
}

.modal-thumbnails {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.modal-thumb-item {
  width: 76px;
  height: 52px;
  flex-shrink: 0;
  background: #000000 !important;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease;
  border-radius: 0 !important;
}

.modal-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  background: #000000 !important;
  border-radius: 0 !important;
}

.modal-thumb-item.active,
.modal-thumb-item:hover {
  border-color: var(--gold);
}

.modal-details-area {
  display: flex;
  flex-direction: column;
}

.modal-proj-title {
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-weight: 600;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 8px;
}

.modal-proj-code {
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.modal-proj-code strong {
  color: var(--gold);
}

.modal-specs-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  background: #090c12;
  border: 1px solid rgba(243, 156, 18, 0.18);
  padding: 16px;
  margin-bottom: 20px;
  border-radius: 0 !important;
}

.spec-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.spec-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 5px;
}

.spec-label i {
  color: var(--gold);
  font-size: 0.72rem;
}

.spec-val {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--white);
}

.spec-val.gold-highlight {
  color: var(--gold);
  font-weight: 600;
}

.modal-section-block {
  margin-bottom: 16px;
}

.modal-section-block h4 {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.modal-section-block p {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.modal-action-row {
  margin-top: auto;
  padding-top: 14px;
}

/* ── Responsive Projects ──────────────────── */
@media (max-width: 991px) {
  .sector-grid {
    grid-template-columns: 1fr 1fr;
  }

  .projects-grid {
    grid-template-columns: 1fr 1fr;
  }

  .modal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .sector-grid {
    grid-template-columns: 1fr;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }

  .modal-specs-table {
    grid-template-columns: 1fr;
  }

  .project-modal {
    padding: 12px;
  }

  .project-modal-body {
    padding: 20px 16px;
  }
}

/* ── Stat Unit ────────────────────────────── */
.stat-bar {
  margin: -30px auto 40px;
  position: relative;
  z-index: 10;
  border-radius: 0 !important;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.stat-card {
  text-align: center;
  padding: 28px 20px;
  border-radius: 0 !important;
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  font-family: 'Outfit', sans-serif;
}

.stat-label {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 8px;
}

.stat-unit .stat-label {
  font-size: clamp(1.08rem, 2.2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--white);
  margin-top: 6px;
  line-height: 1.3;
}

.capacity-row {
  margin-top: 32px;
  margin-bottom: 36px;
  border-radius: 0 !important;
}

.stat-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
}

.stat-num {
  font-size: clamp(2.4rem, 4.2vw, 3.4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--gold);
}

/* ── About Us Stat Circles ────────────────── */
.about-stats-grid {
  margin-top: 36px;
  padding-top: 0;
  border-top: none;
}

.about-circle-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 170px;
  height: 170px;
  border-radius: 50% !important;
  background: radial-gradient(circle at 35% 30%, #161c28 0%, #090c12 100%);
  border: 1.5px solid rgba(243, 156, 18, 0.35);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(243, 156, 18, 0.04);
  padding: 16px;
  margin: 0 auto;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-sizing: border-box;
}

.about-circle-card:hover {
  border-color: var(--gold);
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.65), 0 0 22px rgba(243, 156, 18, 0.25), inset 0 0 20px rgba(243, 156, 18, 0.08);
}

.about-circle-num {
  font-family: 'Outfit', sans-serif;
  font-size: 2.15rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.about-circle-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.25;
  max-width: 125px;
}

@media (max-width: 576px) {
  .about-stats-grid {
    margin-top: 24px;
    padding-top: 0;
  }

  .about-circle-card {
    width: 138px;
    height: 138px;
    padding: 12px;
  }

  .about-circle-num {
    font-size: 1.7rem;
    margin-bottom: 2px;
  }

  .about-circle-label {
    font-size: 0.66rem;
    max-width: 105px;
    line-height: 1.2;
  }
}

/* ── Quotes & Lists ───────────────────────── */
.bullet-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
  margin: 0;
}

.bullet-list li {
  padding-left: 20px;
  position: relative;
  font-weight: 300;
}

.bullet-list li::before {
  content: '·';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-size: 1.8rem;
  line-height: 1.1;
}

.icon-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 0;
  margin: 0;
}

.icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  font-weight: 300;
}

.icon-list .icon {
  flex-shrink: 0;
  margin-bottom: 0;
  width: 36px;
  height: 36px;
  font-size: 1.7rem;
  border-radius: 0 !important;
}

.quote-box {
  position: relative;
  padding: 36px 80px 16px;
  margin: 20px 0;
  border-radius: 0 !important;
}

.qmark {
  position: absolute;
  font-size: 8rem;
  font-family: Georgia, serif;
  line-height: 1;
  color: var(--gold);
  opacity: 0.7;
}

.q-left {
  top: 0;
  left: 0;
}

.q-right {
  bottom: -40px;
  right: 0;
}

blockquote {
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  text-align: center;
  line-height: 1.6;
  color: var(--white);
  font-style: italic;
  font-weight: 300;
}

/* ── Forms (Sharp Inputs & Buttons) ───────── */
.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--gold);
  margin-bottom: 8px;
}

.form-control {
  width: 100%;
  background: #0d1017;
  border: 1px solid rgba(243, 156, 18, 0.3);
  border-radius: 0 !important;
  padding: 12px 16px;
  color: var(--white);
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 300;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(243, 156, 18, 0.2);
}

.alert {
  padding: 14px 18px;
  border-radius: 0 !important;
  font-size: 0.92rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.alert-success {
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: #4ade80;
  border-radius: 0 !important;
}

/* ── Footer ───────────────────────────────── */
.footer,
.footer-main {
  background: #040404;
  padding: 26px 0 14px;
  border-top: 2px solid var(--gold);
  border-radius: 0 !important;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr 1.5fr;
  gap: 1.75rem;
  margin-bottom: 16px;
}

.footer-col h4 {
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-links li {
  margin: 0;
  padding: 0;
  line-height: 1.25;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.25;
  font-weight: 300;
  transition: color 0.2s;
  display: inline-block;
  padding: 1px 0;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 300;
  margin-bottom: 6px;
  line-height: 1.35;
}

.footer-contact-item i {
  color: var(--gold);
  font-size: 0.85rem;
  margin-top: 2px;
}

.footer-bottom {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.76rem;
  font-weight: 300;
  border-radius: 0 !important;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.brand-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  margin-bottom: 6px;
}

.brand-line img {
  height: 32px;
  filter: invert(1) brightness(0.9);
  border-radius: 0 !important;
}

.footer-brand p {
  font-size: 0.8rem;
  font-weight: 300;
  color: var(--muted);
  margin: 0;
}

.footer-nav {
  display: flex;
  gap: 20px;
}

.footer-nav a {
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--muted);
}

.footer-nav a:hover {
  color: var(--gold);
}

.copyright {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 28px;
}

/* ── Mobile Menu & Responsive Navigation ─── */
.mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1040;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  touch-action: none;
}

.mobile-nav-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu-header,
.mobile-menu-footer {
  display: none;
}

@media (max-width: 991px) {
  /* Disable backdrop-filter and transforms on header-main on mobile so position:fixed descendants bind to viewport */
  .header-main,
  .navbar {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
    transform: none !important;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mobile-toggle,
  .nav-toggle {
    display: flex;
    z-index: 1030;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  /* Hide the navbar hamburger toggle when drawer is open so there is only ONE close button */
  .nav-menu.active~.mobile-toggle {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 12px 0;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
    position: sticky;
    top: 0;
    background: #0d1117;
    z-index: 10;
  }

  .mobile-menu-label {
    font-family: 'Outfit', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
  }

  .mobile-menu-close {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.15rem;
    transition: all 0.2s ease;
    border-radius: 0 !important;
    padding: 0;
    line-height: 1;
    z-index: 15;
  }

  .mobile-menu-close i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.15rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
  }

  .mobile-menu-close:hover {
    background: rgba(243, 156, 18, 0.1);
    border-color: var(--gold);
    color: var(--gold);
  }

  .mobile-menu-close:hover i {
    color: var(--gold);
  }

  .nav-menu,
  .nav-links {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 290px;
    max-width: 85vw;
    height: 100vh !important;
    height: 100dvh !important;
    background: #0d1117;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 16px 24px;
    transform: translateX(105%);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: -15px 0 50px rgba(0, 0, 0, 0.85);
    border-radius: 0 !important;
    z-index: 1200 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    touch-action: pan-y !important;
    scrollbar-width: none;
    box-sizing: border-box;
  }

  .nav-menu::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
  }

  .nav-menu.active,
  .nav-links.open {
    transform: translateX(0);
  }

  .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    box-sizing: border-box;
  }

  .nav-item:last-of-type {
    border-bottom: none;
  }

  .nav-link,
  .nav-links a {
    width: 100%;
    padding: 11px 4px;
    font-size: 0.86rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.8);
    border-left: none;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.2s ease, padding 0.2s ease;
    box-sizing: border-box;
    white-space: normal;
    word-break: break-word;
    background: transparent;
  }

  .nav-link:hover,
  .nav-link.active {
    color: var(--gold);
    background: transparent;
    padding-left: 6px;
  }

  .btn-cta-header {
    background: transparent !important;
    color: var(--gold) !important;
    font-weight: 500 !important;
    padding: 11px 4px !important;
    font-size: 0.86rem !important;
    border: none !important;
    border-radius: 0 !important;
    transition: color 0.2s ease, padding 0.2s ease !important;
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .btn-cta-header:hover,
  .btn-cta-header.active {
    background: transparent !important;
    color: var(--gold) !important;
    padding-left: 6px !important;
  }

  /* Mobile Nav Link Group (Split / Accordion) */
  .nav-link-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
  }

  .nav-link-group .nav-link {
    flex: 1;
  }

  .dropdown-toggle-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    line-height: 1;
    transition: color 0.2s ease;
    border-radius: 0 !important;
    flex-shrink: 0;
  }

  .dropdown-toggle-btn i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
  }

  .dropdown-toggle-btn:hover,
  .dropdown-toggle-btn:active {
    background: transparent;
    color: var(--gold);
  }

  .dropdown-toggle-btn:hover i,
  .dropdown-toggle-btn:active i {
    color: var(--gold);
  }

  .dropdown-arrow {
    transition: transform 0.25s ease;
  }

  .has-dropdown.dropdown-open .dropdown-arrow {
    transform: rotate(180deg);
  }

  .has-dropdown.dropdown-open .dropdown-toggle-btn {
    background: transparent;
    color: var(--gold);
  }

  .has-dropdown.dropdown-open .dropdown-toggle-btn i {
    color: var(--gold);
  }

  /* Dropdown Menu closed by default on mobile */
  .nav-item .dropdown-menu {
    position: static !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border: none !important;
    border-left: 1px solid rgba(243, 156, 18, 0.3) !important;
    margin: 2px 0 8px 6px !important;
    padding: 4px 0 !important;
    min-width: 0 !important;
    width: calc(100% - 6px) !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    display: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  /* DO NOT show on hover on mobile */
  .nav-item:hover .dropdown-menu {
    display: none !important;
  }

  /* ONLY show when dropdown-open is active on mobile */
  .has-dropdown.dropdown-open .dropdown-menu {
    display: block !important;
    animation: fadeInDropdown 0.22s ease forwards;
  }

  @keyframes fadeInDropdown {
    from {
      opacity: 0;
      transform: translateY(-4px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .dropdown-link {
    font-size: 0.82rem;
    padding: 8px 12px;
    color: rgba(255, 255, 255, 0.65);
    border-left: none;
    white-space: normal;
    word-break: break-word;
    line-height: 1.4;
    box-sizing: border-box;
    background: transparent;
    transition: color 0.2s ease, padding 0.2s ease;
  }

  .dropdown-link:hover,
  .dropdown-link.active {
    color: var(--gold) !important;
    background: transparent !important;
    padding-left: 16px;
  }

  .mobile-menu-footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .mobile-contact-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
    box-sizing: border-box;
    white-space: normal;
    word-break: break-word;
  }

  .mobile-contact-pill a {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.2s ease;
    word-break: break-all;
  }

  .mobile-contact-pill a:hover {
    color: var(--gold);
  }

  .mobile-quote-btn {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
    padding: 9px 16px;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: transparent !important;
    color: var(--gold) !important;
    border: 1px solid var(--gold) !important;
    box-sizing: border-box;
    transition: all 0.25s ease;
  }

  .mobile-quote-btn:hover {
    background: var(--gold) !important;
    color: #050505 !important;
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stat-grid {
    grid-template-columns: 1fr;
  }

  .top-bar {
    display: none !important;
  }

  .site-header-wrapper {
    top: 0 !important;
  }

  .hero {
    min-height: calc(100vh - 54px);
    min-height: calc(100dvh - 54px);
    height: calc(100vh - 54px);
    height: calc(100dvh - 54px);
    max-height: calc(100vh - 54px);
    max-height: calc(100dvh - 54px);
    padding: 16px 0;
  }
}

/* =============================================
   COMPANY JOURNEY & MILESTONES (Deck 2026)
   ============================================= */
.journey-section {
  position: relative;
}

.journey-timeline {
  position: relative;
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 20px 0;
}

.journey-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, var(--gold) 0%, rgba(243, 156, 18, 0.2) 100%);
  transform: translateX(-50%);
}

.journey-item {
  position: relative;
  margin-bottom: 36px;
  display: flex;
  width: 100%;
}

.journey-item:nth-child(odd) {
  justify-content: flex-start;
  padding-right: calc(50% + 30px);
}

.journey-item:nth-child(even) {
  justify-content: flex-end;
  padding-left: calc(50% + 30px);
}

.journey-dot {
  position: absolute;
  top: 24px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50% !important;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.journey-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-left: 3px solid var(--gold);
  padding: 24px 28px;
  width: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.journey-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 12px 30px rgba(243, 156, 18, 0.15);
}

.journey-year-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(243, 156, 18, 0.12);
  color: var(--gold);
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  padding: 4px 12px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  border: 1px solid rgba(243, 156, 18, 0.3);
}

.journey-title {
  font-size: 1.2rem;
  color: var(--white);
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.journey-desc {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .journey-timeline::before {
    left: 20px;
  }
  .journey-item:nth-child(odd),
  .journey-item:nth-child(even) {
    padding-right: 0;
    padding-left: 50px;
    justify-content: flex-start;
  }
  .journey-dot {
    left: 20px;
  }
}

/* =============================================
   SOFTWARE PAGE STYLES (Slide 8 Specifications)
   ============================================= */
.software-hero-lead {
  font-size: 1.15rem;
  color: var(--body-text);
  line-height: 1.75;
  margin-bottom: 2rem;
  max-width: 860px;
}

.software-compact-card {
  background: #111620;
  border: 1px solid rgba(243, 156, 18, 0.25);
  padding: 2.25rem;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
  margin-bottom: 3.5rem;
}

.software-compact-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 1.25rem;
  margin-bottom: 1.5rem;
}

.software-compact-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 992px) {
  .software-compact-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .software-compact-item.software-item-tekla,
  .software-compact-item:first-child {
    grid-column: 1 / -1;
  }
}

.software-compact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 1.25rem;
  background: #181f2b;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.25s ease;
  min-height: 72px;
}

.software-compact-item:hover {
  border-color: var(--gold);
  background: #1c2433;
  transform: translateX(4px);
}

.software-brand-side {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
}

.software-logo-frame {
  width: 140px;
  height: 40px;
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 4px 10px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.software-logo-frame img {
  max-width: 100%;
  max-height: 32px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.software-name {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.3px;
  margin: 0;
}

.software-license-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(243, 156, 18, 0.15);
  color: var(--gold);
  border: 1px solid var(--gold);
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 5px 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.software-role-tag {
  color: var(--muted);
  font-size: 0.85rem;
}

.software-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.75rem;
  margin-bottom: 3.5rem;
}

.software-feature-card {
  background: #141a24;
  border: 1px solid rgba(243, 156, 18, 0.2);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.software-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gold);
  opacity: 0.7;
}

.software-feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
}

.software-feature-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.software-feature-desc {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.software-feature-specs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.software-feature-specs li {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 768px) {
  .software-compact-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .software-brand-side {
    width: 100%;
    justify-content: space-between;
  }
}

/* ── Form Alert Notifications ────────────── */
.alert {
  padding: 14px 18px;
  border-radius: 4px;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-sizing: border-box;
}

.alert-success {
  background: rgba(39, 174, 96, 0.12);
  border: 1px solid rgba(39, 174, 96, 0.5);
  color: #2ecc71;
}

.alert-danger {
  background: rgba(231, 76, 60, 0.12);
  border: 1px solid rgba(231, 76, 60, 0.5);
  color: #ff6b6b;
}