/* === LOCAL FONTS === */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* === CUSTOM PROPERTIES === */
:root {
  --red: #0095db;
  --red-dark: #007bb5;
  --red-light: #00AAC2;
  --red-glow: rgba(0, 149, 219, .15);
  --navy: #002446;
  --navy-light: #003366;
  --gray-50: #f7f7f7;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-400: #94a3b8;
  --gray-500: #606566;
  --gray-600: #475569;
  --gray-700: #333333;
  --gray-900: #002446;
  --white: #fff;
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, .06);
  --shadow-md: 0 4px 20px rgba(15, 23, 42, .08);
  --shadow-lg: 0 12px 40px rgba(15, 23, 42, .12);
  --shadow-card: 0 1px 3px rgba(15, 23, 42, .04), 0 4px 16px rgba(15, 23, 42, .06);
  --shadow-card-hover: 0 8px 32px rgba(15, 23, 42, .12), 0 2px 8px rgba(15, 23, 42, .06);
  --radius: 12px;
  --radius-lg: 16px;
  --transition: .3s cubic-bezier(.4, 0, .2, 1);
}

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  color: var(--gray-700);
  line-height: 1.7;
  font-size: 16px;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--red-dark); }
ul { list-style: none; }

/* === LAYOUT === */
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.section {
  padding: 96px 0;
  background: var(--white);
  position: relative;
  z-index: 1;
}
.section.fade-in {
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  max-width: 900px;
  margin: 8px auto;
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 40px rgba(0,0,0,.12);
  padding: 56px 48px;
}
.section.fade-in:first-of-type {
  margin-top: -2px;
}
.section--gray { background: var(--gray-50); }
.section--dark { background: var(--navy); color: var(--gray-200); }
.section--red { background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%); color: var(--white); }
.text-center { text-align: center; }

/* === TYPOGRAPHY === */
h1, h2, h3, h4 { font-weight: 700; line-height: 1.25; color: var(--navy); letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 4vw, 2.75rem); margin-bottom: 16px; }
h2 { font-size: clamp(1.5rem, 3vw, 2.15rem); margin-bottom: 16px; }
h3 { font-size: 1.3rem; margin-bottom: 12px; }
p { margin-bottom: 16px; }
.subtitle { font-size: 1.125rem; color: var(--gray-500); margin-bottom: 32px; font-weight: 400; }
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: var(--white); }
.section--red h1, .section--red h2, .section--red h3, .section--red h4 { color: var(--white); }
.accent { color: var(--red); }
.lead { font-size: 1.125rem; color: var(--gray-600); line-height: 1.8; }

/* === HEADER === */
.header {
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gray-200);
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow var(--transition);
}
.header.scrolled { box-shadow: var(--shadow-md); }
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  max-width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.header__logo:hover { color: inherit; }
.header__logo img {
  height: 44px;
  width: auto;
  display: block;
}
.header__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  letter-spacing: -.01em;
}
.header__logo-label {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--red);
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 2px;
}
.header__logo-label::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(90deg, var(--red), var(--red-light), transparent);
}
.header__logo-name {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -.02em;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 8px;
  font-size: .88rem;
  font-weight: 600;
  white-space: nowrap;
  background: var(--red);
  color: var(--white);
  transition: all var(--transition);
}
.header__btn:hover {
  background: var(--red-dark);
  color: var(--white);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 149, 219, .3);
}
.header__btn--outline {
  background: transparent;
  color: var(--red);
  border: 1.5px solid var(--red);
}
.header__btn--outline:hover {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}
.header__btn svg { flex-shrink: 0; }

/* === NAV === */
.nav { background: var(--red); border-bottom: none; box-shadow: 0 2px 8px rgba(0,0,0,.1); position: sticky; top: 60px; z-index: 99; }
.nav .container { position: relative; }
.nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
.nav li a {
  display: block;
  padding: 15px 18px;
  color: rgba(255,255,255,.75);
  font-size: .85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .6px;
  transition: all var(--transition);
  position: relative;
}
.nav li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--white);
  transition: width var(--transition);
}
.nav li a:hover,
.nav li a.active {
  color: var(--white);
}
.nav li a:hover::after,
.nav li a.active::after {
  width: 100%;
}
.nav li a.active { background: rgba(255,255,255,.12); }

