:root {
  --op-policy-navy: #13253a;
  --op-policy-navy-dark: #0a1624;
  --op-policy-brick: #a8443a;
  --op-policy-brick-dark: #7e302a;
  --op-policy-brick-soft: #f7ecea;
  --op-policy-charcoal: #20262d;
  --op-policy-grey-700: #4f5b67;
  --op-policy-grey-500: #7b8793;
  --op-policy-grey-300: #d5dbe1;
  --op-policy-grey-200: #e3e7eb;
  --op-policy-grey-100: #f2f4f6;
  --op-policy-off-white: #faf9f7;
  --op-policy-white: #ffffff;
  --op-policy-whatsapp: #25d366;
}

.op-policy-page,
.op-faq-page,
.op-policy-page *,
.op-faq-page * {
  box-sizing: border-box;
}

.op-policy-page,
.op-faq-page {
  width: 100%;
  overflow: clip;
  color: var(--op-policy-charcoal);
  background: var(--op-policy-white);
  font-family: "Source Sans 3", Arial, sans-serif;
}

.op-policy-page h1,
.op-policy-page h2,
.op-policy-page h3,
.op-policy-page a,
.op-policy-page button,
.op-policy-page strong,
.op-faq-page h1,
.op-faq-page h2,
.op-faq-page h3,
.op-faq-page a,
.op-faq-page button,
.op-faq-page strong,
.op-faq-page summary {
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

.op-policy-page h1,
.op-policy-page h2,
.op-policy-page h3,
.op-policy-page p,
.op-policy-page ul,
.op-policy-page ol,
.op-faq-page h1,
.op-faq-page h2,
.op-faq-page h3,
.op-faq-page p,
.op-faq-page ul {
  margin-top: 0;
}

.op-policy-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.op-policy-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
  color: var(--op-policy-grey-500);
  font-size: 0.84rem;
}

.op-policy-breadcrumb a {
  color: var(--op-policy-navy);
  text-decoration: none;
}

.op-policy-breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.op-policy-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  color: var(--op-policy-brick);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.op-policy-eyebrow::before {
  width: 24px;
  height: 2px;
  background: currentColor;
  content: "";
}

.op-policy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.op-policy-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.op-policy-button--primary {
  color: #fff !important;
  background: var(--op-policy-navy);
  border-color: var(--op-policy-navy);
}

.op-policy-button--primary:hover {
  color: #fff !important;
  background: var(--op-policy-navy-dark);
  border-color: var(--op-policy-navy-dark);
}

.op-policy-button--outline {
  color: var(--op-policy-navy) !important;
  background: #fff;
  border-color: var(--op-policy-grey-300);
}

.op-policy-button--outline:hover {
  color: var(--op-policy-navy-dark) !important;
  border-color: var(--op-policy-navy);
}

.op-policy-button--whatsapp {
  color: #0a2413 !important;
  background: var(--op-policy-whatsapp);
  border-color: var(--op-policy-whatsapp);
}

.op-policy-button--whatsapp:hover {
  color: #0a2413 !important;
  background: #20bd5a;
  border-color: #20bd5a;
}

.op-policy-button--light {
  color: var(--op-policy-navy-dark) !important;
  background: #fff;
  border-color: #fff;
}

.op-policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 19px;
}

.op-policy-hero,
.op-faq-hero {
  padding: 46px 0 42px;
  background: var(--op-policy-off-white);
  border-bottom: 1px solid var(--op-policy-grey-200);
}

.op-policy-hero__grid,
.op-faq-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.58fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: end;
}

.op-policy-hero h1,
.op-faq-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--op-policy-navy-dark);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.op-policy-hero__intro,
.op-faq-hero > .op-policy-container > div > p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--op-policy-grey-700);
  font-size: 1.08rem;
  line-height: 1.7;
}

.op-policy-meta {
  padding: 22px 0 4px 24px;
  border-left: 3px solid var(--op-policy-brick);
}

