* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1c1c1c;
  background: #f7f6f3;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  width: 100%;
  min-height: 100vh;
  background: #f7f6f3;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 6vw;
  background: #f7f6f3;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand strong {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

.brand span {
  font-size: 0.9rem;
  color: #555;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.nav a {
  font-size: 0.95rem;
  font-weight: 500;
}

.ad-label {
  font-size: 0.75rem;
  padding: 6px 10px;
  border-radius: 999px;
  background: #101418;
  color: #f7f6f3;
}

.split {
  display: flex;
  gap: 4vw;
  padding: 70px 6vw;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}

.split .media {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7e3de;
  border-radius: 18px;
  overflow: hidden;
  min-height: 320px;
}

.split .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-title {
  font-size: 2.3rem;
  line-height: 1.2;
}

.lead {
  font-size: 1.05rem;
  color: #2c2c2c;
}

.cta-row {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: none;
  background: #1c1c1c;
  color: #f7f6f3;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: transparent;
  color: #1c1c1c;
  border: 1px solid #1c1c1c;
}

.inline-link {
  font-weight: 600;
  border-bottom: 1px solid #1c1c1c;
}

.accent {
  background: #101418;
  color: #f7f6f3;
}

.accent .lead,
.accent a,
.accent .inline-link {
  color: #f7f6f3;
  border-color: #f7f6f3;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1;
  min-width: 240px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #e0dbd5;
  text-align: left;
}

.card button {
  border: none;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.two-col {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.two-col .panel {
  flex: 1;
  min-width: 260px;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e0dbd5;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cfc8c1;
  font-size: 1rem;
  font-family: inherit;
}

.form-note {
  font-size: 0.85rem;
  color: #5b5b5b;
}

.footer {
  padding: 50px 6vw;
  background: #0f1114;
  color: #f7f6f3;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.footer small {
  color: #b7b0a8;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  padding: 12px 18px;
  border-radius: 999px;
  background: #ffb347;
  border: none;
  color: #1c1c1c;
  font-weight: 700;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  color: #1c1c1c;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  max-width: 340px;
  z-index: 25;
  display: none;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  flex: 1;
}

.hero-badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #1c1c1c;
  font-size: 0.85rem;
  width: fit-content;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.highlight {
  background: #fff1df;
}

.background-strip {
  background: #e7e3de;
}

.background-city {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section-image {
  background: #dcd6cf;
  border-radius: 18px;
  overflow: hidden;
}

@media (max-width: 980px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    right: 14px;
    bottom: 14px;
  }
}
