/* Original responsive component rules */

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
::selection {
  background: rgba(201, 164, 93, 0.3);
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #090909;
}
::-webkit-scrollbar-thumb {
  background: rgba(201, 164, 93, 0.3);
  border-radius: 3px;
}
.filter-scroll::-webkit-scrollbar {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
@media (max-width: 900px) {
  .hero-grid {
    flex-direction: column !important;
  }
  .hero-cards-wrap {
    display: none !important;
  }
  .hero-cards-mobile {
    display: flex !important;
  }
  .profile-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .role-grid {
    grid-template-columns: 1fr !important;
  }
  .steps-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .cat-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .safety-cards {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .meaning-grid {
    flex-direction: column !important;
  }
  .member-grid {
    flex-direction: column !important;
  }
  .testi-grid {
    grid-template-columns: 1fr !important;
  }
  .advice-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .cta-inner {
    flex-direction: column !important;
  }
  .cta-image {
    display: none !important;
  }
  .footer-cols {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .nav-links {
    display: none !important;
  }
  .nav-btns {
    display: none !important;
  }
  .hamburger {
    display: flex !important;
  }
}
@media (max-width: 560px) {
  .profile-grid {
    grid-template-columns: 1fr !important;
  }
  .steps-grid {
    grid-template-columns: 1fr !important;
  }
  .feature-grid {
    grid-template-columns: 1fr !important;
  }
  .cat-grid {
    grid-template-columns: 1fr !important;
  }
  .safety-cards {
    grid-template-columns: 1fr !important;
  }
  .advice-grid {
    grid-template-columns: 1fr !important;
  }
  .footer-cols {
    grid-template-columns: 1fr !important;
  }
  .testi-grid {
    grid-template-columns: 1fr !important;
  }
}
a {
  color: inherit;
}
.faq-answer {
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
}
.gold-hover:hover {
  opacity: 0.85;
}
.link-muted {
  color: #b7aea2;
  text-decoration: none;
  font-size: 13px;
  font-family: "Inter", sans-serif;
}
.link-muted:hover {
  color: #e0c17f;
}

/* Extracted visual utilities */
.u-1 {
  font-family: "Inter", Arial, sans-serif;
  background: #090909;
  color: #eee7dd;
  min-height: 100vh;
  overflow-x: hidden;
}
.u-2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 72px;
  display: flex;
  align-items: center;
  background: rgba(9, 9, 9, 0.6);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition:
    background 0.3s,
    border-color 0.3s;
}
.u-3 {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}
.u-4 {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.u-5 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid #c9a45d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 13px;
  color: #c9a45d;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}
.u-6 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 19px;
  color: #e0c17f;
  letter-spacing: 0.04em;
}
.u-7 {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  justify-content: center;
}
.u-8 {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #b7aea2;
  text-decoration: none;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.u-9 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.u-10 {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #e0c17f;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 6px;
  border: 1.5px solid rgba(201, 164, 93, 0.38);
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.u-11 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  border-radius: 6px;
  padding: 8px 18px;
  text-decoration: none;
  cursor: pointer;
  transition:
    opacity 0.15s,
    background 0.15s;
  border: none;
  background: #c9a45d;
  color: #090909;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.u-12 {
  display: none;
  margin-left: auto;
  background: none;
  border: none;
  cursor: pointer;
  color: #eee7dd;
  padding: 4px;
}
.u-13 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 80px;
  background: linear-gradient(135deg, #25090e 0%, #1a070b 30%, #090909 65%);
  overflow: hidden;
}
.u-14 {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201, 164, 93, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 164, 93, 0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}
.u-15 {
  position: absolute;
  top: 10%;
  right: 0;
  width: 50%;
  height: 80%;
  background: radial-gradient(
    ellipse at 80% 50%,
    rgba(63, 17, 24, 0.4) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.u-16 {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 24px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.u-17 {
  display: flex;
  align-items: center;
  gap: 48px;
  min-height: 560px;
}
.u-18 {
  flex: 0 0 46%;
  max-width: 600px;
}
.u-19 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 6px 16px;
  border: 1px solid rgba(201, 164, 93, 0.38);
  border-radius: 20px;
  background: rgba(201, 164, 93, 0.06);
}
.u-20 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c9a45d;
}
.u-21 {
  font-size: 12px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #c9a45d;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.u-22 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(40px, 5.5vw, 62px);
  color: #eee7dd;
  line-height: 1.1;
  margin-bottom: 22px;
  letter-spacing: -0.01em;
}
.u-23 {
  color: #c9a45d;
}
.u-24 {
  font-size: 17px;
  line-height: 1.65;
  color: #b7aea2;
  margin-bottom: 10px;
  font-family: "Inter", Arial, sans-serif;
}
.u-25 {
  font-size: 14px;
  line-height: 1.6;
  color: #8a8078;
  margin-bottom: 30px;
  font-family: "Inter", Arial, sans-serif;
}
.u-26 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 34px;
}
.u-27 {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(201, 164, 93, 0.38);
  background: rgba(201, 164, 93, 0.04);
}
.u-28 {
  font-size: 13px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #eee7dd;
}
.u-29 {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.u-30 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  padding: 12px 26px;
  text-decoration: none;
  cursor: pointer;
  transition:
    opacity 0.15s,
    background 0.15s;
  border: none;
  background: #c9a45d;
  color: #090909;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.u-31 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1.5px solid rgba(201, 164, 93, 0.38);
  background: transparent;
  color: #e0c17f;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.03em;
}
.u-32 {
  font-size: 12px;
  color: #6a6258;
  font-family: "Inter", Arial, sans-serif;
}
.u-33 {
  flex: 1;
  position: relative;
  height: 540px;
  min-width: 0;
}
.u-34 {
  position: absolute;
  left: 2%;
  top: 48px;
  width: 170px;
  z-index: 1;
  transform: rotate(-5deg);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(201, 164, 93, 0.38);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
  flex-shrink: 0;
}
.u-35 {
  position: relative;
  height: 250px;
  background: [object Object];
}
.u-36 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.u-37 {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(9, 9, 9, 0.92) 0%,
    rgba(9, 9, 9, 0.35) 50%,
    transparent 100%
  );
}
.u-38 {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.u-39 {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 20px;
  padding: 3px 8px;
}
.u-40 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #62c76b;
}
.u-41 {
  font-size: 10px;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.u-42 {
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(201, 164, 93, 0.18);
  border: 1px solid rgba(201, 164, 93, 0.38);
  border-radius: 20px;
  padding: 3px 8px;
}
.u-43 {
  font-size: 10px;
  color: #e0c17f;
  font-family: "Inter", sans-serif;
}
.u-44 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 12px 14px;
}
.u-45 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 2px;
}
.u-46 {
  font-size: 11px;
  color: #b7aea2;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.u-47 {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #b7aea2;
}
.u-48 {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.u-49 {
  font-size: 11px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid rgba(201, 164, 93, 0.38);
  background: rgba(201, 164, 93, 0.08);
  color: #e0c17f;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.u-50 {
  position: absolute;
  left: 30%;
  top: 0px;
  width: 190px;
  z-index: 3;
  transform: rotate(0deg);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(201, 164, 93, 0.38);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(201, 164, 93, 0.38);
  flex-shrink: 0;
}
.u-51 {
  position: relative;
  height: 280px;
  background: [object Object];
}
.u-52 {
  position: absolute;
  left: 57%;
  top: 36px;
  width: 170px;
  z-index: 2;
  transform: rotate(5deg);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(201, 164, 93, 0.38);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
  flex-shrink: 0;
}
.u-53 {
  display: none;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-top: 20px;
}
.u-54 {
  flex: 0 0 160px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(201, 164, 93, 0.38);
}
.u-55 {
  position: relative;
  height: 220px;
  background: #151412;
}
.u-56 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.u-57 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9, 9, 9, 0.88) 0%, transparent 60%);
}
.u-58 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.u-59 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.u-60 {
  font-size: 10px;
  color: #b7aea2;
  font-family: "Inter", sans-serif;
}
.u-61 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #0c0b0a;
}
.u-62 {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 24px;
}
.u-63 {
  text-align: center;
  margin-bottom: 40px;
}
.u-64 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(30px, 4vw, 44px);
  color: #eee7dd;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 12px;
}
.u-65 {
  font-size: 15px;
  color: #b7aea2;
  max-width: 560px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}
