@import url("https://fonts.googleapis.com/css?family=Montserrat:400"); /* :contentReference[oaicite:7]{index=7} */

html,
body {
  height: 100%;
}

body {
  background-color: #000;
  color: #e4e4e7;
  font-family: "Montserrat", ui-sans-serif, system-ui, "Segoe UI", "Roboto", "Arial", sans-serif;
}

::selection { background: #64A76C; color: #fff; } /* :contentReference[oaicite:8]{index=8} */

/* scrollbar */
::-webkit-scrollbar { width: 11px; background: #E7E7E7; } /* :contentReference[oaicite:9]{index=9} */
::-webkit-scrollbar-thumb { background: #64A76C; border-radius: 2px; } /* :contentReference[oaicite:10]{index=10} */
::-webkit-scrollbar-thumb:hover { background: #72B67B; border-radius: 10px; } /* :contentReference[oaicite:11]{index=11} */

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  background-color: #64A76C;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.55);
  transition: all 150ms ease;
}

.btn-primary:hover {
  background-color: #72B67B;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #e4e4e7;
}

.card {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.card-hover {
  transition: transform 150ms ease, border-color 150ms ease, background-color 150ms ease;
}

.card-hover:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

.feature-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #d8d8d8;
  background: #f5f5f5;
  padding: 0.85rem 1.2rem 0.85rem 1.1rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #3f3f3f;
  box-shadow: 0 14px 32px -18px rgba(0, 0, 0, 0.55);
  transition: all 180ms ease;
}

.feature-cta:hover {
  background: #ffffff;
  color: #2f2f2f;
  border-color: #cfcfcf;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -18px rgba(0, 0, 0, 0.6);
}

.feature-cta .cta-icon {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 9999px;
  background: #3f3f3f;
  color: #f5f5f5;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  transition: background-color 160ms ease, color 160ms ease;
}

.feature-cta:hover .cta-icon {
  background: #64a76c;
  color: #ffffff;
}

.feature-image-tile {
  background-image:
    linear-gradient(135deg, rgba(45, 45, 45, 0.8), rgba(45, 45, 45, 0.55)),
    linear-gradient(115deg, rgba(118, 118, 118, 0.9) 0%, rgba(118, 118, 118, 0.78) 48%, rgba(78, 78, 78, 0.82) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0px, rgba(255, 255, 255, 0.12) 2px, transparent 2px, transparent 38px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0px, rgba(255, 255, 255, 0.08) 2px, transparent 2px, transparent 28px);
  background-size: cover, cover, 420px, 320px;
  background-position: center;
}

@media (min-width: 768px) {
  .feature-image-tile {
    background-size: cover, cover, 360px, 280px;
  }
}

.hero-shape {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.hero-shape::before {
  content: "";
  position: absolute;
  left: 10%;
  top: -6%;
  width: min(88vw, 1160px);
  height: min(78vw, 1040px);
  background:
    linear-gradient(135deg, rgba(12, 12, 12, 0.9), rgba(20, 20, 20, 0.85) 40%, rgba(100, 167, 108, 0.18) 82%, rgba(10, 10, 10, 0.65)),
    radial-gradient(ellipse at 22% 30%, rgba(100, 167, 108, 0.18), transparent 42%),
    radial-gradient(ellipse at 78% 22%, rgba(255, 255, 255, 0.12), transparent 38%);
  clip-path: polygon(16% 4%, 92% 0%, 100% 26%, 84% 92%, 8% 82%, 0% 24%);
  filter: drop-shadow(0 22px 58px rgba(0, 0, 0, 0.6));
  transform: rotate(-4deg);
  opacity: 0.72;
}

.hero-shape::after {
  content: "";
  position: absolute;
  left: 24%;
  top: 18%;
  width: min(48vw, 680px);
  height: min(48vw, 680px);
  background:
    conic-gradient(from 140deg at 50% 50%, rgba(255, 255, 255, 0.08), transparent 30%, rgba(100, 167, 108, 0.2), transparent 64%, rgba(255, 255, 255, 0.06) 86%, transparent 100%);
  border-radius: 9999px;
  filter: blur(3px);
  opacity: 0.55;
  transform: rotate(12deg);
}

/* Legal content styling */
.legal-page {
  background-color: #f7f7f7;
  color: #18181b;
}

.legal-content {
  background: #ffffff;
  border: 1px solid #e4e4e7;
  border-radius: 1rem;
  padding: 2.5rem 1.75rem;
  line-height: 1.7;
  color: #1f2937;
  box-shadow: 0 16px 36px -22px rgba(0, 0, 0, 0.35);
}

@media (min-width: 768px) {
  .legal-content {
    padding: 3rem 3.25rem;
  }
}

.legal-content h1 {
  font-size: 2.25rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.legal-content h2 {
  font-size: 1.35rem;
  line-height: 1.85rem;
  font-weight: 700;
  color: #111827;
  margin-top: 1.75rem;
  margin-bottom: 0.35rem;
}

.legal-content h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1f2937;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}

.legal-content p {
  margin-top: 0.65rem;
  color: #374151;
}

.legal-content section + section {
  margin-top: 1.4rem;
}

.legal-content ul,
.legal-content ol {
  margin: 0.65rem 0 0 1.25rem;
  padding: 0;
  color: #374151;
}

.legal-content ul {
  list-style: disc;
}

.legal-content ol {
  list-style: decimal;
}

.legal-content li + li {
  margin-top: 0.35rem;
}

.legal-content address {
  font-style: normal;
  margin-top: 0.65rem;
  color: #374151;
  line-height: 1.6;
}

/* Cookie consent */
.cookie-consent {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.1rem 1.1rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, rgba(18, 18, 18, 0.96), rgba(10, 10, 10, 0.94));
  box-shadow: 0 16px 36px -18px rgba(0, 0, 0, 0.65);
  color: #e4e4e7;
  z-index: 60;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media (min-width: 640px) {
  .cookie-consent {
    left: auto;
  }
}

.cookie-consent__title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.cookie-consent__text {
  margin-top: 0.4rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #d4d4d8;
}

.cookie-consent__link {
  color: #72b67b;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(114, 182, 123, 0.7);
}

.cookie-consent__actions {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.cookie-consent__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 0.75rem;
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease, color 120ms ease;
}

.cookie-consent__button--primary {
  border: 1px solid rgba(100, 167, 108, 0.45);
  background-color: #64a76c;
  color: #ffffff;
  box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.65);
}

.cookie-consent__button--primary:hover {
  background-color: #72b67b;
}

.cookie-consent__button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: rgba(255, 255, 255, 0.06);
  color: #f4f4f5;
}

.cookie-consent__button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.16);
  background-color: rgba(255, 255, 255, 0.1);
}
