* {
  box-sizing: border-box;
}

:root {
  --ink: #1c1f23;
  --muted: #5d6a72;
  --accent: #2f6e5a;
  --accent-dark: #204c40;
  --surface: #f5f3ee;
  --surface-strong: #e7e0d6;
  --panel: #ffffff;
  --line: #d6cec2;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: #fcfbf9;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  padding: 24px 6vw 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand strong {
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ad-label {
  font-size: 0.85rem;
  color: var(--muted);
  max-width: 320px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  font-size: 0.95rem;
}

.nav-links a {
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  border-color: var(--accent);
}

.hero {
  position: relative;
  padding: 70px 6vw 90px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
  background-color: #2b3035;
  background-image: url("https://images.unsplash.com/photo-1642379831634-1eb6a4e2788d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5NzM4NDF8MHwxfHNlYXJjaHw1OXx8TGFnZXJmbCVDMyVBNGNoZW4lMkMlMjBkaWUlMjBzaWNoJTIwYW4lMjBJaHIlMjBMZWJlbiUyMGFucGFzc2VuLnxkZXwwfDB8fHwxNzgyMjIxMTk4fDA&ixlib=rb-4.1.0&q=80&w=1080");
  background-size: cover;
  background-position: center;
  color: #fefdfb;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 20, 24, 0.55);
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero-content {
  flex: 1 1 360px;
  max-width: 560px;
}

.hero-content h1 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  margin: 0 0 20px;
}

.hero-content p {
  margin: 0 0 24px;
  color: #f1ebe2;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn:hover {
  background: var(--accent-dark);
}

.btn-secondary {
  background: transparent;
  border-color: #fefdfb;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.section {
  padding: 70px 6vw;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.section-tight {
  padding-top: 40px;
}

.section-title {
  font-size: 1.9rem;
  margin: 0;
}

.asym-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
}

.asym-row.reverse {
  flex-direction: row-reverse;
}

.story {
  flex: 1 1 320px;
  background: var(--panel);
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(18, 20, 24, 0.08);
}

.story p {
  margin: 0 0 16px;
  color: var(--muted);
}

.media {
  flex: 1 1 280px;
  min-height: 260px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface-strong);
}

.offset-card {
  margin-left: auto;
  max-width: 520px;
  background: var(--surface);
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--line);
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 220px;
  min-width: 220px;
  background: var(--panel);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--accent-dark);
}

.tag {
  display: inline-flex;
  padding: 6px 12px;
  background: #e9f1ee;
  color: var(--accent-dark);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}

.bg-section {
  background-color: #2a2f33;
  background-image: url("https://images.unsplash.com/photo-1721274505925-d70b482fe9be?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5NzM4NDF8MHwxfHNlYXJjaHwzMnx8TGFnZXJmbCVDMyVBNGNoZW4lMkMlMjBkaWUlMjBzaWNoJTIwYW4lMjBJaHIlMjBMZWJlbiUyMGFucGFzc2VuLnxkZXwwfDB8fHwxNzgyMjIxMTk4fDA&ixlib=rb-4.1.0&q=80&w=1080");
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.bg-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 25, 28, 0.5);
}

.bg-section > * {
  position: relative;
  z-index: 1;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.list-item {
  padding: 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.timeline-step {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-start;
  background: var(--panel);
  border-radius: 16px;
  padding: 18px;
  border: 1px solid var(--line);
}

.step-number {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--surface-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.form-wrap {
  background: var(--panel);
  border-radius: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  font-family: inherit;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 5;
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(32, 44, 39, 0.2);
  cursor: pointer;
}

.sticky-cta:hover {
  background: var(--accent-dark);
}

.footer {
  margin-top: auto;
  padding: 40px 6vw 60px;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid var(--line);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  font-size: 0.95rem;
}

.footer small {
  color: var(--muted);
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  max-width: 360px;
  background: #1e2428;
  color: #fff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
  z-index: 6;
  display: none;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-actions button {
  flex: 1 1 120px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.cookie-actions button:hover {
  background: rgba(255, 255, 255, 0.15);
}

.simple-hero {
  padding: 60px 6vw 40px;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.split-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}

.panel-text {
  flex: 1 1 320px;
  background: var(--panel);
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--line);
}

.panel-media {
  flex: 1 1 260px;
  min-height: 260px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface-strong);
}

.notice {
  background: #fff6eb;
  border: 1px solid #f2d9b5;
  padding: 16px;
  border-radius: 12px;
  color: #7a4e1d;
}

.legal {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--panel);
  padding: 22px;
  border-radius: 16px;
  border: 1px solid var(--line);
}

.legal h2 {
  margin: 0;
}

.legal p {
  margin: 0;
  color: var(--muted);
}

.image-warehouse-inline {
  background-color: #c9c1b5;
}

.image-service-1 {
  background-color: #c7cdd1;
}

.image-service-2 {
  background-color: #c0c7cf;
}

.image-service-3 {
  background-color: #c8c2ba;
}

.image-service-4 {
  background-color: #c5bcae;
}

.image-about {
  background-color: #c7cfd6;
}

.image-contact {
  background-color: #bdb7ad;
}

.image-cookies {
  background-color: #c5c1b6;
}

.image-gdpr {
  background-color: #c1c8c1;
}

.bg-shield {
  background-color: #2a2f33;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
