* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f2328;
  background-color: #f6f3ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.top-bar {
  padding: 18px 0;
  background: #f6f3ef;
}

.top-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.nav-links a {
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  border-bottom-color: #1f2328;
}

.ad-label {
  font-size: 0.8rem;
  background: #fdebd2;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  color: #fdf9f3;
  background-color: #1f2328;
}

.hero .container {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 720px;
}

.hero .eyebrow {
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1.6px;
}

.hero .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.section {
  padding: 70px 0;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-content {
  flex: 1 1 320px;
}

.split-media {
  flex: 1 1 320px;
}

.media-box {
  background-color: #e6ddd2;
  padding: 16px;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(17, 20, 25, 0.12);
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 24px rgba(17, 20, 25, 0.08);
}

.image-frame {
  background-color: #e6ddd2;
  border-radius: 12px;
  padding: 6px;
}

.image-frame img {
  border-radius: 8px;
  height: 170px;
}

.price {
  font-weight: 700;
  color: #a6401a;
}

.cta-strip {
  background: #1f2328;
  color: #fdf9f3;
  padding: 50px 0;
}

.cta-strip .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid #1f2328;
  background: #1f2328;
  color: #fdf9f3;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: transparent;
  color: #1f2328;
}

.btn:hover {
  opacity: 0.9;
}

.inline-link {
  border-bottom: 1px solid #1f2328;
}

.form-panel {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(17, 20, 25, 0.12);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #ccd0d5;
  font-family: inherit;
}

.footer {
  margin-top: auto;
  background: #f0e7dc;
  padding: 40px 0;
}

.footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.disclaimer {
  max-width: 520px;
  font-size: 0.9rem;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10;
}

.sticky-cta a {
  background: #a6401a;
  border-color: #a6401a;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  max-width: 360px;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(17, 20, 25, 0.18);
  z-index: 11;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.muted {
  color: #5b616a;
}

.page-home .hero {
  background-image: url("https://images.unsplash.com/photo-1492724441997-5dc865305da7?w=1400&q=80");
}

.page-about .hero {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
}

.page-services .hero {
  background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1400&q=80");
}

.page-contact .hero {
  background-image: url("https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d?w=1400&q=80");
}

.page-privacy .hero {
  background-image: url("https://images.unsplash.com/photo-1471879832106-c7ab9e0cee23?w=1400&q=80");
}

.page-gdpr .hero {
  background-image: url("https://images.unsplash.com/photo-1516117172878-fd2c41f4a759?w=1400&q=80");
}

.page-cookies .hero {
  background-image: url("https://images.unsplash.com/photo-1515378791036-0648a3ef77b2?w=1400&q=80");
}

.page-terms .hero {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
}

.page-thanks .hero {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
}

@media (max-width: 860px) {
  .top-bar .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    position: static;
    margin: 30px 0 0;
  }
}