.u-66 {
  display: flex;
  gap: 8px;
  margin-bottom: 36px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.u-67 {
  padding: 9px 20px;
  border-radius: 6px;
  border: 1px solid #c9a45d;
  background: #c9a45d;
  color: #090909;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.15s;
  letter-spacing: 0.02em;
}
.u-68 {
  padding: 9px 20px;
  border-radius: 6px;
  border: 1px solid rgba(201, 164, 93, 0.38);
  background: transparent;
  color: #b7aea2;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.15s;
  letter-spacing: 0.02em;
}
.u-69 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.u-70 {
  background: #151412;
  border: 1px solid rgba(201, 164, 93, 0.38);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.u-71 {
  position: relative;
  padding-bottom: 125%;
  background: #1a1614;
}
.u-72 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.u-73 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9, 9, 9, 0.75) 0%, transparent 60%);
}
.u-74 {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
}
.u-75 {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  padding: 3px 8px;
}
.u-76 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 12px 10px;
}
.u-77 {
  font-size: 10px;
  color: #c9a45d;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
}
.u-78 {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  color: #b7aea2;
  font-family: "Inter", sans-serif;
}
.u-79 {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.u-80 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 18px;
  color: #eee7dd;
  line-height: 1.2;
}
.u-81 {
  color: #b7aea2;
  font-weight: 400;
  font-size: 15px;
}
.u-82 {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.u-83 {
  font-size: 12px;
  color: #b7aea2;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  flex: 1;
  margin: 0;
}
.u-84 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 0;
  border-radius: 6px;
  border: 1px solid rgba(201, 164, 93, 0.38);
  background: rgba(201, 164, 93, 0.07);
  color: #e0c17f;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.03em;
}
.u-85 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b7aea2;
}
.u-86 {
  text-align: center;
  margin-top: 44px;
}
.u-87 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #090909;
}
.u-88 {
  text-align: center;
  margin-bottom: 48px;
}
.u-89 {
  font-size: 15px;
  color: #b7aea2;
  max-width: 500px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}
