* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: #1a1a1a;
  background: #f6f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.layout {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 280px;
  background: #0f2a2f;
  color: #f5f5f0;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ad-label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f9dcbf;
}

.brand h2 {
  font-size: 24px;
  margin-top: 10px;
}

.brand p {
  font-size: 14px;
  color: #c9d6d8;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nav a {
  font-size: 15px;
  padding: 8px 0;
}

.sidebar-cta {
  margin-top: auto;
  background: #13353b;
  padding: 16px;
  border-radius: 12px;
}

.sidebar-cta p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #d8e6e8;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #ffb259;
  color: #1a1a1a;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.btn:focus,
.btn:hover {
  transform: translateY(-1px);
}

.btn-secondary {
  background: #1a1a1a;
  color: #f5f5f0;
}

.btn-ghost {
  background: transparent;
  border: 1px solid #1a1a1a;
}

.inline-link {
  text-decoration: underline;
  font-weight: 500;
}

main {
  flex: 1;
  padding: 32px 48px 120px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.section {
  display: flex;
  gap: 32px;
  align-items: center;
}

.section--split {
  justify-content: space-between;
}

.section--reverse {
  flex-direction: row-reverse;
}

.section--center {
  flex-direction: column;
  align-items: flex-start;
}

.hero {
  padding: 40px;
  border-radius: 28px;
  background-size: cover;
  background-position: center;
  color: #fdfcf8;
  position: relative;
  overflow: hidden;
}

.hero--accounting {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-color: #2c3c3f;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(15, 42, 47, 0.92), rgba(15, 42, 47, 0.55));
}

.hero-content,
.hero-image {
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: 40px;
  max-width: 520px;
  margin-bottom: 16px;
}

.hero p {
  max-width: 520px;
  margin-bottom: 20px;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.image-frame {
  border-radius: 22px;
  overflow: hidden;
  background-color: #d2d7d2;
  min-width: 260px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 20px 40px rgba(15, 42, 47, 0.08);
}

.service-card h3 {
  font-size: 20px;
}

.price {
  font-weight: 700;
  color: #0f2a2f;
}

.note {
  font-size: 14px;
  color: #4f5c5e;
}

.band {
  padding: 36px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  color: #1a1a1a;
}

.band--light {
  background-color: #f4efe8;
}

.band--dark {
  color: #f5f5f0;
  background-color: #0f2a2f;
}

.band--insight {
  background-image: url("https://images.unsplash.com/photo-1492724441997-5dc865305da7?w=1400&q=80");
}

.quote {
  background: #ffffff;
  padding: 20px;
  border-left: 4px solid #ffb259;
  border-radius: 12px;
}

.form-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 18px 36px rgba(15, 42, 47, 0.12);
}

.form-card label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #cfd7d8;
  font-size: 15px;
}

.form-card textarea {
  min-height: 120px;
  resize: vertical;
}

.footer {
  padding: 24px 48px 80px;
  background: #0f2a2f;
  color: #e6edf0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer small {
  color: #c9d6d8;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  max-width: 360px;
  background: #ffffff;
  color: #1a1a1a;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(15, 42, 47, 0.2);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 30;
}

.cookie-banner.is-hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.page-hero {
  padding: 32px;
  border-radius: 24px;
  background: #fdfcf8;
  display: flex;
  gap: 24px;
  align-items: center;
}

.page-hero h1 {
  font-size: 32px;
}

.content-block {
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 960px) {
  .layout {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .sidebar-cta {
    width: 100%;
  }

  main {
    padding: 24px;
  }

  .section,
  .section--split,
  .section--reverse {
    flex-direction: column;
  }

  .sticky-cta {
    right: 16px;
  }
}
