.privacy-page {
  background:
    radial-gradient(circle at 90% 7%, rgba(61, 127, 138, 0.12), transparent 27rem),
    var(--off-white);
}

.privacy-hero {
  position: relative;
  overflow: hidden;
  padding: 9.5rem 1.5rem 5.5rem;
  background:
    linear-gradient(125deg, rgba(20, 31, 55, 0.98), rgba(35, 57, 82, 0.95)),
    var(--navy);
  color: rgba(255, 255, 255, 0.82);
}

.privacy-hero::before,
.privacy-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(142, 219, 224, 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.privacy-hero::before {
  width: 30rem;
  height: 30rem;
  right: -10rem;
  top: -11rem;
  box-shadow: 0 0 0 4rem rgba(142, 219, 224, 0.025);
}

.privacy-hero::after {
  width: 18rem;
  height: 18rem;
  right: 10rem;
  bottom: -12rem;
}

.privacy-shell {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.privacy-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.2rem;
  color: #8edbe0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.privacy-eyebrow::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: currentColor;
}

.privacy-hero h1 {
  max-width: 950px;
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: clamp(2.75rem, 6vw, 5rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.privacy-hero .privacy-lede {
  max-width: 880px;
  font-size: clamp(1.04rem, 2vw, 1.28rem);
  line-height: 1.75;
}

.privacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.privacy-actions .btn-primary,
.privacy-actions .btn-outline,
.privacy-actions .btn-teal-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}

.privacy-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.12);
}

.privacy-proof div {
  padding: 1rem;
  background: rgba(12, 23, 42, 0.86);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  text-align: center;
}

.privacy-section {
  padding: 5.5rem 1.5rem;
}

.privacy-section:nth-of-type(even) {
  background: #fff;
}

.privacy-heading {
  max-width: 850px;
  margin-bottom: 2.4rem;
}

.privacy-heading h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(2.1rem, 4.5vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.privacy-heading p,
.privacy-card p,
.privacy-panel p,
.privacy-note p,
.privacy-step p,
.privacy-faq p {
  color: var(--text-light);
  line-height: 1.75;
}

.privacy-alert {
  margin: 2rem 0;
  padding: 1.5rem 1.65rem;
  border: 1px solid rgba(61, 127, 138, 0.34);
  border-left: 5px solid var(--teal);
  border-radius: 10px;
  background: rgba(61, 127, 138, 0.07);
}

.privacy-alert strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--navy);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
}

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

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

.privacy-card,
.privacy-panel,
.privacy-offer,
.privacy-step,
.privacy-faq details {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(26, 39, 68, 0.065);
}

.privacy-card,
.privacy-panel,
.privacy-offer {
  padding: 1.75rem;
}

.privacy-card h3,
.privacy-panel h3,
.privacy-offer h3,
.privacy-step h3 {
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
}

.privacy-card .card-kicker {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--teal);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.privacy-card.is-primary,
.privacy-offer.is-primary {
  border-color: rgba(61, 127, 138, 0.45);
  background:
    linear-gradient(145deg, rgba(61, 127, 138, 0.09), transparent 55%),
    #fff;
}

.privacy-card.is-dark,
.privacy-panel.is-dark {
  border-color: transparent;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.82);
}

.privacy-card.is-dark h3,
.privacy-panel.is-dark h2,
.privacy-panel.is-dark h3,
.privacy-panel.is-dark strong {
  color: #fff;
}

.privacy-card.is-dark p,
.privacy-panel.is-dark p,
.privacy-panel.is-dark li {
  color: rgba(255, 255, 255, 0.75);
}

.privacy-list {
  list-style: none;
  margin-top: 1rem;
}

.privacy-list li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.35rem;
  border-bottom: 1px solid rgba(61, 127, 138, 0.14);
  color: var(--text-body);
  line-height: 1.55;
}

.privacy-list li:last-child {
  border-bottom: 0;
}

.privacy-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 700;
}

.privacy-panel.is-dark .privacy-list li {
  border-color: rgba(255, 255, 255, 0.11);
}

.architecture-strip {
  margin: 1.5rem 0 2rem;
  padding: 1rem;
  border-radius: 9px;
  background: var(--navy);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}

.architecture-strip span {
  color: #8edbe0;
}

.comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(26, 39, 68, 0.06);
  -webkit-overflow-scrolling: touch;
}

.privacy-comparison {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  font-size: 0.86rem;
}

.privacy-comparison caption {
  padding: 1rem 1.25rem;
  color: var(--text-light);
  font-size: 0.82rem;
  text-align: left;
}

.privacy-comparison th,
.privacy-comparison td {
  padding: 0.95rem 1rem;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  vertical-align: top;
  line-height: 1.55;
  text-align: left;
}

.privacy-comparison th:last-child,
.privacy-comparison td:last-child {
  border-right: 0;
}

.privacy-comparison tr:last-child td {
  border-bottom: 0;
}

.privacy-comparison thead th {
  background: var(--navy);
  color: #fff;
  font-size: 0.8rem;
}

.privacy-comparison tbody th {
  width: 180px;
  background: rgba(61, 127, 138, 0.07);
  color: var(--navy);
}

.table-note {
  margin-top: 0.75rem;
  color: var(--text-light);
  font-size: 0.82rem;
}

