* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1c242e;
  background: #f6f7fb;
}

a {
  color: #0b5fd7;
  text-decoration: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #0b5fd7;
  outline-offset: 2px;
}

.topbar {
  background: #10161f;
  color: #eef2f6;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 14px;
}

.topbar-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
}

.ad-label {
  background: #2b3443;
  color: #f5f6f8;
  padding: 6px 10px;
  border-radius: 16px;
  font-size: 12px;
}

.layout {
  display: flex;
  min-height: calc(100vh - 58px);
}

aside {
  width: 240px;
  background: #ffffff;
  border-right: 1px solid #e0e4ea;
  padding: 26px 18px;
}

.side-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 15px;
}

.side-nav a {
  color: #2b3443;
  padding: 6px 4px;
  border-left: 3px solid transparent;
}

.side-nav a:hover {
  border-left: 3px solid #0b5fd7;
  color: #0b5fd7;
}

main {
  flex: 1;
  padding: 28px 32px 56px;
}

.hero {
  background: #1f2835;
  color: #f4f7fb;
  border-radius: 18px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(16, 22, 31, 0.85), rgba(16, 22, 31, 0.2));
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: 36px;
  margin: 0;
}

.hero p {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  background: #0b5fd7;
  color: #ffffff;
  border: none;
  padding: 12px 18px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.btn.secondary {
  background: #eef2f6;
  color: #10161f;
}

.btn:hover,
.btn.secondary:hover {
  filter: brightness(0.96);
}

.section {
  margin-top: 28px;
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(16, 22, 31, 0.08);
}

.section.dense {
  padding: 22px;
}

.section.airy {
  padding: 36px;
}

.split {
  display: flex;
  gap: 24px;
  align-items: stretch;
  flex-wrap: wrap;
}

.split > div {
  flex: 1 1 260px;
}

.media-frame {
  background: #d7dee7;
  border-radius: 14px;
  overflow: hidden;
}

.media-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 220px;
  background: #f8fafc;
  border: 1px solid #e3e7ee;
  border-radius: 12px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  color: #0b5fd7;
}

.tag {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef2f6;
  font-size: 12px;
  color: #2b3443;
}

.inline-cta {
  font-weight: 600;
  color: #0b5fd7;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #111827;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 12px 30px rgba(16, 22, 31, 0.25);
  z-index: 4;
}

.sticky-cta:hover {
  filter: brightness(1.05);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #d2d8e1;
  font-size: 15px;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

.footer {
  margin-top: 34px;
  padding: 18px;
  font-size: 13px;
  color: #4a5564;
  background: #f1f4f8;
  border-radius: 12px;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(16, 22, 31, 0.2);
  padding: 16px 18px;
  max-width: 340px;
  z-index: 6;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1518770660439-4636190af475?w=1400&q=80");
}

.bg-trust {
  background-image: url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1400&q=80");
}

.bg-about {
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1400&q=80");
}

.bg-services {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
}

.bg-contact {
  background-image: url("https://images.unsplash.com/photo-1487014679447-9f8336841d58?w=1400&q=80");
}

.bg-privacy {
  background-image: url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?w=1400&q=80");
}

.bg-cookies {
  background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1400&q=80");
}

.bg-terms {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
}

.bg-gdpr {
  background-image: url("https://images.unsplash.com/photo-1496307042754-b4aa456c4a2d?w=1400&q=80");
}

.bg-thanks {
  background-image: url("https://images.unsplash.com/photo-1487058792275-0ad4aaf24ca7?w=1400&q=80");
}

.table-like {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.table-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  background: #f7f9fc;
  border-radius: 10px;
}

.muted {
  color: #5b6777;
}

@media (max-width: 960px) {
  .layout {
    flex-direction: column;
  }

  aside {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e4ea;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
