* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1a1a1a;
  background: #f7f4ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 16px;
}

.layout {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 260px;
  padding: 32px 24px;
  background: #12302a;
  color: #f4f1eb;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.brand {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15px;
}

.nav a {
  padding: 8px 0;
  border-bottom: 1px solid rgba(244, 241, 235, 0.2);
}

.sidebar-cta {
  margin-top: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.btn-primary {
  background: #f9b233;
  color: #1a1a1a;
}

.btn-ghost {
  border-color: rgba(244, 241, 235, 0.6);
  color: #f4f1eb;
}

.btn-outline {
  border-color: #1a1a1a;
  color: #1a1a1a;
  background: transparent;
}

.content {
  flex: 1;
  padding: 40px 48px 120px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 40px rgba(18, 48, 42, 0.08);
}

.section-contrast {
  background: #17372f;
  color: #f4f1eb;
}

.section-soft {
  background: #efe9df;
}

.section-split {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-split .split-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-split .split-card {
  flex: 1;
  padding: 24px;
  border-radius: 20px;
  background: #fdfbf7;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  opacity: 0.7;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 20% -20% -40% 40%;
  background: radial-gradient(circle, rgba(249, 178, 51, 0.3), transparent 70%);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-image {
  position: relative;
  z-index: 1;
}

.metrics {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.metric {
  padding: 16px;
  border-left: 4px solid #f9b233;
  background: rgba(249, 178, 51, 0.12);
  border-radius: 12px;
}

.services-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-radius: 20px;
  background: #fdfaf2;
  border: 1px solid rgba(18, 48, 42, 0.1);
}

.service-card span {
  font-weight: 600;
}

.form-shell {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-shell label {
  font-weight: 600;
  font-size: 14px;
}

.form-shell input,
.form-shell select,
.form-shell textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(18, 48, 42, 0.2);
  font-size: 14px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.inline-link {
  text-decoration: underline;
  font-weight: 600;
}

.testimonial {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(244, 241, 235, 0.3);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  font-size: 14px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  background: #1a1a1a;
  color: #f4f1eb;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 16px;
  box-shadow: 0 16px 32px rgba(18, 48, 42, 0.2);
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions button {
  flex: 1;
}

.page-title {
  font-size: 32px;
  font-weight: 600;
}

.stacked {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-card {
  padding: 24px;
  border-radius: 20px;
  background: #fdfbf7;
  border: 1px solid rgba(18, 48, 42, 0.12);
}

.legal-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 820px) {
  .section-split .split-row,
  .form-row,
  .metrics,
  .services-grid {
    flex-direction: row;
  }

  .hero {
    flex-direction: row;
    align-items: center;
  }

  .hero-content,
  .hero-image {
    flex: 1;
  }

  .service-card {
    flex: 1;
  }

  .metrics .metric {
    flex: 1;
  }
}

@media (max-width: 860px) {
  .layout {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
  }

  .sidebar-cta {
    margin-left: auto;
  }

  .content {
    padding: 32px 20px 120px;
  }
}
