* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2a33;
  background: #f7f9fb;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  padding: 24px 6vw 12px;
  background: #f7f9fb;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.8rem;
  color: #5b6b79;
  background: #e9eef3;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  padding: 32px 6vw 60px;
  background: #eef3f7;
}

.hero-surface {
  display: flex;
  gap: 32px;
  align-items: stretch;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(17, 24, 39, 0.08);
}

.hero-content {
  flex: 1;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-content h1 {
  font-size: 2.6rem;
  line-height: 1.15;
}

.hero-content p {
  font-size: 1.05rem;
  color: #3b4a58;
}

.hero-media {
  flex: 1;
  min-height: 360px;
  background-color: #dae3ea;
  background-size: cover;
  background-position: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: #0a5b7c;
  color: #ffffff;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(10, 91, 124, 0.2);
}

.btn-outline {
  background: transparent;
  color: #0a5b7c;
  border: 1px solid #0a5b7c;
}

.inline-link {
  color: #0a5b7c;
  font-weight: 600;
  text-decoration: underline;
}

.sticky-cta {
  position: sticky;
  top: 16px;
  align-self: flex-start;
  background: #f4a259;
  color: #1b1b1b;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
}

.split-section {
  padding: 60px 6vw;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.split {
  display: flex;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.split-text h2 {
  font-size: 2rem;
  line-height: 1.2;
}

.split-text p {
  color: #4a5a68;
}

.media {
  flex: 1;
  background-color: #dde5ec;
  border-radius: 20px;
  overflow: hidden;
}

.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-card {
  display: flex;
  gap: 18px;
  padding: 18px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.service-card .media {
  flex: 0 0 140px;
  height: 120px;
}

.price {
  font-weight: 700;
  color: #0a5b7c;
}

.badge-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.badge {
  background: #ffffff;
  border-radius: 999px;
  padding: 8px 14px;
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.08);
  font-size: 0.9rem;
}

.section-bg {
  background: #eff4f7;
}

.form-shell {
  display: flex;
  gap: 32px;
  align-items: stretch;
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 18px 36px rgba(17, 24, 39, 0.08);
}

.form-shell form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

input,
select,
textarea {
  padding: 12px 14px;
  border: 1px solid #c8d3dc;
  border-radius: 10px;
  font-size: 1rem;
  font-family: inherit;
}

.site-footer {
  padding: 40px 6vw;
  background: #eaf0f4;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 0.9rem;
  color: #4a5a68;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: #ffffff;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 20px 40px rgba(17, 24, 39, 0.2);
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hidden {
  display: none;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
}

.bg-workshop {
  background-image: url("https://images.unsplash.com/photo-1502877338535-766e1452684a?w=1400&q=80");
}

.bg-city {
  background-image: url("https://images.unsplash.com/photo-1472214103451-9374bd1c798e?w=1400&q=80");
}

.bg-evening {
  background-image: url("https://images.unsplash.com/photo-1446776811953-b23d57bd21aa?w=1400&q=80");
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

.page-hero {
  padding: 40px 6vw;
  color: #ffffff;
  position: relative;
  background-color: #1b2a34;
}

.page-hero-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 640px;
  background: rgba(12, 32, 45, 0.7);
  padding: 28px;
  border-radius: 20px;
}

.two-col {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.two-col .panel {
  flex: 1;
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
}

.reference-list a {
  color: #0a5b7c;
  text-decoration: underline;
}

@media (max-width: 960px) {
  .hero-surface,
  .split,
  .form-shell,
  .two-col {
    flex-direction: column;
  }

  .sticky-cta {
    position: static;
  }
}