/* === DROPDOWN === */
.nav__dropdown {
  position: relative;
}
.nav__dropdown > a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav__dropdown > a svg {
  width: 12px;
  height: 12px;
  transition: transform var(--transition);
}
.nav__dropdown:hover > a svg,
.nav__dropdown.open > a svg {
  transform: rotate(180deg);
}
.nav__dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: var(--red);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: 0 12px 32px rgba(0,0,0,.2);
  z-index: 100;
  padding: 8px 0;
  list-style: none;
}
.nav__dropdown:hover .nav__dropdown-menu {
  display: block;
}
.nav__dropdown-menu li a {
  padding: 10px 20px;
  font-size: .82rem;
  text-transform: none;
  letter-spacing: 0;
  white-space: nowrap;
}
.nav__dropdown-menu li a::after {
  display: none;
}
.nav__dropdown-menu li a:hover {
  background: rgba(255,255,255,.12);
  color: var(--white);
}

/* === HAMBURGER === */
.nav__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 15px 0;
  position: relative;
  z-index: 10;
}
.nav__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  margin: 5px 0;
  transition: all var(--transition);
  border-radius: 2px;
}

/* === HERO FUTURISTIC === */
.hero {
  position: relative;
  height: 100svh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--white);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 36, 70, .45) 0%, rgba(0, 36, 70, .2) 40%, rgba(0, 149, 219, .1) 100%);
  z-index: 1;
}

/* Grid overlay (disabled) */
.hero__grid-overlay {
  display: none;
}

/* Vignette */
.hero__vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 50%, rgba(0, 0, 0, .3) 100%);
}

/* Content */
.hero__content {
  position: relative;
  z-index: 10;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  width: 100%;
}

/* Title words */
.hero__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 clamp(8px, 2vw, 24px);
  text-transform: uppercase;
  font-size: clamp(2rem, 6vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.1;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 16px;
}
.hero__word {
  opacity: 0;
  transform: translateY(30px) scaleY(1.2);
  filter: blur(6px);
  display: inline-block;
}
.hero__word.word-visible {
  animation: heroWordIn .6s cubic-bezier(.16, 1, .3, 1) forwards;
}
@keyframes heroWordIn {
  0% { opacity: 0; transform: translateY(30px) scaleY(1.2); filter: blur(6px); }
  60% { opacity: 1; transform: translateY(-4px) scaleY(.98); filter: blur(0); }
  80% { transform: translateY(2px) scaleY(1.01); }
  100% { opacity: 1; transform: translateY(0) scaleY(1); filter: blur(0); }
}

