.sr-consent-banner,
.sr-consent-banner * {
  box-sizing: border-box;
}

.sr-consent-banner[hidden],
.sr-consent-manage-panel[hidden] {
  display: none !important;
}

body.sr-consent-open {
  padding-bottom: var(--sr-consent-space, 0px) !important;
}

.sr-consent-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: #0f172a;
  color: #f8fafc;
  box-shadow: 0 -8px 28px rgba(15, 23, 42, 0.2);
  font-family: Arial, Helvetica, sans-serif;
}

.sr-consent-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 0;
}

.sr-consent-copy {
  min-width: 0;
  max-width: 760px;
}

.sr-consent-copy strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}

.sr-consent-copy p {
  margin: 0;
  color: #e2e8f0;
  font-size: 13px;
  line-height: 1.45;
}

.sr-consent-info {
  display: inline-block;
  color: #bfdbfe;
  font-size: 12px;
  text-underline-offset: 2px;
}

.sr-consent-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  margin-top: 5px;
}

.sr-consent-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.sr-consent-button {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #94a3b8;
  border-radius: 8px;
  background: transparent;
  color: #f8fafc;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.sr-consent-button:hover,
.sr-consent-button:focus-visible {
  border-color: #fff;
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

.sr-consent-primary {
  border-color: #2563eb;
  background: #2563eb;
}

.sr-consent-manage-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: stretch;
  gap: 10px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 14px;
}

.sr-consent-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #475569;
  border-radius: 8px;
  background: #1e293b;
}

.sr-consent-choice strong,
.sr-consent-choice small {
  display: block;
}

.sr-consent-choice strong {
  font-size: 13px;
}

.sr-consent-choice small {
  margin-top: 2px;
  color: #cbd5e1;
  font-size: 11px;
  line-height: 1.35;
}

.sr-consent-choice input {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  accent-color: #2563eb;
}

.sr-consent-choice-fixed {
  cursor: default;
}

.sr-consent-off {
  flex: 0 0 auto;
  padding: 3px 8px;
  border-radius: 999px;
  background: #334155;
  color: #e2e8f0;
  font-size: 11px;
  font-weight: 800;
}

.sr-consent-save {
  align-self: stretch;
}

.sr-privacy-separator {
  margin-left: 4px;
}

.sr-privacy-choices {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sr-privacy-choices:hover,
.sr-privacy-choices:focus-visible {
  color: #bfdbfe;
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

.footer-bottom .privacy-notice-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-bottom .privacy-notice-link:hover,
.footer-bottom .privacy-notice-link:focus-visible {
  color: #bfdbfe;
}

.sr-form-status {
  margin: 12px 0 0;
  color: #b42318;
  font-size: 0.92rem;
  line-height: 1.45;
}

.page-privacy {
  background: #f8fafc;
}

.privacy-hero {
  padding: 72px 20px 78px;
  background:
    radial-gradient(circle at top right, rgba(250, 204, 21, 0.2), transparent 34%),
    linear-gradient(135deg, #0f172a, #1e293b);
  color: #f8fafc;
  text-align: center;
}

.privacy-hero-inner {
  width: min(900px, 100%);
  margin: 0 auto;
}

.privacy-eyebrow {
  margin: 0 0 12px;
  color: #facc15;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.privacy-hero h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.08;
}

.privacy-hero p {
  max-width: 720px;
  margin: 18px auto 0;
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.65;
}

.privacy-main {
  padding: 0 20px 80px;
}

.privacy-document {
  width: min(960px, 100%);
  margin: -38px auto 0;
  padding: 46px 52px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.1);
}

.privacy-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 34px;
}

.privacy-summary div {
  padding: 16px;
  border-radius: 12px;
  background: #f1f5f9;
}

.privacy-summary strong,
.privacy-summary span {
  display: block;
}

.privacy-summary strong {
  margin-bottom: 5px;
  color: #0f172a;
  font-size: 13px;
}

.privacy-summary span {
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
}

.privacy-section + .privacy-section {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid #e2e8f0;
}

.privacy-section h2 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.25;
}

.privacy-section h3 {
  margin: 22px 0 8px;
  color: #1e293b;
  font-size: 18px;
}

.privacy-section p,
.privacy-section li {
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
}

.privacy-section p {
  margin: 0 0 12px;
}

.privacy-section ul {
  margin: 10px 0 0;
  padding-left: 22px;
}

.privacy-section a {
  color: #1d4ed8;
  text-underline-offset: 2px;
}

.privacy-contact-box {
  padding: 20px;
  border-left: 4px solid #facc15;
  border-radius: 8px;
  background: #fffbeb;
}

.privacy-contact-box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .sr-consent-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: min(100% - 24px, 720px);
    padding: 12px 0;
  }

  .sr-consent-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .sr-consent-button {
    white-space: normal;
  }

  .sr-consent-manage-panel {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 720px);
    max-height: 44vh;
    overflow-y: auto;
  }

  .sr-consent-save {
    min-height: 42px;
  }

  .privacy-document {
    padding: 36px 30px;
  }

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

@media (max-width: 560px) {
  .sr-consent-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .sr-consent-button {
    min-height: 44px;
    padding: 8px 6px;
    font-size: 12px;
    line-height: 1.2;
  }

  .sr-consent-copy p {
    font-size: 12px;
  }

  .sr-consent-banner.sr-consent-managing .sr-consent-copy,
  .sr-consent-banner.sr-consent-managing #sr-consent-accept,
  .sr-consent-banner.sr-consent-managing #sr-consent-reject {
    display: none;
  }

  .sr-consent-banner.sr-consent-managing .sr-consent-actions {
    grid-template-columns: 1fr;
  }

  .privacy-hero {
    padding: 52px 18px 68px;
  }

  .privacy-hero p {
    font-size: 15px;
  }

  .privacy-main {
    padding: 0 12px 56px;
  }

  .privacy-document {
    margin-top: -28px;
    padding: 28px 20px;
    border-radius: 14px;
  }

  .privacy-section + .privacy-section {
    margin-top: 28px;
    padding-top: 28px;
  }

  .privacy-section h2 {
    font-size: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sr-consent-banner *,
  .sr-consent-banner *::before,
  .sr-consent-banner *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
