/* Semantic and trust pages added during the SEO pass. */

.skip_link {
  background: #fff;
  border: 2px solid #005eea;
  border-radius: 6px;
  color: #005eea;
  font-weight: 700;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: 12px;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
  z-index: 100000;
}

.skip_link:focus {
  transform: translateY(0);
}

a.button_primary,
a.button_primary2 {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}

.form_privacy_note {
  color: #667085;
  font-size: 12px;
  line-height: 1.55;
  margin: 12px 0 0;
}

.form_privacy_note a {
  color: #005eea;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.faq_title_home h3 {
  color: inherit;
  flex: 1;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.active_faq .faq_content_home {
  animation: holtec-fade-in 0.35s ease both;
}

@keyframes holtec-fade-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.privacy_page {
  background: #f7f9fc;
  color: #20232a;
}

.privacy_hero {
  background:
    radial-gradient(circle at 82% 20%, rgba(72, 198, 239, 0.3), transparent 34%),
    linear-gradient(135deg, #003fa8 0%, #005eea 58%, #087fcf 100%);
  color: #fff;
  padding: 96px 24px 82px;
}

.privacy_hero .container,
.privacy_content .container {
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
}

.privacy_hero h1 {
  color: #fff;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08;
  margin: 12px 0 18px;
}

.privacy_hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  max-width: 720px;
}

.privacy_hero .section_badge {
  border-color: rgba(255, 255, 255, 0.55);
}

.privacy_hero .section_badge strong {
  color: #fff;
}

.privacy_eyebrow {
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.privacy_content {
  padding: 72px 24px 96px;
}

.privacy_content > .container {
  background: #fff;
  border: 1px solid rgba(0, 94, 234, 0.1);
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(0, 43, 105, 0.07);
  padding: clamp(26px, 5vw, 52px);
}

.privacy_content article,
.privacy_content section {
  background: #fff;
  border: 1px solid rgba(0, 94, 234, 0.1);
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(0, 43, 105, 0.07);
  margin-bottom: 18px;
  padding: clamp(24px, 4vw, 38px);
}

.privacy_content h2 {
  color: #111827;
  font-size: clamp(23px, 3vw, 30px);
  line-height: 1.25;
  margin: 0 0 14px;
}

.privacy_content h3 {
  color: #1f2937;
  font-size: 19px;
  margin: 22px 0 8px;
}

.privacy_content p,
.privacy_content li {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
}

.privacy_content ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.privacy_content a {
  color: #005eea;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.error_page {
  align-items: center;
  display: flex;
  min-height: 58vh;
  padding: 96px 24px;
  text-align: center;
}

.error_page .container {
  margin: 0 auto;
}

.error_page h1 {
  margin-bottom: 16px;
}

.error_page p {
  margin: 0 auto 28px;
  max-width: 620px;
}

@media (max-width: 768px) {
  .privacy_hero {
    padding: 72px 24px 62px;
  }

  .privacy_content {
    padding: 46px 16px 70px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
