* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: #1c1f24;
  background: #f6f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 260px;
  background: #ffffff;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-right: 1px solid #e6e2dd;
}

.brand-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.brand-tag {
  display: block;
  font-size: 12px;
  color: #5b5f66;
  margin-top: 4px;
}

.ad-label {
  font-size: 12px;
  color: #8b3f2f;
  background: #fff2ee;
  padding: 8px 10px;
  border-radius: 8px;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 500;
}

.nav a {
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}

.nav a:hover,
.nav a:focus {
  border-bottom: 1px solid #1c1f24;
}

.main {
  flex: 1;
  padding: 40px 48px 80px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #f8f6f3;
  padding: 56px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  background-color: #2d3a3b;
}

.hero h1 {
  font-size: 40px;
  margin: 0;
  max-width: 680px;
}

.hero p {
  max-width: 560px;
  margin: 0;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #f2c94c;
  color: #1c1f24;
  font-weight: 600;
  border: 1px solid transparent;
}

.button.secondary {
  background: transparent;
  border-color: #f8f6f3;
  color: #f8f6f3;
}

.split {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 320px;
}

.split .visual {
  flex: 1 1 280px;
}

.image-frame {
  border-radius: 20px;
  overflow: hidden;
  background: #d9d5cf;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section {
  padding: 32px;
  border-radius: 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section.tinted {
  background: #edf2f4;
}

.section.dark {
  background: #1c1f24;
  color: #f6f4f1;
}

.section.dark a {
  color: #f2c94c;
}

.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #ece8e2;
}

.card .price {
  font-size: 18px;
  font-weight: 700;
}

.card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 14px;
  background: #d9d5cf;
}

.flow {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.highlight {
  padding: 18px 20px;
  border-left: 3px solid #1c1f24;
  background: #f6f4f1;
}

.form-shell {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.form-shell form {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #d7d3cd;
  font-family: inherit;
}

.form-note {
  font-size: 13px;
  color: #5b5f66;
}

.footer {
  padding: 28px 0 0;
  border-top: 1px solid #e4dfd8;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  color: #4d5158;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #1c1f24;
  padding: 10px 14px;
  border-radius: 999px;
  z-index: 10;
}

.sticky-cta a {
  color: #f6f4f1;
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid #e6e2dd;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  max-width: 320px;
  display: none;
  z-index: 12;
}

.cookie-banner.active {
  display: block;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
  border-radius: 999px;
  padding: 8px 12px;
  border: 1px solid #1c1f24;
  background: #1c1f24;
  color: #ffffff;
  cursor: pointer;
}

.cookie-actions button.secondary {
  background: transparent;
  color: #1c1f24;
}

.hero--office {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
}

.banner-tech {
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.panel-workflow {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f6f4f1;
}

.panel-workflow .button {
  background: #f6f4f1;
  color: #1c1f24;
}

@media (max-width: 960px) {
  .page {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e6e2dd;
  }

  .main {
    padding: 32px 20px 80px;
  }

  .hero {
    padding: 36px;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
