* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1b1f24;
  background: #f6f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

header {
  padding: 24px 6vw 12px;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.ad-label {
  font-size: 0.85rem;
  background: #ffefd4;
  color: #4a2e00;
  padding: 6px 10px;
  border-radius: 999px;
}

.nav-right {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.nav-right a {
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

.nav-right a:hover {
  border-bottom-color: #1b1f24;
}

.hero {
  display: flex;
  gap: 32px;
  align-items: stretch;
  padding: 24px 6vw 48px;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
}

.hero-visual {
  flex: 1 1 320px;
  min-height: 360px;
  border-radius: 24px;
  background-color: #dadfe6;
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero h1 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin: 0;
}

.hero p {
  margin: 0;
  font-size: 1.05rem;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: #1b1f24;
  color: #f6f4f1;
  font-weight: 600;
}

.btn-light {
  background: #ffffff;
  color: #1b1f24;
  border: 1px solid #1b1f24;
}

.split-section {
  display: flex;
  gap: 36px;
  align-items: center;
  padding: 52px 6vw;
  flex-wrap: wrap;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-media {
  flex: 1 1 300px;
}

.split-media {
  border-radius: 20px;
  overflow: hidden;
  background: #e6ecea;
}

.split-media img {
  width: 100%;
  height: 100%;
}

.highlight {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pill-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pill {
  background: #e8e4dc;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.image-stack {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.image-stack figure {
  flex: 1 1 180px;
  margin: 0;
  background: #dfe4ea;
  border-radius: 16px;
  overflow: hidden;
}

.image-stack figcaption {
  padding: 10px 12px;
  font-size: 0.9rem;
}

.service-teaser {
  background: #1b1f24;
  color: #f6f4f1;
  border-radius: 26px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-teaser a {
  color: #f6f4f1;
  text-decoration: underline;
}

.form-wrap {
  background: #ffffff;
  padding: 32px;
  border-radius: 22px;
  box-shadow: 0 20px 40px rgba(27, 31, 36, 0.12);
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #c6c9cf;
  font-size: 0.95rem;
  font-family: inherit;
}

.form-note {
  font-size: 0.85rem;
  color: #4c5664;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #ffefd4;
  color: #4a2e00;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.12);
  z-index: 20;
}

.page-section {
  padding: 52px 6vw;
}

.section-title {
  font-size: 1.8rem;
  margin: 0 0 18px;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #e0e3e8;
}

.media-frame {
  background: #dfe4ea;
  border-radius: 14px;
  overflow: hidden;
}

.media-frame img {
  width: 100%;
  height: 150px;
}

.service-card .price {
  font-weight: 700;
  font-size: 1.1rem;
}

.footer {
  padding: 40px 6vw 60px;
  background: #131519;
  color: #f6f4f1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.footer small {
  color: #c8ccd3;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  max-width: 320px;
  display: none;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.cookie-actions button {
  flex: 1;
  padding: 10px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}

.cookie-accept {
  background: #1b1f24;
  color: #f6f4f1;
}

.cookie-reject {
  background: #e8e4dc;
}

.legal-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #e0e3e8;
}

.notice {
  background: #fffbf3;
  border-left: 4px solid #e6b76d;
  padding: 12px 16px;
  border-radius: 10px;
}

.text-columns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.text-columns > div {
  flex: 1 1 240px;
}

@media (max-width: 860px) {
  .hero h1 {
    font-size: 2.1rem;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
