* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Arial", sans-serif;
  color: #1b1b1b;
  background-color: #f6f3ef;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #1b1b1b;
  text-decoration: underline;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 0;
}

.logo {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  background-color: #1b1b1b;
  color: #f6f3ef;
  padding: 6px 10px;
  font-size: 0.8rem;
  border-radius: 999px;
}

.hero {
  position: relative;
  color: #f6f3ef;
  background-color: #1b1b1b;
  background-image: url("https://images.unsplash.com/photo-1491553895911-0055eca6402d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 15, 0.62);
}

.bg-collection {
  position: relative;
  color: #f6f3ef;
  background-color: #1b1b1b;
  background-image: url("https://images.unsplash.com/photo-1503602642458-232111445657?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-collection::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 22, 22, 0.68);
}

.bg-collection .container {
  position: relative;
}

.hero-content {
  position: relative;
  padding: 110px 0 90px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 640px;
}

.hero-title {
  font-size: clamp(2.4rem, 3vw, 3.3rem);
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background-color: #f6f3ef;
  color: #1b1b1b;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #f6f3ef;
}

.btn-outline {
  background-color: transparent;
  color: #f6f3ef;
  border-color: #f6f3ef;
}

.section {
  padding: 72px 0;
}

.section-tight {
  padding: 56px 0;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 320px;
}

.split .media {
  flex: 1 1 280px;
  background-color: #ded7cf;
  padding: 12px;
  border-radius: 18px;
}

.media img {
  width: 100%;
  height: 360px;
  border-radius: 14px;
}

.story-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.card {
  flex: 1 1 220px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-media {
  background-color: #e0dad1;
  border-radius: 12px;
  padding: 8px;
}

.card-media img {
  width: 100%;
  height: 180px;
  border-radius: 10px;
}

.highlight {
  background-color: #1b1b1b;
  color: #f6f3ef;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background-color: #f0e8df;
  border-radius: 999px;
  font-size: 0.85rem;
}

.pricing-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pricing-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
  background-color: #ffffff;
  border-radius: 16px;
}

.form-wrap {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 28px;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  background-color: #f5efe7;
  border-radius: 12px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c9c1b7;
  font-size: 1rem;
  font-family: inherit;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background-color: #1b1b1b;
  padding: 10px;
  border-radius: 999px;
}

.sticky-cta a {
  color: #f6f3ef;
  text-decoration: none;
  font-weight: 600;
}

.footer {
  margin-top: auto;
  padding: 40px 0;
  background-color: #f0e8df;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.footer-block {
  flex: 1 1 220px;
}

.legal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  max-width: 360px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 100;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-banner.is-hidden {
  display: none;
}

.simple-hero {
  background-color: #1b1b1b;
  color: #f6f3ef;
  padding: 72px 0;
}

.simple-hero .split {
  align-items: center;
}

.simple-hero img {
  height: 260px;
}

.note {
  background-color: #f5efe7;
  padding: 16px;
  border-radius: 12px;
}
