/* GCR_CSS_BUILD: 2026-07-22-CANONICAL */
/* ======================================== */
/* GUARDIAN CONSENT RESOURCES               */
/* Aligned to the Orion site-wide system    */
/* ======================================== */

.gcr-page,
.gcr-page * {
  box-sizing: border-box;
}

.gcr-page {
  overflow: hidden;
  background: var(--orion-color-bg);
  color: var(--orion-color-text);
}

.gcr-container {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 20px;
}

.gcr-page h1,
.gcr-page h2,
.gcr-page h3 {
  margin: 0;
  color: var(--orion-color-dark);
  font-family: "Glacial Indifference", Inter, sans-serif;
  font-weight: 400;
}

.gcr-page p,
.gcr-page li,
.gcr-page td,
.gcr-page th,
.gcr-page span {
  color: var(--orion-color-text-muted);
  font-size: 16px;
  line-height: 1.7;
}

.gcr-page p {
  margin: 0;
}

.gcr-page a {
  color: var(--orion-color-primary);
}

.gcr-page a:focus-visible,
.gcr-page summary:focus-visible {
  outline: 3px solid #0067b8;
  outline-offset: 4px;
}

.gcr-page section[id] {
  scroll-margin-top: 92px;
}

/* ======================================== */
/* HERO                                     */
/* ======================================== */

.gcr-hero {
  padding: 28px 0 44px;
  background: var(--orion-color-bg);
}

.gcr-hero > .gcr-container {
  width: calc(100% - 40px);
  max-width: 1380px;
  padding: 62px 40px;
  border-radius: 34px;
  background: linear-gradient(135deg, #1f1f1f 0%, var(--orion-color-dark) 100%);
  box-shadow: 0 24px 60px rgba(18, 18, 18, 0.12);
  text-align: center;
}

.gcr-hero .orion-breadcrumbs {
  margin-bottom: 20px;
}

.gcr-hero .orion-breadcrumbs__list {
  justify-content: center;
}

.gcr-hero-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.gcr-hero .orion-eyebrow {
  display: block;
  color: var(--orion-color-accent);
  text-align: center;
}

.gcr-hero .orion-eyebrow::after {
  margin: 10px auto 0;
  background: var(--orion-color-accent);
}

.gcr-hero h1 {
  max-width: 1000px;
  margin: 0 auto;
  color: var(--orion-color-white);
  text-align: center;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: -1.6px;
}

.gcr-hero-copy {
  max-width: 900px;
  margin: 24px auto 0 !important;
  color: rgba(255, 255, 255, 0.84) !important;
  text-align: left !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

.gcr-hero-actions,
.gcr-contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 32px;
}

.gcr-button {
  min-width: 280px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 0;
  border-radius: 18px;
  background: var(--orion-color-gradient);
  color: var(--orion-color-white) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gcr-button:hover,
.gcr-button:focus {
  color: var(--orion-color-white) !important;
  transform: translateY(-2px);
  box-shadow: var(--orion-shadow-soft);
}

.gcr-hero-note {
  max-width: 1120px;
  margin: 34px auto 0;
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  text-align: left;
}

.gcr-hero-note strong {
  color: #ffbd8d;
}

/* ======================================== */
/* PAGE NAVIGATION                          */
/* ======================================== */

.gcr-toc-wrap {
  margin-top: 0;
  margin-bottom: 0;
}

.gcr-toc {
  max-width: 1320px;
  margin: 0 auto;
  padding: 28px 32px;
  border: 1px solid var(--orion-color-border);
  border-radius: 24px;
  background: var(--orion-color-white);
  box-shadow: 0 8px 20px rgba(18, 18, 18, 0.04);
}

.gcr-toc h2 {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

.gcr-toc ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gcr-toc li {
  margin: 0;
  border-bottom: 1px solid var(--orion-color-border);
}

.gcr-toc a {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: var(--orion-color-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.2s ease;
}

.gcr-toc a:hover,
.gcr-toc a:focus {
  color: var(--orion-color-accent);
}

/* ======================================== */
/* SECTIONS AND HEADINGS                    */
/* ======================================== */

.gcr-section {
  padding: 72px 0;
}

.gcr-section-white {
  background: var(--orion-color-bg);
}

.gcr-section-soft,
.gcr-section-dark {
  background: var(--orion-color-bg-soft);
}

.gcr-section-heading {
  max-width: 940px;
  margin: 0 auto 34px;
  text-align: center;
}

.gcr-section-heading-wide {
  max-width: 1040px;
}

.gcr-section-heading h2,
.gcr-split > div > h2,
.gcr-contact-intro h2 {
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: -1.2px;
}

.gcr-section-heading > p:not(.orion-eyebrow),
.gcr-split > div > p:not(.orion-eyebrow),
.gcr-contact-intro > p:not(.orion-eyebrow) {
  margin-top: 14px;
}

.gcr-section .orion-eyebrow,
.gcr-contact-panel .orion-eyebrow {
  color: var(--orion-color-accent);
}

.gcr-section .orion-eyebrow::after,
.gcr-contact-panel .orion-eyebrow::after {
  background: var(--orion-color-accent);
}

.gcr-section-heading .orion-eyebrow::after,
.gcr-contact-intro .orion-eyebrow::after {
  margin-left: auto;
  margin-right: auto;
}

/* ======================================== */
/* SHARED CARDS                             */
/* ======================================== */

.gcr-card,
.gcr-boundary-card,
.gcr-decision-card,
.gcr-security-panel,
.gcr-dark-card,
.gcr-contact-grid article,
.gcr-contact-panel,
.gcr-table-wrap,
.gcr-callout {
  border: 1px solid var(--orion-color-border);
  border-radius: 24px;
  background: var(--orion-color-white);
  box-shadow: 0 8px 20px rgba(18, 18, 18, 0.04);
}

.gcr-card,
.gcr-boundary-card,
.gcr-security-panel,
.gcr-dark-card,
.gcr-contact-grid article {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gcr-card:hover,
.gcr-boundary-card:hover,
.gcr-security-panel:hover,
.gcr-dark-card:hover,
.gcr-contact-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(18, 18, 18, 0.08);
}

/* ======================================== */
/* RELATIONSHIP CARDS                       */
/* ======================================== */

.gcr-relationship-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.gcr-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 34px 32px 32px;
}

.gcr-card h3 {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.18;
}

.gcr-card h3::after {
  width: 56px;
  height: 3px;
  display: block;
  margin-top: 14px;
  border-radius: 999px;
  background: var(--orion-color-gradient);
  content: "";
  transition: width 0.2s ease;
}

.gcr-card:hover h3::after {
  width: 88px;
}

/* ======================================== */
/* PURPOSE / ROLE BOUNDARIES                */
/* ======================================== */

.gcr-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

.gcr-split > div:first-child,
.gcr-boundary-card {
  padding: 38px 36px;
}

.gcr-split > div:first-child {
  border: 1px solid var(--orion-color-border);
  border-radius: 24px;
  background: var(--orion-color-white);
  box-shadow: 0 8px 20px rgba(18, 18, 18, 0.04);
}

#purpose .gcr-split > div:first-child {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  will-change: transform;
}

#purpose .gcr-split > div:first-child:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(18, 18, 18, 0.08);
}

.gcr-split > div:first-child p + p {
  margin-top: 16px;
}

.gcr-boundary-card h3 {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.18;
}

.gcr-boundary-card ul {
  margin: 0;
  padding-left: 22px;
}

.gcr-boundary-card li + li {
  margin-top: 10px;
}

/* ======================================== */
/* BEFORE SIGNING                           */
/* ======================================== */

.gcr-checklist-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 30px;
  align-items: start;
}

