.privacy-section { position: relative; background: #000; color: #242424; font-family: var(--font-gilroy); scroll-margin-top: 0; }
.privacy-stage { position: relative; min-height: 760px; height: 100svh; overflow: hidden; isolation: isolate; background: #f9f8f5; }
.privacy-backdrop { position: absolute; inset: 0; background: #000; opacity: 0; z-index: -1; }
.privacy-inner { height: 100%; position: relative; padding: clamp(100px, 14vh, 160px) 6vw 48px; }
.privacy-heading { position: relative; z-index: 2; text-align: center; margin: 0; font-size: var(--section-heading-size, 40px); font-weight: 500; line-height: 1.15; letter-spacing: -.035em; }
.privacy-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; height: calc(100% - 100px); align-items: center; }
.privacy-stage { --hand-size: min(38vw, 54vh); --hand-bottom: 100px; }
.privacy-visual { margin: 0; }
/* Both scenes share the same image bounds so the hand stays fixed during the fade. */
.privacy-hand-light, .privacy-hand-dark, .privacy-device-overlay { position: absolute; width: calc(var(--hand-size) * 1.91); max-width: none; height: auto; aspect-ratio: 4 / 3; object-fit: fill; left: calc(var(--hand-size) * -.542 + 40px); bottom: calc(var(--hand-bottom) - var(--hand-size) * .303); pointer-events: none; }
.privacy-hand-light { mix-blend-mode: multiply; }
.privacy-content { position: relative; z-index: 1; }
.privacy-details { display: grid; gap: 14px; }
.privacy-detail { display: flex; align-items: flex-start; gap: 18px; padding: clamp(20px, 2vw, 32px); background: #1c1c1c; color: #dedede; border-radius: 22px; }
.privacy-detail:first-child h3 { color: #fff; }
.privacy-icon { flex: 0 0 24px; color: #fff; font-size: 26px; line-height: 1.1; text-align: center; }
.privacy-detail h3 { font-size: clamp(21px, 1.8vw, 30px); line-height: 1.2; font-weight: 500; letter-spacing: -.025em; margin: 0 0 8px; }
.privacy-detail p { font-size: clamp(16px, 1.3vw, 21px); line-height: 1.4; color: #919191; margin: 0; }
@media (max-width: 767px) {
  .privacy-stage { min-height: 740px; }
  .privacy-inner { padding: 98px 22px 24px; }
  .privacy-heading { font-size: clamp(28px, 6.9vw, 40px); }
  .privacy-layout { display: block; height: auto; }
  .privacy-content { margin-top: 32px; }
  .privacy-details { gap: 10px; }
  .privacy-detail { padding: 16px; gap: 12px; border-radius: 16px; }
  .privacy-detail h3 { font-size: 19px; margin-bottom: 5px; }
  .privacy-detail p { font-size: 14px; }
  .privacy-icon { font-size: 23px; }
  .privacy-stage { --hand-size: min(68vw, 34vh); --hand-bottom: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .privacy-stage { height: auto; min-height: 760px; }
  .privacy-hand-light { opacity: .2; }
}

/* Keep the button trace in image coordinates so it follows the hand at every size. */
.privacy-device-overlay { opacity: 1; }
.privacy-button-highlight { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
/* Clear glass: low-opacity fill, background refraction, and a fine reflective rim. */
.privacy-paused-card { position: absolute; left: 58%; top: 18%; transform: translate(-50%, -100%); transform-origin: 50% 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 11px; width: 132px; height: 132px; border-radius: 50%; isolation: isolate; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.22); box-shadow: inset 0 1px 1px rgba(255,255,255,.38), inset 1px 0 2px rgba(255,255,255,.12), inset 0 -1px 1px rgba(255,255,255,.15), 0 8px 24px rgba(0,0,0,.12); backdrop-filter: blur(10px) saturate(125%); -webkit-backdrop-filter: blur(10px) saturate(125%); font-family: var(--font-gilroy); }
.privacy-paused-card::before { content: ""; position: absolute; inset: 3px; border-radius: inherit; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.06); pointer-events: none; z-index: -1; }
.privacy-paused-ring { position: absolute; inset: 0; width: 100%; height: 100%; }
.privacy-paused-symbol { flex: none; width: 28px; height: 30px; }
.privacy-paused-card span { color: #ff6b73; font-size: 12px; font-weight: 800; line-height: 1; letter-spacing: .06em; text-transform: uppercase; }
@media (max-width: 767px) {
  .privacy-paused-card { width: 92px; height: 92px; gap: 7px; }
  .privacy-paused-card span { font-size: 9px; }
  .privacy-paused-symbol { width: 20px; height: 23px; }
}
@media (prefers-reduced-motion: reduce) {
  .privacy-backdrop, .privacy-device-overlay { opacity: 1; }
  .privacy-hand-light { opacity: 0; }
  .privacy-heading { color: #f9f8f5; }
}

.privacy-heading { display: grid; }
.privacy-heading > span { grid-area: 1 / 1; align-self: center; }
.privacy-title-control { visibility: hidden; opacity: 0; text-wrap: balance; }
.privacy-status-label { display: grid; text-align: center; }
.privacy-status-label > span { grid-area: 1 / 1; }
.privacy-play-icon { opacity: 0; visibility: hidden; }
@media (max-width: 767px) {
  .privacy-stage { --hand-size: min(58vw, 29vh); }
  .privacy-paused-card span { font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .privacy-title-intro, .privacy-pause-icon, .privacy-recording-label { opacity: 0; visibility: hidden; }
  .privacy-title-control, .privacy-play-icon { opacity: 1; visibility: visible; }
}

.privacy-progress-arc { filter: drop-shadow(0 0 3px rgba(255,133,64,.3)); }
@media (prefers-reduced-transparency: reduce) {
  .privacy-paused-card { background-color: #242323; backdrop-filter: none; -webkit-backdrop-filter: none; }
}

/* Keep the title readable as one sentence to assistive technology. */
.privacy-reveal-word { display: inline-block; white-space: nowrap; }
.privacy-reveal-char { display: inline-block; }

/* Consistent optical size and stroke weight instead of font-dependent symbols. */
.privacy-icon { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; color: #fff; }
.privacy-icon svg { display: block; width: 26px; height: 26px; fill: currentColor; stroke: none; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 767px) { .privacy-icon { flex-basis: 26px; width: 26px; height: 26px; } .privacy-icon svg { width: 23px; height: 23px; } }

/* Align desktop cards with the UBL copy and the header menu's outer edge. */
@media (min-width: 1025px) {
  .privacy-inner { padding-left: 0; padding-right: 0; }
  .privacy-layout {
    width: min(calc(100% - 112px), 1328px);
    margin-left: calc(max(0px, (100% - 1440px) / 2) + 65px);
    grid-template-columns: minmax(0, 1fr) 660px;
    gap: 48px;
  }
  .privacy-detail { min-height: 148px; padding: 28px; }
  .privacy-detail > div { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .privacy-stage { background-color: #000; }
}

/* Highlight the whole privacy card while keeping its white icons legible. */
.privacy-detail { transition: background-color .22s ease, color .22s ease; }
.privacy-detail h3, .privacy-detail p { transition: color .22s ease; }
@media (hover: hover) {
  .privacy-detail:hover { background-color: var(--accent-orange, #ff6400); color: #fff; }
  .privacy-detail:hover h3, .privacy-detail:hover p { color: #fff; }
}
@media (prefers-reduced-motion: reduce) {
  .privacy-detail, .privacy-detail h3, .privacy-detail p { transition: none; }
}
