* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f2a33;
  background-color: #f6f7f9;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px 80px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  background: #ffffff;
  border-bottom: 1px solid #e2e6ea;
}

.nav-left,
.nav-center,
.nav-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.3px;
}

.nav a {
  font-size: 0.95rem;
}

.ad-label {
  background: #ffe8d6;
  color: #6b390f;
  padding: 6px 10px;
  border-radius: 18px;
  font-size: 0.85rem;
}

.section {
  margin: 42px 0;
}

.split {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1;
}

.panel {
  background: #ffffff;
  padding: 26px;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(20, 40, 60, 0.08);
}

.panel h2,
.panel h3 {
  margin-bottom: 12px;
}

.hero {
  background: #0c2b3a;
  color: #ffffff;
  padding: 36px;
  border-radius: 28px;
}

.hero .sub {
  opacity: 0.85;
  margin: 14px 0 20px;
}

.hero .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 20px;
  background: #f4c95d;
  color: #2c2c2c;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn.secondary {
  background: #e2e8f0;
}

.btn.dark {
  background: #1f2a33;
  color: #ffffff;
}

.inline-link {
  color: #3b6ea5;
  text-decoration: underline;
}

.image-card {
  border-radius: 24px;
  overflow: hidden;
  background-color: #e4eaef;
}

.bg-insight {
  background-image: url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d5dee7;
  color: #ffffff;
}

.bg-insight .panel {
  background: rgba(12, 43, 58, 0.85);
  color: #ffffff;
}

.bg-workshop {
  background-image: url("https://images.unsplash.com/photo-1454165205744-3b78555e5572?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d3dce4;
}

.card-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border: 1px solid #e3e7ec;
}

.service-card img {
  height: 160px;
  border-radius: 16px;
  background-color: #dee6ed;
}

.price {
  font-weight: 700;
  color: #0c2b3a;
}

.highlight {
  background: #edf3f7;
  padding: 24px;
  border-radius: 20px;
}

.form-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 26px;
  border: 1px solid #e1e6eb;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid #cbd5df;
  font-size: 0.95rem;
  background: #f9fbfc;
}

textarea {
  min-height: 90px;
  resize: vertical;
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #1f2a33;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 22px;
  font-weight: 600;
  z-index: 20;
}

.footer {
  background: #0f1d26;
  color: #dfe7ef;
  padding: 32px 20px;
}

.footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: space-between;
}

.footer a {
  color: #dfe7ef;
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #d4dbe3;
  padding: 16px 20px;
  display: none;
  z-index: 30;
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.banner-visible {
  display: block;
}

.contact-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #ffffff;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid #e1e6eb;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.legal-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 20px 80px;
}

.spaced {
  margin-top: 16px;
}

.hero-image {
  height: 320px;
}

.hero-image img {
  height: 100%;
}

.note {
  font-size: 0.9rem;
  color: #556070;
}

@media (max-width: 900px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
