* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2933;
  background: #f7f6f3;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px 20px 80px;
}

.nav-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 20px;
  border-bottom: 1px solid #d6d6d1;
  background: #ffffff;
}

.logo {
  font-weight: 700;
  letter-spacing: 0.6px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  color: #6b7280;
  max-width: 220px;
  text-align: right;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 38px;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 340px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 32px;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(31, 41, 51, 0.08);
}

.hero-media {
  flex: 1 1 380px;
  min-height: 320px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #d9e6f2;
  position: relative;
}

.hero-badge {
  background: #f4e5ff;
  color: #5a2f8a;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  align-self: flex-start;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  border: none;
  background: #1f2933;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
}

.btn-light {
  background: #e8f1ff;
  color: #1b4f8a;
}

.section {
  margin-top: 70px;
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.split-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.split-card {
  flex: 1 1 300px;
  background: #ffffff;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 16px 36px rgba(31, 41, 51, 0.08);
}

.offset-card {
  margin-top: 30px;
}

.image-tile {
  flex: 1 1 280px;
  min-height: 220px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #dfe6e9;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(31, 41, 51, 0.08);
  display: flex;
  flex-direction: column;
}

.service-content {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.price {
  font-weight: 700;
  color: #1b4f8a;
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.form-panel {
  flex: 1 1 320px;
  background: #ffffff;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 14px 30px rgba(31, 41, 51, 0.08);
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-size: 13px;
  color: #475466;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cfd4dc;
  font-size: 14px;
  background: #fafafa;
}

.inline-link {
  color: #1b4f8a;
  text-decoration: underline;
  cursor: pointer;
}

.testimonial-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.testimonial {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 24px rgba(31, 41, 51, 0.08);
}

.highlight {
  background: #1f2933;
  color: #ffffff;
  padding: 26px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer {
  margin-top: 70px;
  background: #ffffff;
  border-top: 1px solid #d6d6d1;
  padding: 32px 20px 50px;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  font-size: 13px;
  color: #5f6b7a;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #1f2933;
  color: #ffffff;
  padding: 16px 20px;
  border-radius: 16px;
  display: none;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  top: 40%;
  background: #f4e5ff;
  color: #5a2f8a;
  padding: 12px 16px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 12px 26px rgba(31, 41, 51, 0.18);
  z-index: 10;
}

.sticky-cta button {
  background: #5a2f8a;
}

.legal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.plain-card {
  background: #ffffff;
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(31, 41, 51, 0.08);
}

.contact-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-block {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 12px 26px rgba(31, 41, 51, 0.08);
}

.reference-list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.background-slab {
  background: #e9eef3;
  padding: 32px;
  border-radius: 24px;
}

.image-backdrop {
  background-image: url("https://images.unsplash.com/photo-1496307042754-b4aa456c4a2d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  padding: 48px 32px;
  border-radius: 26px;
  color: #ffffff;
  background-color: #4a5568;
}

.image-backdrop .overlay-card {
  background: rgba(17, 24, 39, 0.7);
  padding: 24px;
  border-radius: 20px;
  max-width: 520px;
}

@media (max-width: 880px) {
  .nav-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .ad-label {
    text-align: left;
  }

  .sticky-cta {
    position: static;
    margin: 24px auto 0;
    max-width: 260px;
  }
}