.op-policy-meta > span {
  display: block;
  color: var(--op-policy-grey-500);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.op-policy-meta > strong {
  display: block;
  margin-top: 4px;
  color: var(--op-policy-navy);
  font-size: 1.05rem;
  font-weight: 600;
}

.op-policy-meta > p {
  margin: 13px 0 0;
  color: var(--op-policy-grey-700);
  font-size: 0.9rem;
  line-height: 1.55;
}

.op-policy-summary {
  background: #fff;
  border-bottom: 1px solid var(--op-policy-grey-200);
}

.op-policy-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.op-policy-summary__item {
  min-width: 0;
  padding: 22px 22px 22px 0;
  border-right: 1px solid var(--op-policy-grey-200);
}

.op-policy-summary__item + .op-policy-summary__item {
  padding-left: 22px;
}

.op-policy-summary__item:last-child {
  border-right: 0;
}

.op-policy-summary__item > span {
  display: block;
  color: var(--op-policy-brick);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.op-policy-summary__item > strong {
  display: block;
  margin-top: 6px;
  color: var(--op-policy-navy-dark);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.op-policy-summary__item > p {
  margin: 7px 0 0;
  color: var(--op-policy-grey-700);
  font-size: 0.86rem;
  line-height: 1.48;
}

.op-policy-content,
.op-faq-content {
  padding: 58px 0 68px;
  background: #fff;
}

.op-policy-layout,
.op-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 286px;
  gap: 62px;
  align-items: start;
}

.op-policy-article {
  min-width: 0;
}

.op-policy-section {
  scroll-margin-top: 126px;
  padding: 0 0 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--op-policy-grey-200);
}

.op-policy-section:last-child {
  margin-bottom: 0;
}

.op-policy-section h2,
.op-faq-group h2 {
  margin: 0 0 15px;
  color: var(--op-policy-navy-dark);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.13;
}

.op-policy-section h3 {
  margin: 22px 0 9px;
  color: var(--op-policy-navy);
  font-size: 1.03rem;
  font-weight: 600;
}

.op-policy-section p,
.op-policy-section li {
  color: var(--op-policy-grey-700);
  font-size: 1rem;
  line-height: 1.73;
}

.op-policy-section p {
  margin-bottom: 14px;
}

.op-policy-section p:last-child {
  margin-bottom: 0;
}

.op-policy-section ul,
.op-policy-section ol {
  display: grid;
  gap: 8px;
  margin: 14px 0 17px;
  padding-left: 22px;
}

.op-policy-section li::marker {
  color: var(--op-policy-brick);
  font-weight: 700;
}

.op-policy-section a {
  color: var(--op-policy-brick-dark);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.op-policy-note {
  margin: 20px 0;
  padding: 17px 19px;
  color: var(--op-policy-grey-700);
  background: var(--op-policy-brick-soft);
  border-left: 3px solid var(--op-policy-brick);
  line-height: 1.63;
}

.op-policy-note strong {
  color: var(--op-policy-navy-dark);
}

.op-policy-sidebar,
.op-faq-sidebar {
  position: sticky;
  top: 124px;
  display: grid;
  gap: 16px;
}

.op-policy-side-card {
  padding: 22px;
  background: var(--op-policy-off-white);
  border: 1px solid var(--op-policy-grey-200);
  border-radius: 6px;
}

.op-policy-side-card h2 {
  margin: 0 0 14px;
  color: var(--op-policy-navy-dark);
  font-size: 1.05rem;
  font-weight: 600;
}

.op-policy-side-card nav {
  display: grid;
}

.op-policy-side-card nav a {
  padding: 10px 0;
  color: var(--op-policy-grey-700);
  font-size: 0.88rem;
  line-height: 1.3;
  text-decoration: none;
  border-bottom: 1px solid var(--op-policy-grey-200);
}

.op-policy-side-card nav a:last-child {
  border-bottom: 0;
}

.op-policy-side-card nav a:hover {
  color: var(--op-policy-brick-dark);
}

.op-policy-side-card--help {
  background: #fff;
  border-top: 3px solid var(--op-policy-navy);
}

.op-policy-side-card--help > p {
  margin: 0;
  color: var(--op-policy-grey-700);
  font-size: 0.9rem;
  line-height: 1.55;
}

.op-policy-side-card .op-policy-actions {
  display: grid;
}

.op-policy-side-card .op-policy-button {
  width: 100%;
}

.op-policy-related {
  padding: 52px 0 64px;
  background: var(--op-policy-grey-100);
  border-top: 1px solid var(--op-policy-grey-200);
}

.op-policy-related__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 25px;
}

.op-policy-related__head h2 {
  max-width: 620px;
  margin: 0;
  color: var(--op-policy-navy-dark);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.op-policy-related__head > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--op-policy-navy);
  font-weight: 600;
  text-decoration: none;
}

