* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1c1f23;
  background: #f7f5f2;
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1160px, 92vw);
  margin: 0 auto;
  position: relative;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 12px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.nav a {
  padding: 8px 10px;
  border-radius: 12px;
  background: #f0ede8;
}

.ad-label {
  font-size: 12px;
  background: #1c1f23;
  color: #fef7ec;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  position: relative;
  background: #23303a;
  color: #fef7ec;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(17, 24, 30, 0.85), rgba(17, 24, 30, 0.35));
  z-index: 1;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #2b333a;
}

.hero-media img {
  width: 100%;
  height: 100%;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 90px 0 70px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 640px;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(254, 247, 236, 0.18);
  font-size: 13px;
  letter-spacing: 0.4px;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  background: #f3b86a;
  color: #1c1f23;
  font-weight: 600;
  border: none;
}

.button.secondary {
  background: transparent;
  border: 1px solid rgba(254, 247, 236, 0.6);
  color: #fef7ec;
}

.section {
  padding: 70px 0;
}

.section.light {
  background: #fbfaf8;
}

.section.dark {
  background: #1c1f23;
  color: #fef7ec;
}

.asym-row {
  display: flex;
  gap: 40px;
  align-items: stretch;
  flex-wrap: wrap;
}

.asym-row.reverse {
  flex-direction: row-reverse;
}

.offset-panel {
  flex: 1 1 320px;
  background: #f0ede8;
  padding: 32px;
  border-radius: 24px;
  position: relative;
}

.offset-panel.accent {
  background: #ffffff;
  box-shadow: 0 22px 40px rgba(16, 20, 23, 0.12);
  transform: translateY(-22px);
}

.panel-media {
  flex: 1 1 320px;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #d9d2c5;
  min-height: 260px;
}

.panel-media img {
  width: 100%;
  height: 100%;
}

.metrics {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.metric-card {
  flex: 1 1 200px;
  background: #ffffff;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 12px 22px rgba(12, 16, 20, 0.08);
}

.service-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 22px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 14px 28px rgba(12, 16, 20, 0.1);
}

.service-card img {
  width: 100%;
  height: 160px;
  border-radius: 18px;
}

.image-frame {
  background: #e2ddd4;
  border-radius: 18px;
  overflow: hidden;
}

.price {
  font-weight: 700;
  font-size: 18px;
  color: #2c3a45;
}

.storyline {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.inline-link {
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

.form-wrap {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.form-card {
  flex: 1 1 320px;
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 32px rgba(12, 16, 20, 0.12);
}

.form-card label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cfc7bc;
  margin-bottom: 16px;
  font-size: 15px;
}

.form-card button {
  width: 100%;
}

.footer {
  padding: 40px 0;
  background: #14181c;
  color: #fef7ec;
}

.footer-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.footer a {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(254, 247, 236, 0.12);
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #1c1f23;
  color: #fef7ec;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14px;
  box-shadow: 0 16px 30px rgba(12, 16, 20, 0.2);
  z-index: 5;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 16px 30px rgba(12, 16, 20, 0.18);
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 10px;
  z-index: 6;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  flex: 1;
}

.mt-24 {
  margin-top: 24px;
}

.footer-note {
  margin-top: 20px;
}

.page-hero {
  background: #1f2a33;
  color: #fef7ec;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.page-hero .container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.35;
}

.page-hero .content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.legal {
  padding: 60px 0;
}

.legal .container {
  max-width: 820px;
}

.legal h2 {
  margin-top: 28px;
}

.contact-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 16px 30px rgba(12, 16, 20, 0.1);
}

.no-hover {
  pointer-events: auto;
}

@media (max-width: 900px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .sticky-cta {
    position: static;
    margin: 12px auto 0;
    width: fit-content;
  }
}
