*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f2933;
  background: #f7f5f2;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #124a67;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.site-header {
  padding: 1.5rem 0 1rem;
  background: #efe9df;
  border-bottom: 1px solid #d9d2c7;
}

.header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
  justify-content: space-between;
}

.logo {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  color: #6b4b2a;
  background: #f7e7cf;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
}

.hero {
  padding: 3.5rem 0 2.5rem;
  background: #f5f2ee;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.copy,
.media {
  flex: 1 1 320px;
}

.media-frame {
  background: #d7cbbd;
  padding: 0.6rem;
  border-radius: 1.2rem;
}

.media-frame img {
  width: 100%;
  height: 360px;
  border-radius: 0.9rem;
}

.section {
  padding: 3rem 0;
}

.section.alt {
  background: #fff;
}

.section.tone {
  background: #f0ede8;
}

.section-bg {
  background: linear-gradient(rgba(17, 24, 39, 0.4), rgba(17, 24, 39, 0.4)),
    url("https://images.unsplash.com/photo-1519418482467-96eca39b3f1b?w=1400&q=80") center/cover no-repeat;
  color: #fefefe;
}

.section-bg .copy {
  background: rgba(17, 24, 39, 0.55);
  padding: 1.5rem;
  border-radius: 1rem;
}

.tag {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: #5a4632;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #124a67;
  color: #fff;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: #8b5e34;
}

.btn.ghost {
  background: transparent;
  border: 1px solid #124a67;
  color: #124a67;
}

.btn:hover,
.btn:focus {
  opacity: 0.9;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.service-card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(25, 25, 25, 0.08);
  display: flex;
  flex-direction: column;
}

.service-card .card-image {
  background: #d7cbbd;
}

.service-card img {
  width: 100%;
  height: 180px;
}

.service-card .card-body {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.price {
  font-weight: 700;
  color: #124a67;
}

.inline-cta {
  font-weight: 600;
}

.testimonial {
  background: #fff;
  border-left: 4px solid #124a67;
  padding: 1rem 1.4rem;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}

.form-card {
  background: #fff;
  padding: 1.6rem;
  border-radius: 1rem;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

.form-card form {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.form-card label {
  font-weight: 600;
}

.form-card input,
.form-card select,
.form-card textarea {
  padding: 0.7rem 0.8rem;
  border-radius: 0.6rem;
  border: 1px solid #c7bfb5;
  font-size: 1rem;
}

.sticky-cta {
  position: sticky;
  top: 1.5rem;
  background: #f7e7cf;
  padding: 1.2rem;
  border-radius: 1rem;
  border: 1px solid #e2d5c3;
}

.footer {
  background: #1f2933;
  color: #f7f5f2;
  padding: 2.5rem 0;
}

.footer a {
  color: #f7e7cf;
}

.footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.disclaimer {
  font-size: 0.85rem;
  color: #e7e2da;
}

.cookie-banner {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background: #ffffff;
  border-radius: 1rem;
  padding: 1rem 1.2rem;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
  display: none;
  gap: 0.8rem;
  max-width: 360px;
  z-index: 10;
}

.cookie-banner.show {
  display: flex;
  flex-direction: column;
}

.cookie-actions {
  display: flex;
  gap: 0.8rem;
}

.simple-split {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.simple-split > div {
  flex: 1 1 320px;
}

.section-image {
  background: #d7cbbd;
  border-radius: 1rem;
  padding: 0.6rem;
}

.section-image img {
  width: 100%;
  height: 260px;
  border-radius: 0.8rem;
}

.list-plain {
  padding: 0;
  list-style: none;
  margin: 0;
}

.list-plain li {
  margin-bottom: 0.6rem;
}

.note {
  font-size: 0.9rem;
  color: #5f6368;
}