/* Glitch effect on title words */
.hero__word.word-visible {
  text-shadow: 0 0 30px rgba(0, 200, 255, .5), 0 0 60px rgba(0, 149, 219, .2);
}
.hero__word.word-glitch {
  animation: heroGlitch .08s steps(2) 1;
}
@keyframes heroGlitch {
  0% { text-shadow: -2px 0 #0095db, 2px 0 #00ffff; transform: translate(1px, -1px); }
  50% { text-shadow: 2px 0 #0095db, -2px 0 #00ffff; transform: translate(-1px, 1px); }
  100% { text-shadow: 0 0 30px rgba(0, 200, 255, .5), 0 0 60px rgba(0, 149, 219, .2); transform: translate(0); }
}

/* Subtitle */
.hero__subtitle {
  font-size: clamp(.85rem, 2vw, 1.4rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, .7);
  opacity: 0;
  transform: translateY(16px);
  margin-bottom: 32px;
}
.hero__subtitle.subtitle-visible {
  animation: heroSubtitleIn .8s cubic-bezier(.16, 1, .3, 1) forwards;
}
@keyframes heroSubtitleIn {
  0% { opacity: 0; transform: translateY(16px); filter: blur(4px); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}

/* Buttons row */
.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  opacity: 0;
  transform: translateY(16px);
}
.hero__buttons.buttons-visible {
  animation: heroSubtitleIn .8s cubic-bezier(.16, 1, .3, 1) forwards;
}

/* Scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .5);
  font-size: .75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px 16px;
  transition: color .3s;
}
.hero__scroll:hover { color: rgba(255, 255, 255, .8); }
.hero__scroll.scroll-visible {
  animation: heroScrollIn 1s .3s cubic-bezier(.16, 1, .3, 1) forwards;
}
@keyframes heroScrollIn {
  0% { opacity: 0; transform: translateX(-50%) translateY(10px); }
  100% { opacity: 1; transform: translateX(-50%) translateY(0); }
}
.hero__scroll-arrow {
  animation: heroArrowBounce 1.5s ease-in-out infinite;
}
@keyframes heroArrowBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* Glow pulse on edges */
.hero__glow {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  animation: heroGlowPulse 3s ease-in-out infinite;
}
.hero__glow::before {
  background: radial-gradient(ellipse, rgba(0, 200, 255, .2) 0%, transparent 70%) !important;
}
.hero__glow::after {
  background: radial-gradient(ellipse, rgba(0, 149, 219, .15) 0%, transparent 70%) !important;
}
.hero__glow::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 60%;
  height: 100%;
  background: radial-gradient(ellipse, rgba(0, 149, 219, .15) 0%, transparent 70%);
  filter: blur(60px);
}
.hero__glow::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -20%;
  width: 50%;
  height: 80%;
  background: radial-gradient(ellipse, rgba(0, 149, 219, .1) 0%, transparent 70%);
  filter: blur(60px);
}
@keyframes heroGlowPulse {
  0%, 100% { opacity: .6; }
  50% { opacity: 1; }
}

/* === BUTTONS === */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: var(--red);
  color: var(--white);
  border: none;
  border-radius: 8px;
  font-size: .95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition);
  text-align: center;
  letter-spacing: .01em;
}
.btn:hover {
  background: var(--red-dark);
  color: var(--white);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 149, 219, .3);
}
.btn--outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, .5);
  color: var(--white);
}
.btn--outline:hover {
  background: var(--white);
  color: var(--red);
  border-color: var(--white);
  box-shadow: 0 4px 16px rgba(255, 255, 255, .2);
}
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

/* === GRID === */
.grid { display: grid; gap: 28px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* === CARDS === */
.card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px;
  border: 1px solid var(--gray-200);
  transition: all var(--transition);
  position: relative;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
  border-color: transparent;
}
.card__icon {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: var(--red-glow);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all var(--transition);
}
.card__icon svg { width: 24px; height: 24px; }
.card:hover .card__icon { background: var(--red); color: var(--white); }
.card:hover .card__icon svg { color: var(--white); }
.card h3 { color: var(--navy); font-size: 1.15rem; }
.card p { color: var(--gray-600); font-size: .95rem; margin-bottom: 0; }
.card--link { text-decoration: none; display: block; cursor: pointer; }
.card--link h3 { transition: color var(--transition); }
.card--link:hover h3 { color: var(--red); }

/* === IMAGE CARDS === */
.card--image {
  padding: 0;
  overflow: hidden;
}
.card--image .card__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.card--image:hover .card__img {
  transform: scale(1.06);
}
.card--image .card__img-wrap {
  overflow: hidden;
  position: relative;
}
.card--image .card__img-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(transparent, rgba(0,0,0,.06));
  pointer-events: none;
}
.card--image .card__body {
  padding: 24px 28px 28px;
}
.card--image .card__body h3 { margin-bottom: 6px; }
.card--image .card__body p { font-size: .9rem; }

/* === SPLIT SECTION (Text + Image) === */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.split__img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-lg);
}
.split__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 360px;
}
.split__img::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(0,149,219,.15);
  pointer-events: none;
}
.split__text h2 { margin-bottom: 16px; }
.split__text .lead { margin-bottom: 20px; }

/* === IMAGE BANNER === */
.img-banner {
  position: relative;
  height: 340px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
.img-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,36,70,.5) 0%, rgba(0,149,219,.2) 100%);
}
.img-banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: var(--white);
  padding: 0 24px;
}
.img-banner__content h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  text-shadow: 0 2px 16px rgba(0,0,0,.3);
}

