.ecslp-policy-page {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
}

.ecslp-site {
  --ecslp-navy: #132641;
  --ecslp-deep: #0c1b30;
  --ecslp-orange: #db541b;
  --ecslp-magenta: #a92567;
  --ecslp-ink: #202c3a;
  --ecslp-muted: #586778;
  --ecslp-line: #dce3eb;
  --ecslp-paper: #f3f6fa;
  color: var(--ecslp-ink);
  background: #fff;
  font: 400 17px/1.7 Arial, Helvetica, sans-serif;
  overflow-wrap: break-word;
}

.ecslp-site *,
.ecslp-site *::before,
.ecslp-site *::after,
.ecslp-footer-policies *,
.ecslp-footer-policies *::before,
.ecslp-footer-policies *::after {
  box-sizing: border-box;
}

.ecslp-site a {
  color: inherit;
}

.ecslp-wrap {
  width: min(1220px, calc(100% - 64px));
  margin: 0 auto;
}

.ecslp-skip {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1000;
  padding: 12px 16px;
  background: #fff;
  color: var(--ecslp-navy);
  transform: translateY(-150%);
}

.ecslp-skip:focus {
  transform: none;
}

.ecslp-topline {
  padding: 8px 0;
  background: var(--ecslp-navy);
  color: #fff;
  font-size: 0.82rem;
}

.ecslp-topline .ecslp-wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.ecslp-topline a {
  color: #fff;
  text-decoration: none;
}

.ecslp-header {
  position: relative;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid var(--ecslp-line);
}

.ecslp-headrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 96px;
}

.ecslp-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--ecslp-navy) !important;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none !important;
}

.ecslp-brandmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 48px;
  background: var(--ecslp-navy);
  border-bottom: 4px solid var(--ecslp-orange);
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.ecslp-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 0.9rem;
  font-weight: 700;
}

.ecslp-nav a {
  color: var(--ecslp-navy);
  text-decoration: none;
}

.ecslp-nav a:hover,
.ecslp-nav a:focus-visible {
  color: var(--ecslp-orange);
}

.ecslp-button {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 13px 22px;
  background: var(--ecslp-orange);
  border: 1px solid var(--ecslp-orange);
  border-radius: 4px;
  color: #fff !important;
}

.ecslp-button:hover,
.ecslp-button:focus-visible {
  background: #b8400e;
}

.ecslp-menu {
  display: none;
}

.ecslp-menu summary {
  padding: 11px 14px;
  border: 1px solid var(--ecslp-line);
  color: var(--ecslp-navy);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.ecslp-menu summary::-webkit-details-marker {
  display: none;
}

.ecslp-menu nav {
  position: absolute;
  top: 96px;
  left: 0;
  right: 0;
  display: grid;
  gap: 7px;
  padding: 22px 32px;
  background: #fff;
  border-top: 1px solid var(--ecslp-line);
  box-shadow: 0 14px 28px rgba(19, 38, 65, 0.13);
}

.ecslp-menu nav a {
  padding: 7px 0;
  color: var(--ecslp-navy);
  font-weight: 700;
  text-decoration: none;
}

.ecslp-hero {
  padding: 58px 0 68px;
  background:
    linear-gradient(120deg, rgba(19, 38, 65, 0.98), rgba(19, 38, 65, 0.90)),
    linear-gradient(90deg, var(--ecslp-magenta), var(--ecslp-orange));
  color: #fff;
}

.ecslp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 34px;
  color: #bdcada;
  font-size: 0.82rem;
}

.ecslp-breadcrumb a {
  color: #fff;
}

.ecslp-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: #f5aa7a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ecslp-eyebrow::before {
  width: 28px;
  height: 2px;
  background: currentColor;
  content: '';
}

.ecslp-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.ecslp-intro {
  max-width: 720px;
  margin: 24px 0 0;
  color: #d1dbea;
  font-size: 1.08rem;
}

.ecslp-policy-section {
  padding: 76px 0 90px;
  background: var(--ecslp-paper);
}

.ecslp-policy-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.ecslp-policy-nav {
  position: sticky;
  top: 26px;
  display: grid;
  padding: 24px;
  background: var(--ecslp-navy);
  border-left: 4px solid var(--ecslp-orange);
  color: #fff;
}

.ecslp-policy-nav > span {
  margin-bottom: 13px;
  color: #f2b084;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ecslp-policy-nav a {
  padding: 13px 0;
  border-bottom: 1px solid #41516a;
  color: #dce5f0;
  font-size: 0.91rem;
  font-weight: 700;
  text-decoration: none;
}

.ecslp-policy-nav a:last-child {
  border-bottom: 0;
}

.ecslp-policy-nav a[aria-current='page'] {
  color: #fff;
}

.ecslp-policy-nav a[aria-current='page']::before {
  margin-right: 8px;
  color: #f2b084;
  content: '\2022';
}

