* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: #111418;
  background: #f6f4f0;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #1a4b8c;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.85;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

header {
  padding: 20px 0 10px;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: lowercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.ad-label {
  font-size: 0.85rem;
  padding: 6px 10px;
  border: 1px solid #d2c7ba;
  border-radius: 999px;
  background: #fff7ef;
  color: #4a3b2f;
}

.hero {
  position: relative;
  padding: 40px 0 80px;
}

.hero-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
}

.hero-copy {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.hero-copy h1 {
  font-size: clamp(2.3rem, 3vw, 3.3rem);
  line-height: 1.1;
  margin: 0;
}

.hero-visual {
  flex: 1 1 420px;
  position: relative;
  min-height: 340px;
  background: #d9e2ef;
  border-radius: 22px;
  overflow: hidden;
}

.hero-visual img {
  width: 100%;
  height: 100%;
}

.hero-badge {
  position: absolute;
  bottom: -24px;
  left: 40px;
  padding: 16px 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 320px;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.98rem;
  transition: opacity 0.2s ease;
}

.primary-btn {
  background: #111418;
  color: #f7f4f0;
}

.secondary-btn {
  background: #fff;
  color: #111418;
  border: 1px solid #111418;
}

.section {
  padding: 70px 0;
}

.section.alt {
  background: #ffffff;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.text-block {
  flex: 1 1 360px;
}

.image-frame {
  flex: 1 1 360px;
  min-height: 260px;
  background: #e3ddd4;
  border-radius: 18px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
}

.offset-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.offset-card {
  flex: 1 1 250px;
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.06);
}

.offset-card:nth-child(2) {
  margin-top: 30px;
}

.offset-card:nth-child(3) {
  margin-top: -10px;
}

.cards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 220px;
}

.service-card .card-media {
  background: #c8d2da;
  min-height: 160px;
}

.service-card .card-media img {
  width: 100%;
  height: 100%;
}

.service-card .card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price-tag {
  font-weight: 700;
  color: #1a4b8c;
}

.testimonial {
  padding: 18px 22px;
  border-left: 3px solid #1a4b8c;
  background: #fdfaf6;
  margin: 16px 0;
}

.pricing-reveal {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.pricing-highlight {
  background: #111418;
  color: #f7f4f0;
  padding: 22px;
  border-radius: 18px;
}

.form-wrap {
  background: #ffffff;
  padding: 26px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c8c1b8;
  font-size: 1rem;
}

.inline-cta {
  font-weight: 600;
}

.footer {
  background: #0f1114;
  color: #f4f0ea;
  padding: 40px 0 60px;
}

.footer a {
  color: #f4f0ea;
}

.footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.footer small {
  opacity: 0.7;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
}

.sticky-cta button {
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  max-width: 320px;
  z-index: 20;
  display: none;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background: #f0e6da;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.notice {
  background: #fff7ef;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid #eadccc;
}

.legal-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (max-width: 768px) {
  .hero-badge {
    position: static;
    margin-top: 16px;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
