* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1f24;
  background: #f7f7f5;
  line-height: 1.6;
}

a {
  color: #1d4ed8;
  text-decoration: none;
}

header {
  padding: 24px 6%;
  background: #ffffff;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.nav-brand {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  background: #0f172a;
  color: #ffffff;
  border-radius: 999px;
}

.section {
  padding: 72px 6%;
  position: relative;
}

.split {
  display: flex;
  gap: 36px;
  align-items: stretch;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-image {
  flex: 1 1 320px;
  min-width: 280px;
}

.split-text h1,
.split-text h2 {
  margin-top: 0;
  font-weight: 700;
}

.hero {
  background: #0b1020;
  color: #ffffff;
}

.hero .split-text p {
  font-size: 18px;
  max-width: 480px;
}

.hero .cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.button {
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  background: #f97316;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.button.secondary {
  background: #0ea5e9;
}

.inline-cta {
  font-weight: 600;
}

.split-image {
  border-radius: 24px;
  overflow: hidden;
  background-color: #1f2937;
  min-height: 280px;
  position: relative;
}

.fallback-dark {
  background-color: #0b1020;
}

.fallback-light {
  background-color: #e2e8f0;
}

.fallback-slate {
  background-color: #0f172a;
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1518779578993-ec3579fee39f?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-ops {
  background-image: url("https://images.unsplash.com/photo-1461749280684-dccba630e2f6?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-team {
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-about {
  background-image: url("https://images.unsplash.com/photo-1473187983305-f615310e7daa?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-services {
  background-image: url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-contact {
  background-image: url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-legal {
  background-image: url("https://images.unsplash.com/photo-1517433456452-f9633a875f6f?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-legal-alt {
  background-image: url("https://images.unsplash.com/photo-1496171367470-9ed9a91ea931?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-legal-soft {
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-legal-warm {
  background-image: url("https://images.unsplash.com/photo-1472214103451-9374bd1c798e?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-legal-blue {
  background-image: url("https://images.unsplash.com/photo-1506765515384-028b60a970df?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-legal-light {
  background-image: url("https://images.unsplash.com/photo-1770656506117-2372e446b6fa?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5NzM4NDF8MHwxfHNlYXJjaHw2MHx8TWFudXRlbnppb25lJTIwdGVjbmljYSUyMHBlciUyMGJhbmNvbWF0JTIwYWZmaWRhYmlsaXxpdHwwfDB8fHwxNzg0MDMwNjYwfDA&ixlib=rb-4.1.0&q=80&w=1080");
  background-size: cover;
  background-position: center;
}

.bg-legal-circuit {
  background-image: url("https://images.unsplash.com/photo-1492724441997-5dc865305da7?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-legal-laptop {
  background-image: url("https://images.unsplash.com/photo-1727292486976-6fd4bc056761?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5NzM4NDF8MHwxfHNlYXJjaHwyMHx8TWFudXRlbnppb25lJTIwdGVjbmljYSUyMHBlciUyMGJhbmNvbWF0JTIwYWZmaWRhYmlsaXxpdHwwfDB8fHwxNzg0MDMwNjYwfDA&ixlib=rb-4.1.0&q=80&w=1080");
  background-size: cover;
  background-position: center;
}

.bg-legal-neutral {
  background-image: url("https://images.unsplash.com/photo-1518770660439-4636190af475?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.panel {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.panel.dark {
  background: #0f172a;
  color: #e2e8f0;
}

.card-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  background-color: #e2e8f0;
}

.price {
  font-weight: 700;
  font-size: 18px;
  color: #0f172a;
}

.highlight {
  background: #fef3c7;
  border-radius: 16px;
  padding: 24px;
}

.form-wrap {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.form-box {
  flex: 1 1 320px;
  background: #ffffff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #cbd5f5;
  font-size: 15px;
  width: 100%;
}

footer {
  background: #0b1020;
  color: #cbd5f5;
  padding: 48px 6%;
}

.footer-columns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-columns div {
  flex: 1 1 220px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #0ea5e9;
  color: #ffffff;
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.3);
  cursor: pointer;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.2);
  display: none;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.cookie-actions button {
  border: none;
  border-radius: 999px;
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 600;
}

.cookie-accept {
  background: #22c55e;
  color: #ffffff;
}

.cookie-reject {
  background: #e2e8f0;
}

.meta-strip {
  font-size: 13px;
  color: #475569;
}

.page-hero {
  background: #ffffff;
}

.page-hero .split-image {
  min-height: 220px;
}

.references a {
  color: #f97316;
}
