* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1b1b;
  background: #f7f6f3;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.page {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 260px;
  background: #efeae2;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand-name {
  font-size: 20px;
  font-weight: 700;
  text-transform: lowercase;
}

.brand-tagline {
  font-size: 13px;
  color: #5b564c;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nav a {
  font-size: 14px;
  color: #3d3a33;
}

.nav .cta {
  margin-top: 12px;
  background: #141414;
  color: #fefefe;
  padding: 10px 16px;
  border-radius: 24px;
  text-align: center;
}

.content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #f7f6f3;
}

.section {
  padding: 56px 8vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section--hero {
  background: #fff3e8;
  position: relative;
  overflow: hidden;
}

.hero-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.hero-copy {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-title {
  font-size: 38px;
  line-height: 1.15;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.button {
  background: #141414;
  color: #fefefe;
  padding: 12px 18px;
  border-radius: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.button.alt {
  background: transparent;
  color: #141414;
  border: 1px solid #141414;
}

.hero-image {
  flex: 1 1 280px;
  max-width: 420px;
}

.section--story {
  background: #f7f6f3;
}

.story-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.story-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.story-image {
  flex: 1 1 220px;
}

.inline-link {
  text-decoration: underline;
  color: #2b3a52;
}

.section--mosaic {
  background: #fff;
}

.mosaic {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.mosaic-card {
  flex: 1 1 220px;
  padding: 20px;
  background: #f1f3f4;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section--insight {
  background: #f0ece6;
}

.insight-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: flex-start;
}

.insight-highlight {
  flex: 1 1 200px;
  padding: 24px;
  background: #fff;
  border-radius: 18px;
}

.insight-list {
  flex: 2 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.section--trust {
  background-image: url("../images/pattern-soft.svg");
  background-size: cover;
  color: #1d1b18;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.trust-card {
  flex: 1 1 200px;
  background: rgba(255, 255, 255, 0.85);
  padding: 18px;
  border-radius: 16px;
}

.section--process {
  background: #fffdf9;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.process-step {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
  background: #f5f0e8;
  border-radius: 16px;
}

.section--services {
  background: #ffffff;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 240px;
  border-radius: 18px;
  background: #f3f2f0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-size: 20px;
  font-weight: 700;
}

.section--testimonials {
  background: #f7f6f3;
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
  background: #fff;
  border-radius: 16px;
}

.testimonial span {
  font-weight: 600;
}

.section--form {
  background: #fff3e8;
}

.form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.form-panel {
  flex: 1 1 300px;
  background: #fff;
  padding: 22px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-size: 13px;
  color: #4b463c;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d2cec6;
  font-size: 14px;
}

.section--closing {
  background: #1c1c1c;
  color: #f5f2ea;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer {
  padding: 24px 8vw 32px;
  background: #111;
  color: #e5e1d9;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #2b3a52;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 30;
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.button.light {
  background: #efeae2;
  color: #1b1b1b;
}

@media (max-width: 960px) {
  .page {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 620px) {
  .section {
    padding: 40px 6vw;
  }

  .hero-title {
    font-size: 30px;
  }

  .sidebar {
    padding: 20px;
    gap: 12px;
  }
}
