.privacy-page {
  background: linear-gradient(to bottom, #2c2245, #1c152b); }

.privacy-main {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  padding: 4.5rem 5rem 6rem; }
  .privacy-main .eyebrow {
    text-align: left;
    margin-bottom: 1rem; }
  .privacy-main h1 {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    margin-bottom: 0.75rem; }

.privacy-meta {
  color: rgba(211, 209, 198, 0.72);
  font-size: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem; }

.privacy-intro {
  background: rgba(93, 202, 165, 0.08);
  border: 1px solid rgba(93, 202, 165, 0.28);
  border-radius: 0.75rem;
  padding: 1.25rem 1.25rem;
  margin-bottom: 2.25rem; }

.privacy-toc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  scroll-margin-top: 4rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1rem;
  padding: 1.25rem 1.25rem;
  margin-bottom: 2.75rem; }
  .privacy-toc ol {
    list-style: none;
    width: 100%;
    scroll-margin-top: 12rem;
    column-count: 2;
    column-gap: 1.75rem;
    counter-reset: toc-index;
    padding-left: 1rem;
    margin-bottom: 0; }
  .privacy-toc li {
    counter-increment: toc-index;
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: 0.5rem;
    align-items: start;
    margin-bottom: 1rem;
    break-inside: avoid; }
    .privacy-toc li:last-child {
      margin-bottom: 0; }
    .privacy-toc li::before {
      content: counter(toc-index, decimal-leading-zero);
      color: rgba(93, 202, 165, 0.9);
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.4; }
  .privacy-toc a {
    color: rgba(211, 209, 198, 0.95);
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.4; }
    .privacy-toc a:hover {
      color: #5dcaa5;
      text-decoration: underline;
      text-underline-offset: 3px; }

.privacy-toc-label {
  align-self: flex-start;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(211, 209, 198, 0.72);
  margin-bottom: 0.75rem; }

.privacy-section {
  margin-bottom: 2.25rem;
  scroll-margin-top: 8rem; }
  .privacy-section ul {
    padding-left: 1.25rem;
    margin-bottom: 1rem; }
  .privacy-section li {
    margin-bottom: 0.5rem;
    line-height: 1.75; }
  .privacy-section h2 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: "Lora", serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0.75rem; }

.section-num {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1c152b;
  background: rgba(93, 202, 165, 0.9);
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  letter-spacing: 0.06em; }

.divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  margin: 2rem 0; }

.privacy-contact-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem; }
  .privacy-contact-card a {
    color: #5dcaa5; }
    .privacy-contact-card a:hover {
      color: #4db894; }

.privacy-contact-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  background: rgba(93, 202, 165, 0.16);
  color: #5dcaa5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; }

.privacy-contact-label {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(211, 209, 198, 0.72);
  margin-bottom: 0.25rem; }

.privacy-contact-value {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff; }

.privacy-contact-note {
  font-size: 1rem;
  color: rgba(211, 209, 198, 0.74);
  margin-top: 0.25rem; }

.privacy-footer-note {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  text-align: center;
  font-size: 1rem;
  color: rgba(211, 209, 198, 0.68); }

.privacy-back-to-contents {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 3.25rem;
  height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #5dcaa5;
  color: #1c152b;
  border: 1px solid rgba(93, 202, 165, 0.65);
  box-shadow: 0 0.75rem 2rem rgba(28, 21, 43, 0.35);
  font-size: 1.5rem;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.5rem);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  z-index: 20; }
  .privacy-back-to-contents.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0); }
  .privacy-back-to-contents:hover {
    background: #4db894;
    box-shadow: none;
    transform: translateY(-0.25rem); }

@media (min-width: 56.25rem) {
  .privacy-back-to-contents {
    right: calc((100vw - 56rem) / 2); } }

@media (max-width: 56.25rem) {
  .privacy-main {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .privacy-back-to-contents {
    right: 2.5rem; }
  .privacy-toc ol {
    column-count: 1; } }

@media (max-width: 36.25rem) {
  .privacy-main {
    padding: 2.5rem 1.5rem 3.5rem; }
    .privacy-main h1 {
      font-size: 2rem;
      line-height: 1.1; }
  .privacy-section h2 {
    font-size: 1.25rem;
    align-items: flex-start; }
  .privacy-contact-card {
    padding: 1rem; }
  .privacy-back-to-contents {
    right: 1.5rem;
    bottom: 1rem;
    width: 3rem;
    height: 3rem; } }
