* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1b1b;
  background-color: #f7f5f2;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  font-size: 0.95rem;
}

.nav a {
  color: inherit;
  text-decoration: none;
  padding: 4px 0;
}

.ad-label {
  font-size: 0.8rem;
  color: #4a4a4a;
  border: 1px solid #d7d0c7;
  padding: 4px 8px;
  border-radius: 999px;
  background-color: #fff7ed;
}

.hero {
  padding: 40px 0 20px;
}

.hero-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.08);
  max-width: 320px;
}

.hero-visual {
  flex: 1 1 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.image-frame {
  background-color: #e6dfd6;
  padding: 12px;
  border-radius: 26px;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.hero-visual img {
  width: 100%;
  height: 420px;
}

.cta-button,
.cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.cta-button {
  background-color: #1f5c4d;
  color: #ffffff;
}

.cta-outline {
  border: 1px solid #1f5c4d;
  color: #1f5c4d;
  background-color: transparent;
}

.section {
  padding: 50px 0;
}

.section.alt {
  background-color: #fffaf4;
}

.section.dark {
  background-color: #182d29;
  color: #f5f5f0;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text-block,
.split .visual-block {
  flex: 1 1 320px;
}

.floating-panel {
  background-color: #ffffff;
  padding: 26px;
  border-radius: 18px;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.12);
  margin-left: auto;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 18px;
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.card-image {
  background-color: #e6dfd6;
  border-radius: 16px;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  height: 160px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background-color: #eef3f1;
  color: #285d52;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
}

.testimonial-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.testimonial {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 16px;
  flex: 1 1 240px;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.07);
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: flex-start;
}

.lead-form {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 18px;
  flex: 1 1 320px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
}

.lead-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 14px;
  border-radius: 12px;
  border: 1px solid #d5cec4;
  font-size: 1rem;
  background-color: #fffdfb;
}

.lead-form button {
  width: 100%;
}

.footer {
  margin-top: auto;
  padding: 36px 0 50px;
  background-color: #141c1a;
  color: #e6e2dd;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.footer a {
  color: inherit;
  text-decoration: none;
}

.disclaimer {
  font-size: 0.85rem;
  color: #d4cdc4;
  margin-top: 18px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #f29f05;
  color: #1b1b1b;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.18);
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.18);
  max-width: 320px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
}

.mini-hero {
  background-color: #fffaf4;
  padding: 28px 0;
}

.mini-hero .split {
  align-items: center;
}

.notice-box {
  background-color: #fffdf8;
  border-left: 4px solid #f29f05;
  padding: 16px;
  border-radius: 12px;
  margin-top: 16px;
}

@media (max-width: 760px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    text-align: center;
  }
}