.ecslp-legal-content {
  min-width: 0;
  padding: clamp(28px, 5vw, 58px);
  background: #fff;
  border: 1px solid var(--ecslp-line);
  box-shadow: 0 16px 40px rgba(19, 38, 65, 0.07);
}

.ecslp-legal-content > :first-child {
  margin-top: 0 !important;
}

.ecslp-legal-content > h1:first-child {
  display: none;
}

.ecslp-legal-content h1,
.ecslp-legal-content h2,
.ecslp-legal-content h3,
.ecslp-legal-content h4 {
  color: var(--ecslp-navy);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
  line-height: 1.22;
}

.ecslp-legal-content h2 {
  margin: 44px 0 16px;
  padding-top: 25px;
  border-top: 1px solid var(--ecslp-line);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.ecslp-legal-content h3 {
  margin: 32px 0 13px;
  font-size: 1.3rem;
}

.ecslp-legal-content h4 {
  margin: 26px 0 11px;
  font-size: 1.08rem;
}

.ecslp-legal-content p,
.ecslp-legal-content ul,
.ecslp-legal-content ol,
.ecslp-legal-content blockquote {
  margin: 0 0 20px;
  color: var(--ecslp-muted);
}

.ecslp-legal-content ul,
.ecslp-legal-content ol {
  padding-left: 1.35rem;
}

.ecslp-legal-content li + li {
  margin-top: 9px;
}

.ecslp-legal-content a {
  color: #8d2456;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ecslp-legal-content table {
  display: block;
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
  overflow-x: auto;
}

.ecslp-legal-content th,
.ecslp-legal-content td {
  padding: 13px 15px;
  border: 1px solid var(--ecslp-line);
  text-align: left;
  vertical-align: top;
}

.ecslp-legal-content th {
  background: var(--ecslp-navy);
  color: #fff;
}

.ecslp-footer {
  padding: 58px 0 24px;
  background: var(--ecslp-deep);
  color: #d3dfed;
}

.ecslp-footgrid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 55px;
}

.ecslp-footer h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 1.05rem;
  letter-spacing: 0;
  line-height: 1.3;
}

.ecslp-footer p {
  margin: 0;
  color: #bcc9d8;
  font-size: 0.9rem;
}

.ecslp-footer a {
  display: block;
  margin: 9px 0;
  color: #d3dfed;
  font-size: 0.9rem;
  text-decoration: none;
}

.ecslp-footer a:hover,
.ecslp-footer a:focus-visible {
  color: #ffa770;
}

.ecslp-copyright {
  margin-top: 36px !important;
  padding-top: 24px;
  border-top: 1px solid #324053;
  color: #aebed1 !important;
  font-size: 0.76rem !important;
}

.ecslp-footer-policies {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #081525;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font: 400 14px/1.5 Arial, Helvetica, sans-serif;
}

.ecslp-footer-policies__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  width: min(1180px, calc(100% - 40px));
  min-height: 52px;
  margin: 0 auto;
  padding: 10px 0;
}

.ecslp-footer-policies__label {
  color: #9eb0c5;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ecslp-footer-policies a {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.ecslp-footer-policies a:hover,
.ecslp-footer-policies a:focus-visible {
  color: #f3a46f !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.ecslp-site :focus-visible,
.ecslp-footer-policies :focus-visible {
  outline: 3px solid var(--ecslp-magenta, #a92567);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .ecslp-nav {
    display: none;
  }

  .ecslp-menu {
    display: block;
  }

  .ecslp-policy-layout {
    grid-template-columns: 1fr;
  }

  .ecslp-policy-nav {
    position: static;
  }

  .ecslp-footgrid {
    grid-template-columns: 1fr 1fr;
  }

  .ecslp-footgrid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .ecslp-wrap {
    width: calc(100% - 36px);
  }

  .ecslp-headrow {
    min-height: 82px;
  }

  .ecslp-brandmark {
    width: 49px;
    height: 42px;
  }

  .ecslp-brand > span:last-child {
    font-size: 0.74rem;
  }

  .ecslp-menu nav {
    top: 82px;
    padding: 20px 18px;
  }

  .ecslp-hero {
    padding: 40px 0 48px;
  }

  .ecslp-breadcrumb {
    margin-bottom: 25px;
  }

  .ecslp-hero h1 {
    font-size: 2.65rem;
  }

  .ecslp-policy-section {
    padding: 42px 0 55px;
  }

  .ecslp-policy-layout {
    gap: 22px;
  }

  .ecslp-legal-content {
    padding: 25px 20px;
  }

  .ecslp-footgrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ecslp-footgrid > div:first-child {
    grid-column: auto;
  }

  .ecslp-footer-policies__inner {
    flex-direction: column;
    gap: 7px;
    min-height: 76px;
    padding: 12px 0;
    text-align: center;
  }
}

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

