:root {
  color: #101312;
  background: #f6f8f6;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f6f8f6;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(47, 111, 84, 0.28);
  outline-offset: 3px;
}

.nav {
  align-items: center;
  background: rgba(246, 248, 246, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid #dfe6e1;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 20px clamp(20px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 4;
}

.brand {
  font-size: 28px;
  font-weight: 850;
  letter-spacing: 0;
  text-decoration: none;
}

.nav-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  font-weight: 750;
}

.nav-links a {
  text-decoration: none;
}

.button,
button {
  align-items: center;
  background: #101312;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.button:hover,
button:hover {
  transform: translateY(-1px);
}

.ghost {
  background: #fff;
  border: 1px solid #dfe6e1;
  color: #101312;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  min-height: calc(100svh - 85px);
}

.hero-copy {
  align-self: center;
  padding: clamp(44px, 8vw, 104px);
}

.eyebrow {
  color: #2f6f54;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1 {
  font-size: 88px;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
  max-width: 780px;
}

h2 {
  font-size: 50px;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0 0 18px;
  max-width: 820px;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 10px;
}

p,
li {
  color: #3f4743;
  font-size: 17px;
}

.lead {
  color: #333b37;
  font-size: 22px;
  line-height: 1.42;
  max-width: 650px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-image {
  background:
    linear-gradient(90deg, rgba(246, 248, 246, 0.08), rgba(16, 19, 18, 0.2)),
    url("https://images.unsplash.com/photo-1560066984-138dadb4c035?auto=format&fit=crop&w=1800&q=85") center/cover;
  min-height: 560px;
}

section,
.legal-page {
  padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 72px);
}

.band {
  background: #fff;
  border-block: 1px solid #dfe6e1;
}

.grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.item {
  border-top: 1px solid #dfe6e1;
  padding-top: 20px;
}

.price {
  background: #101312;
  border-radius: 8px;
  color: #fff;
  padding: 28px;
}

.price p,
.price li {
  color: #edf3ef;
}

.price strong {
  display: block;
  font-size: 46px;
  line-height: 1;
  margin: 12px 0;
}

.legal-page {
  margin-inline: auto;
  max-width: 920px;
}

.legal-page h1 {
  font-size: 60px;
  line-height: 1;
}

.legal-meta {
  color: #64716a;
  font-size: 14px;
  font-weight: 700;
  margin: 16px 0 0;
}

.legal-box {
  background: #fff;
  border: 1px solid #dfe6e1;
  border-radius: 8px;
  margin: 28px 0;
  padding: 22px;
}

footer {
  background: #101312;
  color: #fff;
  padding: 42px clamp(20px, 5vw, 72px);
}

footer p,
footer a {
  color: #edf3ef;
}

.footer-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1.5fr repeat(3, 1fr);
}

.cookie-banner {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe6e1;
  border-radius: 8px;
  bottom: 18px;
  box-shadow: 0 20px 60px rgba(16, 19, 18, 0.16);
  display: none;
  gap: 16px;
  max-width: 520px;
  padding: 16px;
  position: fixed;
  right: 18px;
  z-index: 8;
}

.cookie-banner p {
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
}

.cookie-banner.show {
  display: flex;
}

.assistant-launcher {
  align-items: flex-start;
  background: #101312;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  bottom: 22px;
  box-shadow: 0 18px 50px rgba(16, 19, 18, 0.22);
  color: #fff;
  flex-direction: column;
  gap: 0;
  min-height: 58px;
  padding: 12px 16px;
  position: fixed;
  right: 22px;
  z-index: 9;
}

.assistant-launcher span {
  font-size: 15px;
  font-weight: 850;
}

.assistant-launcher small {
  color: #d8ddd9;
  font-size: 12px;
  font-weight: 700;
}