/* === KEY FACTORS (Schlüsselfaktoren) === */
.factors { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.factor {
  text-align: center;
  padding: 32px 16px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--gray-200);
  transition: all var(--transition);
}
.factor:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-hover); border-color: transparent; }
.factor__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--red-glow);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transition: all var(--transition);
}
.factor__icon svg { width: 24px; height: 24px; }
.factor:hover .factor__icon { background: var(--red); color: var(--white); }
.factor h3 { font-size: 1rem; margin-bottom: 8px; }
.factor p { font-size: .9rem; color: var(--gray-500); margin-bottom: 0; line-height: 1.5; }

/* === FEATURES LIST === */
.feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.feature-item { display: flex; gap: 16px; align-items: flex-start; }
.feature-item__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--red-glow);
  color: var(--red);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-item__icon svg { width: 22px; height: 22px; }
.feature-item__text h3 { font-size: 1.05rem; margin-bottom: 4px; }
.feature-item__text p { font-size: .95rem; color: var(--gray-500); margin-bottom: 0; }

/* === KNX SECTION === */
.knx-section {
  position: relative;
  overflow: hidden;
}
.knx-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0,149,219,.08) 0%, transparent 70%);
  pointer-events: none;
}
.knx-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  color: var(--white);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 24px;
  border-radius: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.knx-feature {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  text-align: center;
  transition: transform var(--transition), border-color var(--transition), background var(--transition);
}
.knx-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(0,149,219,.3);
  background: rgba(255,255,255,.06);
}
.knx-feature__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
.knx-feature h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.knx-feature p {
  font-size: .95rem;
  color: rgba(255,255,255,.55);
  line-height: 1.6;
}

/* === CONTACT FORM === */
.contact-form .form-group {
  margin-bottom: 18px;
}
.contact-form label {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  color: var(--gray-700);
  margin-bottom: 6px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  font-size: .95rem;
  font-family: inherit;
  color: var(--gray-700);
  background: var(--white);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(0, 149, 219, .1);
}
.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

/* === CTA BOX === */
.cta-box {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 56px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-box::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, .05);
  border-radius: 50%;
}
.cta-box::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, .03);
  border-radius: 50%;
}
.cta-box > * { position: relative; z-index: 1; }
.cta-box h2 { color: var(--white); margin-bottom: 12px; }
.cta-box p { color: rgba(255, 255, 255, .85); font-size: 1.05rem; }
.cta-box .btn {
  background: var(--white);
  color: var(--red);
  margin-top: 20px;
}
.cta-box .btn:hover {
  background: var(--gray-50);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
}
.cta-box .btn + .btn { margin-left: 12px; }

/* === FOOTER === */
.footer {
  background: var(--gray-50);
  color: var(--gray-600);
  position: relative;
  z-index: 1;
  padding: 56px 0 28px;
  position: relative;
  border-top: 1px solid var(--gray-200);
}
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-light), var(--red));
}
.footer h4 { color: var(--gray-700); margin-bottom: 16px; font-size: .95rem; text-transform: uppercase; letter-spacing: .5px; }
.footer a { color: var(--gray-500); transition: color var(--transition); }
.footer a:hover { color: var(--red); }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer__bottom {
  border-top: 1px solid var(--gray-200);
  margin-top: 36px;
  padding-top: 20px;
  text-align: center;
  font-size: .85rem;
  color: var(--gray-500);
}
.footer__contact p { margin-bottom: 8px; font-size: .93rem; }
.footer__links li { margin-bottom: 10px; }
.footer__links a { font-size: .93rem; display: inline-flex; align-items: center; gap: 4px; }
.footer__links a::before {
  content: '';
  width: 0;
  height: 1px;
  background: var(--red);
  transition: width var(--transition);
  display: inline-block;
}
.footer__links a:hover::before { width: 12px; }

/* === CONTACT INFO === */
.contact-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; }
.contact-info__item { display: flex; gap: 12px; align-items: flex-start; }
.contact-info__item strong { display: block; margin-bottom: 2px; }

