* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2528;
  background: #f6f3ee;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 26px 0 10px;
  gap: 20px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.92rem;
}

.ad-label {
  background: #1f2528;
  color: #f6f3ee;
  padding: 8px 12px;
  font-size: 0.78rem;
}

.hero {
  display: flex;
  align-items: stretch;
  gap: 18px;
  margin-top: 16px;
}

.hero-text {
  flex: 1;
  background: #f2e8dc;
  padding: 42px 42px 52px;
  position: relative;
  top: 18px;
}

.hero-image {
  flex: 1.2;
  background: #cdd3d6;
  position: relative;
  min-height: 420px;
}

.hero-image img {
  width: 100%;
  height: 100%;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.btn {
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  font-weight: 600;
  background: #1f2528;
  color: #f6f3ee;
}

.btn-outline {
  background: transparent;
  border: 2px solid #1f2528;
  color: #1f2528;
}

.section {
  padding: 70px 0;
}

.section.alt {
  background: #efe7db;
}

.offset-block {
  display: flex;
  gap: 24px;
  align-items: center;
}

.offset-block.reverse {
  flex-direction: row-reverse;
}

.offset-card {
  flex: 1;
  background: #ffffff;
  padding: 30px;
  position: relative;
  left: -16px;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.08);
}

.offset-card.right {
  left: 16px;
}

.offset-media {
  flex: 1;
  background: #d6d9d4;
  min-height: 280px;
}

.offset-media img {
  width: 100%;
  height: 100%;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 220px;
  border: 2px solid transparent;
}

.service-card img {
  width: 100%;
  height: 160px;
  background: #cfc8bf;
}

.price {
  font-weight: 700;
  color: #3e4a46;
}

.business-model {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.business-model .callout {
  flex: 1;
  background: #1f2528;
  color: #f6f3ee;
  padding: 26px;
}

.business-model .details {
  flex: 1.2;
}

.testimonial-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.testimonial {
  flex: 1 1 240px;
  background: #ffffff;
  padding: 20px;
  border-left: 4px solid #1f2528;
}

.form-area {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.form-panel {
  flex: 1 1 360px;
  background: #ffffff;
  padding: 28px;
}

.service-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.service-option {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 2px solid #e2d8cc;
  background: #faf7f2;
  cursor: pointer;
}

.service-option input {
  margin: 0;
}

.service-option.selected {
  border-color: #1f2528;
  background: #ffffff;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #c9c2b8;
  font-family: inherit;
  margin-top: 6px;
}

.inline-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  border-bottom: 2px solid #1f2528;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
  cursor: pointer;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  background: #1f2528;
  color: #f6f3ee;
  padding: 12px 0;
  z-index: 5;
}

.sticky-cta .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.footer {
  background: #1f2528;
  color: #f6f3ee;
  padding: 40px 0 30px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.92rem;
}

.legal {
  margin-top: 18px;
  font-size: 0.85rem;
}

.page-hero {
  display: flex;
  gap: 20px;
  align-items: stretch;
  margin: 28px 0;
}

.page-hero .copy {
  flex: 1.1;
  background: #f2e8dc;
  padding: 30px;
}

.page-hero .visual {
  flex: 0.9;
  background: #cfd5d1;
  min-height: 260px;
}

.two-column {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.card-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card-stack .card {
  background: #ffffff;
  padding: 20px;
}

.contact-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-block {
  flex: 1 1 260px;
  background: #ffffff;
  padding: 22px;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #ffffff;
  border: 1px solid #c9c2b8;
  padding: 16px;
  max-width: 320px;
  display: none;
  z-index: 10;
}

.cookie-banner.active {
  display: block;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
}

.no-phone {
  font-weight: 600;
  color: #3e4a46;
}

.spacer {
  height: 18px;
}
