* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1d1c1a;
  background: #f7f4f0;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  width: 100%;
  overflow-x: hidden;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0 10px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand span {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7d6a56;
}

.brand h2 {
  margin: 0;
  font-size: 26px;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a,
.nav-links button {
  text-decoration: none;
  color: #1d1c1a;
  background: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
  padding: 6px 8px;
}

.ad-label {
  font-size: 12px;
  background: #efe7dc;
  padding: 6px 10px;
  border-radius: 16px;
  color: #5c4a38;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 32px 0 56px;
  align-items: center;
}

.hero-text {
  flex: 1 1 360px;
  background: #fff7ee;
  padding: 28px;
  border-radius: 18px;
  position: relative;
  left: 8px;
}

.hero-text h1 {
  margin-top: 0;
  font-size: 40px;
  line-height: 1.1;
}

.hero-text p {
  font-size: 16px;
  line-height: 1.6;
}

.hero-media {
  flex: 1 1 380px;
  position: relative;
  right: 10px;
}

.image-frame {
  background: #e7dfd4;
  border-radius: 18px;
  overflow: hidden;
}

.image-frame--hero {
  height: 420px;
}

.sticky-cta {
  position: sticky;
  top: 0;
  background: #1d1c1a;
  color: #f7f4f0;
  padding: 12px 0;
  z-index: 5;
}

.sticky-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sticky-cta button {
  background: #f7f4f0;
  color: #1d1c1a;
  border: none;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
}

.asym-section {
  padding: 60px 0;
}

.asym-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.asym-row.reverse {
  flex-direction: row-reverse;
}

.offset-box {
  background: #fff;
  padding: 26px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  flex: 1 1 360px;
}

.offset-box.shift-left {
  position: relative;
  left: -16px;
}

.offset-box.shift-right {
  position: relative;
  right: -16px;
}

.inline-image {
  flex: 1 1 320px;
}

.bg-section {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2b2623;
  color: #f7f4f0;
}

.bg-section .offset-box {
  background: rgba(29, 28, 26, 0.72);
  color: #f7f4f0;
  box-shadow: none;
}

.card-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card-body {
  padding: 18px;
}

.card-body h3 {
  margin-top: 0;
}

.pricing-reveal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}

.pricing-list {
  flex: 1 1 360px;
  background: #fff;
  padding: 22px;
  border-radius: 18px;
}

.pricing-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #efe7dc;
}

.pricing-list li:last-child {
  border-bottom: none;
}

.pricing-media {
  flex: 1 1 280px;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 18px;
}

.cta-row button {
  background: #1d1c1a;
  color: #f7f4f0;
  border: none;
  border-radius: 10px;
  padding: 12px 18px;
  cursor: pointer;
}

.cta-row a {
  color: #1d1c1a;
  text-decoration: underline;
}

.form-section {
  padding: 70px 0 90px;
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.form-panel {
  flex: 1 1 320px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-size: 13px;
  color: #5f5347;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d6cbbf;
  font-size: 14px;
}

.submit-btn {
  background: #7d5a3f;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
}

.footer {
  background: #1d1c1a;
  color: #f7f4f0;
  padding: 36px 0 42px;
}

.footer a {
  color: #f7f4f0;
  text-decoration: underline;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
}

.legal-block {
  margin-top: 12px;
  font-size: 13px;
  color: #d8d0c6;
}

.page-hero {
  padding: 42px 0 30px;
}

.page-hero h1 {
  margin: 0 0 12px;
  font-size: 34px;
}

.page-section {
  padding: 30px 0 50px;
}

.page-section .asym-row {
  align-items: flex-start;
}

.simple-card {
  background: #fff;
  padding: 22px;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 16px 18px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  width: min(900px, 92%);
  display: none;
  z-index: 10;
}

.cookie-banner p {
  margin: 0 0 12px;
  font-size: 14px;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-actions button {
  border: none;
  border-radius: 10px;
  padding: 8px 14px;
  cursor: pointer;
}

.cookie-accept {
  background: #1d1c1a;
  color: #fff;
}

.cookie-reject {
  background: #efe7dc;
  color: #1d1c1a;
}

@media (max-width: 820px) {
  .hero-text h1 {
    font-size: 32px;
  }

  .hero-text,
  .hero-media {
    left: 0;
    right: 0;
  }

  .sticky-cta {
    position: relative;
  }
}
