* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1d1d1f;
  background: #f6f4f1;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: #1d1d1f;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.header {
  padding: 24px 0 8px;
}

.header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.ad-label {
  background: #efe3d8;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
}

.hero {
  padding: 60px 0 40px;
  position: relative;
}

.hero-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}

.hero-copy {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-visual {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #e1e7e3;
  padding: 20px;
  border-radius: 28px;
  transform: translateY(12px);
}

.hero-title {
  font-size: 2.5rem;
  line-height: 1.12;
  margin: 0;
}

.hero-subtitle {
  font-size: 1.05rem;
  margin: 0;
  color: #3a3a3d;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  background: #1d1d1f;
  color: #f6f4f1;
  font-weight: 600;
  cursor: pointer;
}

.btn.alt {
  background: #c9a98f;
  color: #1d1d1f;
}

.btn.ghost {
  background: transparent;
  border: 1px solid #1d1d1f;
  color: #1d1d1f;
}

.section {
  padding: 50px 0;
}

.section.soft {
  background: #fff;
}

.section.dark {
  background: #1d1d1f;
  color: #f6f4f1;
}

.section.dark a {
  color: #f6f4f1;
}

.offset-block {
  background: #efe3d8;
  padding: 28px;
  border-radius: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.offset-block.reverse {
  flex-direction: row-reverse;
}

.offset-text {
  flex: 1 1 260px;
}

.offset-media {
  flex: 1 1 260px;
  background: #e4dccb;
  padding: 14px;
  border-radius: 20px;
}

.asym-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.asym-card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 22px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.asym-card.dark {
  background: #232325;
  color: #f6f4f1;
}

.asym-card img {
  border-radius: 16px;
  width: 100%;
  height: 180px;
}

.tag {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6c6c72;
}

.inline-cta {
  font-weight: 600;
  text-decoration: underline;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.testimonial {
  background: #fff;
  border-radius: 18px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.pricing-card {
  flex: 1 1 240px;
  background: #fefaf4;
  border-radius: 22px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #eadfce;
}

.pricing-card img {
  border-radius: 16px;
  width: 100%;
  height: 160px;
}

.price {
  font-size: 1.4rem;
  font-weight: 700;
}

.form-wrap {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d6d0c8;
  font-size: 0.95rem;
  font-family: inherit;
}

textarea {
  min-height: 120px;
}

.footer {
  margin-top: auto;
  background: #141416;
  color: #f6f4f1;
  padding: 40px 0;
}

.footer a {
  color: #f6f4f1;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.9rem;
}

.footer-meta {
  margin-top: 18px;
  font-size: 0.85rem;
  color: #c8c8cc;
}

.sticky-cta {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: #1d1d1f;
  color: #f6f4f1;
  padding: 16px;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.bg-flow-one {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-flow-two {
  background-image: url("https://images.unsplash.com/photo-1490645935967-10de6ba17061?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-flow-three {
  background-image: url("https://images.unsplash.com/photo-1506126613408-eca07ce68773?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-flow-four {
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-flow-five {
  background-image: url("https://images.unsplash.com/photo-1485217988980-11786ced9454?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-flow-six {
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-overlay {
  background-color: rgba(29, 29, 31, 0.72);
  padding: 48px;
  border-radius: 24px;
}

.page-title {
  font-size: 2.1rem;
  margin: 0 0 12px;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.col {
  flex: 1 1 260px;
}

.image-card {
  background: #f1ede7;
  padding: 14px;
  border-radius: 18px;
}

.image-card img {
  width: 100%;
  height: 200px;
  border-radius: 14px;
}

.note {
  font-size: 0.85rem;
  color: #5c5c62;
}

@media (max-width: 840px) {
  .hero-title {
    font-size: 2rem;
  }

  .sticky-cta {
    position: static;
    margin: 20px auto 0;
  }
}
