#gd-page {
  background: #fff;
  color: #222;
  padding: 48px 0 64px;
}

.gd-page__header {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 2px solid #0c0c0c;
}
.gd-page__title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: .3px;
}
.gd-page__subtitle {
  color: #777;
  font-size: 15px;
  margin: 0;
}

.gd-page__layout {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

.gd-page__toc {
  flex: 0 0 260px;
  position: sticky;
  top: 140px;   /* antes 24px */
  border-right: 1px solid #eee;
  padding-right: 24px;
}
.gd-page__toc h5 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .5px;
  color: #999;
  margin: 0 0 12px;
}
.gd-page__toc ul { list-style: none; margin: 0; padding: 0; }
.gd-page__toc li { margin-bottom: 10px; }
.gd-page__toc a {
  color: #444;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  display: block;
}
.gd-page__toc a:hover { color: #0c0c0c; text-decoration: underline; }

.gd-page__content {
  flex: 1 1 auto;
  max-width: 760px;
}
.gd-page__section {
  margin-bottom: 40px;
  scroll-margin-top: 140px;
}
.gd-page__section h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.gd-page__section p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 16px;
  text-align: justify;
}
.gd-page__section a { color: #0c0c0c; text-decoration: underline; }

.gd-page__intro-box {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 18px 22px;
  margin-bottom: 32px;
  background: #fafafa;
  font-size: 14px;
  line-height: 1.8;
}
.gd-page__intro-box a { color: #0c0c0c; text-decoration: underline; }

.gd-page__content p {
  text-align: justify;
}

.gd-page__content ul {
  list-style: disc;
  margin: 0 0 20px;
  padding-left: 22px;
}
.gd-page__content ul li {
  margin-bottom: 8px;
  line-height: 1.7;
  text-align: left;
}

.gd-page__signature {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid #eee;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  text-align: right;
}

.gd-page__lead {
  font-size: 16px;
  color: #444;
  max-width: 760px;
  margin: 0 0 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}

.gd-page__table-title {
  font-size: 16px;
  font-weight: 700;
  margin: 24px 0 12px;
}
.gd-page__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-size: 14px;
}
.gd-page__table th,
.gd-page__table td {
  text-align: left;
  padding: 10px 14px;
  border: 1px solid #e5e5e5;
  vertical-align: top;
}
.gd-page__table th {
  background: #f7f7f7;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .3px;
}
.gd-page__table tbody tr:nth-child(even) {
  background: #fafafa;
}

/* PREGUNTAS FRECUENTES*/

.gd-faq { margin-bottom: 8px; }
.gd-faq__item {
  border-bottom: 1px solid #eee;
}
.gd-faq__q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 16px 28px 16px 0;
  font-size: 15px;
  font-weight: 600;
  color: #0c0c0c;
  cursor: pointer;
  position: relative;
}
.gd-faq__q::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 20px;
  font-weight: 400;
  color: #777;
}
.gd-faq__q[aria-expanded="true"]::after {
  content: '−';
}
.gd-faq__a {
  display: none;
  padding: 0 0 16px;
}
.gd-faq__a.is-open {
  display: block;
}
.gd-faq__a p {
  margin: 0;
  color: #444;
  text-align: justify;
}

/* PROXIMAMENTE */

.gd-coming-soon {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  padding: 56px 32px;
}
.gd-coming-soon__icon {
  font-size: 42px;
  color: #999;
  margin-bottom: 20px;
}
.gd-coming-soon__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px;
}
.gd-coming-soon__text {
  color: #555;
  margin: 0 0 8px;
  line-height: 1.6;
}
.gd-coming-soon__contact {
  color: #777;
  font-size: 14px;
  margin: 0;
}
.gd-coming-soon__contact a {
  color: #0c0c0c;
  text-decoration: underline;
}

/* POLÍTICA DE COOKIES */

.gd-page__subheading {
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.gd-page__quote {
  margin: 0 0 20px;
  padding: 14px 20px;
  border-left: 3px solid #0c0c0c;
  background: #fafafa;
  font-style: italic;
  color: #444;
}
.gd-page__table-wrap {
  overflow-x: auto;
  margin-bottom: 24px;
}
.gd-page__table-wrap .gd-page__table {
  margin-bottom: 0;
  min-width: 700px;
}

/* POLÍTICA DE PRIVACIDAD */

.gd-page__table-wrap .gd-page__table th {
  background: #f7f7f7;
  font-weight: 700;
  text-align: left;
  width: 260px;
}

/* CORRECCIONES RESOLUCIONES */

@media (max-width: 576px) {
  .gd-page__table { font-size: 13px; }
  .gd-page__table th, .gd-page__table td { padding: 8px 10px; }
}

@media (max-width: 991px) {
  .gd-page__layout { flex-direction: column; gap: 24px; }
  .gd-page__toc {
    position: static;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  #gd-page { padding: 32px 0 48px; }
  .gd-page__title { font-size: 24px; }
}