.privacy-page {
  --text-medium: #4a5565;
  --text-dark: #101828;
  --logo: url('/wp-content/uploads/2026/03/LogoTCH.png');
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  background:
    radial-gradient(circle at 2% 10%, rgba(152, 251, 152, 0.16), transparent 34%),
    radial-gradient(circle at 98% 8%, rgba(255, 182, 193, 0.17), transparent 36%),
    linear-gradient(180deg, #f9fafb 0%, #ffffff 24%);
}

.privacy-page__top-gradient {
  height: 3px;
  background: linear-gradient(90deg, #ffb6c1 0%, #74d77f 50%, #9ee2ef 100%);
}

.privacy-page__hero {
  height: 461px;
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  background: #fff;
}

.privacy-page__hero-mark {
  position: absolute;
  right: calc(50% - 380px);
  top: 50%;
  transform: translateY(-50%) rotate(12deg);
  width: 260px;
  height: 274px;
  background: var(--logo) center/contain no-repeat;
  opacity: 0.6;
  pointer-events: none;
}

@keyframes privacyHeroTitleIn {
  from {
    opacity: 0;
    transform: scale(0.88);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.privacy-page__hero-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--text-medium);
  font-size: 67px;
  line-height: 1.1;
  font-weight: 600;
  animation: privacyHeroTitleIn 2s var(--ease) both;
}

.privacy-page__container {
  width: var(--theme-width);
  margin: 0 auto;
  padding: 96px 0 5rem;
}

.privacy-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 1.5rem;
  align-items: start;
}

.privacy-page__card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.07);
  overflow: hidden;
}

.privacy-page__intro {
  padding: 2rem 2rem 1.5rem;
  border-bottom: 1px solid #eef2f7;
  background: linear-gradient(180deg, rgba(173, 216, 230, 0.17), rgba(255, 255, 255, 0));
}

.privacy-page__eyebrow {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #4a5565;
  font-weight: 700;
}

.privacy-page__title {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  line-height: 1.1;
  color: #101828;
}

.privacy-page__lead {
  margin-top: 0.9rem;
  color: #4a5565;
  max-width: 62ch;
}

.privacy-page__lead p {
  margin: 0;
  line-height: 1.7;
}

.privacy-page__meta {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.privacy-page__meta p {
  margin: 0;
  min-width: 220px;
  flex: 1 1 220px;
  display: grid;
  gap: 0.2rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
}

.privacy-page__meta span {
  color: #6a7282;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.privacy-page__meta strong,
.privacy-page__meta a {
  color: #101828;
  font-weight: 700;
  font-size: 0.95rem;
}

.privacy-page__meta a {
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.privacy-page__content {
  padding: 1.7rem 2rem 2.2rem;
  color: #4a5565;
}

.privacy-page__content > * + * {
  margin-top: 0.95rem;
}

.privacy-page__content h2,
.privacy-page__content h3,
.privacy-page__content h4 {
  margin-top: 1.6rem;
  color: #101828;
  line-height: 1.25;
}

.privacy-page__content h2 {
  font-size: clamp(1.55rem, 3vw, 2rem);
}

.privacy-page__content h3 {
  font-size: clamp(1.3rem, 2.4vw, 1.65rem);
}

.privacy-page__content p,
.privacy-page__content li {
  line-height: 1.82;
}

.privacy-page__content ul,
.privacy-page__content ol {
  padding-left: 1.25rem;
}

.privacy-page__content a {
  color: #007893;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.privacy-page__content blockquote {
  margin: 1rem 0;
  padding: 0.95rem 1rem;
  border-left: 4px solid #add8e6;
  background: #f9fafb;
}

/* Insurance page CTA styles (content-authored strong line + links) */
.insurance-page-template .privacy-page__content p:has(> strong) {
  margin-top: 2rem;
  padding: 1rem 1.1rem;
  border: 1px solid #b7dce6;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(170, 204, 222, 0.14), rgba(255, 255, 255, 0));
}

.insurance-page-template .privacy-page__content p:has(> strong) strong {
  color: #0d6f86;
  font-weight: 800;
}

.insurance-page-template .privacy-page__content p:has(> strong) + p:has(a) {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.insurance-page-template .privacy-page__content p:has(> strong) + p:has(a) a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 1.1rem;
  border-radius: 999px;
  border: 1px solid #007893;
  background: #007893;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.insurance-page-template .privacy-page__content p:has(> strong) + p:has(a) a:last-child {
  border-color: #4a5565;
  background: #ffffff;
  color: #4a5565;
}

.insurance-page-template .privacy-page__content p:has(> strong) + p:has(a) a:hover,
.insurance-page-template .privacy-page__content p:has(> strong) + p:has(a) a:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(16, 24, 40, 0.12);
}

.privacy-page__aside {
  position: sticky;
  top: 7.4rem;
}

.privacy-page__aside-card {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(255, 182, 193, 0.18), rgba(173, 216, 230, 0.12));
  padding: 1rem 1rem 1.1rem;
}

.privacy-page__aside-card h2 {
  margin: 0;
  font-size: 1.07rem;
  color: #101828;
}

.privacy-page__aside-card p {
  margin: 0.45rem 0 0;
  color: #4a5565;
  font-size: 0.92rem;
  line-height: 1.65;
}

.privacy-page__aside-card a {
  margin-top: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.52rem 0.95rem;
  border: 1px solid #101828;
  color: #101828;
  font-size: 0.86rem;
  font-weight: 700;
  background: #ffffff;
}

@media (max-width: 1040px) {
  .privacy-page__hero-mark {
    right: -40px;
    width: 190px;
    height: 200px;
    opacity: 0.45;
  }

  .privacy-page__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .privacy-page__aside {
    position: static;
  }
}

@media (max-width: 760px) {
  .privacy-page__hero {
    height: 360px;
  }

  .privacy-page__hero-title {
    font-size: 48px;
  }

  .privacy-page__container {
    padding: 1.5rem 0 3.5rem;
  }

  .privacy-page__intro,
  .privacy-page__content {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

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

  .insurance-page-template .privacy-page__content p:has(> strong) + p:has(a) {
    flex-direction: column;
  }

  .insurance-page-template .privacy-page__content p:has(> strong) + p:has(a) a {
    width: 100%;
  }
}