.material-symbols-outlined,
.site-icon {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  vertical-align: middle;
}

.legal-page {
  background:
    radial-gradient(circle at top left, rgba(0, 145, 255, 0.06), transparent 28rem),
    radial-gradient(circle at bottom right, rgba(255, 143, 171, 0.06), transparent 26rem),
    #fcfdff;
  color: #0f172a;
}

.legal-nav {
  background: rgba(255, 255, 255, 0.76);
  border-bottom: 1px solid rgba(0, 145, 255, 0.08);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.legal-nav .site-nav__inner,
.legal-nav .site-nav__mobile {
  max-width: 88rem;
}

.legal-main {
  max-width: 88rem;
  margin: 0 auto;
  padding: 8.35rem 2rem 6.25rem;
}

.legal-main--document {
  max-width: 84rem;
}

.legal-shell {
  max-width: 88rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.legal-shell--document {
  max-width: 84rem;
}

.legal-backlink {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: #0091ff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: color 0.2s ease;
}

.legal-backlink:hover {
  color: #ff8fab;
}

.legal-hero {
  margin-bottom: 3.6rem;
}

.legal-hero--product {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 3.5rem;
}

.legal-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.42rem 0.92rem;
  border-radius: 9999px;
  background: rgba(224, 242, 255, 0.78);
  color: #004c87;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-hero__title {
  margin-top: 1.15rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3rem, 5.4vw, 4.8rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.06em;
  color: #0f172a;
  text-wrap: balance;
}

.legal-hero__copy {
  margin-top: 1.2rem;
  max-width: 43rem;
  font-size: 1.02rem;
  line-height: 1.72;
  color: #475569;
  text-wrap: pretty;
}

.legal-hero__meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.6rem;
}

.legal-hero__rule {
  flex: 1;
  height: 1px;
  background: rgba(148, 163, 184, 0.24);
}

.legal-hero__date {
  font-family: "Manrope", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #94a3b8;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 16rem) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.legal-aside {
  position: sticky;
  top: 8.75rem;
}

.legal-toc {
  border-radius: 1.1rem;
  border: 1px solid rgba(203, 213, 225, 0.45);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  padding: 1.3rem 1.25rem;
}

.legal-toc__title {
  margin-bottom: 1rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #64748b;
}

.legal-toc__list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.legal-toc__link {
  display: block;
  padding: 0.15rem 0 0.15rem 0.8rem;
  border-left: 2px solid transparent;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #64748b;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.legal-toc__link:hover {
  color: #0091ff;
  border-color: rgba(0, 145, 255, 0.25);
}

.legal-toc__link--active {
  color: #0091ff;
  font-weight: 700;
  border-color: #0091ff;
}

.product-kicker {
  margin-bottom: 1rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.legal-content {
  min-width: 0;
}

.legal-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.legal-panel {
  border-radius: 1.15rem;
  border: 1px solid rgba(209, 213, 219, 0.4);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.055);
}

.legal-panel--content {
  padding: 1.9rem 2.1rem;
}

.legal-panel--soft {
  background: linear-gradient(135deg, rgba(224, 242, 255, 0.44) 0%, rgba(255, 229, 236, 0.36) 100%);
  border-color: rgba(255, 255, 255, 0.75);
}

.legal-panel--dark {
  position: relative;
  overflow: hidden;
  background: #0f172a;
  border-color: rgba(15, 23, 42, 0.2);
  color: #ffffff;
}

.legal-prohibited-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 0.38rem;
}

.legal-prohibited-copy {
  padding-top: 0.12rem;
}

.legal-section {
  scroll-margin-top: 8.5rem;
}

.legal-section__title {
  margin-bottom: 1.25rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.6rem, 2.2vw, 2.05rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.legal-section__title--with-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.legal-section__bar {
  width: 0.4rem;
  height: 2rem;
  border-radius: 9999px;
  background: #0091ff;
  flex: none;
}

.legal-copy {
  color: #475569;
  line-height: 1.82;
  text-wrap: pretty;
}

.legal-copy--lg {
  font-size: 1.04rem;
}

.legal-copy--hero {
  font-size: 1.18rem;
}

.legal-bullets {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  color: #475569;
}

.legal-bullet {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  line-height: 1.75;
}

.legal-bullet__dot {
  color: #0091ff;
  font-weight: 800;
  line-height: 1.5;
}

.legal-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.legal-note-card {
  border-radius: 1rem;
  padding: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.legal-note-card--primary {
  background: rgba(224, 242, 255, 0.48);
}

.legal-note-card--secondary {
  background: rgba(255, 229, 236, 0.48);
}

.legal-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.legal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.9rem 1.5rem;
  border-radius: 9999px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

.legal-button--primary {
  background: #0091ff;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(0, 145, 255, 0.22);
}

.legal-button--primary:hover {
  box-shadow: 0 18px 38px rgba(0, 145, 255, 0.26);
}

.legal-button--secondary {
  border: 1px solid rgba(203, 213, 225, 0.9);
  background: rgba(255, 255, 255, 0.92);
  color: #334155;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.legal-button--secondary:hover {
  color: #0091ff;
  border-color: rgba(0, 145, 255, 0.3);
}

.product-hero {
  position: relative;
  overflow: hidden;
  min-height: min(54rem, calc(100vh - 1rem));
  display: flex;
  align-items: center;
  padding: 8.1rem 0 5rem;
}

.product-hero::before,
.product-hero::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  pointer-events: none;
  filter: blur(110px);
}

.product-hero::before {
  top: 12%;
  right: -8rem;
  width: 26rem;
  height: 26rem;
  background: rgba(224, 242, 255, 0.8);
}

.product-hero::after {
  left: -4rem;
  bottom: 16%;
  width: 20rem;
  height: 20rem;
  background: rgba(255, 232, 235, 0.66);
}

.product-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 3rem;
  align-items: center;
}