/* === PAGE HEADER === */
.page-header__banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.page-header {
  background: transparent;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 35vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header__heading {
  font-size: clamp(1.8rem, 5vw, 3.2rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
  text-shadow: 0 2px 30px rgba(0,0,0,.5), 0 0 60px rgba(0,0,0,.2);
}
.page-header__subtitle {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: rgba(255,255,255,.85);
  margin-bottom: 0;
  text-shadow: 0 1px 20px rgba(0,0,0,.4);
}
/* === CONTENT BLOCKS === */
.content-block { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.content-block--reverse { direction: rtl; }
.content-block--reverse > * { direction: ltr; }

/* === SERVICE PAGE CONTENT === */
.service-content { max-width: 800px; margin: 0 auto; }
.service-content h3 { margin-top: 36px; color: var(--navy); }
.service-content h3:first-child { margin-top: 0; }
.service-content p { color: var(--gray-600); line-height: 1.8; }

/* === JOB LISTING === */
.job-section h3 { margin-top: 28px; color: var(--navy); }
.job-section ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 28px;
}
.job-section ul li {
  padding: 8px 0 8px 28px;
  position: relative;
  color: var(--gray-600);
}
.job-section ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red-glow);
  border: 2px solid var(--red);
}

/* === LEGAL PAGES === */
.legal-content { max-width: 800px; margin: 0 auto; }
.legal-content h2 { font-size: 1.35rem; margin-top: 40px; padding-bottom: 8px; border-bottom: 1px solid var(--gray-200); }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: var(--gray-600); line-height: 1.8; }

/* === SCROLL ANIMATIONS === */
.fade-in {
  opacity: 0;
  transition: opacity .6s cubic-bezier(.4, 0, .2, 1);
}
.fade-in.visible { opacity: 1; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .factors { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr; }
  .content-block { grid-template-columns: 1fr; }
  .factors { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split__img img { min-height: 260px; }
  .img-banner { height: 260px; background-attachment: scroll; }
}

@media (max-width: 700px) {
  .nav ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--red);
    z-index: 50;
    border-top: 1px solid rgba(255,255,255,.15);
  }
  .nav ul.open { display: flex; }
  .nav__toggle { display: block; }
  .nav li a { padding: 14px 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav li a::after { display: none; }
  .nav__dropdown-menu {
    position: static;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    display: none;
    background: rgba(0,0,0,.1);
  }
  .nav__dropdown.open .nav__dropdown-menu { display: block; }
  .nav__dropdown-menu li a { padding: 12px 24px 12px 40px; font-size: .82rem; border-bottom: 1px solid rgba(255,255,255,.1); }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .hero { min-height: 100svh; }
  .hero__buttons { flex-direction: column; width: 100%; }
  .hero__buttons .btn { text-align: center; justify-content: center; }
  .hero__scroll { bottom: 20px; }
  .section { padding: 64px 0; }
  .header .container { flex-wrap: wrap; }
  .header__logo img { height: 36px; }
  .header__logo-name { font-size: 1.1rem; }
  .header__logo-label { font-size: .6rem; letter-spacing: 2px; }
  .header__btn span { display: none; }
  .header__btn { padding: 9px; }
  .factors { grid-template-columns: 1fr 1fr; gap: 12px; }
  .factor { padding: 24px 12px; }
  .cta-box { padding: 40px 24px; }
  .cta-box .btn + .btn { margin-left: 0; margin-top: 8px; }
  .knx-feature { padding: 28px 20px; }
  .page-header { height: 60vh; }
  .page-header__banner { position: absolute; height: 100%; }
}

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

/* === FAQ === */
.faq { margin-top: 24px; }
.faq__item { border-bottom: 1px solid var(--gray-200); }
.faq__question {
  display: block;
  padding: 20px 0;
  font-weight: 600;
  font-size: 1.05rem;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 32px;
}
.faq__question::-webkit-details-marker { display: none; }
.faq__question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--primary);
  transition: transform .2s;
}
details[open] .faq__question::after { content: '−'; }
.faq__answer { padding: 0 0 20px; }
.faq__answer p { margin: 0; color: var(--gray-600); line-height: 1.7; }
