* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e2422;
  background: #f6f4f1;
}

a {
  color: #1a4d44;
  text-decoration: none;
}

a:hover {
  color: #0f2f29;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.layout {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 270px;
  background: #ffffff;
  padding: 28px 22px;
  border-right: 1px solid #e4dfd7;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.ad-label {
  font-size: 12px;
  line-height: 1.4;
  color: #5a635e;
  padding: 10px 12px;
  background: #f2f0ec;
  border-radius: 10px;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}

.nav a {
  font-size: 14px;
}

.sidebar-cta {
  margin-top: auto;
  padding: 14px;
  background: #f8efe5;
  border-radius: 14px;
}

.sidebar-cta button {
  width: 100%;
}

main {
  flex: 1;
  padding: 40px 54px 80px;
}

.hero {
  display: flex;
  gap: 26px;
  padding: 32px;
  border-radius: 24px;
  background: #1f2d2a;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.hero-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #2d3b36;
  opacity: 0.22;
}

.hero h1 {
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 14px;
}

.hero p {
  font-size: 16px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.btn {
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  background: #f7b96a;
  color: #1f2d2a;
  display: inline-block;
  text-align: center;
}

.btn:hover {
  background: #f3a94d;
}

.btn-secondary {
  background: #ffffff;
  color: #1f2d2a;
}

.btn-secondary:hover {
  background: #efeae0;
}

.section {
  margin-top: 48px;
  display: flex;
  gap: 26px;
  align-items: center;
}

.section.reverse {
  flex-direction: row-reverse;
}

.section-content {
  flex: 1;
}

.section-image {
  flex: 1;
  background-color: #e5e1d9;
  border-radius: 18px;
  overflow: hidden;
}

.section-image img {
  width: 100%;
  height: 100%;
}

.card-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 24px rgba(17, 27, 25, 0.08);
}

.card-image {
  background-color: #e5e1d9;
  border-radius: 14px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 160px;
}

.price {
  font-weight: 700;
  color: #1a4d44;
}

.pill-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pill {
  background: #f1ebe3;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
}

.process {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
}

.form-wrap {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-size: 14px;
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d6d0c6;
  font-size: 14px;
}

.two-col {
  display: flex;
  gap: 16px;
}

.two-col > div {
  flex: 1;
}

.bg-panel {
  background: #e8eee9;
  border-radius: 20px;
  padding: 24px;
}

.footer {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid #dad4c8;
  font-size: 13px;
  color: #5a635e;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.floating-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: #1a4d44;
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 18px;
  border: none;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(17, 27, 25, 0.2);
}

.floating-cta:hover {
  background: #0f2f29;
}

.hero-home {
  background-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?w=1400&q=80");
}

.panel-background {
  background-image: url("https://images.unsplash.com/photo-1497366216548-37526070297c?w=1400&q=80");
  background-color: #2a3a35;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.hero-about {
  background-image: url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?w=1400&q=80");
}

.hero-services {
  background-image: url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1400&q=80");
}

.hero-contact {
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1400&q=80");
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(17, 27, 25, 0.15);
  max-width: 320px;
  display: none;
  z-index: 10;
}

.cookie-banner p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.5;
}

.cookie-actions {
  display: flex;
  gap: 8px;
}

.cookie-actions button {
  flex: 1;
}

@media (max-width: 960px) {
  .layout {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  main {
    padding: 32px 24px 80px;
  }

  .section,
  .section.reverse {
    flex-direction: column;
  }

  .two-col {
    flex-direction: column;
  }
}
