.root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1d1d1d;
  background-color: #f7f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  object-fit: cover;
}

.page {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 260px;
  background: #1f2a2b;
  color: #f3f0ed;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.brand {
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 600;
}

.ad-label {
  font-size: 13px;
  color: #e6d8c9;
  background: #2b3a3b;
  padding: 10px 12px;
  border-radius: 10px;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15px;
}

.nav a {
  padding: 8px 0;
  border-bottom: 1px solid #314244;
}

.cta-inline {
  display: inline-block;
  padding: 10px 16px;
  background: #e2c6a6;
  color: #2c1c12;
  border-radius: 24px;
  font-weight: 600;
}

.content {
  flex: 1;
  padding: 32px 40px 80px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.hero {
  display: flex;
  gap: 28px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.hero-text {
  flex: 1;
  padding: 34px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-media {
  flex: 1;
  background-color: #d8e2e3;
}

.hero-media img {
  width: 100%;
  height: 100%;
}

.section {
  display: flex;
  gap: 24px;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 28px;
}

.section.reverse {
  flex-direction: row-reverse;
}

.section.column {
  flex-direction: column;
  align-items: flex-start;
}

.section-media {
  flex: 1;
  min-height: 220px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #e3d5c8;
}

.section-media img {
  width: 100%;
  height: 100%;
}

.section-copy {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.services {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-row {
  display: flex;
  gap: 18px;
  background: #f1ece7;
  padding: 20px;
  border-radius: 16px;
  align-items: center;
}

.service-image {
  width: 140px;
  height: 110px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #d9d1c8;
}

.service-image img {
  width: 100%;
  height: 100%;
}

.service-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.price {
  font-weight: 600;
  color: #243132;
}

.cards {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  flex: 1;
  min-width: 220px;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.card-media {
  height: 140px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #dfe6d8;
}

.card-media img {
  width: 100%;
  height: 100%;
}

.form-block {
  display: flex;
  gap: 22px;
  background: #fff;
  padding: 28px;
  border-radius: 20px;
  align-items: stretch;
}

.form-notes {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c9c0b8;
  background: #fff;
  font-size: 15px;
}

button {
  padding: 12px 16px;
  border-radius: 14px;
  border: none;
  background: #1f2a2b;
  color: #f3f0ed;
  font-weight: 600;
  cursor: pointer;
}

.button-link {
  padding: 12px 16px;
  border-radius: 14px;
  background: #1f2a2b;
  color: #f3f0ed;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}

.split-highlight {
  display: flex;
  gap: 20px;
  background: #1f2a2b;
  color: #f3f0ed;
  padding: 24px;
  border-radius: 18px;
}

.split-highlight a {
  color: #f6ddc0;
  text-decoration: underline;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #e2c6a6;
  color: #2c1c12;
  padding: 12px 16px;
  border-radius: 18px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.footer {
  background: #e7e0da;
  padding: 24px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #1f2a2b;
  color: #f3f0ed;
  padding: 18px;
  border-radius: 14px;
  display: none;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions button {
  flex: 1;
  background: #f3e6d7;
  color: #2c1c12;
}

.meta-block {
  background: #fff;
  padding: 18px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.notice {
  font-size: 13px;
  color: #465152;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.inline-badge {
  padding: 6px 10px;
  background: #dfe6d8;
  border-radius: 12px;
  display: inline-block;
  font-size: 13px;
}

.background-panel {
  background-color: #d6dcd6;
  background-image: url("https://images.unsplash.com/photo-1757640905828-66569dd7a262?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5NzM4NDF8MHwxfHNlYXJjaHwzMXx8U2FuZnRlJTIwVGllcnBmbGVnZSUyMGltJTIwQWxsdGFnfGRlfDB8MHx8fDE3ODE2OTA2MTh8MA&ixlib=rb-4.1.0&q=80&w=1080");
  background-size: cover;
  background-position: center;
  padding: 36px;
  border-radius: 22px;
  color: #1f2a2b;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 220px;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.small-title {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #546062;
}

@media (max-width: 980px) {
  .page {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .content {
    padding: 28px 20px 90px;
  }

  .hero,
  .section,
  .form-block,
  .split-highlight,
  .service-row {
    flex-direction: column;
  }
}
