.yc-privacy-page {
  position: relative;
  min-height: 100vh;
  padding: 24px;
  overflow: hidden;
}

.yc-privacy-page .yc-header,
.yc-privacy-page .yc-footer,
.yc-privacy-hero,
.yc-data-flow,
.yc-privacy-article {
  position: relative;
  z-index: 1;
}

.yc-privacy-page .yc-header {
  margin-bottom: 54px;
}

.yc-privacy-page .yc-nav {
  justify-content: flex-end;
}

.yc-privacy-hero {
  width: min(1000px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}

.yc-privacy-hero h1 {
  max-width: 900px;
  margin: 16px auto 20px;
  color: var(--navy);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(3.2rem, 8vw, 6.8rem);
  font-weight: 770;
  letter-spacing: -.06em;
  line-height: .91;
}

.yc-privacy-lead {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.72;
}

.yc-privacy-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--navy);
  font-family: var(--font-display), sans-serif;
  font-weight: 760;
}

.yc-privacy-back:hover {
  color: var(--blue);
}

.yc-privacy-summary {
  max-width: 840px;
  margin: 34px auto 0;
  padding: 22px 26px;
  border: 1px solid rgba(16, 163, 226, .2);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(16, 163, 226, .12), rgba(255, 255, 255, .82));
  color: #22365f;
  font-size: 1.02rem;
  font-weight: 630;
  line-height: 1.65;
  text-align: left;
}

.yc-privacy-summary strong {
  color: var(--navy);
}

.yc-data-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
  align-items: stretch;
  gap: 20px;
  width: min(1060px, 100%);
  margin: 0 auto 82px;
}

.yc-data-node {
  display: grid;
  min-height: 245px;
  align-content: center;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(14, 43, 119, .12);
  border-radius: 32px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 24px 66px rgba(14, 43, 119, .12);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.yc-data-node img {
  width: min(100%, 300px);
  max-height: 92px;
  object-fit: contain;
  object-position: left center;
}

.yc-data-node h2 {
  margin: 22px 0 7px;
  color: var(--navy);
  font-family: var(--font-display), sans-serif;
  font-size: 1.4rem;
  font-weight: 750;
  letter-spacing: -.025em;
}

.yc-data-node p {
  margin: 0;
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.55;
}

.yc-data-bridge {
  display: grid;
  place-items: center;
  text-align: center;
}

.yc-data-token {
  position: relative;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border-radius: 28px;
  background: linear-gradient(145deg, var(--cyan), var(--blue));
  box-shadow: 0 20px 45px rgba(16, 163, 226, .28);
  color: #fff;
  font-family: var(--font-display), sans-serif;
  font-size: .74rem;
  font-weight: 820;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: rotate(6deg);
}

.yc-data-token::before,
.yc-data-token::after {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 2px;
  background: rgba(14, 43, 119, .25);
  content: "";
}

.yc-data-token::before {
  right: calc(100% + 8px);
}

.yc-data-token::after {
  left: calc(100% + 8px);
}

.yc-data-bridge p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.4;
}

.yc-privacy-article {
  width: min(940px, 100%);
  margin: 0 auto;
}

.yc-privacy-section {
  padding: 54px 0;
  border-top: 1px solid rgba(14, 43, 119, .16);
}

.yc-privacy-heading {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  margin-bottom: 28px;
}

.yc-privacy-number {
  color: var(--cyan);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(3.2rem, 7vw, 5.3rem);
  font-weight: 780;
  letter-spacing: -.065em;
  line-height: .82;
}

.yc-privacy-heading h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 750;
  letter-spacing: -.045em;
  line-height: 1;
}

.yc-privacy-copy {
  margin-left: 112px;
}

.yc-privacy-copy > p,
.yc-party-card p,
.yc-privacy-item p,
.yc-retention-item p,
.yc-rights-panel p {
  color: #344362;
  font-size: 1.03rem;
  line-height: 1.78;
}

.yc-privacy-copy > p + p {
  margin-top: 20px;
}

.yc-privacy-copy strong,
.yc-party-card strong,
.yc-privacy-item strong,
.yc-retention-item strong,
.yc-rights-panel strong {
  color: var(--navy);
  font-weight: 780;
}

.yc-party-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 28px;
}

.yc-party-card {
  padding: 28px;
  border: 1px solid rgba(14, 43, 119, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 16px 42px rgba(14, 43, 119, .08);
}

.yc-party-card h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-family: var(--font-display), sans-serif;
  font-size: 1.28rem;
  font-weight: 750;
  line-height: 1.2;
}

.yc-party-card p + p {
  margin-top: 16px;
}

.yc-official-link {
  color: var(--blue);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.yc-privacy-items,
.yc-retention-grid {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.yc-privacy-items {
  grid-template-columns: 1fr 1fr;
}

.yc-privacy-item,
.yc-retention-item {
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(232, 244, 255, .72));
}

.yc-retention-grid {
  grid-template-columns: repeat(3, 1fr);
}

.yc-retention-item {
  border-top: 4px solid var(--cyan);
}

.yc-rights-panel {
  padding: clamp(26px, 5vw, 42px);
  border-radius: 28px;
  background: linear-gradient(135deg, #0e2b77, #0954b8);
  box-shadow: 0 24px 60px rgba(14, 43, 119, .22);
}

.yc-rights-panel p,
.yc-rights-panel strong {
  color: #fff;
}

.yc-rights-panel p + p {
  margin-top: 18px;
}

.yc-privacy-page .yc-footer {
  margin-top: 76px;
}

.yc-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 840px) {
  .yc-data-flow {
    grid-template-columns: 1fr;
  }

  .yc-data-bridge {
    min-height: 130px;
  }

  .yc-data-token::before,
  .yc-data-token::after {
    top: auto;
    left: 50%;
    width: 2px;
    height: 24px;
  }

  .yc-data-token::before {
    bottom: calc(100% + 8px);
  }

  .yc-data-token::after {
    top: calc(100% + 8px);
  }

  .yc-party-grid,
  .yc-privacy-items,
  .yc-retention-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .yc-privacy-page {
    padding: 16px;
  }

  .yc-privacy-page .yc-header {
    margin-bottom: 38px;
  }

  .yc-privacy-page .yc-brand-image {
    width: 154px;
  }

  .yc-privacy-hero h1 {
    font-size: clamp(2.75rem, 13vw, 3.65rem);
    overflow-wrap: anywhere;
  }

  .yc-privacy-summary {
    padding: 20px;
  }

  .yc-data-flow {
    margin-bottom: 58px;
  }

  .yc-data-node {
    min-height: 210px;
    border-radius: 25px;
  }

  .yc-privacy-section {
    padding: 42px 0;
  }

  .yc-privacy-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .yc-privacy-copy {
    margin-left: 0;
  }

  .yc-privacy-copy > p,
  .yc-party-card p,
  .yc-privacy-item p,
  .yc-retention-item p,
  .yc-rights-panel p {
    font-size: .97rem;
  }

  .yc-party-card,
  .yc-privacy-item,
  .yc-retention-item {
    padding: 21px;
  }
}