* {
  box-sizing: border-box;
}

:root {
  --ink: #1d1f22;
  --muted: #5b6067;
  --accent: #ce5a2a;
  --accent-dark: #9f3f18;
  --sand: #f4efe8;
  --stone: #e5e0d8;
  --night: #131416;
  --cream: #fbf8f3;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 6vw 12px;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  font-size: 0.95rem;
}

.ad-label {
  display: inline-flex;
  padding: 6px 10px;
  border: 1px solid var(--ink);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 80px 6vw;
  color: #fff;
  background-image: url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 16, 0.55);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
}

.hero h1 {
  font-size: clamp(2.5rem, 4vw, 3.6rem);
  margin: 0 0 16px;
}

.hero p {
  margin: 0 0 24px;
  color: #f4f1ec;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: var(--accent);
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.btn.secondary {
  background: transparent;
  border: 1px solid #fff;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 24px;
  background: var(--accent-dark);
  color: #fff;
  border: none;
  padding: 12px 18px;
  cursor: pointer;
  z-index: 5;
}

.section {
  display: flex;
  flex-direction: column;
  padding: 64px 6vw;
  gap: 32px;
}

.split {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 320px;
}

.split .media {
  flex: 1 1 320px;
  min-height: 320px;
  background: var(--stone);
}

.offset-box {
  align-self: flex-start;
  background: var(--sand);
  padding: 28px;
  max-width: 520px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transform: translateX(20px);
}

.floating-card {
  background: #fff;
  padding: 24px;
  max-width: 420px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

.background-panel {
  background-image: url("https://images.unsplash.com/photo-1493238792000-8113da705763?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.background-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 12, 14, 0.6);
}

.background-panel .content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.tagline {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: var(--muted);
}

.list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  flex: 1 1 220px;
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #ece6de;
}

.card .img-frame {
  height: 160px;
  background: #e8e3dc;
}

.price {
  font-weight: 700;
  color: var(--accent-dark);
}

.testimonial-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.testimonial {
  flex: 1 1 220px;
  padding: 18px;
  background: var(--cream);
  border-left: 4px solid var(--accent);
}

.form-wrap {
  background: #fff;
  padding: 28px;
  border: 1px solid #ece6de;
  max-width: 620px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border: 1px solid #d7d0c7;
  font-size: 1rem;
  font-family: inherit;
}

.footer {
  margin-top: auto;
  padding: 36px 6vw;
  background: var(--night);
  color: #f2efeb;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer a {
  color: #f2efeb;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background: #fff;
  border: 1px solid #ddd6cc;
  padding: 16px;
  max-width: 320px;
  z-index: 6;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
}

.page-title {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  margin: 0 0 12px;
}

.simple-section {
  padding: 64px 6vw;
  max-width: 960px;
}

.simple-section p {
  margin-bottom: 16px;
}

.contact-block {
  background: var(--sand);
  padding: 24px;
  margin-top: 24px;
}

@media (max-width: 860px) {
  .hero {
    padding: 70px 6vw;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .offset-box {
    transform: none;
  }

  .sticky-cta {
    right: 12px;
  }
}
