.privacy-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(28, 152, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #f6fbff 0%, #eef6ff 100%);
}

.privacy-nav-inner {
  width: calc(100% - 128px);
  max-width: 1312px;
  margin: 0 auto;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.privacy-brand {
  color: #0049ff;
  font-family: "Sora", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.privacy-mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.privacy-main {
  padding: 24px 0 120px;
}

.privacy-content {
  display: flex;
  justify-content: center;
}

.privacy-card {
  width: 100%;
  max-width: 920px;
  padding: 56px;
  border: 1px solid rgba(0, 73, 255, 0.12);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 40px 120px rgba(0, 73, 255, 0.08);
  backdrop-filter: blur(12px);
}

.privacy-eyebrow {
  margin: 0 0 16px;
  color: #0049ff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.privacy-title {
  margin: 0 0 20px;
  color: #101f3d;
  font-family: "Sora", sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.15;
}

.privacy-intro,
.privacy-section-copy {
  margin: 0;
  color: #5c6784;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.privacy-section {
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid rgba(16, 31, 61, 0.08);
}

.privacy-section-title {
  margin: 0 0 12px;
  color: #101f3d;
  font-family: "Sora", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.privacy-inline-link,
.footer-note-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-brand {
  width: 100%;
  max-width: 280px;
  position: relative;
}

.footer-brand-ratio {
  padding-bottom: 21.48%;
  position: relative;
  height: 0;
}

.footer-brand-icon-slot {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 74.79%;
}

.footer-brand-text-slot {
  position: absolute;
  inset: 14.84% 0 0.33% 27.93%;
}

.footer-brand-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.footer-section-tag {
  border: 0.818px solid #183EEB;
  border-radius: 3.273px;
  padding: 0 6.545px;
  display: inline-flex;
}

.footer-section-tag-label {
  color: #183EEB;
  font-family: "Roboto", sans-serif;
  font-size: 13.091px;
  font-weight: 600;
  line-height: 32.727px;
  text-transform: uppercase;
}

.footer-links-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 8px;
}

.footer-link {
  color: #1D1D1D;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.7;
  text-decoration: none;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 60px;
  background: #183EEB;
  opacity: 0.3;
}

.footer-note {
  margin-top: 30px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.footer-note-link {
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 1024px) {
  .privacy-nav-inner {
    width: calc(100% - 48px);
    min-height: 96px;
  }

  .privacy-card {
    padding: 40px;
    border-radius: 24px;
  }

  .privacy-title {
    font-size: 36px;
  }

  .footer-links-stack {
    align-items: flex-start;
  }
}

@media screen and (max-width: 640px) {
  .privacy-nav-inner {
    width: calc(100% - 32px);
    gap: 16px;
  }

  .privacy-brand {
    font-size: 24px;
  }

  .privacy-main {
    padding: 0 0 80px;
  }

  .privacy-card {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .privacy-title {
    font-size: 28px;
  }

  .privacy-intro,
  .privacy-section-copy {
    font-size: 16px;
  }

  .privacy-section-title {
    font-size: 20px;
  }
}
