* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #1e2230;
  background: #f7f6f2;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

header {
  padding: 24px 6vw;
  background: #f7f6f2;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1e2230;
  color: #f7f6f2;
  border: 1px solid transparent;
  font-weight: 600;
}

.cta.alt {
  background: transparent;
  color: #1e2230;
  border-color: #1e2230;
}

.cta.link {
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
  font-weight: 600;
  text-decoration: underline;
}

main {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-bottom: 80px;
}

section {
  padding: 48px 6vw;
}

.split {
  display: flex;
  align-items: stretch;
  gap: 40px;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-content {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 280px;
}

.split-media {
  flex: 1 1 320px;
  min-height: 300px;
  border-radius: 28px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.split-media .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(30, 34, 48, 0.35), rgba(30, 34, 48, 0));
}

.panel {
  background: #ffffff;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(30, 34, 48, 0.08);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e4f0ec;
  color: #0f493a;
  font-size: 0.85rem;
  font-weight: 600;
}

.stat-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.stat {
  background: #f0ece3;
  border-radius: 20px;
  padding: 18px 22px;
  min-width: 160px;
  flex: 1 1 160px;
}

.stat strong {
  font-size: 1.4rem;
}

.divider {
  height: 1px;
  background: rgba(30, 34, 48, 0.1);
  margin: 10px 0;
}

.taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(30, 34, 48, 0.2);
  font-size: 0.85rem;
}

.service-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}

.price {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0f493a;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(30, 34, 48, 0.25);
  font-size: 1rem;
  font-family: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #1e2230;
  color: #f7f6f2;
  padding: 14px 18px;
  border-radius: 999px;
  display: flex;
  gap: 10px;
  align-items: center;
  box-shadow: 0 20px 40px rgba(30, 34, 48, 0.2);
  z-index: 20;
}

.sticky-cta button {
  background: #f7f6f2;
  color: #1e2230;
  border: none;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

footer {
  background: #1e2230;
  color: #f7f6f2;
  padding: 48px 6vw;
}

footer a {
  color: #f7f6f2;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 18px;
  padding: 16px;
  max-width: 320px;
  box-shadow: 0 20px 50px rgba(30, 34, 48, 0.18);
  z-index: 30;
  display: none;
}

.cookie-banner.show {
  display: block;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(30, 34, 48, 0.2);
  background: #f7f6f2;
  font-weight: 600;
  cursor: pointer;
}

.media-hero {
  background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1200&q=80");
}

.media-lab {
  background-image: url("https://images.unsplash.com/photo-1545239351-1141bd82e8a6?auto=format&fit=crop&w=1200&q=80");
}

.media-team {
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1200&q=80");
}

.media-city {
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=1200&q=80");
}

.media-dashboard {
  background-image: url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=1200&q=80");
}

.media-class {
  background-image: url("https://images.unsplash.com/photo-1523240795612-9a054b0db644?auto=format&fit=crop&w=1200&q=80");
}

.media-network {
  background-image: url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1200&q=80");
}

.media-library {
  background-image: url("https://images.unsplash.com/photo-1507842217343-583bb7270b66?auto=format&fit=crop&w=1200&q=80");
}

.media-abstract {
  background-image: url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=1200&q=80");
}

@media (max-width: 880px) {
  .sticky-cta {
    left: 20px;
    right: 20px;
    justify-content: space-between;
  }
}

@media (max-width: 720px) {
  .nav-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .split {
    flex-direction: column;
  }

  .split.reverse {
    flex-direction: column;
  }
}
