.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  background: #f6f4f1;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: #1e5a8a;
  text-decoration: none;
}

a:focus {
  outline: 2px solid #1e5a8a;
  outline-offset: 2px;
}

header {
  padding: 24px 6vw 16px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.ad-label {
  font-size: 13px;
  background: #f0e5d6;
  color: #5b4427;
  padding: 6px 10px;
  border-radius: 999px;
  align-self: flex-start;
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

nav a {
  font-weight: 600;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 0 6vw 48px;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-media {
  flex: 1 1 360px;
  min-height: 420px;
  background-color: #e3dfd7;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}

.hero-media img {
  width: 100%;
  height: 100%;
}

.hero-card {
  background: #ffffff;
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  max-width: 360px;
  align-self: flex-end;
  margin-top: -60px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1e5a8a;
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

.btn.secondary {
  background: #f0e5d6;
  color: #5b4427;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
}

.section {
  padding: 56px 6vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section.alt {
  background: #ffffff;
}

.offset-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.offset-row.reverse {
  flex-direction: row-reverse;
}

.panel {
  flex: 1 1 280px;
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
}

.image-box {
  flex: 1 1 280px;
  background-color: #e7e2d8;
  border-radius: 22px;
  overflow: hidden;
  min-height: 240px;
}

.image-box img {
  width: 100%;
  height: 100%;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.stat {
  flex: 1 1 160px;
  background: #f0e5d6;
  border-radius: 16px;
  padding: 16px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-img {
  background-color: #dcd6cc;
}

.pricing {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  padding: 16px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.05);
}

.price-tag {
  font-weight: 700;
  color: #1e5a8a;
}

.service-select {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.service-option {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 16px;
  border: 2px solid transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-option input {
  margin: 0;
}

.service-option.active {
  border-color: #1e5a8a;
  box-shadow: 0 12px 26px rgba(30, 90, 138, 0.2);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 480px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cfc6bb;
  font-size: 15px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sticky-cta {
  position: sticky;
  top: 16px;
  align-self: flex-start;
  background: #ffffff;
  padding: 16px;
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
  max-width: 260px;
}

.bg-paint {
  background-image: url("https://images.unsplash.com/photo-1596495868834-d3dfc8e71b25?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.bg-paint::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.bg-paint .section-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

footer {
  background: #1a1a1a;
  color: #f2efe9;
  padding: 32px 6vw;
}

.footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-col {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.simple-hero {
  padding: 36px 6vw 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.content-wrap {
  padding: 0 6vw 48px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 520px;
}

.spacer-top {
  margin-top: 12px;
}

@media (max-width: 800px) {
  .hero-card {
    margin-top: 0;
  }

  .sticky-cta {
    position: static;
  }
}
