* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1d1d1f;
  background: #f6f4f1;
  line-height: 1.6;
}

a {
  color: #1d1d1f;
  text-decoration: underline;
}

header {
  border-bottom: 1px solid #d9d4ce;
  background: #fbfaf8;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 48px;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ad-label {
  font-size: 13px;
  color: #5b534a;
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.nav a {
  font-size: 14px;
}

.page {
  padding: 48px;
}

.hero {
  display: flex;
  gap: 32px;
  align-items: stretch;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 320px;
  padding: 24px 0;
}

.hero-visual {
  flex: 1 1 360px;
  min-height: 380px;
  border-radius: 20px;
  overflow: hidden;
  background: #e1d9d2;
  display: flex;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.magazine-row {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 42px;
}

.mag-col {
  flex: 1 1 260px;
  background: #ffffff;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid #e1d9d2;
}

.mag-col h3 {
  margin-top: 0;
}

.img-frame {
  background: #d8d0c9;
  border-radius: 16px;
  overflow: hidden;
  margin: 18px 0;
}

.img-frame img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.highlight {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  background: #111;
  color: #f6f4f1;
  padding: 34px;
  border-radius: 18px;
  margin: 44px 0;
}

.highlight img {
  width: 320px;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  background: #333;
}

.services-board {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e1d9d2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: #d8d0c9;
}

.service-card .content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.price {
  font-weight: 700;
  color: #2f3a2f;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #1d1d1f;
  color: #fff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}

.btn.secondary {
  background: transparent;
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
}

.btn:hover,
.nav a:hover,
a:hover {
  opacity: 0.8;
}

.form-wrap {
  background: #fff;
  border: 1px solid #e1d9d2;
  border-radius: 20px;
  padding: 24px;
}

.form-wrap form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-wrap label {
  font-weight: 600;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.split-panel {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.split-panel .panel {
  flex: 1 1 280px;
}

.footer {
  margin-top: 48px;
  padding: 32px 48px;
  background: #111;
  color: #f6f4f1;
}

.footer a {
  color: #f6f4f1;
}

.footer-columns {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1 1 220px;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: #ffffff;
  border: 1px solid #e1d9d2;
  padding: 16px 20px;
  border-radius: 14px;
  display: none;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  z-index: 100;
}

.cookie-banner.visible {
  display: flex;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 90px;
  background: #1d1d1f;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration: none;
  z-index: 90;
}

.section-bg {
  background: #efe9e2;
  padding: 36px;
  border-radius: 18px;
  margin: 36px 0;
}

.bg-journey {
  background-image: url("https://images.unsplash.com/photo-1443890923422-7819ed4101c0?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-journey .panel {
  background: rgba(10, 10, 10, 0.65);
  padding: 18px;
  border-radius: 14px;
}

.ref-list {
  font-size: 13px;
  color: #ccc;
}

.contact-card {
  background: #ffffff;
  border: 1px solid #e1d9d2;
  border-radius: 20px;
  padding: 20px;
}

@media (max-width: 760px) {
  .page,
  .footer {
    padding: 32px 22px;
  }

  .topbar {
    padding: 16px 22px;
  }

  .sticky-cta {
    right: 16px;
  }
}