.u-90 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.u-91 {
  background: #151412;
  border: 1px solid rgba(201, 164, 93, 0.38);
  border-radius: 14px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  overflow: hidden;
}
.u-92 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c9a45d 0%, transparent 100%);
}
.u-93 {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  border: 1px solid rgba(201, 164, 93, 0.38);
  background: rgba(201, 164, 93, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a45d;
}
.u-94 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 24px;
  color: #eee7dd;
  margin-bottom: 10px;
  line-height: 1.2;
}
.u-95 {
  font-size: 14px;
  color: #b7aea2;
  line-height: 1.65;
  font-family: "Inter", sans-serif;
}
.u-96 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.u-97 {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  color: #eee7dd;
  font-family: "Inter", sans-serif;
}
.u-98 {
  color: #c9a45d;
  flex-shrink: 0;
}
.u-99 {
  text-align: center;
  margin-bottom: 56px;
}
.u-100 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.u-101 {
  position: absolute;
  top: 32px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  border-top: 1.5px dashed rgba(201, 164, 93, 0.38);
  z-index: 0;
  pointer-events: none;
}
.u-102 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.u-103 {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1.5px solid rgba(201, 164, 93, 0.38);
  background: #151412;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.u-104 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #c9a45d;
  letter-spacing: 0.08em;
}
.u-105 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 20px;
  color: #eee7dd;
  margin-bottom: 8px;
}
.u-106 {
  font-size: 13px;
  color: #b7aea2;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
}
.u-107 {
  background: #151412;
  border: 1px solid rgba(201, 164, 93, 0.38);
  border-radius: 12px;
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.u-108 {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(201, 164, 93, 0.38);
  background: rgba(201, 164, 93, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a45d;
}
.u-109 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 19px;
  color: #eee7dd;
  line-height: 1.2;
}
.u-110 {
  font-size: 13px;
  color: #b7aea2;
  line-height: 1.65;
  font-family: "Inter", sans-serif;
}
.u-111 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.u-112 {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(201, 164, 93, 0.38);
  text-decoration: none;
  height: 220px;
  background: #151412;
}
.u-113 {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(9, 9, 9, 0.88) 0%,
    rgba(9, 9, 9, 0.3) 60%,
    transparent 100%
  );
}
.u-114 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 22px;
}
.u-115 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.2;
}
.u-116 {
  font-size: 12px;
  color: rgba(238, 231, 221, 0.75);
  line-height: 1.55;
  font-family: "Inter", sans-serif;
}
.u-117 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #faf6ef;
}
.u-118 {
  text-align: center;
  margin-bottom: 12px;
}
.u-119 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(28px, 4vw, 42px);
  color: #1a0a0d;
  line-height: 1.15;
  margin-bottom: 16px;
}
.u-120 {
  font-size: 15px;
  color: #6b5d54;
  max-width: 600px;
  margin: 0 auto 8px;
  font-family: "Inter", sans-serif;
  line-height: 1.65;
}
.u-121 {
  font-size: 14px;
  color: #8a6e62;
  max-width: 540px;
  margin: 0 auto 40px;
  font-family: "Inter", sans-serif;
}
.u-122 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.u-123 {
  background: #fff;
  border: 1px solid rgba(63, 17, 24, 0.12);
  border-radius: 12px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 2px 12px rgba(63, 17, 24, 0.06);
}
.u-124 {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(63, 17, 24, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-125 {
  color: #3f1118;
}
.u-126 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 18px;
  color: #1a0a0d;
  line-height: 1.2;
}
.u-127 {
  font-size: 13px;
  color: #6b5d54;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
}
.u-128 {
  text-align: center;
  margin-top: 40px;
}
.u-129 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 12px 26px;
  border-radius: 6px;
  border: 1.5px solid rgba(63, 17, 24, 0.3);
  color: #3f1118;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.03em;
}
.u-130 {
  display: flex;
  gap: 56px;
  align-items: flex-start;
}
.u-131 {
  flex: 0 0 58%;
}
.u-132 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(28px, 4vw, 42px);
  color: #eee7dd;
  margin-bottom: 22px;
  line-height: 1.15;
}
.u-133 {
  font-size: 15px;
  color: #b7aea2;
  line-height: 1.75;
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.u-134 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 28px;
  padding: 11px 24px;
  border-radius: 6px;
  border: 1px solid rgba(201, 164, 93, 0.38);
  color: #e0c17f;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}
.u-135 {
  flex: 1;
}
.u-136 {
  background: #151412;
  border: 1px solid rgba(201, 164, 93, 0.38);
  border-radius: 14px;
  padding: 28px 24px;
}
.u-137 {
  border-bottom: 1px solid rgba(201, 164, 93, 0.38);
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.u-138 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 20px;
  color: #eee7dd;
  line-height: 1.2;
}
.u-139 {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.u-140 {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.u-141 {
  margin-top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(201, 164, 93, 0.1);
  border: 1px solid rgba(201, 164, 93, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.u-142 {
  font-size: 14px;
  font-weight: 600;
  color: #eee7dd;
  font-family: "Inter", sans-serif;
  margin-bottom: 2px;
}
.u-143 {
  font-size: 12px;
  color: #b7aea2;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}
.u-144 {
  display: flex;
  gap: 24px;
}
.u-145 {
  flex: 1;
  background: #151412;
  border: 1px solid rgba(201, 164, 93, 0.38);
  border-radius: 14px;
  padding: 28px 26px;
}
.u-146 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 22px;
  color: #eee7dd;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(201, 164, 93, 0.38);
}
.u-147 {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.u-148 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #eee7dd;
  font-family: "Inter", sans-serif;
}
.u-149 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c9a45d;
  flex-shrink: 0;
}
.u-150 {
  text-align: center;
  margin-top: 32px;
  font-size: 14px;
  color: #b7aea2;
  font-family: "Inter", sans-serif;
  font-style: italic;
}
.u-151 {
  text-align: center;
  margin-bottom: 14px;
}
.u-152 {
  font-size: 12px;
  color: #6a6258;
  font-family: "Inter", sans-serif;
  margin-bottom: 40px;
}
.u-153 {
  background: #151412;
  border: 1px solid rgba(201, 164, 93, 0.38);
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.u-154 {
  font-size: 32px;
  color: #c9a45d;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1;
  opacity: 0.5;
}
.u-155 {
  font-size: 15px;
  color: #eee7dd;
  line-height: 1.7;
  font-family: "Inter", sans-serif;
  font-style: italic;
  flex: 1;
}
.u-156 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.u-157 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3f1118;
  border: 1px solid rgba(201, 164, 93, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 16px;
  color: #e0c17f;
}
.u-158 {
  font-size: 13px;
  font-weight: 600;
  color: #eee7dd;
  font-family: "Inter", sans-serif;
}
.u-159 {
  font-size: 11px;
  color: #b7aea2;
  font-family: "Inter", sans-serif;
}
.u-160 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #25090e;
  border: 1px solid rgba(201, 164, 93, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 16px;
  color: #e0c17f;
}
.u-161 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #181715;
  border: 1px solid rgba(201, 164, 93, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 16px;
  color: #e0c17f;
}
.u-162 {
  display: flex;
  flex-direction: column;
  background: #151412;
  border: 1px solid rgba(201, 164, 93, 0.38);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
}
.u-163 {
  height: 180px;
  background: #1a1614;
  overflow: hidden;
}
.u-164 {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.u-165 {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #c9a45d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.u-166 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 17px;
  color: #eee7dd;
  line-height: 1.3;
}
.u-167 {
  font-size: 13px;
  color: #b7aea2;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  flex: 1;
}
.u-168 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #e0c17f;
  font-family: "Inter", sans-serif;
}
.u-169 {
  max-width: 860px;
  margin-inline: auto;
  padding-inline: 24px;
}
.u-170 {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.u-171 {
  border: 1px solid rgba(201, 164, 93, 0.38);
  border-radius: 10px;
  overflow: hidden;
  background: #151412;
  margin-bottom: 6px;
}
.u-172 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  background: none;
  border: none;
  cursor: pointer;
  color: #eee7dd;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  gap: 12px;
}
.u-173 {
  color: #c9a45d;
  flex-shrink: 0;
  transform: rotate(180deg);
  transition: transform 0.25s;
}
.u-174 {
  max-height: 300px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.u-175 {
  padding: 0 22px 20px;
  font-size: 14px;
  color: #b7aea2;
  line-height: 1.7;
  font-family: "Inter", sans-serif;
  margin: 0;
}
.u-176 {
  color: #c9a45d;
  flex-shrink: 0;
  transform: rotate(0deg);
  transition: transform 0.25s;
}
.u-177 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.u-178 {
  position: relative;
  background: linear-gradient(135deg, #25090e 0%, #3f1118 50%, #1a070b 100%);
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
.u-179 {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201, 164, 93, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 164, 93, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.u-180 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42%;
}
.u-181 {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(37, 9, 14, 1) 0%,
    rgba(37, 9, 14, 0.3) 60%,
    transparent 100%
  );
}
.u-182 {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 24px;
  position: relative;
  z-index: 2;
}
.u-183 {
  display: flex;
  align-items: center;
  max-width: 620px;
}
.u-184 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(30px, 4vw, 48px);
  color: #eee7dd;
  margin-bottom: 18px;
  line-height: 1.15;
}
.u-185 {
  font-size: 16px;
  color: rgba(238, 231, 221, 0.8);
  font-family: "Inter", sans-serif;
  line-height: 1.65;
  margin-bottom: 32px;
}
.u-186 {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.u-187 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1.5px solid rgba(238, 231, 221, 0.3);
  background: transparent;
  color: #eee7dd;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.u-188 {
  font-size: 12px;
  color: rgba(201, 164, 93, 0.7);
  font-family: "Inter", sans-serif;
  letter-spacing: 0.04em;
}
.u-189 {
  background: #060504;
  border-top: 1px solid rgba(201, 164, 93, 0.38);
  padding-top: 60px;
  padding-bottom: 40px;
}
.u-190 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 24px;
}
.u-191 {
  margin-top: 14px;
  font-size: 13px;
  color: #b7aea2;
  max-width: 280px;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}
.u-192 {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}
.u-193 {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(201, 164, 93, 0.38);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b7aea2;
}
.u-194 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
.u-195 {
  font-size: 11px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #c9a45d;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.u-196 {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.u-197 {
  border-top: 1px solid rgba(201, 164, 93, 0.38);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.u-198 {
  padding: 3px 9px;
  border-radius: 4px;
  border: 1px solid rgba(201, 164, 93, 0.38);
  background: rgba(63, 17, 24, 0.3);
  font-size: 11px;
  font-weight: 700;
  color: #e0c17f;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.06em;
}
.u-199 {
  font-size: 12px;
  color: #6a6258;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  max-width: 680px;
}
.u-200 {
  font-size: 12px;
  color: #4a443e;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
}
/* Native enhancements and accessibility */

:root {
  --cp-black: #090909;
  --cp-gold: #c9a45d;
  --cp-gold-light: #e0c17f;
  --cp-text: #eee7dd;
  --cp-muted: #b7aea2;
  --cp-border: rgba(201, 164, 93, 0.38);
}
html,
body,
.site-shell {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  background: var(--cp-black);
  color: var(--cp-text);
}
[hidden] {
  display: none !important;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--cp-gold-light);
  outline-offset: 3px;
}
button {
  font: inherit;
}
.mobile-nav {
  position: fixed;
  inset: 72px 0 0;
  z-index: 99;
  padding: 24px;
  background: rgba(9, 9, 9, 0.98);
  overflow: auto;
}
.mobile-nav nav,
.mobile-nav__actions {
  display: flex;
  flex-direction: column;
}
.mobile-nav nav a {
  padding: 14px 0;
  border-bottom: 1px solid var(--cp-border);
  color: var(--cp-text);
  text-decoration: none;
}
.mobile-nav__actions {
  gap: 12px;
  margin-top: 24px;
  text-align: center;
}
.site-header-scrolled {
  background: rgba(9, 9, 9, 0.97) !important;
  border-bottom-color: var(--cp-border) !important;
}
.profile-card[hidden] {
  display: none !important;
}
.filter-scroll [data-profile-filter][aria-pressed="true"] {
  border-color: var(--cp-gold) !important;
  background: var(--cp-gold) !important;
  color: #090909 !important;
}
.filter-scroll [data-profile-filter][aria-pressed="false"] {
  border-color: var(--cp-border) !important;
  background: transparent !important;
  color: var(--cp-muted) !important;
}
.faq-panel:not([hidden]) {
  max-height: 500px !important;
  opacity: 1 !important;
}
.faq-toggle.is-open svg {
  transform: rotate(180deg);
}
.faq-toggle svg {
  transition: transform 0.2s ease;
}
@media (min-width: 901px) {
  .mobile-nav {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .hero-grid,
  .hero-grid > * {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .hero-cards-mobile {
    width: 100%;
    max-width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .faq-toggle svg {
    transition: none;
  }
}

/* 404 page */

.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
  background: linear-gradient(135deg, #25090e, #090909 65%);
  font-family: Inter, Arial, sans-serif;
}
.error-page > div {
  max-width: 560px;
}
.error-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--cp-gold-light);
  text-decoration: none;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
}
.error-code {
  margin: 40px 0 0;
  color: var(--cp-gold);
  font-size: 18px;
  letter-spacing: 0.18em;
}
.error-page h1 {
  margin: 8px 0 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 8vw, 72px);
}
.error-page p {
  color: var(--cp-muted);
}
.error-home {
  display: inline-flex;
  margin-top: 20px;
  padding: 12px 26px;
  border-radius: 6px;
  background: var(--cp-gold);
  color: #090909;
  text-decoration: none;
  font-weight: 600;
}

/* Legal pages */
.legal-page {
  margin: 0;
  background: var(--cp-black);
  color: var(--cp-text);
  font-family: Inter, Arial, sans-serif;
}
.legal-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 72px;
  display: flex;
  align-items: center;
  background: rgba(9, 9, 9, 0.97);
  border-bottom: 1px solid var(--cp-border);
  backdrop-filter: blur(12px);
}
.legal-header__inner {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 24px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.legal-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cp-gold-light);
  text-decoration: none;
  font:
    600 19px/1 "Cormorant Garamond",
    Georgia,
    serif;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.legal-logo__mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--cp-gold);
  border-radius: 50%;
  color: var(--cp-gold);
  font-size: 13px;
}
.legal-desktop-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex: 1;
}
.legal-desktop-nav a {
  color: var(--cp-muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}
.legal-desktop-nav a:hover,
.legal-footer a:hover {
  color: var(--cp-gold-light);
}
.legal-header__actions {
  display: flex;
  gap: 10px;
}
.legal-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 9px 18px;
  border: 1px solid var(--cp-border);
  border-radius: 6px;
  color: var(--cp-gold-light);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.legal-button--primary {
  border-color: var(--cp-gold);
  background: var(--cp-gold);
  color: #090909;
}
.legal-menu-toggle {
  display: none;
  margin-left: auto;
  padding: 6px;
  border: 0;
  background: transparent;
  color: var(--cp-text);
  cursor: pointer;
}
.legal-main {
  padding-top: 72px;
}
.legal-hero {
  padding: 80px 24px 64px;
  background:
    linear-gradient(rgba(201, 164, 93, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 164, 93, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #25090e 0%, #18070a 42%, #090909 100%);
  background-size:
    52px 52px,
    52px 52px,
    auto;
  border-bottom: 1px solid var(--cp-border);
}
.legal-container {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}
.legal-kicker {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 6px 14px;
  border: 1px solid var(--cp-border);
  border-radius: 999px;
  color: var(--cp-gold);
  background: rgba(201, 164, 93, 0.06);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.legal-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font:
    600 clamp(44px, 7vw, 68px) / 1.05 "Cormorant Garamond",
    Georgia,
    serif;
  letter-spacing: -0.015em;
}
.legal-hero__lead {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--cp-muted);
  font-size: 17px;
  line-height: 1.7;
}
.legal-updated {
  margin: 0;
  color: var(--cp-gold-light);
  font-size: 13px;
  font-weight: 600;
}
.legal-body {
  padding: 64px 24px 88px;
}
.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}
.legal-toc {
  position: sticky;
  top: 96px;
  padding: 22px;
  border: 1px solid var(--cp-border);
  border-radius: 12px;
  background: #151412;
}
.legal-toc h2 {
  margin: 0 0 14px;
  color: var(--cp-gold-light);
  font:
    600 18px/1.2 "Cormorant Garamond",
    Georgia,
    serif;
}
.legal-toc ol {
  margin: 0;
  padding-left: 20px;
}
.legal-toc li {
  margin: 8px 0;
  color: #8f867b;
  font-size: 12px;
  line-height: 1.4;
}
.legal-toc a {
  color: var(--cp-muted);
  text-decoration: none;
}
.legal-toc a:hover {
  color: var(--cp-gold-light);
}
.legal-content {
  min-width: 0;
}
.legal-notice {
  margin: 0 0 36px;
  padding: 18px 20px;
  border: 1px solid var(--cp-border);
  border-left: 3px solid var(--cp-gold);
  border-radius: 8px;
  background: rgba(201, 164, 93, 0.06);
  color: var(--cp-muted);
  font-size: 14px;
  line-height: 1.65;
}
.legal-content section {
  padding: 0 0 34px;
  margin: 0 0 34px;
  border-bottom: 1px solid rgba(201, 164, 93, 0.2);
  scroll-margin-top: 96px;
}
.legal-content section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.legal-content h2 {
  margin: 0 0 14px;
  color: var(--cp-text);
  font:
    600 clamp(26px, 3vw, 32px) / 1.2 "Cormorant Garamond",
    Georgia,
    serif;
}
.legal-content h3 {
  margin: 24px 0 10px;
  color: var(--cp-gold-light);
  font:
    600 20px/1.3 "Cormorant Garamond",
    Georgia,
    serif;
}
.legal-content p,
.legal-content li {
  color: var(--cp-muted);
  font-size: 15px;
  line-height: 1.78;
}
.legal-content p {
  margin: 0 0 14px;
}
.legal-content ul {
  margin: 12px 0 16px;
  padding-left: 22px;
}
.legal-content li {
  margin: 7px 0;
}
.legal-content strong {
  color: var(--cp-text);
}
.legal-placeholder {
  display: inline-block;
  padding: 2px 7px;
  border: 1px dashed var(--cp-gold);
  border-radius: 4px;
  color: var(--cp-gold-light);
  background: rgba(201, 164, 93, 0.06);
}
.legal-footer {
  padding: 48px 24px 28px;
  border-top: 1px solid var(--cp-border);
  background: #070707;
}
.legal-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.6fr) repeat(3, 1fr);
  gap: 44px;
}
.legal-footer__about p {
  max-width: 340px;
  margin: 18px 0 0;
  color: var(--cp-muted);
  font-size: 13px;
  line-height: 1.65;
}
.legal-footer h2 {
  margin: 0 0 14px;
  color: var(--cp-gold);
  font:
    600 12px/1 Inter,
    Arial,
    sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.legal-footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.legal-footer__links a {
  color: var(--cp-muted);
  text-decoration: none;
  font-size: 13px;
}
.legal-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(201, 164, 93, 0.2);
  color: #766e65;
  font-size: 12px;
  line-height: 1.6;
}
.legal-footer__bottom p {
  margin: 0;
}
@media (max-width: 900px) {
  .legal-desktop-nav,
  .legal-header__actions {
    display: none;
  }
  .legal-menu-toggle {
    display: flex;
  }
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .legal-toc {
    position: static;
  }
  .legal-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .legal-hero {
    padding-top: 60px;
  }
  .legal-body {
    padding-top: 44px;
  }
  .legal-footer__grid {
    grid-template-columns: 1fr;
  }
  .legal-footer__bottom {
    flex-direction: column;
  }
}
