* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  background: #f7f4f1;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  padding: 24px 6vw 10px;
  position: relative;
  background: #f7f4f1;
}

.top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 12px;
  color: #3f3f3f;
  border: 1px solid #c3b7ac;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff6ed;
}

nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

nav a,
.btn,
.ghost-btn,
.link-inline,
.sticky-cta button {
  border-radius: 999px;
  padding: 10px 18px;
  background: #1a1a1a;
  color: #fff;
  font-size: 14px;
  transition: transform 0.2s ease;
  display: inline-block;
}

nav a:hover,
.btn:hover,
.ghost-btn:hover,
.link-inline:hover,
.sticky-cta button:hover {
  transform: translateY(-1px);
}

.ghost-btn {
  background: transparent;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
}

.link-inline {
  background: transparent;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  padding: 6px 12px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 6vw 50px;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.hero-card {
  flex: 1 1 360px;
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(26, 26, 26, 0.08);
  position: relative;
  top: 24px;
}

.hero-card img {
  border-radius: 18px;
  background: #d7cec5;
  width: 100%;
  height: 320px;
}

.section {
  padding: 60px 6vw;
}

.section.alt {
  background: #ffffff;
}

.section.bg-city {
  background: #1f2933 url("https://images.unsplash.com/photo-1497366216548-37526070297c?w=1400&q=80")
    center / cover no-repeat;
  color: #ffffff;
}

.section.bg-river {
  background: #2a343c url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1400&q=80")
    center / cover no-repeat;
  color: #ffffff;
}

.section.split {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.section.split .text {
  flex: 1 1 320px;
}

.section.split .media {
  flex: 1 1 320px;
}

.media-frame {
  border-radius: 18px;
  overflow: hidden;
  background: #d7cec5;
}

.media-frame img {
  width: 100%;
  height: 260px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 24px rgba(26, 26, 26, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card img {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  background: #d7cec5;
}

.price {
  font-weight: 700;
  color: #2c2c2c;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.panel {
  background: #1a1a1a;
  color: #fff;
  padding: 30px;
  border-radius: 20px;
}

.panel a {
  color: #fff;
}

.quote {
  font-style: italic;
  background: #fff6ed;
  padding: 22px;
  border-radius: 18px;
}

.form-block {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(26, 26, 26, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cfc7bf;
  font-size: 14px;
  font-family: inherit;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
}

.sticky-cta button {
  border: none;
  cursor: pointer;
}

footer {
  padding: 40px 6vw 80px;
  background: #0f0f0f;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
}

.disclaimer {
  font-size: 12px;
  color: #d9d9d9;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(26, 26, 26, 0.18);
  padding: 16px;
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 30;
}

.cookie-banner button {
  border: none;
  cursor: pointer;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #cfc7bf;
  font-size: 12px;
}

.sidebar-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.sidebar {
  flex: 1 1 200px;
  background: #fff6ed;
  padding: 20px;
  border-radius: 18px;
}

.content {
  flex: 3 1 420px;
}

.table-like {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.table-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  background: #fff;
  padding: 16px;
  border-radius: 16px;
}

.table-row span {
  flex: 1 1 160px;
}

.note {
  background: #e7efe9;
  padding: 16px;
  border-radius: 14px;
}

@media (max-width: 780px) {
  header {
    padding-top: 18px;
  }

  nav a {
    padding: 8px 12px;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