.op-policy-related__head > a svg {
  width: 18px;
  height: 18px;
}

.op-policy-related__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--op-policy-grey-300);
  background: #fff;
}

.op-policy-related__links > a {
  min-height: 132px;
  padding: 21px;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid var(--op-policy-grey-200);
}

.op-policy-related__links > a:last-child {
  border-right: 0;
}

.op-policy-related__links > a:hover {
  background: var(--op-policy-off-white);
}

.op-policy-related__links strong {
  display: block;
  color: var(--op-policy-navy-dark);
  font-size: 0.98rem;
  font-weight: 600;
}

.op-policy-related__links span {
  display: block;
  margin-top: 8px;
  color: var(--op-policy-grey-700);
  font-size: 0.86rem;
  line-height: 1.5;
}

/* FAQs */
.op-faq-hero__grid {
  align-items: stretch;
}

.op-faq-hero__grid > div:first-child {
  align-self: center;
}

.op-faq-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.op-faq-hero__help {
  padding: 27px;
  color: #fff;
  background: var(--op-policy-navy);
  border-left: 5px solid var(--op-policy-brick);
}

.op-faq-hero__help .op-policy-eyebrow {
  color: #d7b0ac;
}

.op-faq-hero__help h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.op-faq-hero__help ul {
  display: grid;
  gap: 9px;
  margin: 21px 0 0;
  padding-left: 19px;
}

.op-faq-hero__help li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.91rem;
  line-height: 1.42;
}

.op-faq-hero__help .op-policy-actions {
  margin-top: 24px;
}

.op-faq-hero__help .op-policy-button--outline {
  color: #fff !important;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
}

.op-faq-hero__help .op-policy-button--primary {
  color: var(--op-policy-navy-dark) !important;
  background: #fff;
  border-color: #fff;
}

.op-faq-topics {
  background: #fff;
  border-bottom: 1px solid var(--op-policy-grey-200);
}

.op-faq-topics__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.op-faq-topics__grid > a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 15px 20px;
  color: var(--op-policy-navy-dark);
  text-decoration: none;
  border-right: 1px solid var(--op-policy-grey-200);
}

.op-faq-topics__grid > a:first-child {
  border-left: 1px solid var(--op-policy-grey-200);
}

.op-faq-topics__grid > a:hover {
  background: var(--op-policy-off-white);
}

.op-faq-topics__grid span {
  color: var(--op-policy-brick);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
}

.op-faq-topics__grid strong {
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.25;
}

.op-faq-group {
  scroll-margin-top: 126px;
  padding-bottom: 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid var(--op-policy-grey-200);
}

.op-faq-group:last-child {
  margin-bottom: 0;
}

.op-faq-group__head {
  margin-bottom: 18px;
}

.op-faq-list {
  border-top: 1px solid var(--op-policy-grey-300);
}

.op-faq-item {
  border-bottom: 1px solid var(--op-policy-grey-300);
}

.op-faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
  padding: 17px 4px;
  color: var(--op-policy-navy-dark);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  list-style: none;
}

.op-faq-item summary::-webkit-details-marker {
  display: none;
}