.assistant-panel {
  background: #fff;
  border: 1px solid #dfe6e1;
  border-radius: 8px;
  bottom: 94px;
  box-shadow: 0 28px 90px rgba(16, 19, 18, 0.18);
  max-height: min(680px, calc(100svh - 126px));
  overflow: hidden;
  position: fixed;
  right: 22px;
  width: min(430px, calc(100vw - 32px));
  z-index: 10;
}

.assistant-head {
  align-items: flex-start;
  border-bottom: 1px solid #dfe6e1;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 20px;
}

.assistant-head h2 {
  font-size: 24px;
  line-height: 1.05;
  margin: 0;
}

.assistant-close {
  min-height: 36px;
  padding: 8px 11px;
}

.assistant-language {
  border-bottom: 1px solid #dfe6e1;
  display: flex;
  gap: 8px;
  padding: 12px 20px;
}

.assistant-language button,
.assistant-suggestion {
  background: #f6f8f6;
  border: 1px solid #dfe6e1;
  color: #101312;
  min-height: 36px;
  padding: 8px 11px;
}

.assistant-language button.active {
  background: #101312;
  border-color: #101312;
  color: #fff;
}

.assistant-messages {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 280px;
  overflow: auto;
  padding: 18px 20px;
}

.assistant-message {
  border-radius: 8px;
  max-width: 92%;
  padding: 12px 13px;
}

.assistant-message p {
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
}

.assistant-message small {
  color: #64716a;
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

.assistant-message.assistant {
  align-self: flex-start;
  background: #f6f8f6;
  border: 1px solid #dfe6e1;
}

.assistant-message.user {
  align-self: flex-end;
  background: #101312;
}

.assistant-message.user p {
  color: #fff;
}

.assistant-suggestions {
  border-top: 1px solid #dfe6e1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 20px;
}

.assistant-form {
  border-top: 1px solid #dfe6e1;
  display: flex;
  gap: 10px;
  padding: 14px 20px;
}

.assistant-form textarea {
  border: 1px solid #dfe6e1;
  border-radius: 8px;
  color: #101312;
  flex: 1;
  font: inherit;
  min-height: 50px;
  padding: 11px 12px;
  resize: none;
}

.assistant-form button {
  min-height: 50px;
}

.assistant-form button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.assistant-turnstile {
  border-top: 1px solid #dfe6e1;
  padding: 12px 20px 0;
}

.assistant-limit {
  color: #64716a;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  margin: 0;
  padding: 0 20px 8px;
}

.assistant-privacy {
  color: #64716a;
  font-size: 12px;
  line-height: 1.35;
  margin: 0;
  padding: 0 20px 18px;
}

.assistant-escalation {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.assistant-escalation a {
  color: #2f6f54;
  font-size: 13px;
  font-weight: 850;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.assistant-ready .cookie-banner.show {
  bottom: 92px;
}

@media (max-width: 1040px) {
  h1 {
    font-size: 68px;
  }

  h2 {
    font-size: 42px;
  }
}

@media (max-width: 860px) {
  .hero,
  .grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-copy {
    padding: 40px 22px 56px;
  }

  .hero-image {
    min-height: 340px;
    order: -1;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  h1 {
    font-size: 50px;
  }

  h2,
  .legal-page h1 {
    font-size: 36px;
  }

  .lead {
    font-size: 19px;
  }

  .cookie-banner {
    align-items: stretch;
    bottom: auto;
    flex-direction: column;
    left: 18px;
    right: 18px;
    top: 204px;
  }

  .legal-shell .cookie-banner {
    bottom: 18px;
    top: auto;
  }

  .assistant-launcher {
    bottom: 18px;
    left: 18px;
    right: 18px;
  }

  .assistant-panel {
    bottom: 94px;
    left: 16px;
    right: 16px;
    width: auto;
  }

  .assistant-form {
    flex-direction: column;
  }

  .assistant-ready .cookie-banner.show {
    bottom: auto;
    top: 204px;
  }
}
