* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #1c1d22;
  background: #f7f5f2;
  line-height: 1.6;
}

a {
  color: #2157d5;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page {
  min-height: 100vh;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 48px;
  gap: 24px;
  background: #f1ebe3;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand h2 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.4px;
}

.disclosure {
  font-size: 12px;
  color: #6a6c77;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.nav-links a,
.nav-links button {
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  border: none;
  background: #ffffff;
  color: #1c1d22;
  cursor: pointer;
}

.hero {
  display: flex;
  align-items: stretch;
  min-height: 72vh;
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  flex: 1;
  background: rgba(255, 255, 255, 0.85);
  padding: 72px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.hero h1 {
  font-size: 44px;
  margin: 0;
}

.hero p {
  font-size: 18px;
  margin: 0;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.btn-primary {
  background: #2157d5;
  color: #ffffff;
}

.btn-secondary {
  background: #ffffff;
  color: #2157d5;
  border: 1px solid #2157d5;
}

.section {
  padding: 70px 64px;
}

.section.alt {
  background: #ffffff;
}

.split {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 320px;
  min-width: 280px;
}

.split .media {
  flex: 1 1 320px;
  min-width: 280px;
  border-radius: 18px;
  overflow: hidden;
  background: #dad3c9;
  padding: 12px;
}

.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  min-width: 220px;
  background: #f4f1ec;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card img {
  border-radius: 12px;
}

.price {
  font-size: 20px;
  font-weight: 700;
}

.note {
  font-size: 13px;
  color: #6a6c77;
}

.form-wrapper {
  background: #1c1d22;
  color: #ffffff;
  border-radius: 18px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-wrapper label {
  font-size: 14px;
}

.form-wrapper input,
.form-wrapper select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: none;
  margin-top: 6px;
}

.form-wrapper button {
  margin-top: 8px;
  background: #f2a33b;
  color: #1c1d22;
  border: none;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
}

.footer {
  padding: 42px 64px;
  background: #f1ebe3;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.disclaimer {
  font-size: 12px;
  color: #66656f;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  max-width: 320px;
  display: none;
  z-index: 10;
}

.cookie-banner.visible {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cookie-actions {
  display: flex;
  gap: 8px;
}

.cookie-actions button {
  flex: 1;
  padding: 8px 10px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

.cookie-actions .accept {
  background: #2157d5;
  color: #ffffff;
}

.cookie-actions .reject {
  background: #e6e2db;
  color: #1c1d22;
}

.sticky-cta {
  position: fixed;
  top: 40%;
  right: 18px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #2157d5;
  color: #ffffff;
  font-weight: 600;
  border: none;
  cursor: pointer;
  z-index: 9;
}

.wide-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.tag {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e6e2db;
  font-size: 12px;
  color: #33333d;
}

.page-home .hero {
  background-image: url("https://images.unsplash.com/photo-1515378791036-0648a3ef77b2?w=1400&q=80");
}

.page-about .hero {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
}

.page-services .hero {
  background-image: url("https://images.unsplash.com/photo-1523475472560-d2df97ec485c?w=1400&q=80");
}

.page-contact .hero {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
}

.page-thanks .hero {
  background-image: url("https://images.unsplash.com/photo-1485217988980-11786ced9454?w=1400&q=80");
}

.page-privacy .hero {
  background-image: url("https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?w=1400&q=80");
}

.page-gdpr .hero {
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1400&q=80");
}

.page-cookies .hero {
  background-image: url("https://images.unsplash.com/photo-1461749280684-dccba630e2f6?w=1400&q=80");
}

.page-terms .hero {
  background-image: url("https://images.pexels.com/photos/3183130/pexels-photo-3183130.jpeg");
}

.bg-insight {
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-overlay {
  background: rgba(20, 20, 26, 0.72);
  padding: 56px;
  border-radius: 18px;
}

@media (max-width: 860px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-overlay {
    padding: 48px 32px;
  }

  .section {
    padding: 52px 32px;
  }

  .footer {
    padding: 36px 32px;
  }

  .sticky-cta {
    position: static;
    width: calc(100% - 64px);
    margin: 0 auto 24px auto;
    display: block;
  }
}
