:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  background: #0a0812;
  overflow-x: hidden;
  padding: 0;
}

.main-container,
.main-container * {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  outline: 0;
}

/* Header Logo */
.per-asset {
  cursor: pointer;
  position: relative;
  width: 200px;
  height: 31px;
  margin: 20px auto 0;
  z-index: 14;
  overflow: hidden;
}

.per-p-gold-asset {
  position: absolute;
  width: 10.9%;
  height: 99.42%;
  top: 0;
  left: 0;
  background: url(../../per-p-gold-asset-40.svg) no-repeat center;
  background-size: 100% 100%;
  z-index: 16;
  overflow: hidden;
}

.layer {
  position: absolute;
  width: 85.21%;
  height: 75.48%;
  top: 20.05%;
  left: 14.79%;
  background: url(../../logo.svg) no-repeat center;
  background-size: 100% 100%;
  z-index: 15;
}

/* Main Title */
.privacy-policy {
  display: block;
  position: relative;
  margin: 40px 20px 0;
  color: #fbb463;
  font-family: Barlow, var(--default-font-family);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -1px;
  z-index: 10;
}

/* Content Container */
.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 30px;
  position: relative;
  width: 100%;
  margin: 40px 0 0 0;
  padding: 0 20px;
  z-index: 11;
}

.frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
  position: relative;
  min-width: 0;
  z-index: 12;
}

/* Text Styles */
.privacy-security-desktop {
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  font-family: Barlow, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  z-index: 13;
}

/* All text color classes */
.empty,
.empty-1,
.empty-3,
.empty-5,
.empty-7,
.empty-a,
.empty-c,
.empty-e,
.empty-11,
.empty-13,
.empty-15,
.empty-18,
.empty-1a,
.empty-1c,
.empty-1e,
.empty-20,
.empty-22,
.empty-25,
.empty-27,
.empty-29,
.empty-2b,
.empty-2d,
.empty-30,
.empty-32,
.empty-35,
.empty-36,
.empty-37,
.empty-39,
.empty-3b,
.empty-3c,
.empty-3e {
  position: relative;
  color: #ffffff;
  font-family: Barlow, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  word-wrap: break-word;
}

.consent-agreement,
.consent-agreement-8,
.consent-agreement-f,
.consent-agreement-16,
.consent-agreement-23,
.consent-agreement-2a,
.consent-agreement-2c,
.consent-agreement-2e,
.consent-agreement-31,
.consent-agreement-33,
.consent-agreement-3d,
.consent-agreement-1d {
  position: relative;
  color: #fbb463;
  font-family: Barlow, var(--default-font-family);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  margin: 10px 0;
  word-wrap: break-word;
}

.technical-support,
.technical-support-2,
.technical-support-4,
.technical-support-6,
.technical-support-9,
.technical-support-b,
.technical-support-d,
.technical-support-10,
.technical-support-12,
.technical-support-14,
.technical-support-17,
.technical-support-19,
.technical-support-1b,
.technical-support-1f,
.technical-support-21,
.technical-support-24,
.technical-support-26,
.technical-support-28,
.technical-support-2f,
.technical-support-34,
.technical-support-38,
.technical-support-3a,
.transmission-security {
  position: relative;
  color: #d6ccff;
  font-family: Barlow, var(--default-font-family);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  margin: 8px 0;
  word-wrap: break-word;
}

/* Email and Phone Links */
.alec-stock-email,
.phone-number,
.email {
  position: relative;
  color: #ffffff;
  font-family: Barlow, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: underline;
  word-wrap: break-word;
}

.last-updated {
  position: relative;
  color: #d6ccff;
  font-family: Barlow, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin: 20px 0;
  word-wrap: break-word;
}

/* Lists */
.indent {
  margin-left: 20px;
}

ul.indent {
  padding-left: 0;
}

ul.indent li {
  margin-bottom: 8px;
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 5px;
  word-wrap: break-word;
}

ul.indent ul.indent li {
  margin-left: 15px;
  list-style-type: circle;
}

/* Footer */
.bg-image {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 60px;
  z-index: 1;
}

.footer {
  position: relative;
  width: 100%;
  height: auto;
  margin: 40px 0 0 0;
  padding: 20px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.per-asset-3f {
  position: relative;
  width: 200px;
  height: 31px;
  z-index: 7;
  overflow: hidden;
}

.per-p-gold-asset-40 {
  position: absolute;
  width: 10.9%;
  height: 99.42%;
  top: 0;
  left: 0;
  background: url(../../per-p-gold-asset-40.svg) no-repeat center;
  background-size: 100% 100%;
  z-index: 9;
  overflow: hidden;
}

.layer-41 {
  position: absolute;
  width: 85.21%;
  height: 75.49%;
  top: 20.05%;
  left: 14.79%;
  background: url(../../logo.svg) no-repeat center;
  background-size: 100% 100%;
  z-index: 8;
}

/* Footer Links */
.privacy-policy-42,
.terms-of-service,
.company-info {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: auto;
  color: #ffffff;
  font-family: Barlow, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  white-space: normal;
  z-index: 4;
  padding: 5px;
  word-wrap: break-word;
}

.privacy-policy-42 {
  cursor: default;
}

/* Responsive adjustments for very small screens */
@media (max-width: 480px) {
  .privacy-policy {
    font-size: 28px;
    margin: 30px 15px 0;
  }

  .content {
    padding: 0 15px;
    gap: 25px;
  }

  .frame {
    gap: 15px;
  }

  .per-asset,
  .per-asset-3f {
    width: 180px;
    height: 28px;
  }

  .consent-agreement,
  .consent-agreement-8,
  .consent-agreement-f,
  .consent-agreement-16,
  .consent-agreement-23,
  .consent-agreement-2a,
  .consent-agreement-2c,
  .consent-agreement-2e,
  .consent-agreement-31,
  .consent-agreement-33,
  .consent-agreement-3d {
    font-size: 15px;
  }

  .technical-support,
  .technical-support-2,
  .technical-support-4,
  .technical-support-6,
  .technical-support-9,
  .technical-support-b,
  .technical-support-d,
  .technical-support-10,
  .technical-support-12,
  .technical-support-14,
  .technical-support-17,
  .technical-support-19,
  .technical-support-1b,
  .technical-support-1f,
  .technical-support-21,
  .technical-support-24,
  .technical-support-26,
  .technical-support-28,
  .technical-support-2f,
  .technical-support-34,
  .technical-support-38,
  .technical-support-3a,
  .transmission-security {
    font-size: 14px;
  }

  .indent {
    margin-left: 15px;
  }

  ul.indent li {
    margin-left: 15px;
  }
}

/* Extra small screens */
@media (max-width: 360px) {
  .privacy-policy {
    font-size: 24px;
    margin: 25px 10px 0;
  }

  .content {
    padding: 0 10px;
  }

  .footer {
    padding: 15px 10px;
  }
}
