/* Aurora Peptides — Privacy Policy page (reference design, scoped only) */

.aurora-privacy-page {
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #05070a;
}

.aurora-privacy-inner {
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
  box-sizing: border-box;
	padding-top:40px;
}


/* ── Hero ── */
.aurora-privacy-hero {
  position: relative;
  width: 100%;
  padding: clamp(28px, 4vw, 48px) 0 clamp(32px, 4.5vw, 56px);
  overflow: hidden;
  box-sizing: border-box;
}

.aurora-privacy-hero__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: 0.45;
}

.aurora-privacy-hero__glow--cyan {
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  top: -120px;
  left: -80px;
  background: rgba(0, 212, 255, 0.22);
}

.aurora-privacy-hero__glow--mag {
  width: min(380px, 50vw);
  height: min(380px, 50vw);
  top: -100px;
  right: -60px;
  background: rgba(212, 0, 255, 0.18);
}

.aurora-privacy-hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.aurora-privacy-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 18px;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  background:
    linear-gradient(#05070a, #05070a) padding-box,
    linear-gradient(120deg, rgba(0, 212, 255, 0.55), rgba(212, 0, 255, 0.55)) border-box;
  color: #00d4ff;
  font-family: var(--font-m, "JetBrains Mono", monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aurora-privacy-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.22em;
  margin: 0 0 18px;
  font-family: var(--font-d, "Bebas Neue", sans-serif);
  font-size: clamp(22px, 7vw, 88px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.aurora-storefront .aurora-privacy-page .aurora-privacy-card h2 {
    margin: 0 0 10px;
    font-family: var(--font-d, "Bebas Neue", sans-serif);
    font-size: clamp(18px, 2vw, 22px) !important;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.1;
    color: #edf4ff;
    text-transform: uppercase;
}

.aurora-privacy-title__main {
  color: #edf4ff;
}

.aurora-privacy-title__accent {
  background: linear-gradient(120deg, #00d4ff 0%, #d400ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.aurora-privacy-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 520px;
  margin: 0 auto 22px;
}

.aurora-privacy-divider__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.45), rgba(212, 0, 255, 0.45), transparent);
}

.aurora-privacy-divider__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(0, 212, 255, 0.35);
  background: rgba(0, 212, 255, 0.06);
  color: #00d4ff;
  box-shadow: 0 0 18px rgba(0, 212, 255, 0.18);
}

.aurora-privacy-intro {
  max-width: 680px;
  margin: 0 auto;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  line-height: 1.7;
  color: rgba(168, 196, 220, 0.92);
}

/* ── Content grid ── */
.aurora-privacy-content-wrap {
  padding: 0 0 clamp(48px, 6vw, 72px);
  box-sizing: border-box;
}

.aurora-privacy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.aurora-privacy-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: clamp(20px, 2.5vw, 26px);
  border-radius: 14px;
  background: rgba(8, 13, 30, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.02) inset,
    0 12px 32px rgba(0, 0, 0, 0.22);
  box-sizing: border-box;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.aurora-privacy-card--cyan {
  border-color: rgba(0, 212, 255, 0.12);
}

.aurora-privacy-card--mag {
  border-color: rgba(212, 0, 255, 0.1);
}

.aurora-privacy-card:hover {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 16px 40px rgba(0, 0, 0, 0.28);
}

.aurora-privacy-card--cyan:hover {
  border-color: rgba(0, 212, 255, 0.24);
}

.aurora-privacy-card--mag:hover {
  border-color: rgba(212, 0, 255, 0.22);
}

.aurora-privacy-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(0, 212, 255, 0.28);
  background: rgba(0, 212, 255, 0.05);
  color: #00d4ff;
  flex-shrink: 0;
}

.aurora-privacy-card--mag .aurora-privacy-card__icon {
  border-color: rgba(212, 0, 255, 0.28);
  background: rgba(212, 0, 255, 0.05);
  color: #c86bff;
}

.aurora-privacy-card__body {
  min-width: 0;
}

/*.aurora-privacy-card h2 {
  margin: 0 0 10px;
  font-family: var(--font-d, "Bebas Neue", sans-serif);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.1;
  color: #edf4ff;
  text-transform: uppercase;
}*/

