* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1b1d1f;
  background: #f5f2ee;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.image-frame {
  background-color: #d9d0c7;
  padding: 8px;
  border-radius: 14px;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 6%;
  background: #f5f2ee;
  gap: 20px;
}

.nav-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: lowercase;
}

.ad-label {
  font-size: 0.85rem;
  color: #5a4d44;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 0.95rem;
}

.nav-links a {
  padding: 8px 12px;
  border-radius: 18px;
  background: #efe8e0;
}

.main {
  flex: 1;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 6% 32px;
  gap: 40px;
  align-items: center;
}

.hero-text {
  flex: 1 1 320px;
}

.hero-text h1 {
  font-size: 2.4rem;
  margin: 0 0 16px;
}

.hero-text p {
  margin: 0 0 20px;
  max-width: 520px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #1b1d1f;
  color: #f5f2ee;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.hero-media {
  flex: 1 1 340px;
  position: relative;
  background: #e2d6c9;
  padding: 16px;
  border-radius: 32px 8px 32px 8px;
}

.hero-media img {
  width: 100%;
  border-radius: 24px 4px 24px 4px;
}

.offset-block {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 0 6%;
  align-items: center;
}

.offset-block.reverse {
  flex-direction: row-reverse;
}

.offset-text {
  flex: 1 1 320px;
}

.offset-text h2 {
  margin: 0 0 12px;
  font-size: 1.8rem;
}

.offset-text p {
  margin: 0 0 12px;
}

.offset-media {
  flex: 1 1 300px;
  background: #d9d0c7;
  padding: 12px;
  border-radius: 12px 40px 12px 40px;
}

.offset-media img {
  border-radius: 10px 36px 10px 36px;
}

.highlight-panel {
  margin: 50px 6% 30px;
  background: #1f2a36;
  color: #f5f2ee;
  padding: 28px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.bg-insight {
  background-image: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=1400&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
}

.bg-insight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 42, 54, 0.78);
  border-radius: 24px;
}

.bg-insight > * {
  position: relative;
  z-index: 1;
}

.highlight-panel a {
  text-decoration: underline;
}

.service-area {
  padding: 20px 6% 40px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card img {
  border-radius: 12px;
  width: 100%;
  height: 160px;
}

.price {
  font-weight: 700;
  color: #1f2a36;
}

.form-section {
  padding: 36px 6% 60px;
  background: #efe8e0;
}

.form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.form-aside {
  flex: 1 1 260px;
}

.form-aside img {
  border-radius: 20px;
  height: 260px;
  width: 100%;
  background: #d9d0c7;
}

.service-form {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
}

.service-form label {
  font-weight: 600;
}

.service-form input,
.service-form select,
.service-form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c7bdb3;
  font-size: 1rem;
  background: #fefefe;
}

.service-form button {
  margin-top: 8px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #5a4d44;
  color: #f5f2ee;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 0.95rem;
}

.legal-block {
  padding: 40px 6%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.legal-text {
  flex: 1 1 420px;
}

.legal-media {
  flex: 1 1 260px;
  background: #e2d6c9;
  padding: 12px;
  border-radius: 26px 10px 26px 10px;
}

.legal-media img {
  border-radius: 22px 6px 22px 6px;
  height: 240px;
  width: 100%;
}

.bg-strategy {
  background-image: url("https://images.unsplash.com/photo-1507679799987-c73779587ccf?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-quiet {
  background-image: url("https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.footer {
  padding: 24px 6%;
  background: #1b1d1f;
  color: #f5f2ee;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.footer nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.95rem;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border: 1px solid #c7bdb3;
  border-radius: 18px;
  padding: 16px;
  max-width: 320px;
  display: none;
  gap: 12px;
  flex-direction: column;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  flex: 1;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 40px 6%;
  align-items: stretch;
}

.contact-card {
  flex: 1 1 260px;
  background: #ffffff;
  padding: 20px;
  border-radius: 18px;
}

.contact-card strong {
  display: block;
  margin-bottom: 8px;
}

.thanks-panel {
  padding: 40px 6%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.thanks-panel img {
  border-radius: 24px;
  height: 260px;
  width: 100%;
  max-width: 420px;
}

.section-title {
  font-size: 1.7rem;
  margin: 0 0 12px;
}

.subtle {
  color: #5a4d44;
}

@media (max-width: 780px) {
  .hero-text h1 {
    font-size: 2rem;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    position: static;
    margin: 20px 6% 0;
    display: inline-flex;
  }
}
