* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1d232b;
  background-color: #f6f7fb;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 6vw 12px;
  gap: 24px;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.2px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  background: #f2e7ff;
  border-radius: 999px;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 32px 6vw 40px;
}

.hero-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 720px;
}

.hero h1 {
  font-size: 42px;
  margin: 0;
  line-height: 1.1;
}

.hero p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.hero-visual {
  position: relative;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.image-frame {
  border-radius: 20px;
  overflow: hidden;
  background-color: #dce4f2;
  display: flex;
}

.hero-visual .image-frame {
  flex: 1 1 260px;
  min-height: 220px;
}

.image-tall {
  min-height: 280px;
}

.image-medium {
  min-height: 260px;
}

.image-short {
  min-height: 140px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  padding: 12px 20px;
  border-radius: 999px;
  background: #151a22;
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn.secondary {
  background: #ffffff;
  color: #151a22;
  border: 1px solid #151a22;
}

.section {
  padding: 36px 6vw;
  position: relative;
}

.section.light {
  background: #ffffff;
}

.section.soft {
  background: #eef1f8;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.offset-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(10, 12, 23, 0.08);
  flex: 1 1 280px;
  margin-top: 12px;
}

.offset-card.shift {
  margin-top: -32px;
}

.mini-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mini-list span {
  padding-left: 12px;
  border-left: 3px solid #7b6ef6;
}

.services {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
}

.price {
  font-weight: 700;
  color: #3b3f8f;
}

.quote-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.quote {
  background: #1e2430;
  color: #fff;
  border-radius: 20px;
  padding: 20px;
  flex: 1 1 220px;
}

.form-block {
  background: #ffffff;
  border-radius: 24px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: 0 12px 40px rgba(10, 12, 23, 0.08);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-size: 13px;
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d4d9e2;
  font-size: 14px;
  font-family: inherit;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #6d5efc;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13px;
  z-index: 10;
}

.footer {
  margin-top: auto;
  padding: 32px 6vw 40px;
  background: #11131b;
  color: #d6dae3;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
}

.legal {
  font-size: 12px;
  line-height: 1.5;
}

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff;
  padding: 24px;
  border-radius: 20px;
  max-width: 520px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  color: #1d232b;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.18);
  display: none;
  z-index: 20;
  max-width: 360px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.inline-link {
  font-weight: 600;
  color: #3b3f8f;
  text-decoration: underline;
}

.headline {
  font-size: 30px;
  margin: 0 0 12px;
}

.text-block {
  max-width: 640px;
  font-size: 16px;
  line-height: 1.6;
}
