* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e2430;
  background: #f5f3ee;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

a {
  color: #1f5aa6;
  text-decoration: none;
}

.layout {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 260px;
  background: #f0ebe3;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 12px;
  background: #d8cfc1;
  padding: 8px 10px;
  border-radius: 6px;
  color: #2a2f38;
}

.nav-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
}

.nav-links a {
  padding: 6px 4px;
}

.sidebar-cta {
  margin-top: auto;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1f5aa6;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  gap: 8px;
  cursor: pointer;
}

.cta-secondary {
  background: #f3c679;
  color: #2b2518;
}

.main {
  flex: 1;
  padding: 32px 40px 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #111827;
  color: #fef6ea;
  padding: 40px;
  border-radius: 20px;
  min-height: 320px;
  background-image: url("https://images.unsplash.com/photo-1487014679447-9f8336841d58?w=1400&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 23, 32, 0.62);
  border-radius: 20px;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.section.light {
  background: #ffffff;
  padding: 28px;
  border-radius: 16px;
}

.section.dark {
  background: #1f2937;
  color: #f9fafb;
  padding: 28px;
  border-radius: 16px;
}

.split {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.split > div {
  flex: 1 1 280px;
}

.image-frame {
  background: #d5dbe6;
  border-radius: 14px;
  overflow: hidden;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 240px;
  background: #fdfaf4;
  padding: 20px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card.dark {
  background: #233146;
  color: #f8fafc;
}

.tag {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8c6a2a;
}

.inline-cta {
  font-weight: 600;
  color: #1f5aa6;
}

.service-price {
  font-size: 18px;
  font-weight: 700;
}

.form-block {
  background: #ffffff;
  padding: 28px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #c8ccd5;
  font-size: 15px;
  font-family: inherit;
}

.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 24px;
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(16, 24, 40, 0.18);
  display: flex;
  gap: 10px;
  align-items: center;
}

.sticky-cta span {
  font-size: 13px;
  color: #111827;
}

.footer {
  padding: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  color: #4b5563;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 20px;
  background: #1f2937;
  color: #f9fafb;
  padding: 18px;
  border-radius: 14px;
  width: 320px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.small-button {
  padding: 8px 12px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.accept {
  background: #f3c679;
  color: #2b2518;
}

.reject {
  background: #f9fafb;
  color: #1f2937;
}

.section-bg {
  background-color: #1f2937;
  background: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f9fafb;
  padding: 30px;
  border-radius: 16px;
  position: relative;
}

.section-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: rgba(27, 32, 45, 0.7);
}

.section-bg > * {
  position: relative;
  z-index: 1;
}
