* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #1e1c1a;
  background-color: #f6f3ef;
  line-height: 1.6;
}

a {
  color: #1c4c49;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.top-bar {
  background-color: #ffffff;
  border-bottom: 1px solid #e6e1dc;
}

.nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 16px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.ad-label {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background-color: #1c4c49;
  color: #fff;
  align-self: flex-start;
}

.nav-links {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}

.section {
  padding: 64px 0;
}

.section--alt {
  background-color: #ffffff;
}

.section--soft {
  background-color: #efe8e1;
}

.section-title {
  font-size: 32px;
  margin: 0;
}

.section-intro {
  max-width: 680px;
}

.split {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: stretch;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.hero-card {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-image,
.image-card,
.bg-panel {
  border-radius: 20px;
  overflow: hidden;
  background-color: #d7d0c8;
  min-height: 260px;
}

.hero-image {
  min-height: 360px;
}

.card-list {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  background-color: #ffffff;
  padding: 22px;
  border-radius: 18px;
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card .price {
  font-weight: 700;
  color: #1c4c49;
  font-size: 20px;
}

.cta-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  border: none;
  background-color: #1c4c49;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.button.light {
  background-color: #efe8e1;
  color: #1c4c49;
}

.button:focus {
  outline: 2px solid #1c4c49;
  outline-offset: 2px;
}

.form-panel {
  background-color: #ffffff;
  padding: 28px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #c9c1b8;
  font-family: inherit;
  background-color: #faf9f7;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.note {
  font-size: 14px;
  color: #5a534c;
}

.stats {
  display: flex;
  flex-direction: row;
  gap: 18px;
  flex-wrap: wrap;
}

.stat {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 16px;
  flex: 1 1 180px;
}

.footer {
  background-color: #1e1c1a;
  color: #fefcf9;
  padding: 40px 0;
}

.footer a {
  color: #fefcf9;
}

.footer-grid {
  display: flex;
  flex-direction: row;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-column {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border-top: 1px solid #e6e1dc;
  padding: 16px 0;
  display: none;
  z-index: 20;
}

.cookie-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.timeline-step {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bg-panel {
  background-size: cover;
  background-position: center;
}

.bg-tools {
  background-image: url("https://images.unsplash.com/photo-1523413651479-597eb2da0ad6?w=1400&q=80");
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 18px;
}

.contact-block {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 18px;
}

.legal-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 720px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
