/* =========================================================
   SKY HIGH FRAMES STUDIO
   PRIVACY NOTICE
   privacy.css - v1
   ========================================================= */

.privacy-hero {
  --page-hero-height: clamp(430px, 46vw, 600px);
}

.privacy-card {
  position: relative;
  z-index: 10;
  width: min(880px, calc(100% - 48px));
  margin: -150px auto 72px;
  padding: clamp(34px, 5vw, 58px);

  color: rgba(238, 243, 247, 0.72);
  border: 1px solid rgba(73, 199, 255, 0.32);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(5, 25, 42, 0.97), rgba(2, 13, 26, 0.98));
  box-shadow: 0 0 7px rgba(73, 199, 255, 0.34), 0 0 28px rgba(73, 199, 255, 0.10);
}

.privacy-intro {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(73, 199, 255, 0.18);
}

.privacy-kicker {
  display: block;
  margin-bottom: 12px;
  color: #79ddff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.privacy-card h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 300;
}

.privacy-card section {
  padding: 28px 0 4px;
}

.privacy-card h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.privacy-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}

.privacy-card section p + p {
  margin-top: 14px;
}

.privacy-contact {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(73, 199, 255, 0.18);
}

.privacy-contact span {
  color: rgba(238, 243, 247, 0.52);
  font-size: 12px;
  letter-spacing: 0.16em;
}

.privacy-contact a {
  color: #79ddff;
  font-size: 14px;
  text-decoration: none;
}

.privacy-contact a:hover,
.privacy-contact a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 760px) {
  .privacy-card {
    width: calc(100% - 32px);
    margin-top: -105px;
    margin-bottom: 52px;
    padding: 30px 24px;
  }

  .privacy-contact {
    flex-direction: column;
  }
}
