* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2a2e;
  background-color: #f6f4f0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 6%;
  background-color: #f6f4f0;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}

.ad-label {
  font-size: 0.85rem;
  background-color: #1f2a2e;
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
}

.nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 6% 30px;
  gap: 24px;
}

.hero-content {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-media {
  flex: 1 1 320px;
  min-height: 320px;
  border-radius: 22px;
  background-color: #ccd4d8;
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.city-backdrop {
  background-color: #d1d7db;
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.city-backdrop .offset-card {
  background-color: rgba(31, 42, 46, 0.9);
  color: #fff;
}

.studio-backdrop {
  background-color: #cfd6da;
  background-image: url("https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-note {
  position: absolute;
  bottom: 18px;
  right: 18px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 12px 14px;
  border-radius: 12px;
  max-width: 70%;
  font-size: 0.9rem;
}

.section {
  padding: 42px 6%;
}

.section.alt {
  background-color: #ffffff;
}

.offset-row {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
}

.offset-row.reverse {
  flex-direction: row-reverse;
}

.offset-card {
  flex: 1 1 280px;
  background-color: #eef1f2;
  padding: 22px;
  border-radius: 20px;
}

.offset-card.dark {
  background-color: #1f2a2e;
  color: #fff;
}

.image-frame {
  flex: 1 1 280px;
  background-color: #d7dde0;
  padding: 8px;
  border-radius: 18px;
}

.image-frame img {
  width: 100%;
  height: 260px;
  border-radius: 14px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 240px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 26px rgba(31, 42, 46, 0.08);
}

.service-card img {
  width: 100%;
  height: 180px;
  border-radius: 14px;
  background-color: #cfd6da;
}

.tag {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background-color: #e9ecef;
  font-size: 0.85rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cta-row.spaced {
  margin-top: 14px;
}

.button {
  border: none;
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #1f2a2e;
  color: #fff;
  cursor: pointer;
  font-size: 0.95rem;
}

.button.light {
  background-color: #f0c76b;
  color: #1f2a2e;
}

.inline-link {
  text-decoration: underline;
}

.split-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.split-block .block {
  flex: 1 1 280px;
  background-color: #f6f4f0;
  border-left: 3px solid #1f2a2e;
  padding: 18px;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.trust-item {
  flex: 1 1 200px;
  background-color: #ffffff;
  border-radius: 14px;
  padding: 14px;
}

.form-section {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 16px 30px rgba(31, 42, 46, 0.08);
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #cfd6da;
  font-size: 0.95rem;
}

.note {
  font-size: 0.9rem;
  color: #5c6b70;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9;
}

.sticky-cta button {
  box-shadow: 0 12px 24px rgba(31, 42, 46, 0.2);
}

.footer {
  margin-top: auto;
  padding: 32px 6%;
  background-color: #1f2a2e;
  color: #fff;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(31, 42, 46, 0.15);
  max-width: 360px;
  z-index: 10;
}

.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.simple-hero {
  padding: 40px 6%;
  background-color: #1f2a2e;
  color: #fff;
}

.info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.info-card {
  flex: 1 1 260px;
  background-color: #ffffff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(31, 42, 46, 0.08);
}

.muted {
  color: #5c6b70;
}

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #ffffff;
  padding: 22px;
  border-radius: 18px;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.highlight {
  background-color: #f0c76b;
  padding: 2px 6px;
  border-radius: 6px;
}

@media (max-width: 720px) {
  .sticky-cta {
    right: 14px;
    bottom: 14px;
  }
  .hero {
    padding-top: 24px;
  }
}
