* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f1f1f;
  background: #f7f5f2;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.top-nav {
  padding: 22px 0;
  background: #ffffff;
  border-bottom: 1px solid #e6e1db;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.ad-label {
  padding: 6px 10px;
  background: #f1ede7;
  border-radius: 999px;
  font-size: 0.8rem;
}

.hero {
  background-image: url("https://images.unsplash.com/photo-1777672694844-9dcf4bf30af5?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 22, 22, 0.55);
}

.hero-content {
  position: relative;
  padding: 120px 0 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero h1 {
  font-size: clamp(2.4rem, 3vw, 3.4rem);
  margin: 0;
  max-width: 700px;
}

.hero p {
  max-width: 560px;
  margin: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 28px;
  background: #f2b63d;
  color: #151515;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn.secondary {
  background: #ffffff;
  color: #1d1d1d;
  border: 1px solid #e7e2dc;
}

.section {
  padding: 70px 0;
  background: #f7f5f2;
}

.section.alt {
  background: #ffffff;
}

.section.dark {
  background: #1f2128;
  color: #f3f2ef;
}

.section-title {
  font-size: clamp(1.6rem, 2.4vw, 2.3rem);
  margin: 0 0 18px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.img-frame {
  background-color: #e4ded7;
  padding: 10px;
  border-radius: 20px;
}

.img-frame img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
}

.story-rail {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.story-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #ece6df;
}

.cards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cards-row.spaced {
  margin-top: 30px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #efe8e1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.service-card .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-card .price {
  font-size: 1.1rem;
  font-weight: 700;
}

.testimonial {
  border-left: 4px solid #f2b63d;
  padding-left: 16px;
  margin: 18px 0;
}

.sticky-cta {
  position: sticky;
  top: 20px;
  align-self: flex-start;
  background: #f9f1dc;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #f2d8a4;
}

.form-wrap {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #ede7e0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-wrap label {
  font-weight: 600;
}

.form-wrap select,
.form-wrap input,
.form-wrap textarea {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #d9d1c9;
  font-family: inherit;
}

.footer {
  margin-top: auto;
  background: #151515;
  color: #f3f1ee;
  padding: 40px 0;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
}

.footer a {
  color: #f3f1ee;
}

.footer small {
  display: block;
  margin-top: 18px;
  color: #d4ccc3;
}

.bg-workflow {
  background-image: url("https://images.unsplash.com/photo-1517430816045-df4b7de11d1d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-workflow .container {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
  border-radius: 24px;
}

.bg-experience {
  background-image: url("https://images.unsplash.com/photo-1733741071656-ba8832fde42a?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f6f2ed;
}

.bg-experience .container {
  padding: 60px 0;
}

.simple-hero {
  padding: 80px 0 50px;
}

.simple-hero .title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin: 0 0 12px;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: min(340px, 92%);
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e2dad1;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  padding: 18px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-actions button {
  flex: 1 1 120px;
}

.legal-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 820px;
}

.note {
  font-size: 0.95rem;
  color: #4a4540;
}