.op-faq-item summary > span {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.op-faq-item summary > span::before,
.op-faq-item summary > span::after {
  position: absolute;
  top: 10px;
  left: 4px;
  width: 14px;
  height: 2px;
  background: var(--op-policy-brick);
  content: "";
  transition: transform 180ms ease;
}

.op-faq-item summary > span::after {
  transform: rotate(90deg);
}

.op-faq-item[open] summary > span::after {
  transform: rotate(0deg);
}

.op-faq-item summary:hover {
  color: var(--op-policy-brick-dark);
}

.op-faq-item summary:focus-visible {
  outline: 2px solid var(--op-policy-brick);
  outline-offset: 3px;
}

.op-faq-item > div {
  max-width: 760px;
  padding: 0 48px 19px 4px;
}

.op-faq-item > div p {
  margin: 0;
  color: var(--op-policy-grey-700);
  font-size: 0.98rem;
  line-height: 1.68;
}

.op-faq-closing {
  padding: 54px 0;
  color: #fff;
  background: var(--op-policy-navy);
}

.op-faq-closing__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.op-faq-closing .op-policy-eyebrow {
  color: #d7b0ac;
}

.op-faq-closing h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.7rem, 3.4vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.op-faq-closing p {
  max-width: 720px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.op-faq-closing .op-policy-button {
  flex: 0 0 auto;
}

.op-faq-closing .op-policy-button svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 980px) {
  .op-policy-hero__grid,
  .op-faq-hero__grid {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 32px;
  }

  .op-policy-summary__grid,
  .op-faq-topics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .op-policy-summary__item:nth-child(2),
  .op-faq-topics__grid > a:nth-child(2) {
    border-right: 0;
  }

  .op-policy-summary__item:nth-child(-n + 2),
  .op-faq-topics__grid > a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--op-policy-grey-200);
  }

  .op-policy-summary__item:nth-child(3) {
    padding-left: 0;
  }

  .op-policy-layout,
  .op-faq-layout {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 38px;
  }

  .op-policy-related__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .op-policy-related__links > a:nth-child(2) {
    border-right: 0;
  }

  .op-policy-related__links > a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--op-policy-grey-200);
  }
}

@media (max-width: 760px) {
  .op-policy-container {
    width: min(100% - 32px, 1180px);
  }

  .op-policy-hero,
  .op-faq-hero {
    padding: 30px 0 32px;
  }

  .op-policy-hero__grid,
  .op-faq-hero__grid,
  .op-policy-layout,
  .op-faq-layout {
    grid-template-columns: 1fr;
  }

  .op-policy-breadcrumb {
    margin-bottom: 22px;
  }

  .op-policy-hero h1,
  .op-faq-hero h1 {
    font-size: clamp(2.05rem, 11vw, 3rem);
  }

  .op-policy-hero__intro,
  .op-faq-hero > .op-policy-container > div > p {
    font-size: 1rem;
  }

  .op-policy-meta {
    padding: 16px 0 0;
    border-top: 2px solid var(--op-policy-brick);
    border-left: 0;
  }

  .op-policy-summary__grid,
  .op-faq-topics__grid {
    grid-template-columns: 1fr;
  }

  .op-policy-summary__item,
  .op-policy-summary__item + .op-policy-summary__item {
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid var(--op-policy-grey-200);
  }

  .op-policy-summary__item:last-child {
    border-bottom: 0;
  }

  .op-policy-content,
  .op-faq-content {
    padding: 42px 0 50px;
  }

  .op-policy-section,
  .op-faq-group {
    padding-bottom: 29px;
    margin-bottom: 29px;
  }

  .op-policy-sidebar,
  .op-faq-sidebar {
    position: static;
    top: auto;
  }

  .op-policy-related {
    padding: 42px 0 48px;
  }

  .op-policy-related__head,
  .op-faq-closing__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .op-policy-related__links {
    grid-template-columns: 1fr;
  }

  .op-policy-related__links > a {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--op-policy-grey-200);
  }

  .op-policy-related__links > a:last-child {
    border-bottom: 0;
  }

  .op-faq-hero__help {
    padding: 22px;
  }

  .op-faq-topics__grid > a,
  .op-faq-topics__grid > a:first-child {
    min-height: 62px;
    padding-inline: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--op-policy-grey-200);
  }

  .op-faq-topics__grid > a:last-child {
    border-bottom: 0;
  }

  .op-faq-item summary {
    min-height: 58px;
    padding-block: 14px;
  }

  .op-faq-item > div {
    padding-right: 22px;
  }

  .op-faq-closing {
    padding: 43px 0;
  }

  .op-faq-closing .op-policy-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .op-policy-actions,
  .op-faq-hero__actions {
    display: grid;
  }

  .op-policy-button {
    width: 100%;
  }

  .op-policy-section p,
  .op-policy-section li {
    font-size: 0.96rem;
  }

  .op-policy-side-card {
    padding: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .op-policy-button,
  .op-faq-item summary > span::before,
  .op-faq-item summary > span::after {
    transition: none;
  }
}
