* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1b1d;
  background-color: #f7f4ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
}

.brand {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.nav a {
  font-size: 0.95rem;
}

.ad-label {
  padding: 6px 10px;
  border: 1px solid #1b1b1d;
  border-radius: 999px;
  font-size: 0.75rem;
  background-color: #fff6dc;
}

.hero {
  min-height: 70vh;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero h1 {
  font-size: 2.8rem;
  line-height: 1.1;
}

.hero p {
  font-size: 1.1rem;
}

.section {
  padding: 70px 0;
}

.section.alt {
  background-color: #ffffff;
}

.section.accent {
  background-color: #eef1f5;
}

.split {
  display: flex;
  gap: 32px;
  align-items: stretch;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.panel {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.panel h2 {
  font-size: 2rem;
  line-height: 1.2;
}

.panel p {
  font-size: 1rem;
}

.inline-cta {
  color: #1b5e6b;
  font-weight: 600;
}

.img-frame {
  background-color: #dde2e6;
  border-radius: 24px;
  overflow: hidden;
  min-height: 280px;
  display: flex;
}

.img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-blocks {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.quote-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.quote-card {
  flex: 1 1 260px;
  background-color: #fff;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quote-card span {
  font-weight: 600;
  color: #34454d;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 260px;
  background-color: #fff;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 220px;
}

.service-card .content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0c4f59;
}

.tag {
  font-size: 0.85rem;
  background-color: #edf6f8;
  padding: 4px 10px;
  border-radius: 999px;
  width: fit-content;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background-color: #1b5e6b;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.btn.secondary {
  background-color: #fff;
  color: #1b5e6b;
  border: 1px solid #1b5e6b;
}

.btn:hover,
.btn:focus {
  opacity: 0.9;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 5;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.form-wrapper {
  background-color: #fff;
  padding: 28px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.form-wrapper label {
  font-weight: 600;
}

.form-wrapper input,
.form-wrapper select,
.form-wrapper textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d2d6dc;
  font-size: 0.95rem;
}

.form-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.form-row .field {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer {
  background-color: #111417;
  color: #fff;
  padding: 50px 0;
}

.footer .container {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer a {
  color: #d6e8ed;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.disclaimer {
  font-size: 0.9rem;
  color: #c6d4da;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  max-width: 380px;
  background-color: #ffffff;
  color: #1b1b1d;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 16px;
}

.list li {
  list-style: disc;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.badge {
  padding: 10px 14px;
  background-color: #ffffff;
  border-radius: 999px;
  border: 1px solid #d8dde3;
  font-size: 0.9rem;
}

.background-block {
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.background-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.background-block p {
  position: relative;
  z-index: 1;
  max-width: 420px;
}

.center-text {
  text-align: center;
}

.small-text {
  font-size: 0.9rem;
  color: #4a545b;
}

.contact-card {
  background-color: #fff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-image {
  background-image: url("https://images.unsplash.com/photo-1518611012118-696072aa579a?w=1400&q=80");
}

.bg-insight {
  background-image: url("https://images.pexels.com/photos/6388512/pexels-photo-6388512.jpeg");
}

.bg-community {
  background-image: url("https://images.unsplash.com/photo-1517960413843-0aee8e2b3285?w=1400&q=80");
}

.bg-process {
  background-image: url("https://images.unsplash.com/photo-1517832207067-4db24a2ae47c?w=1400&q=80");
}

.bg-support {
  background-image: url("https://images.unsplash.com/photo-1508214751196-bcfd4ca60f91?w=1400&q=80");
}

.bg-studio {
  background-image: url("https://images.unsplash.com/photo-1517344884509-a0c97ec11bcc?w=1400&q=80");
}

.bg-sourcing {
  background-image: url("https://images.unsplash.com/photo-1516205651411-aef33a44f7c2?w=1400&q=80");
}

.bg-service-lab {
  background-image: url("https://images.unsplash.com/photo-1549060279-7e168fcee0c2?w=1400&q=80");
}

.bg-contact {
  background-image: url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1400&q=80");
}

.bg-thanks {
  background-image: url("https://images.unsplash.com/photo-1512070679279-8988d32161be?w=1400&q=80");
}

.bg-privacy {
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
}

.bg-gdpr {
  background-image: url("https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1400&q=80");
}

.bg-cookies {
  background-image: url("https://images.unsplash.com/photo-1512436991641-6745cdb1723f?w=1400&q=80");
}

.bg-terms {
  background-image: url("https://images.unsplash.com/photo-1519741497674-611481863552?w=1400&q=80");
}

.image-one {
  background-color: #dfe7ea;
}

.image-two {
  background-color: #f1e7df;
}

.image-three {
  background-color: #e0e3ea;
}

.image-four {
  background-color: #eae7df;
}

.image-five {
  background-color: #e4e8e1;
}

.image-six {
  background-color: #e8e3e6;
}

.image-seven {
  background-color: #e6eef1;
}

.image-eight {
  background-color: #ece6e1;
}

@media (max-width: 720px) {
  .hero h1 {
    font-size: 2.2rem;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .floating-cta {
    left: 16px;
    right: 16px;
  }
}
