/* Base */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1d2a24;
  background: #f7f7f4;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.topbar {
  background: #e8efe7;
  border-bottom: 1px solid #d3ddd2;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  gap: 20px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 0.9rem;
  color: #2d3a33;
  background: #dbe6dc;
  padding: 6px 10px;
  border-radius: 18px;
}

.nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.hero {
  position: relative;
  background: #20342b;
  color: #fff;
  padding: 80px 0 60px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?w=1400&q=80")
    center/cover no-repeat;
  opacity: 0.65;
}

.hero-content {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: flex-end;
  flex-wrap: wrap;
}

.hero-copy {
  flex: 1 1 360px;
}

.hero-card {
  flex: 1 1 280px;
  background: rgba(17, 33, 27, 0.8);
  padding: 22px;
  border-radius: 16px;
}

.hero-card ul {
  padding-left: 18px;
  margin: 0;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
}

.primary-btn {
  background: #f3d16a;
  color: #2b2a23;
}

.secondary-btn {
  background: transparent;
  border-color: #f3d16a;
  color: #f3d16a;
}

.section {
  padding: 70px 0;
}

.section-alt {
  background: #eef3ef;
}

.section-bg-forest {
  position: relative;
  color: #fff;
  background: #20342b;
  overflow: hidden;
}

.section-bg-forest::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=1400&q=80")
    center/cover no-repeat;
  opacity: 0.5;
}

.section-bg-moss {
  position: relative;
  color: #fff;
  background: #1b2a23;
  overflow: hidden;
}

.section-bg-moss::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1465101162946-4377e57745c3?w=1400&q=80")
    center/cover no-repeat;
  opacity: 0.45;
}

.section-bg-inner {
  position: relative;
}

.magazine-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}

.feature {
  flex: 1 1 340px;
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(27, 38, 31, 0.08);
}

.feature-media {
  background: #d8e1d8;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px;
}

.feature-meta {
  font-size: 0.9rem;
  color: #5a6b62;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.panel {
  flex: 1 1 300px;
  background: #13261f;
  color: #fff;
  padding: 28px;
  border-radius: 18px;
}

.panel a {
  color: #f3d16a;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 260px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 32px rgba(34, 50, 40, 0.12);
  display: flex;
  flex-direction: column;
}

.service-card img {
  width: 100%;
  height: 180px;
}

.service-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}

.price-tag {
  font-weight: 700;
  color: #1d2a24;
  background: #e8efe7;
  padding: 6px 10px;
  border-radius: 8px;
  width: fit-content;
}

.form-wrap {
  background: #fff;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 20px 40px rgba(28, 40, 33, 0.1);
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.field {
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cfd8cf;
  font-family: inherit;
  background: #f9fbf9;
}

textarea {
  min-height: 120px;
}

.sticky-cta {
  position: sticky;
  bottom: 10px;
  margin-left: auto;
  width: fit-content;
  background: #13261f;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
}

.testimonial {
  background: #f7f3ea;
  border-left: 4px solid #f3d16a;
  padding: 18px 20px;
  border-radius: 12px;
}

.legal-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.footer {
  background: #1b2b24;
  color: #d6e0d8;
  padding: 40px 0;
}

.footer a {
  color: #f3d16a;
}

.cookie-banner {
  position: fixed;
  inset: auto 20px 20px 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(19, 28, 23, 0.2);
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  z-index: 10;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.outline-btn {
  background: transparent;
  border: 1px solid #1d2a24;
  border-radius: 999px;
  padding: 8px 16px;
}

.plain-btn {
  background: #1d2a24;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 8px 16px;
}

.divider {
  height: 1px;
  background: #d7ded7;
  margin: 30px 0;
}

.image-frame {
  background: #d8e1d8;
  border-radius: 16px;
  overflow: hidden;
}

.wide-image {
  width: 100%;
  height: 260px;
}

.notice {
  font-size: 0.95rem;
  color: #4c5b54;
}

.contact-card {
  background: #f7f3ea;
  padding: 24px;
  border-radius: 16px;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-tags span {
  background: rgba(243, 209, 106, 0.18);
  color: #f6e3a6;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.section-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 18px;
}

.section-heading h2 {
  margin: 0;
}

.section-heading p {
  margin: 0;
  max-width: 480px;
}

.list-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.list-inline li {
  background: #e8efe7;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.9rem;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.split > div {
  flex: 1 1 320px;
}

.sidebar-note {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px;
  border: 1px solid #d7ded7;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip-link:focus {
  left: 20px;
  background: #f3d16a;
  color: #1d2a24;
  padding: 8px 12px;
  border-radius: 8px;
}

.btn-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.muted {
  color: #5a6b62;
}

.legal-section {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}

.page-hero {
  background: #e8efe7;
  padding: 40px 0;
}

.page-hero h1 {
  margin-bottom: 6px;
}

.reference-list {
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