.product-chip {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.6rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.48rem 0.9rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.product-chip__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 9999px;
  background: #0091ff;
  box-shadow: 0 0 0 0 rgba(0, 145, 255, 0.35);
  animation: legalPulse 1.8s ease-in-out infinite;
}

.product-chip__label {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #475569;
}

@keyframes legalPulse {
  0% { box-shadow: 0 0 0 0 rgba(0, 145, 255, 0.35); }
  70% { box-shadow: 0 0 0 10px rgba(0, 145, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 145, 255, 0); }
}

.product-title {
  margin-top: 1.1rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3.1rem, 5.8vw, 5.1rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.06em;
  color: #0f172a;
  text-wrap: balance;
}

.text-gradient {
  background: linear-gradient(135deg, #0091ff 0%, #ff8da1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-copy {
  margin-top: 1rem;
  max-width: 36.5rem;
  font-size: 1.04rem;
  line-height: 1.68;
  color: #475569;
  text-wrap: pretty;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.25rem;
}

.product-price-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.45rem;
}

.product-price-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  font-size: 0.9rem;
  font-weight: 700;
  color: #475569;
}

.product-preview {
  position: relative;
  padding: 1.5rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.09);
}

.ethereal-card {
  box-shadow: 0 14px 34px rgba(0, 145, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.product-preview__visual {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.product-section {
  padding: 5.5rem 0;
}

.product-section--soft {
  background: rgba(248, 250, 252, 0.84);
}

.product-head {
  margin-bottom: 3.5rem;
}

.product-head__title {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #0f172a;
  text-wrap: balance;
}

.product-head__copy {
  max-width: 40rem;
  margin-top: 1rem;
  color: #64748b;
  line-height: 1.8;
  text-wrap: pretty;
}

.product-target-list {
  display: flex;
  flex-direction: column;
  gap: 2.15rem;
}

.product-target-item {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: 1.35rem;
  align-items: start;
}

.product-target-icon {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(226, 232, 240, 0.92);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08), 0 4px 10px rgba(15, 23, 42, 0.04);
}

.product-target-icon .site-icon {
  font-size: 1.9rem;
}

.product-target-icon--primary {
  color: #0091ff;
}

.product-target-icon--secondary {
  color: #ff8da1;
}

.product-target-body {
  padding-top: 0.05rem;
}

.product-target-title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
  color: #0f172a;
}

.product-target-copy {
  margin: 0.6rem 0 0;
  color: #475569;
  font-size: 1.02rem;
  line-height: 1.65;
  text-wrap: pretty;
}

.product-hero img,
.product-section img,
.legal-main img {
  display: block;
}

@media (max-width: 1024px) {
  .legal-layout,
  .product-shell {
    grid-template-columns: 1fr;
  }

  .legal-aside {
    position: static;
  }
}

@media (max-width: 900px) {
  .legal-main {
    padding: 7.85rem 1.5rem 5rem;
  }

  .legal-shell {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .product-hero {
    min-height: auto;
    padding: 7.6rem 0 3.4rem;
  }

  .product-section {
    padding: 4.85rem 0;
  }

  .legal-hero {
    margin-bottom: 2.9rem;
  }
}

@media (max-width: 640px) {
  .legal-main {
    padding: 7.25rem 1.25rem 4.4rem;
  }

  .legal-shell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .legal-hero__title,
  .product-title {
    font-size: clamp(2.55rem, 11vw, 3.75rem);
  }

  .legal-hero__copy,
  .product-copy {
    font-size: 0.98rem;
    line-height: 1.74;
  }

  .legal-layout {
    gap: 1.5rem;
  }

  .legal-toc {
    padding: 1rem 0 0.25rem;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .legal-toc__title {
    padding: 0 1.25rem;
    margin-bottom: 0.8rem;
  }

  .legal-toc__list {
    flex-direction: row;
    overflow-x: auto;
    gap: 0.65rem;
    padding: 0 1.25rem 0.5rem;
    white-space: nowrap;
  }

  .legal-toc__link {
    padding: 0.7rem 0.95rem;
    border: 1px solid rgba(203, 213, 225, 0.8);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.92);
    font-size: 0.82rem;
  }

  .legal-toc__link--active {
    background: rgba(224, 242, 255, 0.88);
  }

  .legal-note-grid {
    grid-template-columns: 1fr;
  }

  .legal-panel--content,
  .legal-note-card {
    padding: 1.4rem;
  }

  .legal-contact-actions,
  .product-actions {
    flex-direction: column;
  }

  .legal-button,
  .product-actions a {
    width: 100%;
  }

  .product-target-item {
    grid-template-columns: 3.9rem minmax(0, 1fr);
    gap: 1rem;
  }

  .product-target-icon {
    width: 3.9rem;
    height: 3.9rem;
    border-radius: 1rem;
  }

  .product-target-icon .site-icon {
    font-size: 1.6rem;
  }

  .product-target-copy {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .product-preview {
    padding: 1rem;
  }

  .product-section {
    padding: 4.2rem 0;
  }

  .product-price-pills {
    gap: 0.6rem;
  }

  .product-price-pill {
    width: 100%;
    justify-content: center;
  }
}
