* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #132126;
  background-color: #f6f4f0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 28px 0 16px;
  gap: 24px;
}

.brand {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  max-width: 220px;
  line-height: 1.4;
  color: #4d5a60;
  background: #e6e2db;
  padding: 8px 10px;
  border-radius: 8px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  padding: 32px 0 54px;
}

.hero-copy {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-copy h1 {
  font-size: 40px;
  line-height: 1.15;
  margin: 0;
}

.hero-copy p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  color: #344149;
}

.hero-visual {
  flex: 1 1 360px;
  display: flex;
  justify-content: center;
}

.image-frame {
  background-color: #d8d2c6;
  border-radius: 18px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
}

.image-frame.inline-large {
  width: 100%;
  max-width: 440px;
  height: 300px;
}

.hero-visual .image-frame {
  width: 100%;
  max-width: 480px;
  height: 340px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.cta-row.spaced {
  margin-top: 18px;
}

.btn {
  border: none;
  border-radius: 40px;
  padding: 12px 22px;
  background: #173947;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

.btn-secondary {
  background: #ffffff;
  border: 1px solid #173947;
  color: #173947;
}

.section {
  padding: 44px 0;
}

.section-title {
  font-size: 28px;
  margin: 0 0 16px;
}

.section-lead {
  font-size: 16px;
  line-height: 1.7;
  color: #36464d;
  max-width: 640px;
}

.asym-row {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: stretch;
}

.asym-row.reverse {
  flex-direction: row-reverse;
}

.asym-copy {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.asym-card {
  flex: 1 1 280px;
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 18px 40px rgba(20, 30, 35, 0.08);
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-card .image-frame {
  height: 160px;
}

.price {
  font-weight: 600;
  color: #173947;
}

.tag {
  font-size: 12px;
  color: #4b5a62;
  background: #efeae2;
  padding: 6px 10px;
  border-radius: 12px;
  display: inline-flex;
  align-self: flex-start;
}

.offset-panel {
  background: #132126;
  color: #ffffff;
  border-radius: 20px;
  padding: 26px;
  margin-left: 8%;
}

.offset-panel p {
  margin: 0;
  line-height: 1.7;
}

.background-section {
  background-color: #1f313a;
  color: #ffffff;
  padding: 50px 0;
}

.background-section .background-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.background-visual {
  flex: 1 1 320px;
  height: 260px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-color: #3b515b;
}

.background-visual.culture-bg {
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=800&q=80");
}

.form-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 18px 30px rgba(20, 30, 35, 0.08);
}

label {
  font-size: 13px;
  color: #4b5a62;
}

input,
select,
textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #ccd6da;
  padding: 10px 12px;
  font-size: 14px;
}

.two-col {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.two-col > div {
  flex: 1 1 220px;
}

.quote {
  background: #f1ede6;
  padding: 18px;
  border-radius: 14px;
  font-style: italic;
}

.footer {
  margin-top: auto;
  padding: 30px 0 40px;
  background: #ede8df;
  color: #4a5961;
}

.footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
}

.small {
  font-size: 12px;
  line-height: 1.5;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #173947;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 30px;
  font-size: 13px;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
  max-width: 320px;
  box-shadow: 0 18px 40px rgba(20, 30, 35, 0.12);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-banner.is-hidden {
  display: none;
}

.page-hero {
  padding: 30px 0 10px;
}

.page-hero h1 {
  margin: 0 0 10px;
}

.page-hero p {
  margin: 0;
  max-width: 700px;
}

.split-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.split-panel .image-frame {
  flex: 1 1 300px;
  height: 260px;
}

.legal-block {
  background: #ffffff;
  padding: 18px;
  border-radius: 14px;
  margin-bottom: 16px;
}