.gcr-review-list,
.gcr-process-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gcr-review-list li,
.gcr-process-list li {
  min-height: 112px;
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 26px 30px;
  border: 0;
  border-radius: 20px;
  color: var(--orion-color-white);
  box-shadow: 0 8px 20px rgba(18, 18, 18, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  will-change: transform;
}

.gcr-review-list li:nth-child(1),
.gcr-process-list li:nth-child(1) {
  background: linear-gradient(135deg, #7b0000 0%, #930d00 100%);
}

.gcr-review-list li:nth-child(2),
.gcr-process-list li:nth-child(2) {
  background: linear-gradient(135deg, #931000 0%, #aa2300 100%);
}

.gcr-review-list li:nth-child(3),
.gcr-process-list li:nth-child(3) {
  background: linear-gradient(135deg, #aa2400 0%, #c23900 100%);
}

.gcr-review-list li:nth-child(4),
.gcr-process-list li:nth-child(4) {
  background: linear-gradient(135deg, #c33a00 0%, #db4d00 100%);
}

.gcr-review-list li:nth-child(5),
.gcr-process-list li:nth-child(5) {
  background: linear-gradient(135deg, #dc4e00 0%, #ef5c00 100%);
}

.gcr-review-list li:nth-child(6),
.gcr-process-list li:nth-child(6) {
  background: linear-gradient(135deg, #ed5900 0%, #ff6a00 100%);
}

.gcr-review-list li:hover,
.gcr-process-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(18, 18, 18, 0.14);
}

.gcr-review-list strong,
.gcr-review-list span,
.gcr-process-list strong,
.gcr-process-list span {
  color: inherit;
}

.gcr-review-list strong,
.gcr-process-list strong {
  font-size: 18px;
  line-height: 1.4;
}

.gcr-decision-card {
  position: sticky;
  top: 104px;
  padding: 36px 34px;
}

.gcr-decision-card h3 {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1.18;
}

.gcr-decision-card p + p {
  margin-top: 16px;
}

/* ======================================== */
/* INFORMATION TABLE                        */
/* ======================================== */

.gcr-table-wrap {
  overflow-x: auto;
}

.gcr-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  background: var(--orion-color-white);
}

.gcr-table-wrap th,
.gcr-table-wrap td {
  padding: 18px 22px;
  border-bottom: 1px solid var(--orion-color-border);
  text-align: left;
  vertical-align: top;
}

.gcr-table-wrap th {
  background: var(--orion-color-dark);
  color: var(--orion-color-white);
  font-weight: 700;
}

.gcr-table-wrap th:first-child {
  border-top-left-radius: 23px;
}

.gcr-table-wrap th:last-child {
  border-top-right-radius: 23px;
}

.gcr-table-wrap td:first-child {
  width: 31%;
  color: var(--orion-color-dark);
  font-weight: 700;
}

.gcr-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.gcr-table-wrap tbody tr:nth-child(even) td {
  background: #fbfcfe;
}

.gcr-callout {
  margin-top: 28px;
  padding: 28px 30px;
  border-left: 6px solid var(--orion-color-accent);
  border-radius: 0 20px 20px 0;
  background: #fff8f2;
}

.gcr-callout h3 {
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 1.2;
}

/* ======================================== */
/* AFTER SIGNING / SECURITY                 */
/* ======================================== */

.gcr-split-balanced {
  align-items: start;
}

.gcr-split-balanced > div:first-child {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gcr-process-list {
  margin-top: 28px;
}

.gcr-security-panel {
  padding: 36px 34px;
}

.gcr-security-panel h3 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.18;
}

.gcr-security-panel ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gcr-security-panel li {
  display: grid;
  gap: 4px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--orion-color-border);
}

.gcr-security-panel li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.gcr-security-panel strong {
  color: var(--orion-color-dark);
  font-size: 17px;
}

/* ======================================== */
/* RENEWAL AND CHANGES                      */
/* ======================================== */

.gcr-section-dark .gcr-section-heading h2,
.gcr-section-dark .gcr-section-heading p {
  color: var(--orion-color-text);
}

.gcr-section-dark .gcr-section-heading > p:not(.orion-eyebrow) {
  color: var(--orion-color-text-muted);
}

.gcr-change-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.gcr-dark-card {
  min-height: 240px;
  padding: 34px 32px 32px;
}

.gcr-dark-card h3 {
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 1.18;
}

.gcr-dark-card a {
  overflow-wrap: anywhere;
  font-weight: 700;
}

.gcr-dark-notice {
  margin-top: 28px;
  padding: 24px 28px;
  border: 1px solid #f0cbaa;
  border-radius: 20px;
  background: #fff8f2;
  color: var(--orion-color-text-muted);
}

/* ======================================== */
/* FAQ                                      */
/* ======================================== */

.gcr-faq-list {
  max-width: 1120px;
  display: grid;
  gap: 16px;
  margin: 0 auto;
}

.gcr-faq-list details {
  overflow: hidden;
  border: 1px solid var(--orion-color-border);
  border-radius: 20px;
  background: var(--orion-color-white);
  box-shadow: 0 6px 16px rgba(18, 18, 18, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gcr-faq-list details:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(18, 18, 18, 0.08);
}

.gcr-faq-list summary {
  position: relative;
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 22px 68px 22px 28px;
  color: var(--orion-color-dark);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.gcr-faq-list summary::-webkit-details-marker {
  display: none;
}

.gcr-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  color: var(--orion-color-primary);
  font-size: 28px;
  font-weight: 500;
  content: "+";
}

.gcr-faq-list details[open] summary {
  border-bottom: 1px solid var(--orion-color-border);
}

.gcr-faq-list details[open] summary::after {
  content: "−";
}

.gcr-faq-list details > div {
  padding: 22px 28px 26px;
}

.gcr-faq-list details p {
  margin: 0;
}

.gcr-faq-list details a {
  overflow-wrap: anywhere;
  font-weight: 700;
}

/* ======================================== */
/* CONTACT / FINAL CTA                      */
/* ======================================== */

.gcr-contact-panel {
  max-width: 1180px;
  margin: 0 auto;
  padding: 52px 48px;
  text-align: center;
}

.gcr-contact-intro {
  max-width: 900px;
  margin: 0 auto 34px;
}

.gcr-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  text-align: left;
}

.gcr-contact-grid article {
  padding: 28px;
}

.gcr-contact-grid h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2;
}

.gcr-contact-grid a {
  overflow-wrap: anywhere;
  font-weight: 700;
  text-decoration: none;
}

.gcr-contact-grid a:hover,
.gcr-contact-grid a:focus {
  text-decoration: underline;
}

.gcr-disclaimer {
  max-width: 1040px;
  margin: 24px auto 0 !important;
  color: var(--orion-color-text-muted);
  font-size: 14px !important;
  line-height: 1.65 !important;
  text-align: center;
}

/* ======================================== */
/* RESPONSIVE                               */
/* ======================================== */

@media (max-width: 1200px) {
  .gcr-relationship-grid,
  .gcr-change-grid {
    grid-template-columns: 1fr;
  }

  .gcr-card,
  .gcr-dark-card {
    min-height: 0;
  }

  .gcr-hero h1 {
    font-size: 54px;
  }
}

@media (max-width: 980px) {
  .gcr-split,
  .gcr-checklist-layout,
  .gcr-contact-grid {
    grid-template-columns: 1fr;
  }

  .gcr-decision-card {
    position: static;
  }

  .gcr-toc ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gcr-section-heading h2,
  .gcr-split > div > h2,
  .gcr-contact-intro h2 {
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  .gcr-hero {
    padding-top: 20px;
    padding-bottom: 32px;
  }

  .gcr-hero > .gcr-container {
    width: calc(100% - 40px);
    padding: 32px 24px;
    border-radius: 24px;
  }

  .gcr-hero h1 {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .gcr-hero-copy {
    font-size: 16px !important;
  }

  .gcr-hero-actions,
  .gcr-contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gcr-button {
    width: 100%;
    min-width: 0;
  }

  .gcr-toc,
  .gcr-card,
  .gcr-split > div:first-child,
  .gcr-boundary-card,
  .gcr-decision-card,
  .gcr-security-panel,
  .gcr-dark-card,
  .gcr-contact-grid article,
  .gcr-contact-panel {
    padding: 24px;
  }

  .gcr-toc ul {
    grid-template-columns: 1fr;
  }

  .gcr-section {
    padding: 56px 0;
  }

  .gcr-section-heading h2,
  .gcr-split > div > h2,
  .gcr-contact-intro h2 {
    font-size: 32px;
    letter-spacing: -0.8px;
  }

  .gcr-card h3,
  .gcr-boundary-card h3,
  .gcr-decision-card h3,
  .gcr-security-panel h3,
  .gcr-dark-card h3,
  .gcr-callout h3 {
    font-size: 25px;
  }

  .gcr-review-list li,
  .gcr-process-list li {
    min-height: 0;
    padding: 24px;
  }

  .gcr-table-wrap th,
  .gcr-table-wrap td {
    min-width: 220px;
    padding: 16px 18px;
  }

  .gcr-callout {
    padding: 24px;
  }

  .gcr-faq-list summary {
    padding: 20px 58px 20px 22px;
  }

  .gcr-faq-list summary::after {
    right: 22px;
  }

  .gcr-faq-list details > div {
    padding: 20px 22px 24px;
  }
}

@media (max-width: 480px) {
  .gcr-page p,
  .gcr-page li,
  .gcr-page td,
  .gcr-page th,
  .gcr-page span {
    font-size: 15px;
  }

  .gcr-hero h1 {
    font-size: 34px;
  }

  .gcr-section-heading h2,
  .gcr-split > div > h2,
  .gcr-contact-intro h2 {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gcr-button,
  .gcr-card,
  #purpose .gcr-split > div:first-child,
  .gcr-boundary-card,
  .gcr-review-list li,
  .gcr-process-list li,
  .gcr-security-panel,
  .gcr-dark-card,
  .gcr-contact-grid article,
  .gcr-faq-list details,
  .gcr-toc a {
    transition: none;
  }
}

@media print {
  .gcr-hero-actions,
  .gcr-toc-wrap,
  .gcr-contact-actions {
    display: none !important;
  }

  .gcr-hero > .gcr-container {
    width: 100%;
    max-width: none;
    padding: 28px;
    color: var(--orion-color-text);
    background: var(--orion-color-white);
    box-shadow: none;
  }

  .gcr-hero h1,
  .gcr-hero-copy,
  .gcr-hero-note,
  .gcr-hero-note strong {
    color: var(--orion-color-text) !important;
  }

  .gcr-card,
  .gcr-boundary-card,
  .gcr-decision-card,
  .gcr-security-panel,
  .gcr-dark-card,
  .gcr-contact-grid article,
  .gcr-contact-panel,
  .gcr-table-wrap,
  .gcr-callout,
  .gcr-faq-list details {
    break-inside: avoid;
    box-shadow: none;
  }
}
.gcr-toc a {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: var(--orion-color-primary);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.2s ease;
}