* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1b1b;
  background: #f6f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

header {
  padding: 24px 0;
  border-bottom: 1px solid #e2dfda;
  background: #f6f4f1;
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.logo {
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  color: #5a4b3a;
  background: #efe7dd;
  padding: 6px 10px;
  border-radius: 12px;
}

.hero {
  position: relative;
  background: #1f2a2f url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80") center/cover no-repeat;
  color: #f7f5f2;
  padding: 90px 0 120px;
}

.hero-content {
  width: min(600px, 85%);
  background: rgba(20, 26, 28, 0.7);
  padding: 32px;
  border-radius: 18px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.btn {
  border: none;
  padding: 12px 22px;
  border-radius: 999px;
  background: #f2a65a;
  color: #1a1a1a;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn.secondary {
  background: transparent;
  border: 1px solid #f2a65a;
  color: #f2a65a;
}

.btn:hover,
.link-cta:hover,
.sticky-cta:hover {
  transform: translateY(-1px);
}

.section {
  padding: 70px 0;
  position: relative;
}

.section.alt {
  background: #efe7dd;
}

.section.dark {
  background: #202a2f;
  color: #f5f3ef;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text,
.split .media {
  flex: 1 1 320px;
}

.image-frame {
  background: #d8d2c7;
  padding: 12px;
  border-radius: 24px;
}

.offset-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  margin-top: -40px;
}

.cards {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.price {
  font-weight: 700;
  color: #1b3c50;
}

.link-cta {
  font-weight: 600;
  color: #1b3c50;
  text-decoration: underline;
  cursor: pointer;
}

.highlight-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
}

.highlight-panel .item {
  flex: 1 1 200px;
}

.trust-bg {
  background: linear-gradient(rgba(20, 22, 25, 0.8), rgba(20, 22, 25, 0.8)),
    url("https://images.unsplash.com/photo-1472289065668-ce650ac443d2?w=1400&q=80") center/cover no-repeat;
}

.form-wrap {
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d1ccc4;
  font-size: 14px;
  width: 100%;
}

.inline-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #1b3c50;
  color: #ffffff;
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
  z-index: 10;
}

.footer {
  padding: 40px 0;
  background: #12181b;
  color: #f4f2ef;
}

.footer a {
  color: #f4f2ef;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  padding: 18px;
  max-width: 320px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.page-hero {
  padding: 60px 0;
  background: #e8e1d6;
}

.page-hero .hero-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.notice {
  font-size: 14px;
  color: #5a4b3a;
  margin-top: 12px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-item {
  flex: 1 1 240px;
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
}

@media (max-width: 720px) {
  .hero {
    padding: 70px 0 90px;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
