.privacy-banner,
.privacy-modal {
  font-family: var(--font, 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif);
  color: var(--ink, #121211);
  font-variant-numeric: slashed-zero;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.privacy-banner[hidden],
.privacy-modal[hidden],
.calendly-inline-widget[hidden] {
  display: none !important;
}

.privacy-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483000;
  width: 100%;
  pointer-events: none;
}

.privacy-banner__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(14px, 3vw, 34px);
  align-items: center;
  width: 100%;
  padding: 16px clamp(22px, 4vw, 66px);
  background: #ffffff;
  border-top: 1px solid rgba(18, 18, 17, 0.12);
  border-radius: 0;
  box-shadow: none;
  pointer-events: auto;
}

.privacy-banner__eyebrow,
.privacy-modal__eyebrow,
.privacy-choice__tag {
  display: block;
  margin: 0 0 9px;
  color: var(--ink-faint, #9c9b95);
  font-family: var(--font-mono, 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace);
  font-size: 0.66rem;
  font-weight: 540;
  letter-spacing: 0;
  text-transform: uppercase;
}

.privacy-modal h2 {
  margin: 0;
  font-size: clamp(1.35rem, 1.13rem + 0.82vw, 1.9rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

.privacy-banner p,
.privacy-modal p {
  margin: 10px 0 0;
  color: var(--ink-soft, #6c6b66);
  font-size: clamp(0.9rem, 0.86rem + 0.12vw, 0.98rem);
  line-height: 1.44;
}

.privacy-banner p {
  max-width: 74rem;
  margin-top: 0;
  color: var(--ink, #121211);
  font-size: clamp(0.98rem, 0.92rem + 0.2vw, 1.08rem);
  font-weight: 430;
  line-height: 1.35;
  letter-spacing: -0.005em;
}

.privacy-banner__gpc,
.privacy-modal__gpc {
  color: var(--ink, #121211) !important;
}

.privacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.privacy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid rgba(18, 18, 17, 0.14);
  border-radius: var(--r-sm, 7px);
  background: #ffffff;
  color: var(--ink, #121211);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 560;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.2s var(--ease, ease), background-color 0.2s var(--ease, ease), color 0.2s var(--ease, ease), transform 0.2s var(--ease, ease);
}

.privacy-button:hover,
.privacy-button:focus-visible {
  border-color: rgba(18, 18, 17, 0.38);
  background: #f5f6f8;
}

.privacy-button:active {
  transform: translateY(1px);
}

.privacy-button--primary {
  background: #1559ff;
  border-color: #1559ff;
  color: #ffffff;
}

.privacy-button--primary:hover,
.privacy-button--primary:focus-visible {
  background: #0f4eea;
  border-color: #0f4eea;
  color: #ffffff;
}

.privacy-button--text {
  background: transparent;
}

.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483001;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 28px);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px);
}

.privacy-modal__panel {
  width: min(100%, 680px);
  max-height: min(88svh, 760px);
  overflow: auto;
  background: #ffffff;
  border: 1px solid rgba(18, 18, 17, 0.12);
  border-radius: var(--r-sm, 7px);
  box-shadow: 0 32px 100px rgba(18, 18, 17, 0.16);
}

.privacy-modal__head,
.privacy-modal__body,
.privacy-modal__foot {
  padding-inline: clamp(20px, 4vw, 38px);
}

.privacy-modal__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
  padding-top: clamp(24px, 4vw, 38px);
  padding-bottom: clamp(18px, 3vw, 28px);
  border-bottom: 1px solid rgba(18, 18, 17, 0.12);
}

.privacy-modal__close {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(18, 18, 17, 0.14);
  border-radius: 50%;
  background: #ffffff;
  color: var(--ink, #121211);
  cursor: pointer;
}

.privacy-modal__close::before,
.privacy-modal__close::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1.5px;
  background: currentColor;
}

.privacy-modal__close::before {
  transform: rotate(45deg);
}

.privacy-modal__close::after {
  transform: rotate(-45deg);
}

.privacy-modal__body {
  padding-block: 2px;
}

.privacy-choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  padding-block: clamp(18px, 2.8vw, 26px);
  border-bottom: 1px solid rgba(18, 18, 17, 0.1);
}

.privacy-choice h3 {
  margin: 0;
  color: var(--ink, #121211);
  font-size: clamp(1.08rem, 1rem + 0.22vw, 1.2rem);
  font-weight: 560;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.privacy-choice p {
  max-width: 54ch;
  margin-top: 9px;
  font-size: 0.94rem;
  line-height: 1.48;
}

.privacy-status {
  min-width: 74px;
  justify-self: end;
  color: var(--ink, #121211);
  font-size: 0.82rem;
  font-weight: 560;
  text-align: right;
}

.privacy-switch {
  position: relative;
  width: 48px;
  height: 30px;
  justify-self: end;
  border: 1px solid rgba(18, 18, 17, 0.16);
  border-radius: 999px;
  background: #eceff3;
  cursor: pointer;
  transition: background-color 0.2s var(--ease, ease), border-color 0.2s var(--ease, ease), opacity 0.2s var(--ease, ease);
}

.privacy-switch::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(18, 18, 17, 0.16);
  transition: transform 0.2s var(--ease, ease);
}

.privacy-switch[aria-checked="true"] {
  background: #1559ff;
  border-color: #1559ff;
}

.privacy-switch[aria-checked="true"]::after {
  transform: translateX(18px);
}

.privacy-switch[aria-disabled="true"] {
  cursor: default;
  opacity: 1;
}

.privacy-modal__foot {
  position: sticky;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  background: #ffffff;
  border-top: 1px solid rgba(18, 18, 17, 0.1);
  padding-top: clamp(16px, 2.8vw, 24px);
  padding-bottom: clamp(18px, 3.6vw, 30px);
}

.privacy-modal__foot .privacy-button {
  min-width: 142px;
}

.wip-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  padding: 0 clamp(20px, 4vw, 64px) clamp(24px, 4vw, 44px);
  color: var(--muted, #706f6a);
  font-size: 0.92rem;
}

.wip-footer a {
  color: inherit;
  text-decoration: none;
}

.wip-footer a:hover,
.footer-legal [data-privacy-open]:hover {
  color: var(--ink, #121211);
}

body.privacy-modal-open {
  overflow: hidden;
}

@media (max-width: 720px) {
  .privacy-banner {
    width: 100%;
  }

  .privacy-banner__inner {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 16px;
    gap: 14px;
  }

  .privacy-actions,
  .privacy-modal__foot {
    justify-content: stretch;
  }

  .privacy-actions .privacy-button,
  .privacy-modal__foot .privacy-button {
    flex: 1 1 0;
  }

  .privacy-choice {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .privacy-status,
  .privacy-switch {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .privacy-button,
  .privacy-switch,
  .privacy-switch::after {
    transition: none;
  }
}
