* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1d1f;
  background-color: #f6f5f2;
  line-height: 1.6;
}

a {
  color: #1b4b7a;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.85;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  padding: 24px 6vw 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.ad-label {
  font-size: 0.9rem;
  background: #f3e8ce;
  padding: 6px 12px;
  border-radius: 16px;
}

.hero {
  position: relative;
  margin: 10px 0 40px;
  padding: 90px 6vw 90px;
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.hero.services {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
}

.hero.contact {
  background-image: url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1400&q=80");
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 20, 22, 0.55);
}

.hero-content {
  position: relative;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  border: none;
  background: #f0b52d;
  color: #1b1d1f;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

.button.secondary {
  background: #ffffff;
  color: #1b1d1f;
}

.section {
  padding: 50px 6vw;
}

.section-title {
  margin: 0 0 16px;
  font-size: 2rem;
}

.asymmetric-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.offset-card {
  flex: 1 1 280px;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(20, 20, 20, 0.08);
}

.offset-card.accent {
  background: #f9f1da;
  transform: translateY(20px);
}

.inline-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e7eff6;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-image {
  background-color: #d9dde2;
}

.service-card img {
  height: 160px;
  width: 100%;
  object-fit: cover;
}

.service-card .card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pricing-tag {
  font-weight: 700;
  color: #1b4b7a;
}

.split-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.panel-media {
  flex: 1 1 300px;
  background-color: #d9dde2;
  border-radius: 18px;
  overflow: hidden;
}

.panel-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(20, 20, 20, 0.1);
}

.lead-form label {
  font-weight: 600;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ccd3da;
  font-size: 1rem;
}

.lead-form button {
  align-self: flex-start;
}

.info-band {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  background: #1b1d1f;
  color: #f6f5f2;
  border-radius: 18px;
  padding: 26px;
}

.info-item {
  flex: 1 1 200px;
}

.image-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.image-strip .strip-item {
  flex: 1 1 200px;
  background-color: #cbd2d8;
  border-radius: 12px;
  overflow: hidden;
}

.testimonial {
  background: #ffffff;
  border-left: 4px solid #f0b52d;
  padding: 18px 20px;
  border-radius: 10px;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #1b4b7a;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 10;
}

.site-footer {
  margin-top: auto;
  padding: 40px 6vw 60px;
  background: #111214;
  color: #f6f5f2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a {
  color: #f6f5f2;
}

.legal-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.legal-block {
  flex: 1 1 220px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #ccd3da;
  padding: 16px 6vw;
  display: none;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-button {
  border: 1px solid #1b4b7a;
  background: #ffffff;
  color: #1b4b7a;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.cookie-button.accept {
  background: #1b4b7a;
  color: #ffffff;
}

.simple-page {
  padding: 40px 6vw 60px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  font-weight: 700;
  color: #b07500;
}

.highlight-box {
  background: #f3e8ce;
  padding: 16px 20px;
  border-radius: 10px;
}
