* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: #1b1b1b;
  background: #f7f7f4;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #0d4a7f;
  text-decoration: none;
}

header {
  padding: 24px 6vw;
  background: #f0efe9;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.ad-disclosure {
  font-size: 0.85rem;
  padding: 6px 10px;
  background: #e5ecf4;
  border-radius: 20px;
}

.hero {
  padding: 30px 6vw 50px;
}

.split {
  display: flex;
  align-items: stretch;
  gap: 40px;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.content {
  flex: 1 1 340px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.media {
  flex: 1 1 320px;
  background: #dfe6ea;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  min-height: 260px;
}

.media img {
  width: 100%;
  height: 100%;
}

.section {
  padding: 56px 6vw;
}

.tone-light {
  background: #ffffff;
}

.tone-muted {
  background: #eef1f4;
}

.tone-warm {
  background: #f4efe7;
}

.lead {
  font-size: 1.1rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  background: #0d4a7f;
  color: #ffffff;
  padding: 12px 20px;
  border: none;
  border-radius: 22px;
  cursor: pointer;
  font-size: 0.95rem;
}

.btn.secondary {
  background: #f0efe9;
  color: #0d4a7f;
  border: 1px solid #0d4a7f;
}

.inline-cta {
  font-weight: 600;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-card {
  padding: 18px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.img-frame {
  background: #dfe6ea;
  border-radius: 12px;
  overflow: hidden;
  width: 120px;
  height: 90px;
  flex: 0 0 auto;
}

.img-frame img {
  width: 120px;
  height: 90px;
  border-radius: 12px;
}

.price {
  font-weight: 600;
  color: #0d4a7f;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stat {
  flex: 1 1 140px;
  background: #ffffff;
  padding: 16px;
  border-radius: 14px;
}

.testimonial {
  background: #ffffff;
  padding: 16px;
  border-radius: 14px;
}

.form-card {
  background: #ffffff;
  padding: 22px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-card label {
  font-size: 0.85rem;
  font-weight: 600;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cfd6dd;
  font-size: 0.95rem;
  font-family: inherit;
}

.footer {
  padding: 40px 6vw 60px;
  background: #121212;
  color: #f4f4f4;
}

.footer a {
  color: #cfe0ff;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  background: #1e5b37;
  color: #ffffff;
  border: none;
  padding: 12px 18px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  padding: 16px;
  border-radius: 14px;
  max-width: 320px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  z-index: 30;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.page-hero {
  padding: 40px 6vw;
  background: #f0efe9;
}

.simple-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-block {
  background: #ffffff;
  padding: 20px;
  border-radius: 14px;
}

.legal-copy {
  font-size: 0.85rem;
  color: #c9c9c9;
  margin-top: 24px;
}

.references {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.85rem;
}
