* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #1c2229;
  background: #f5f3ef;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  padding: 24px 0 12px;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand-name {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.ad-label {
  font-size: 12px;
  color: #6f6a61;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
}

.nav-links a,
.nav-links button {
  background: transparent;
  border: none;
  font: inherit;
  cursor: pointer;
  padding: 6px 0;
}

.cta-primary {
  background: #1f4a7c;
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid #1f4a7c;
  color: #1f4a7c;
  font-weight: 600;
}

.hero {
  position: relative;
  padding: 70px 0 110px;
  overflow: hidden;
}

.hero-layout {
  display: flex;
  gap: 36px;
  align-items: stretch;
}

.hero-copy {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.hero-copy h1 {
  font-size: 44px;
  line-height: 1.1;
  margin: 0;
}

.hero-copy p {
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  color: #3b3f45;
}

.hero-panel {
  flex: 0.9;
  background: #e8e3da;
  border-radius: 22px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  top: 20px;
}

.hero-panel img {
  border-radius: 18px;
  width: 100%;
  height: 280px;
}

.hero-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: #4b4e54;
}

.sticky-cta {
  position: fixed;
  bottom: 22px;
  right: 22px;
  background: #1f4a7c;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 12px 25px rgba(31, 74, 124, 0.25);
  z-index: 20;
}

.section {
  padding: 70px 0;
}

.section.alt {
  background: #efe9e1;
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.section-header h2 {
  font-size: 30px;
  margin: 0;
}

.section-header p {
  margin: 0;
  color: #3a3f46;
}

.offset-grid {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.offset-card {
  flex: 1;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.06);
}

.offset-card img {
  width: 100%;
  height: 190px;
  border-radius: 14px;
  background-color: #d9d2c8;
}

.offset-raise {
  margin-top: 30px;
}

.offset-lift {
  margin-top: 24px;
}

.flex-11 {
  flex: 1.1;
}

.flex-12 {
  flex: 1.2;
}

.flex-08 {
  flex: 0.8;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.mt-28 {
  margin-top: 28px;
}

.mt-24 {
  margin-top: 24px;
}

.offset-card h3 {
  margin: 0;
  font-size: 18px;
}

.service-price {
  font-weight: 700;
  color: #1f4a7c;
}

.split-band {
  display: flex;
  gap: 26px;
  align-items: center;
}

.split-band img {
  width: 100%;
  height: 260px;
  border-radius: 22px;
  background-color: #d4cbbf;
}

.split-image {
  flex: 1.1;
}

.split-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 16px;
  color: #384049;
}

.highlight-block {
  background: #1f4a7c;
  color: #fff;
  padding: 26px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.form-wrap {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.form-panel {
  flex: 1;
  background: #fff;
  border-radius: 22px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.05);
}

.form-panel label {
  font-size: 13px;
  color: #3d434b;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  padding: 10px 12px;
  border: 1px solid #d6cfc5;
  border-radius: 10px;
  font: inherit;
  background: #faf8f5;
}

.form-panel textarea {
  min-height: 120px;
  resize: vertical;
}

.form-note {
  font-size: 12px;
  color: #6a6f76;
}

.footer {
  padding: 50px 0 70px;
  background: #1b1f24;
  color: #e7e4de;
}

.footer-grid {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer a {
  color: #d9d3c8;
}

.disclaimer {
  font-size: 12px;
  color: #c9c5be;
  margin-top: 18px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #fff;
  padding: 16px 18px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
  display: none;
  max-width: 320px;
  z-index: 25;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.cookie-actions button {
  flex: 1;
  border-radius: 8px;
  border: 1px solid #1f4a7c;
  padding: 8px 10px;
  cursor: pointer;
  background: #fff;
  color: #1f4a7c;
  font-weight: 600;
}

.cookie-actions button.accept {
  background: #1f4a7c;
  color: #fff;
}

.image-frame {
  background-color: #d9d2c8;
  border-radius: 18px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
}

.compact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.compact-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.pill {
  background: #efe9e1;
  color: #1f4a7c;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 900px) {
  .hero-layout,
  .offset-grid,
  .split-band,
  .form-wrap,
  .nav-row {
    flex-direction: column;
  }

  .hero-panel {
    top: 0;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
