* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #1c1f24;
  background-color: #f3f4f6;
  line-height: 1.6;
}

a {
  color: #1b4b7a;
  text-decoration: none;
}

.layout {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 260px;
  background-color: #111822;
  color: #f8f9fb;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 12px;
  background-color: #2a3b52;
  padding: 8px 10px;
  border-radius: 8px;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.nav a {
  background-color: #1f2a3a;
  padding: 10px 12px;
  border-radius: 6px;
  color: #f8f9fb;
}

.main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 36px 60px;
}

.hero {
  display: flex;
  gap: 26px;
  background-color: #e6ebf2;
  border-radius: 20px;
  overflow: hidden;
}

.hero-text {
  flex: 1;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-image {
  flex: 1;
  background-color: #c9d4e2;
  display: flex;
  align-items: stretch;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section.alt {
  background-color: #eef2f7;
}

.bg-forum {
  background-color: #d7e0ea;
  background-image: url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #0f1720;
}

.bg-forum .badge,
.bg-forum .button {
  background-color: rgba(15, 23, 32, 0.75);
  color: #ffffff;
}

.bg-briefing {
  background-color: #cdd7e4;
  background-image: url("https://images.unsplash.com/photo-1506784983877-45594efa4cbe?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #0f1720;
}

.split {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.split > div {
  flex: 1;
  min-width: 240px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.card {
  flex: 1;
  min-width: 220px;
  background-color: #f5f6f8;
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-image {
  width: 100%;
  height: 140px;
  border-radius: 12px;
  background-color: #d3dae6;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  border: none;
  background-color: #1b4b7a;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 8px;
  cursor: pointer;
}

.button.secondary {
  background-color: #3c6c99;
}

.inline-cta {
  font-weight: 700;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  border: 1px solid #c9ced6;
  border-radius: 6px;
  padding: 10px;
  font-size: 15px;
}

textarea {
  min-height: 120px;
}

.footer {
  background-color: #111822;
  color: #f8f9fb;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer a {
  color: #d2e6ff;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  left: 18px;
  background-color: #ffffff;
  color: #1c1f24;
  border-radius: 14px;
  padding: 16px;
  max-width: 360px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 40;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.reference-list {
  font-size: 13px;
}

.image-inline {
  width: 100%;
  height: 220px;
  background-color: #ced7e4;
  border-radius: 14px;
  overflow: hidden;
}

.image-inline img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.note {
  font-size: 14px;
  color: #4a5565;
}

.badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background-color: #dbe4f3;
  font-size: 12px;
}

.muted {
  color: #5c6472;
}

.service-price {
  font-weight: 700;
  color: #1b4b7a;
  font-size: 18px;
}

.contact-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1;
  min-width: 240px;
  background-color: #f7f8fb;
  border-radius: 12px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.two-columns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.two-columns > div {
  flex: 1;
  min-width: 260px;
}
