@font-face {
  font-family: "Joyn Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../latam/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8-f9f931d4ca.ttf") format("truetype");
}

@font-face {
  font-family: "Joyn Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../latam/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aX8-d59b081cc2.ttf") format("truetype");
}

@font-face {
  font-family: "Joyn Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../latam/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w5aX8-aa2d7e6a77.ttf") format("truetype");
}

:root {
  --navy-950: #011321;
  --navy-900: #011a33;
  --navy-800: #01274c;
  --ink: #10283e;
  --ink-soft: #526273;
  --gold: #c2a402;
  --gold-light: #eadf9f;
  --sage: #d0ddd9;
  --mist: #edf2f0;
  --paper: #f9f8f3;
  --white: #fff;
  --line: rgba(1, 26, 51, .13);
  --header-height: 86px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Joyn Montserrat", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 32px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
img, svg { display: block; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--navy-900);
  background: var(--white);
  border-radius: 2px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.reading-progress {
  position: fixed;
  z-index: 110;
  top: var(--header-height);
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
}
.reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--gold);
  box-shadow: 0 0 16px rgba(194, 164, 2, .65);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  color: var(--white);
  background: rgba(1, 19, 33, .92);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(14px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { background: rgba(1, 19, 33, .98); box-shadow: 0 12px 40px rgba(1, 19, 33, .22); }
.header-inner {
  width: min(1280px, calc(100% - 64px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 48px;
}
.brand { margin-right: auto; }
.brand img { width: 108px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a {
  position: relative;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease;
}
.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta {
  padding: 11px 18px;
  color: var(--navy-900);
  background: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}
.header-cta:hover { color: var(--white); background: transparent; }
.mobile-menu-button, .mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 30%, rgba(194, 164, 2, .13), transparent 29%),
    linear-gradient(125deg, var(--navy-950) 0%, var(--navy-900) 55%, #06345a 100%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}
.hero::after {
  position: absolute;
  right: -130px;
  bottom: -305px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  content: "";
}
.hero-orbit {
  position: absolute;
  border: 1px solid rgba(194, 164, 2, .23);
  border-radius: 50%;
}
.hero-orbit-one { right: -25px; bottom: -185px; width: 470px; height: 470px; }
.hero-orbit-two { right: 112px; bottom: -50px; width: 200px; height: 200px; }
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 64px));
  margin: auto;
  padding: 62px 430px 72px 0;
}
.breadcrumbs {
  display: flex;
  gap: 10px;
  margin-bottom: 58px;
  color: rgba(255,255,255,.54);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--white); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 17px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eyebrow span { width: 34px; height: 1px; background: var(--gold); }
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(56px, 7vw, 94px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .88;
}
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-copy {
  max-width: 590px;
  margin: 32px 0 40px;
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.75;
}
.hero-meta { display: flex; gap: 0; }
.hero-meta div {
  min-width: 138px;
  padding: 0 28px;
  border-left: 1px solid rgba(255,255,255,.15);
}
.hero-meta div:first-child { padding-left: 0; border-left: 0; }
.hero-meta strong, .hero-meta span { display: block; }
.hero-meta strong { font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.2; }
.hero-meta span { margin-top: 5px; color: rgba(255,255,255,.47); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.hero-summary {
  position: absolute;
  z-index: 3;
  right: max(32px, calc((100% - 1180px) / 2));
  bottom: 0;
  width: 350px;
  padding: 34px 34px 36px;
  color: var(--navy-900);
  background: var(--sage);
  box-shadow: 0 28px 70px rgba(1,19,33,.18);
}
.hero-summary > p { margin: 0 0 19px; font-family: var(--serif); font-size: 24px; line-height: 1.2; }
.hero-summary ul { padding: 0; margin: 0; list-style: none; }
.hero-summary li { display: flex; gap: 14px; padding: 12px 0; border-top: 1px solid rgba(1,26,51,.15); font-size: 12px; font-weight: 600; line-height: 1.45; }
.hero-summary li span { color: #817119; font-family: var(--serif); font-size: 13px; }

.mobile-toc-wrap { display: none; }
.document-layout {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 86px;
  padding: 100px 0 130px;
}
.toc-column { position: relative; }
.toc-card { position: sticky; top: calc(var(--header-height) + 34px); }
.toc-label {
  margin: 0 0 20px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.toc { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.toc a {
  display: grid;
  grid-template-columns: 29px 1fr;
  gap: 8px;
  align-items: center;
  padding: 10px 8px;
  color: #677586;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, padding-left .2s ease;
}
.toc a span { color: #a28c14; font-family: var(--serif); }
.toc a:hover, .toc a.is-active { padding-left: 13px; color: var(--navy-900); background: rgba(208,221,217,.45); }
.toc a.is-active { box-shadow: inset 2px 0 var(--gold); }
.print-button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 11px;
  justify-content: center;
  margin-top: 24px;
  padding: 13px 12px;
  color: var(--navy-900);
  background: transparent;
  border: 1px solid rgba(1,26,51,.3);
  border-radius: 2px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease;
}
.print-button:hover { color: var(--white); background: var(--navy-900); }
.print-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }

.legal-document { min-width: 0; }
.document-intro {
  position: relative;
  margin: 0 0 88px;
  padding: 33px 160px 33px 36px;
  background: var(--navy-900);
  color: var(--white);
  overflow: hidden;
}
.document-intro::after {
  position: absolute;
  top: -49px;
  right: -31px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(194,164,2,.5);
  border-radius: 50%;
  content: "";
}
.document-intro p { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.78); font-family: var(--serif); font-size: 19px; line-height: 1.6; }
.document-intro span { display: block; margin-top: 13px; color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.policy-section {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 34px;
  padding: 0 0 84px;
  margin: 0 0 80px;
  border-bottom: 1px solid var(--line);
}
.policy-section:last-child { margin-bottom: 0; }
.section-number {
  color: #a28c14;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1;
}
.section-number::after { display: block; width: 100%; height: 1px; margin-top: 14px; background: var(--gold); content: ""; }
.section-kicker {
  margin: -4px 0 8px !important;
  color: #89781c !important;
  font-size: 9px !important;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.section-content h2 {
  margin: 0 0 29px;
  color: var(--navy-900);
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.05;
}
.section-content h3 { margin: 38px 0 8px; color: var(--navy-900); font-size: 13px; font-weight: 800; letter-spacing: .035em; }
.section-content p { margin: 0 0 18px; color: var(--ink-soft); font-size: 15px; }
.section-content p:last-child { margin-bottom: 0; }
.section-content a { color: var(--navy-800); text-decoration-color: var(--gold); text-underline-offset: 4px; }
.definition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.definition-card { padding: 26px; background: #eef2ef; border-top: 2px solid var(--sage); }
.definition-card > span { color: #89781c; font-family: var(--serif); font-size: 15px; }
.definition-card h3 { margin: 12px 0 13px; font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1.15; }
.definition-card p { margin: 0; font-size: 13px; line-height: 1.75; }
.check-list { padding: 0; margin: 22px 0 34px; list-style: none; }
.check-list li { position: relative; margin: 0 0 10px; padding: 12px 15px 12px 47px; color: var(--ink-soft); background: rgba(208,221,217,.33); font-size: 13px; }
.check-list li::before { position: absolute; top: 15px; left: 17px; width: 14px; height: 14px; border: 1px solid #9a871d; content: ""; }
.check-list li::after { position: absolute; top: 19px; left: 21px; width: 7px; height: 4px; border-bottom: 1px solid #9a871d; border-left: 1px solid #9a871d; content: ""; transform: rotate(-45deg); }
.notice { display: flex; gap: 22px; margin-top: 30px; padding: 27px; background: var(--navy-900); }
.notice svg { width: 30px; height: 30px; flex: 0 0 auto; fill: none; stroke: var(--gold-light); stroke-width: 1.4; }
.notice p { margin: 0; color: rgba(255,255,255,.77); font-size: 13px; }
.rights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0; }
.rights-grid article { min-height: 205px; padding: 24px 20px; border: 1px solid var(--line); transition: transform .2s ease, background .2s ease; }
.rights-grid article:hover { background: var(--white); transform: translateY(-4px); }
.rights-grid article > span { display: grid; width: 35px; height: 35px; place-items: center; color: var(--navy-900); background: var(--sage); border-radius: 50%; font-family: var(--serif); }
.rights-grid h3 { margin: 23px 0 8px; font-family: var(--serif); font-size: 19px; font-weight: 400; line-height: 1.2; }
.rights-grid p { font-size: 12px; line-height: 1.65; }
.contact-section { border-bottom: 0; }
.email-card { display: grid; grid-template-columns: 52px 1fr 24px; gap: 18px; align-items: center; margin-top: 28px; padding: 24px; color: var(--white) !important; background: var(--navy-900); text-decoration: none !important; transition: background .2s ease, transform .2s ease; }
.email-card:hover { background: var(--navy-800); transform: translateY(-3px); }
.email-icon { display: grid; width: 52px; height: 52px; place-items: center; color: var(--gold-light); border: 1px solid rgba(234,223,159,.35); }
.email-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.email-card small, .email-card strong { display: block; }
.email-card small { margin-bottom: 3px; color: rgba(255,255,255,.5); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.email-card strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.email-arrow { width: 22px; fill: none; stroke: var(--gold-light); stroke-width: 1.4; }

.site-footer { color: var(--white); background: var(--navy-950); }
.footer-inner {
  width: min(1180px, calc(100% - 64px));
  margin: auto;
  display: grid;
  grid-template-columns: 1.5fr .7fr 1fr;
  gap: 80px;
  padding: 70px 0;
}
.footer-brand img { width: 120px; height: auto; }
.footer-brand > p { max-width: 300px; margin: 24px 0 0; color: rgba(255,255,255,.48); font-family: var(--serif); font-size: 17px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-links p { margin: 0 0 10px; color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-links a, .footer-links span { color: rgba(255,255,255,.55); font-size: 12px; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { width: min(1180px, calc(100% - 64px)); margin: auto; display: flex; justify-content: space-between; padding: 22px 0 28px; color: rgba(255,255,255,.36); border-top: 1px solid rgba(255,255,255,.09); font-size: 9px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.back-to-top { position: fixed; z-index: 50; right: 24px; bottom: 24px; display: grid; width: 44px; height: 44px; place-items: center; color: var(--white); background: var(--navy-900); border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 10px 30px rgba(1,26,51,.2); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; }

@media (max-width: 980px) {
  :root { --header-height: 74px; }
  .header-inner, .hero-inner, .document-layout, .footer-inner, .footer-bottom { width: min(100% - 40px, 720px); }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu-button { display: grid; width: 42px; height: 42px; place-content: center; gap: 6px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.2); cursor: pointer; }
  .mobile-menu-button span:not(.sr-only) { display: block; width: 18px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .mobile-menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .mobile-menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; top: var(--header-height); right: 0; left: 0; display: flex; flex-direction: column; padding: 18px 20px 28px; color: var(--white); background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.08); box-shadow: 0 30px 50px rgba(1,19,33,.32); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 13px; text-decoration: none; }
  .hero { min-height: auto; }
  .hero-inner { padding: 52px 0 230px; }
  .breadcrumbs { margin-bottom: 42px; }
  .hero-summary { right: 20px; bottom: 0; left: 20px; width: auto; max-width: 680px; margin: auto; padding: 26px; }
  .hero-summary > p { font-size: 21px; }
  .hero-summary ul { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-summary li { padding: 12px 14px; border-top: 1px solid rgba(1,26,51,.15); border-left: 1px solid rgba(1,26,51,.15); }
  .hero-summary li:first-child { border-left: 0; }
  .mobile-toc-wrap { position: sticky; z-index: 40; top: var(--header-height); display: block; color: var(--white); background: var(--navy-800); box-shadow: 0 10px 25px rgba(1,26,51,.15); }
  .mobile-toc-button { display: flex; width: min(100% - 40px, 720px); height: 56px; align-items: center; justify-content: space-between; margin: auto; padding: 0; color: inherit; background: transparent; border: 0; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-toc-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform .2s ease; }
  .mobile-toc-button[aria-expanded="true"] svg { transform: rotate(180deg); }
  .mobile-toc { max-height: min(60vh, 480px); overflow: auto; padding: 5px 20px 18px; background: var(--navy-800); }
  .mobile-toc[hidden] { display: none; }
  .mobile-toc a { display: grid; grid-template-columns: 30px 1fr; gap: 8px; max-width: 720px; margin: auto; padding: 9px 0; color: rgba(255,255,255,.7); border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; text-decoration: none; }
  .mobile-toc a.is-active { color: var(--gold-light); }
  .mobile-print-button { width: min(100%, 720px); margin: 9px auto 0; padding: 11px 14px; color: var(--navy-900); background: var(--gold); border: 0; cursor: pointer; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .document-layout { display: block; padding-top: 76px; }
  .toc-column { display: none; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .header-inner, .hero-inner, .document-layout, .footer-inner, .footer-bottom { width: calc(100% - 32px); }
  .brand img { width: 91px; }
  .hero-inner { padding-top: 36px; padding-bottom: 288px; }
  .breadcrumbs { margin-bottom: 34px; }
  .hero h1 { font-size: clamp(51px, 16vw, 70px); }
  .hero-copy { margin: 25px 0 29px; font-size: 15px; }
  .hero-meta { justify-content: space-between; }
  .hero-meta div { min-width: 0; padding: 0 13px; }
  .hero-meta strong { font-size: 18px; }
  .hero-summary { padding: 22px; }
  .hero-summary ul { display: block; }
  .hero-summary li { padding: 9px 0; border-left: 0; }
  .document-layout { padding: 56px 0 88px; }
  .document-intro { margin-bottom: 65px; padding: 27px 28px; }
  .document-intro p { font-size: 17px; }
  .policy-section { display: block; padding-bottom: 60px; margin-bottom: 58px; }
  .section-number { display: flex; align-items: center; gap: 14px; width: 52px; margin-bottom: 24px; font-size: 17px; }
  .section-number::after { width: 28px; margin: 0; }
  .section-content h2 { font-size: 35px; }
  .definition-grid, .rights-grid { grid-template-columns: 1fr; }
  .rights-grid article { min-height: 0; }
  .notice { padding: 22px; }
  .email-card { grid-template-columns: 43px 1fr; padding: 19px; }
  .email-icon { width: 43px; height: 43px; }
  .email-card strong { font-size: 15px; }
  .email-arrow { display: none; }
  .footer-inner { grid-template-columns: 1fr; gap: 38px; padding: 54px 0; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-bottom: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  @page { margin: 18mm; }
  :root { --header-height: 0px; }
  body { color: #111; background: #fff; font-size: 11pt; }
  .site-header, .reading-progress, .hero-grid, .hero-orbit, .hero-summary, .mobile-toc-wrap, .toc-column, .site-footer, .back-to-top { display: none !important; }
  .hero { min-height: 0; color: #111; background: #fff; border-bottom: 2px solid #111; }
  .hero::after { display: none; }
  .hero-inner { width: 100%; padding: 0 0 14mm; }
  .breadcrumbs, .eyebrow, .hero-meta { display: none; }
  .hero h1 { color: #111; font-size: 42pt; }
  .hero h1 em { color: #111; }
  .hero-copy { max-width: 100%; margin: 6mm 0 0; color: #333; }
  .document-layout { width: 100%; display: block; padding: 12mm 0 0; }
  .document-intro { color: #111; background: #eee; }
  .document-intro p, .document-intro span { color: #111; }
  .policy-section { break-inside: avoid; padding-bottom: 8mm; margin-bottom: 8mm; }
  .section-content h2 { color: #111; font-size: 23pt; }
  .section-content p, .definition-card p, .notice p { color: #222; }
  .definition-card, .check-list li { background: #f2f2f2; }
  .notice, .email-card { color: #111 !important; background: #eee; }
  .email-card strong, .email-card small { color: #111; }
}
