* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f2a33;
  background: #f6f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

.page {
  min-height: 100vh;
  background: #f6f4f1;
}

.site-header {
  padding: 28px 6vw 10px;
}

.nav-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #d9d2c8;
  padding-bottom: 18px;
}

.brand-area {
  max-width: 300px;
}

.brand {
  font-size: 24px;
  letter-spacing: 0.4px;
  font-weight: 600;
}

.tagline {
  font-size: 14px;
  color: #576067;
  margin-top: 6px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  max-width: 460px;
  font-size: 14px;
}

.nav-links a {
  padding: 6px 10px;
  border: 1px solid #c9c1b7;
  border-radius: 20px;
  background: #fdfcfb;
}

.ad-label {
  font-size: 12px;
  background: #1f2a33;
  color: #fef9f2;
  padding: 6px 10px;
  border-radius: 16px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  padding: 40px 6vw 50px;
}

.hero-text {
  flex: 1 1 320px;
  max-width: 520px;
}

.hero-text h1 {
  font-size: 40px;
  line-height: 1.15;
}

.hero-text p {
  margin-top: 14px;
  font-size: 18px;
  color: #3a454f;
}

.hero-cta {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  padding: 12px 20px;
  border-radius: 28px;
  border: 1px solid #1f2a33;
  background: #1f2a33;
  color: #fdfcfb;
  font-size: 15px;
}

.button.secondary {
  background: #fdfcfb;
  color: #1f2a33;
}

.image-wrap {
  flex: 1 1 320px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #d8d1c8;
  min-width: 280px;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  padding: 60px 6vw;
}

.section.alt {
  background: #efe9e1;
}

.bg-context {
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fdfcfb;
}

.bg-focus {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fdfcfb;
}

.bg-calm {
  background-image: url("https://images.unsplash.com/photo-1504805572947-34fad45aed93?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fdfcfb;
}

.bg-paper {
  background-image: url("https://images.unsplash.com/photo-1492724441997-5dc865305da7?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fdfcfb;
}

.asym-split {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.asym-split .content {
  flex: 1 1 320px;
}

.asym-split .aside {
  flex: 1 1 260px;
  margin-top: 30px;
}

.feature-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.feature-card {
  padding: 18px;
  border-radius: 16px;
  background: #fdfcfb;
  border: 1px solid #d8d1c8;
  display: flex;
  gap: 14px;
  align-items: center;
}

.feature-card img {
  border-radius: 12px;
  background-color: #d8d1c8;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-list.spaced {
  margin-top: 24px;
}

.service-item {
  background: #fdfcfb;
  border-radius: 18px;
  border: 1px solid #cfc7bc;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.service-item .text {
  flex: 1;
}

.service-item .price {
  font-weight: 600;
  white-space: nowrap;
}

.quote-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.quote {
  flex: 1 1 220px;
  background: #fdfcfb;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid #d7cfc5;
}

.form-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.form-card {
  flex: 1 1 320px;
  background: #fdfcfb;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #c9c1b7;
}

.form-card form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-size: 14px;
  color: #3a454f;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c7bfb5;
  font-size: 15px;
  background: #fffdfb;
}

.inline-link {
  border-bottom: 1px solid #1f2a33;
  padding-bottom: 2px;
}

.footer {
  padding: 40px 6vw 60px;
  background: #1f2a33;
  color: #f4eee6;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-bottom: 16px;
  font-size: 14px;
}

.footer small {
  display: block;
  margin-top: 8px;
  color: #cfc7bc;
  font-size: 12px;
}

.sticky-cta {
  position: sticky;
  bottom: 10px;
  margin: 0 6vw 24px;
  background: #fdfcfb;
  border: 1px solid #c9c1b7;
  padding: 12px 18px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.sticky-cta .button {
  margin-left: auto;
}

.banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background: #fdfcfb;
  border: 1px solid #c9c1b7;
  border-radius: 16px;
  padding: 16px;
  display: none;
  z-index: 999;
}

.banner.visible {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}

.banner .button {
  padding: 8px 16px;
  font-size: 14px;
}

.info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.info-box {
  flex: 1 1 240px;
  background: #fdfcfb;
  border-radius: 18px;
  border: 1px solid #d2c9bf;
  padding: 20px;
}

.image-panel {
  border-radius: 22px;
  overflow: hidden;
  background-color: #cdd6d9;
}

.page-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 40px 6vw;
  align-items: center;
}

.page-hero h1 {
  font-size: 34px;
}

.policy-content {
  padding: 40px 6vw 60px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.policy-content h2 {
  margin-top: 12px;
  font-size: 22px;
}

.note {
  background: #efe9e1;
  padding: 16px;
  border-radius: 14px;
}
