* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1c1c1c;
  background: #f6f3ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 5%;
  background: #101014;
  color: #f5f1eb;
  position: relative;
}

.nav .brand {
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-links a {
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  border-bottom-color: #f5f1eb;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #f1533f;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  z-index: 40;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.section {
  padding: 70px 5%;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.hero {
  background: linear-gradient(120deg, rgba(12, 12, 18, 0.6), rgba(12, 12, 18, 0.2)),
    url("https://images.unsplash.com/photo-1485579149621-3123dd979885?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  color: #f5f1eb;
  min-height: 70vh;
  justify-content: flex-end;
}

.hero h1 {
  font-size: 46px;
  max-width: 620px;
}

.hero p {
  max-width: 520px;
  font-size: 18px;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 40px;
  background: #f1533f;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn.alt {
  background: #f5f1eb;
  color: #121216;
}

.magazine-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.magazine-col {
  flex: 1;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.magazine-col.wide {
  flex: 2;
}

.tag {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #8a6a52;
}

.story-card {
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.story-card.dark {
  background: #121216;
  color: #f5f1eb;
}

.story-card img {
  border-radius: 14px;
  height: 180px;
  object-fit: cover;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.timeline-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
}

.timeline-item span {
  background: #121216;
  color: #f5f1eb;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.quote {
  border-left: 3px solid #f1533f;
  padding-left: 16px;
  font-style: italic;
}

.panel {
  background: #efe7df;
  border-radius: 24px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.scene {
  background: linear-gradient(120deg, rgba(245, 241, 235, 0.88), rgba(245, 241, 235, 0.92)),
    url("https://images.unsplash.com/photo-1464375117522-1311dd7b0b88?auto=format&fit=crop&w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.benefits {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.benefit {
  background: #fff;
  padding: 18px;
  border-radius: 18px;
  flex: 1;
  min-width: 200px;
}

.pricing-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.price-card {
  background: #121216;
  color: #f5f1eb;
  padding: 22px;
  border-radius: 18px;
  flex: 1;
  min-width: 230px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price-card strong {
  font-size: 22px;
}

.form-wrap {
  background: #fff;
  border-radius: 26px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d3c7bc;
  font-size: 14px;
  background: #fbf9f6;
}

.inline-cta {
  color: #f1533f;
  font-weight: 600;
  text-decoration: underline;
}

.footer {
  background: #0c0c12;
  color: #f5f1eb;
  padding: 40px 5%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  z-index: 50;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-actions button {
  flex: 1;
  border: none;
  border-radius: 20px;
  padding: 8px 12px;
  font-size: 12px;
  cursor: pointer;
}

.cookie-accept {
  background: #121216;
  color: #f5f1eb;
}

.cookie-reject {
  background: #f0e2d7;
  color: #121216;
}

.page-hero {
  background: #121216;
  color: #f5f1eb;
  padding: 60px 5%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.content-blocks {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.content-block {
  background: #fff;
  border-radius: 20px;
  padding: 22px;
  flex: 1;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-card {
  background: #efe7df;
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.legal {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 900px) {
  .hero h1 {
    font-size: 58px;
  }

  .section {
    padding: 90px 8%;
  }
}
