* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1e1e1e;
  background: #f6f4f0;
  line-height: 1.6;
}

a {
  color: #1e1e1e;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid #d6d1c8;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.ad-label {
  background: #1e1e1e;
  color: #f6f4f0;
  padding: 6px 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.hero {
  display: flex;
  gap: 28px;
  padding: 46px 0 32px;
}

.hero-main {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-side {
  flex: 0.9;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-image {
  min-height: 360px;
  background: #d7d3cb;
  background-image: url("https://images.unsplash.com/photo-1487014679447-9f8336841d58?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.section {
  padding: 36px 0;
}

.section-alt {
  background: #ffffff;
  border-top: 1px solid #e3dfd6;
  border-bottom: 1px solid #e3dfd6;
}

.mag-row {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.mag-main {
  flex: 1.15;
}

.mag-sidebar {
  flex: 0.85;
}

.inline-image {
  border-radius: 8px;
  overflow: hidden;
  background-color: #d9d5cf;
}

.note-box {
  background: #ede8de;
  padding: 18px;
  border-left: 4px solid #1e1e1e;
}

.cards {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  flex: 1;
  min-width: 220px;
  background: #ffffff;
  border: 1px solid #e0dbd2;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-img {
  background-color: #d7d2c9;
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.feature {
  flex: 1;
  min-width: 240px;
  background: #fdfbf8;
  padding: 18px;
  border: 1px solid #ece7de;
}

.background-panel {
  background: #1e1e1e;
  color: #f6f4f0;
  padding: 32px;
  border-radius: 10px;
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.about-background {
  background-image: url("https://images.unsplash.com/photo-1449157291145-7efd050a4d0e?w=1400&q=80");
}

.background-panel .overlay {
  background: rgba(22, 22, 22, 0.78);
  padding: 24px;
  border-radius: 8px;
}

.pricing-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.price-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e2ddd4;
  border-radius: 8px;
}

.price-name {
  font-weight: 600;
}

.form-section {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.form-panel {
  flex: 1;
  min-width: 280px;
  background: #ffffff;
  padding: 20px;
  border: 1px solid #e0dbd2;
  border-radius: 8px;
}

.form-panel label {
  display: block;
  margin: 10px 0 6px;
  font-size: 14px;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #cfc9bf;
  border-radius: 6px;
  font-size: 14px;
  background: #fffdfa;
}

.form-panel button {
  margin-top: 14px;
  padding: 12px 18px;
  border: none;
  border-radius: 6px;
  background: #1e1e1e;
  color: #f6f4f0;
  font-size: 14px;
  cursor: pointer;
}

.sticky-cta {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: #1e1e1e;
  color: #f6f4f0;
  padding: 12px 16px;
  border-radius: 40px;
  font-size: 14px;
  z-index: 20;
}

.sticky-cta a {
  color: #f6f4f0;
}

.footer {
  background: #1e1e1e;
  color: #f6f4f0;
  padding: 32px 0;
  margin-top: 40px;
}

.footer a {
  color: #f6f4f0;
}

.footer-columns {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1;
  min-width: 220px;
}

.legal {
  font-size: 12px;
  margin-top: 18px;
  color: #d7d1c8;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 18px;
  background: #ffffff;
  border: 1px solid #d6d1c8;
  border-radius: 8px;
  padding: 16px;
  display: none;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  padding: 10px 14px;
  border: 1px solid #1e1e1e;
  background: #1e1e1e;
  color: #f6f4f0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

.cookie-actions .secondary {
  background: #ffffff;
  color: #1e1e1e;
}

.wide-image {
  background-color: #cfc9bf;
  border-radius: 8px;
  overflow: hidden;
}

.background-slab {
  background: #f0ede7;
  padding: 24px;
  border-radius: 8px;
}

.section-banner {
  background: #f6f4f0;
  padding: 20px;
  border: 1px solid #e0dbd2;
  border-radius: 8px;
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.about-banner {
  background-image: url("https://images.unsplash.com/photo-1498079022511-d15614cb1c02?w=1400&q=80");
}

.services-banner {
  background-image: url("https://images.unsplash.com/photo-1485217988980-11786ced9454?w=1400&q=80");
}

.section-banner .overlay {
  background: rgba(250, 248, 244, 0.88);
  padding: 20px;
  border-radius: 8px;
}

.img-frame {
  background-color: #d8d3cb;
  border-radius: 8px;
  overflow: hidden;
}

.img-frame img {
  object-fit: cover;
}

.mt-18 {
  margin-top: 18px;
}

.mt-22 {
  margin-top: 22px;
}

@media (max-width: 900px) {
  .hero,
  .mag-row,
  .form-section {
    flex-direction: column;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