.aurora-privacy-card p {
  margin: 0 0 10px;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 1.65;
  color: rgba(200, 218, 235, 0.88);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.aurora-privacy-card p:last-child {
  margin-bottom: 0;
}

.aurora-privacy-card a {
  color: #00d4ff;
  text-decoration: none;
}

.aurora-privacy-card a:hover {
  text-decoration: underline;
}

.aurora-privacy-card em {
  font-style: normal;
  color: rgba(168, 196, 220, 0.72);
  font-size: 0.9em;
}

/* ── Bottom CTA banner ── */
.aurora-privacy-cta {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 3vw, 32px);
  padding: clamp(24px, 3vw, 32px) clamp(24px, 3.5vw, 36px);
  border-radius: 16px;
  background:
    linear-gradient(rgba(8, 13, 30, 0.92), rgba(8, 13, 30, 0.92)) padding-box,
    linear-gradient(120deg, rgba(0, 212, 255, 0.55), rgba(212, 0, 255, 0.55)) border-box;
  border: 1px solid transparent;
  box-shadow:
    0 0 40px rgba(0, 212, 255, 0.08),
    0 0 40px rgba(212, 0, 255, 0.06),
    0 18px 48px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  box-sizing: border-box;
}

.aurora-privacy-cta__glow {
  position: absolute;
  inset: auto auto -40px -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.aurora-privacy-cta__icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background: rgba(0, 212, 255, 0.06);
  border: 1px solid rgba(0, 212, 255, 0.18);
  box-shadow: 0 0 28px rgba(0, 212, 255, 0.2);
  flex-shrink: 0;
}

.aurora-privacy-cta__copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

/*.aurora-privacy-cta__copy h2 {
  margin: 0 0 8px;
  font-family: var(--font-d, "Bebas Neue", sans-serif);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.05;
  color: #edf4ff;
  text-transform: uppercase;
}*/

body.aurora-storefront .aurora-privacy-page .aurora-privacy-cta__copy h2 {
    font-size: clamp(20px, 2.2vw, 24px) !important;
}

.aurora-privacy-cta__copy p {
  margin: 0;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 1.65;
  color: rgba(168, 196, 220, 0.88);
  max-width: 520px;
}

.aurora-privacy-cta__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(5, 7, 10, 0.65);
  color: #edf4ff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  flex-shrink: 0;
}

.aurora-privacy-cta__btn:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 212, 255, 0.35);
  box-shadow: 0 8px 24px rgba(0, 212, 255, 0.12);
  color: #edf4ff;
}

/* ───────────────── Desktop (1025px and above) ───────────────── */
@media (min-width: 1025px) {
  .aurora-privacy-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* ───────────────── Tablet & Small Desktop (960px and below) ───────────────── */
@media (max-width: 960px) {
  .aurora-privacy-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .aurora-privacy-cta {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .aurora-privacy-cta__copy p {
    max-width: none;
  }
}

/* ───────────────── Tablet (768px and below) ───────────────── */
@media (max-width: 768px) {

  .aurora-privacy-inner {
    width: min(100% - 28px, 1320px);
  }

  .aurora-privacy-hero {
    padding-top: 20px;
    padding-bottom: 28px;
  }

  .aurora-privacy-title {
    font-size: 42px;
  }

  .aurora-privacy-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .aurora-privacy-card__icon {
    width: 46px;
    height: 46px;
  }

  .aurora-privacy-cta__icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
  }

  .aurora-privacy-cta__icon svg {
    width: 28px;
    height: 28px;
  }

  .aurora-privacy-cta__btn {
    width: 100%;
    white-space: normal;
  }
}

/* ───────────────── Mobile (480px and below) ───────────────── */
@media (max-width: 480px) {

  .aurora-privacy-card {
    grid-template-columns: 1fr;
  }

  .aurora-privacy-card__icon {
    width: 30px;
    height: 30px;
  }

  .aurora-privacy-cta__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .aurora-privacy-cta__icon svg {
    width: 24px;
    height: 24px;
  }
}