.data-path {
  counter-reset: path-item;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.data-path li {
  counter-increment: path-item;
  position: relative;
  min-height: 82px;
  padding: 1rem 1rem 1rem 3.4rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  color: var(--text-body);
  list-style: none;
  line-height: 1.5;
}

.data-path li::before {
  content: counter(path-item, decimal-leading-zero);
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.control-cloud {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.control-cloud span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: #fff;
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 600;
}

.privacy-offers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.privacy-offer {
  display: flex;
  flex-direction: column;
}

.privacy-offer .privacy-actions {
  margin-top: auto;
  padding-top: 1.2rem;
}

.privacy-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  counter-reset: work-step;
}

.privacy-step {
  counter-increment: work-step;
  padding: 1.5rem;
}

.privacy-step::before {
  content: counter(work-step, decimal-leading-zero);
  display: block;
  margin-bottom: 0.8rem;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.source-note {
  margin-top: 1.5rem;
  padding: 1.2rem 1.35rem;
  border-radius: 10px;
  background: var(--mist);
  color: var(--text-body);
  font-size: 0.88rem;
  line-height: 1.7;
}

.source-note a {
  color: var(--teal);
  font-weight: 600;
}

.privacy-faq {
  display: grid;
  gap: 0.85rem;
}

.privacy-faq details {
  padding: 1.15rem 1.3rem;
}

.privacy-faq summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.45;
}

.privacy-faq p {
  margin-top: 0.8rem;
}

.privacy-related {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.privacy-related a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(61, 127, 138, 0.3);
  border-radius: 999px;
  color: var(--teal);
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
}

.privacy-related a:hover,
.privacy-related a:focus-visible {
  border-color: var(--teal);
  background: rgba(61, 127, 138, 0.07);
}

.privacy-cta {
  padding: 5rem 1.5rem;
  background:
    radial-gradient(circle at 80% 20%, rgba(142, 219, 224, 0.12), transparent 24rem),
    var(--navy);
  color: rgba(255, 255, 255, 0.78);
}

.privacy-cta h2 {
  max-width: 780px;
  margin-bottom: 0.9rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.privacy-cta p {
  max-width: 760px;
  line-height: 1.75;
}

[data-theme="dark"] .privacy-section:nth-of-type(even),
[data-theme="dark"] .privacy-card,
[data-theme="dark"] .privacy-panel,
[data-theme="dark"] .privacy-offer,
[data-theme="dark"] .privacy-step,
[data-theme="dark"] .privacy-faq details,
[data-theme="dark"] .data-path li,
[data-theme="dark"] .control-cloud span,
[data-theme="dark"] .comparison-wrap {
  background: #162030;
  border-color: rgba(255, 255, 255, 0.14);
}

[data-theme="dark"] .privacy-alert strong,
[data-theme="dark"] .privacy-card h3,
[data-theme="dark"] .privacy-panel h3,
[data-theme="dark"] .privacy-offer h3,
[data-theme="dark"] .privacy-step h3,
[data-theme="dark"] .privacy-faq summary,
[data-theme="dark"] .control-cloud span,
[data-theme="dark"] .privacy-comparison tbody th {
  color: #f0ece4;
}

[data-theme="dark"] .privacy-alert,
[data-theme="dark"] .source-note,
[data-theme="dark"] .privacy-comparison tbody th {
  background: #111b2a;
  border-color: rgba(142, 219, 224, 0.25);
}

@media (max-width: 980px) {
  .privacy-grid,
  .privacy-offers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .privacy-steps,
  .control-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .data-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .privacy-hero {
    padding: 7.5rem 1rem 4rem;
  }

  .privacy-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
  }

  .privacy-section,
  .privacy-cta {
    padding: 4rem 1rem;
  }

  .privacy-proof,
  .privacy-grid,
  .privacy-grid.two,
  .privacy-offers,
  .privacy-steps,
  .data-path,
  .control-cloud {
    grid-template-columns: 1fr;
  }

  .comparison-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .privacy-comparison,
  .privacy-comparison tbody,
  .privacy-comparison tr,
  .privacy-comparison th,
  .privacy-comparison td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .privacy-comparison thead,
  .privacy-comparison caption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .privacy-comparison tr {
    margin-bottom: 1rem;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(26, 39, 68, 0.06);
  }

  .privacy-comparison tbody th {
    width: auto;
    padding: 1rem;
    border: 0;
    border-radius: 11px 11px 0 0;
    background: var(--navy);
    color: #fff;
    font-size: 1.05rem;
  }

  .privacy-comparison td {
    position: relative;
    min-height: 58px;
    padding: 2rem 1rem 0.8rem;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .privacy-comparison td::before {
    content: attr(data-label);
    position: absolute;
    top: 0.6rem;
    left: 1rem;
    color: var(--teal);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .privacy-comparison tr:last-child td {
    border-bottom: 1px solid var(--border);
  }

  .privacy-comparison tr td:last-child {
    border-bottom: 0;
  }

  .privacy-actions .btn-primary,
  .privacy-actions .btn-outline,
  .privacy-actions .btn-teal-outline {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .privacy-card,
  .privacy-panel,
  .privacy-offer {
    padding: 1.35rem;
  }

  .privacy-heading h2 {
    font-size: 2rem;
  }
}
