* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #1e2430;
  background: #f7f5f2;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.topbar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 6vw 12px;
  background: #f0ede7;
}

.topbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  color: #6b5b4f;
  background: #efe5d9;
  padding: 6px 10px;
  border-radius: 999px;
}

.main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 36px 6vw 72px;
}

.hero {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.hero-copy {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-copy h1 {
  font-size: 2.6rem;
  margin: 0;
  line-height: 1.1;
}

.hero-copy p {
  margin: 0;
  font-size: 1.05rem;
  color: #3b3f4a;
}

.hero-image {
  flex: 1 1 360px;
  min-height: 320px;
  border-radius: 28px;
  overflow: hidden;
  background-color: #d9d1c7;
}

.hero-image img {
  width: 100%;
  height: 100%;
}

.story-columns {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.story-columns article {
  flex: 1 1 240px;
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 24px rgba(22, 27, 34, 0.06);
}

.story-columns h3 {
  margin: 0;
  font-size: 1.1rem;
}

.inline-image {
  border-radius: 18px;
  overflow: hidden;
  background-color: #d4cdc6;
}

.magazine-split {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: stretch;
}

.magazine-split .panel {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fdfbf8;
  padding: 24px;
  border-radius: 24px;
}

.magazine-split .panel strong {
  font-size: 1.1rem;
}

.background-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 36px;
  border-radius: 26px;
  color: #f6f4f0;
  background-color: #8a7f75;
  background-size: cover;
  background-position: center;
}

.bg-city {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
}

.background-panel a {
  color: #fff7e8;
  text-decoration: underline;
}

.services {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 22px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 20px rgba(22, 27, 34, 0.05);
}

.service-card .card-image {
  border-radius: 16px;
  overflow: hidden;
  background-color: #e1d7cd;
  height: 160px;
}

.service-card img {
  width: 100%;
  height: 100%;
}

.price {
  font-weight: 600;
  color: #2c4a3f;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background: #2f4f4f;
  color: #ffffff;
  border-radius: 999px;
  font-weight: 600;
}

.btn-outline {
  background: transparent;
  border: 1px solid #2f4f4f;
  color: #2f4f4f;
}

.form-section {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: flex-start;
}

.form-panel {
  flex: 1 1 320px;
  background: #ffffff;
  border-radius: 26px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: 0 12px 24px rgba(22, 27, 34, 0.06);
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.radio-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

label {
  font-size: 0.95rem;
}

input,
select,
textarea {
  font: inherit;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #c9c2bb;
  background: #fbfaf8;
}

button {
  font: inherit;
  padding: 12px 16px;
  border-radius: 999px;
  border: none;
  background: #2f4f4f;
  color: #fff;
  cursor: pointer;
}

.sticky-cta {
  flex: 0 1 220px;
  position: sticky;
  top: 18px;
  align-self: flex-start;
  background: #efe5d9;
  border-radius: 24px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quote-list {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.quote-card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  font-size: 0.95rem;
  color: #3e4148;
}

.footer {
  background: #1f242c;
  color: #f1eee9;
  padding: 32px 6vw 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  max-width: 320px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 28px rgba(22, 27, 34, 0.18);
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  flex: 1;
}

.page-hero {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 10px 22px rgba(22, 27, 34, 0.05);
}

.page-hero .hero-image {
  flex: 1 1 260px;
  min-height: 220px;
}

.simple-columns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.simple-columns > div {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
}

.legal-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(22, 27, 34, 0.05);
}

.muted {
  color: #5a5f6a;
  font-size: 0.95rem;
}
