/* Privacy Theme — Combined Stylesheet
   ITCSS Architecture: Tools → Generic → Elements → Objects → Components → Utilities
*/

/* Tools
   Macros and functions used throughout the project.
   Note: _macros.css needs to be imported into each stylesheet where macros are used
   and not included here (see theme-overrides.css for usage).
*/

/* Generic
   Reset, normalize, and CSS custom properties
*/

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
   ========================================================================== */

details {
  display: block;
}

summary {
  display: list-item;
}
:root {
  /* Symplicity Brand Colors */
  --blue: #0088CC;
  --blue-bg: #E8F4FC;
  --blue-dark: #006DA3;
  --blue-light: #CCE7F5;
  --brand-gradient: linear-gradient(135deg, #7146F2 0%, #0088CC 50%, #00C4CE 100%);
  --dark: #233748;
  --dark-light: #2A3F54;
  --teal: #00C4CE;
  --teal-bg: #E0FAFB;
  --teal-light: #CCF3F5;
  --violet: #7146F2;
  --violet-bg: #F3EFFF;
  --violet-light: #E3DAFC;
  --violet-subtle: #ECE5FF;

  /* Grays */
  --gray-100: #F5F5F5;
  --gray-200: #E7E7E7;
  --gray-300: #CCCCCC;
  --gray-400: #999999;

  /* Semantic */
  --amber: #C17F24;
  --amber-bg: #FDF6E9;
  --cream: #F5F7FA;
  --layout-gutter: 40px;
  --layout-gutter-mobile: 20px;
  --layout-max: 1240px;
  --border: #E7E7E7;
  --border-light: #F0F0F0;
  --radius: 8px;
  --radius-sm: 6px;
  --rose: #C4456E;
  --rose-bg: #FDF0F4;
  --shadow-lg: 0 12px 40px rgba(35, 55, 72, .10);
  --shadow-md: 0 4px 16px rgba(35, 55, 72, .08);
  --shadow-sm: 0 1px 3px rgba(35, 55, 72, .06);
  --shadow-xl: 0 20px 60px rgba(35, 55, 72, .14);
  --success: #2D8F5E;
  --success-bg: #EDF7F0;
  --text: #233748;
  --text-secondary: #5A6B7A;
  --text-tertiary: #999999;

  /* WCAG 2.5.5 Touch Target */
  --touch-target: 44px;
}

/* Elements
   Base HTML element styles (body, a, button, etc.)
*/

body {
  -webkit-font-smoothing: antialiased;
  background: var(--cream);
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
}

a {
  color: var(--blue);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
.header-cta {
  align-items: center;
  background: var(--blue);
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  gap: 6px;
  letter-spacing: .2px;
  min-height: var(--touch-target);
  padding: 8px 20px;
  text-decoration: none;
  transition: all .2s;
}

.header-cta:hover {
  background: var(--blue-dark);
}

.dpo-btn {
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), var(--brand-gradient);
  background-origin: border-box;
  border: 2px solid transparent;
  border-radius: 6px;
  color: var(--text);
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3px;
  margin-top: 12px;
  min-height: var(--touch-target);
  padding: 8px 22px;
  transition: all .3s;
}

.dpo-btn:hover {
  background-clip: border-box;
  background-image: var(--brand-gradient);
  color: #fff;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: var(--text);
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */

.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type='text'],
form input[type='search'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='file'],
form select,
form textarea {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text);
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  min-height: var(--touch-target);
  padding: 0.7rem;
  transition: border-color .2s, box-shadow .2s;
  width: 100%;
}

form input[type='text']:focus,
form input[type='search']:focus,
form input[type='email']:focus,
form input[type='password']:focus,
form input[type='tel']:focus,
form input[type='number']:focus,
form select:focus,
form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, .1);
  outline: none;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  min-height: var(--touch-target);
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type='checkbox'],
form input[type='radio'] {
  cursor: pointer;
  height: 20px;
  margin-right: 0.35rem;
  width: 20px;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: '\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #fff;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #fff;
}

/* Inputs - file picker */

form input[type='file'] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: var(--rose);
}

.hs-input.invalid.error {
  border-color: var(--rose);
}

.hs-error-msg {
  color: var(--rose);
  margin-top: 0.35rem;
}

/* Submit button */

form input[type='submit'],
form .hs-button {
  background: var(--blue);
  border: none;
  border-radius: var(--radius-sm);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  min-height: var(--touch-target);
  padding: 0.7rem 1.4rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

form input[type='submit']:hover,
form .hs-button:hover {
  background: var(--blue-dark);
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Objects
   Non-cosmetic design patterns (layout, containers, sections)
*/

.container {
  margin: 0 auto;
  max-width: var(--layout-max);
  padding: 0 var(--layout-gutter);
}

.section {
  padding: 56px 0;
}

.section + .section {
  border-top: 1px solid var(--border-light);
}

.section-header {
  margin-bottom: 32px;
}

.section-eyebrow {
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.section-title {
  color: var(--dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.3px;
  line-height: 1.2;
}

.section-subtitle {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 8px;
  max-width: 560px;
}

.section-header-row {
  align-items: flex-end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.section--tight {
  padding-bottom: 24px;
  padding-top: 40px;
}

.section--flush {
  padding-top: 0;
}

.section-bordered {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  margin-bottom: 8px;
  padding: 40px;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: var(--layout-max);
  padding: 0 var(--layout-gutter);
}

.dnd_section:first-child > .row-fluid,
.dnd-section:first-child > .row-fluid {
  max-width: none;
  padding: 0;
}

.dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section > .row-fluid {
    padding: 0 var(--layout-gutter-mobile);
  }

  .dnd_section:first-child > .row-fluid,
  .dnd-section:first-child > .row-fluid {
    padding: 0;
  }
}

/* Components
   Specific UI pieces
*/

.skip-to-main {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 9999;
  padding: 0.75rem 1.5rem;
  background: var(--blue, #0088cc);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 4px 0;
}

.skip-to-main:focus {
  position: fixed;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

.site-header {
  background: #fff;
  box-shadow: 0 1px 6px rgba(35, 55, 72, .06);
  isolation: isolate;
  position: sticky;
  top: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  z-index: 1000;
}

.site-header::after {
  background: var(--brand-gradient);
  bottom: 0;
  content: '';
  height: 3px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.header-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  height: 64px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--layout-max);
  padding: 0 var(--layout-gutter);
}

.header-brand {
  align-items: center;
  display: flex;
  gap: 14px;
}

.header-brand a {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}

.header-logo-full {
  height: 20px;
  width: auto;
}

.header-logo-icon {
  display: none;
  height: 24px;
  width: 24px;
}

.header-logo {
  color: var(--dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.3px;
}

.header-sep {
  background: var(--border);
  height: 20px;
  width: 1px;
}

.header-label {
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .3px;
  line-height: 1.2;
  text-transform: uppercase;
}

.header-label-sub {
  font-size: 0.85em;
}

.header-nav {
  align-items: center;
  display: flex;
  gap: 4px;
}

.header-nav a {
  align-items: center;
  border-radius: 6px;
  color: var(--text-secondary);
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  min-height: var(--touch-target);
  padding: 7px 16px;
  transition: all .2s;
}

.header-nav a:hover,
.header-nav a.active {
  background: var(--blue-bg);
  color: var(--blue);
  text-decoration: none;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 12px;
}

.header-lang {
  position: relative;
}

.header-lang__toggle {
  align-items: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-secondary);
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  list-style: none;
  min-height: var(--touch-target);
  padding: 8px 12px;
  white-space: nowrap;
}

.header-lang__toggle::-webkit-details-marker {
  display: none;
}

.header-lang[open] .header-lang__toggle {
  border-color: var(--blue);
  box-shadow: 0 8px 18px rgba(35, 55, 72, .12);
  color: var(--blue);
}

.header-lang__flag {
  align-items: center;
  background: var(--blue-bg);
  border-radius: 999px;
  color: var(--blue);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  letter-spacing: .4px;
  min-width: 22px;
  padding: 0 6px;
}

.header-lang__label,
.header-lang__link {
  font-size: 13px;
  font-weight: 600;
}

.header-lang__short {
  display: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .4px;
}

.header-lang__chevron {
  transition: transform .2s ease;
}

.header-lang[open] .header-lang__chevron {
  transform: rotate(180deg);
}

.header-lang__menu {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(35, 55, 72, .14);
  list-style: none;
  margin: 8px 0 0;
  min-width: 190px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 100%;
}

.header-lang__item + .header-lang__item {
  margin-top: 2px;
}

.header-lang__link {
  align-items: center;
  border-radius: 10px;
  color: var(--text-secondary);
  display: flex;
  gap: 10px;
  min-height: var(--touch-target);
  padding: 9px 10px;
  text-decoration: none;
}

.header-lang__link:hover,
.header-lang__link--current {
  background: var(--blue-bg);
  color: var(--blue);
  text-decoration: none;
}

.header-lang__item--active .header-lang__flag {
  background: var(--blue);
  color: #fff;
}

@media (max-width: 640px) {
  .header-inner {
    padding: 0 var(--layout-gutter-mobile);
  }

  .header-nav {
    display: none;
  }

  .header-cta {
    font-size: 11px;
    min-height: var(--touch-target);
    padding: 6px 12px;
  }

  .header-cta svg {
    display: none;
  }

  .header-actions {
    gap: 8px;
  }

  .header-lang__label {
    display: none;
  }

  .header-lang__short {
    display: inline;
  }

  .header-lang__toggle {
    padding: 7px 10px;
  }

  .header-lang__menu {
    min-width: 170px;
  }

  .header-logo-full {
    display: none !important;
  }

  .header-logo-icon {
    display: block !important;
  }
}
.site-footer {
  background: #fff;
  border-top: 1px solid var(--border);
  margin-top: 0;
  padding: 40px;
  text-align: center;
}

.footer-links {
  display: flex;
  gap: 28px;
  justify-content: center;
  margin-bottom: 14px;
}

.footer-links a {
  align-items: center;
  color: var(--text-secondary);
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  min-height: var(--touch-target);
}

.footer-links a:hover {
  color: var(--blue);
  text-decoration: none;
}

.footer-copy {
  color: var(--text-tertiary);
  font-size: 12px;
}
.panel-overlay {
  backdrop-filter: blur(4px);
  background: rgba(30, 45, 61, .35);
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: all .35s;
  visibility: hidden;
  z-index: 2000;
}

.panel-overlay.active {
  opacity: 1;
  visibility: visible;
}

.slide-panel {
  background: #FAFBFC;
  box-shadow: -12px 0 48px rgba(30, 45, 61, .12);
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-width: 94vw;
  position: fixed;
  right: -600px;
  top: 0;
  transition: right .35s cubic-bezier(.4, 0, .2, 1);
  width: 560px;
  z-index: 2001;
}

.slide-panel.active {
  right: 0;
}

.panel-header {
  align-items: flex-start;
  background: linear-gradient(135deg, var(--blue-bg) 0%, var(--gray-100) 100%);
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-shrink: 0;
  gap: 16px;
  justify-content: space-between;
  padding: 28px;
}

.panel-header h3 {
  color: var(--dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 1.3;
}

.panel-close {
  align-items: center;
  background: rgba(255, 255, 255, .6);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text-secondary);
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 18px;
  height: 32px;
  justify-content: center;
  transition: all .2s;
  width: 32px;
}

.panel-close:hover {
  background: #fff;
  color: var(--text);
}

.panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 28px;
}

.panel-desc {
  border-bottom: 1px solid var(--border-light);
  color: var(--text);
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 28px;
  padding-bottom: 24px;
}

.slide-panel__subtopic {
  background: #fff;
  border: 1px solid var(--border);
  border-left: 3px solid var(--blue);
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 20px;
}

.slide-panel__subtopic h5 {
  color: var(--dark);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.slide-panel__subtopic p {
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.slide-panel__subtopic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.slide-panel__subtopic-tag {
  background: var(--blue-bg);
  border-radius: 3px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
}

.slide-panel__subtopic-artifacts {
  color: var(--text-tertiary);
  font-size: 11px;
  font-style: italic;
  margin-top: 8px;
}
.hero {
  background: linear-gradient(135deg, #F3EFFF 0%, #E8F4FC 40%, #E0FAFB 100%);
  overflow: hidden;
  padding: 72px 0 64px;
  position: relative;
}

.hero::before {
  background:
    radial-gradient(ellipse 60% 50% at 0% 100%, rgba(113, 70, 242, .12) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(0, 196, 206, .1) 0%, transparent 50%),
    radial-gradient(ellipse 40% 40% at 50% 50%, rgba(0, 136, 204, .06) 0%, transparent 50%);
  content: '';
  inset: 0;
  position: absolute;
}

.hero-inner {
  align-items: center;
  box-sizing: border-box;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: var(--layout-max);
  padding: 0 var(--layout-gutter);
  position: relative;
  z-index: 1;
}

.hero-content {
  color: var(--dark);
}

.hero-eyebrow {
  align-items: center;
  color: var(--blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-eyebrow::before {
  background: var(--blue);
  border-radius: 1px;
  content: '';
  height: 2px;
  width: 24px;
}

.hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -.5px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero h1 span {
  display: block;
}

.hero h1 em {
  color: var(--blue);
  font-style: normal;
  font-weight: 200;
}

.hero-desc {
  color: var(--text-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  max-width: 480px;
}

.hero-welcome {
  color: var(--blue);
  font-style: italic;
  font-weight: 600;
}

.hero-stats-label {
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.hero-stats-sublabel {
  color: var(--text-secondary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .3px;
  margin-top: 8px;
  text-align: center;
}

.hero-portal-label {
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.hero-badge {
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(0, 136, 204, .15);
  border-radius: 6px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 5px 14px;
}

.hero-right {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero-search {
  position: relative;
}

.hero-search input {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  color: var(--dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  padding: 16px 20px 16px 52px;
  transition: all .3s;
  width: 100%;
}

.hero-search input::placeholder {
  color: var(--text-tertiary);
}

.hero-search input:focus {
  background: #fff;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 136, 204, .1);
  outline: none;
}

.hero-search svg {
  color: var(--text-tertiary);
  left: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hero-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}

.hero-stat {
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(0, 136, 204, .1);
  border-radius: 8px;
  padding: 10px 8px;
  text-align: center;
}

.hero-stat-num {
  color: var(--blue);
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
}

.hero-stat-label {
  color: var(--text-secondary);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.hero-portal-contents {
  align-self: center;
  background: rgba(255, 255, 255, .45);
  border: 1px solid rgba(0, 136, 204, .08);
  border-radius: 8px;
  margin-top: 12px;
  padding: 10px 14px;
  width: fit-content;
}

.hero-portal-contents ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
  list-style: none;
}

.hero-portal-contents li {
  color: var(--text-secondary);
  font-size: 12px;
  line-height: 1.5;
  padding-left: 14px;
  position: relative;
}

.hero-portal-contents li::before {
  background: var(--brand-gradient);
  border-radius: 50%;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 5px;
}

@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-right {
    max-width: 480px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 48px 0 40px;
  }

  .hero-inner {
    padding: 0 var(--layout-gutter-mobile);
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
.audience-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}

.audience-eyebrow {
  align-items: center;
  color: var(--blue);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.audience-eyebrow::after {
  background: var(--brand-gradient);
  content: '';
  height: 1px;
  width: 40px;
}

.audience-card {
  background: var(--gray-100);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  cursor: pointer;
  padding: 22px 24px;
  position: relative;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.audience-card--compact {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 14px 20px;
  position: relative;
}

.audience-card--compact .audience-card-body {
  flex: 1;
  margin-right: 16px;
  padding-top: 2px;
  text-align: left;
}

.audience-card--compact .audience-icon {
  margin: 0;
  order: 1;
  position: absolute;
  right: 14px;
  top: 10px;
}

.audience-card--compact h3 {
  margin-bottom: 2px;
}

.audience-card--compact > p,
.audience-card--compact .audience-card-body > p {
  font-size: 13px;
  margin-bottom: 0;
}

.audience-card::after {
  background: var(--brand-gradient);
  border-radius: 3px 3px 0 0;
  bottom: 0;
  content: '';
  height: 3px;
  left: 24px;
  position: absolute;
  right: 24px;
  transform: scaleX(0);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}

.audience-card:hover {
  background: #fff;
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.audience-card:hover::after {
  transform: scaleX(1);
}

.audience-top {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.audience-icon {
  align-items: center;
  border-radius: 10px;
  display: flex;
  flex-shrink: 0;
  font-size: 18px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.audience-card h3 {
  color: var(--dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.audience-card > p {
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.audience-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.audience-links a {
  align-items: center;
  color: var(--blue);
  display: flex;
  font-size: 13px;
  font-weight: 600;
  gap: 6px;
  transition: gap .2s;
}

.audience-links a:hover {
  gap: 10px;
  text-decoration: none;
}

.audience-card--quick {
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
}

.audience-card--quick h3 {
  font-size: 14px;
  margin-bottom: 2px;
}

.audience-card--quick p {
  color: var(--text-secondary);
  font-size: 12px;
  margin: 0;
}

.audience-card__actions {
  border-top: 1px solid var(--border-light);
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding-top: 6px;
}

.audience-card__link {
  color: var(--blue);
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.map-wrapper {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.map-wrapper--connected {
  border-radius: 0 0 var(--radius) var(--radius);
  border-top: 0;
}

.map-img {
  display: block;
  height: auto;
  width: 100%;
}

.map-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 24px 28px;
}

.map-title h3 {
  color: var(--dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}

.map-title span {
  color: var(--text-secondary);
  font-size: 13px;
}

.map-legend {
  background: var(--gray-100);
  border-top: 1px solid var(--border-light);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 16px 28px;
  text-align: center;
}

.legend-item {
  align-items: center;
  color: var(--text-secondary);
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: 8px;
}

.legend-dot {
  border-radius: 50%;
  flex-shrink: 0;
  height: 10px;
  width: 10px;
}
.docs-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}

.doc-card {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  gap: 14px;
  padding: 20px;
  transition: all .2s;
}

.doc-card:hover {
  border-color: var(--blue-light);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.doc-icon {
  align-items: center;
  border-radius: 10px;
  display: flex;
  flex-shrink: 0;
  font-size: 18px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.doc-icon svg {
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}

.doc-card h4 {
  color: var(--dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 3px;
}

.doc-card p {
  color: var(--text-tertiary);
  font-size: 11px;
  line-height: 1.4;
}

.doc-badge {
  border-radius: 4px;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .3px;
  margin-top: 6px;
  padding: 2px 8px;
}

.doc-badge-public {
  background: var(--blue-bg);
  color: var(--blue);
}

.doc-badge-request {
  background: var(--blue-bg);
  color: var(--blue);
}

.docs-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.doc-tab {
  background: #fff;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), var(--brand-gradient);
  background-origin: border-box;
  border: 2px solid transparent;
  border-radius: 20px;
  color: var(--text-secondary);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  transition: all .2s;
}

.doc-tab:hover {
  color: var(--blue);
}

.doc-tab.active {
  background: var(--blue);
  background-image: none;
  border-color: var(--blue);
  color: #fff;
}

.privacy-docs-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.privacy-doc-card {
  align-items: center;
  background: #fff;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), var(--brand-gradient);
  background-origin: border-box;
  border: 2px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  min-height: 80px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  transition: all .2s;
}

.privacy-doc-card:hover {
  border-color: var(--blue-light);
  box-shadow: var(--shadow-md);
}

.privacy-doc-card .doc-card-left {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 0;
}

.privacy-doc-card .doc-type-icon {
  align-items: center;
  background: var(--blue-bg);
  border-radius: 10px;
  color: var(--blue);
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.privacy-doc-card .doc-type-icon svg {
  height: 20px;
  width: 20px;
}

.privacy-doc-card h4 {
  color: var(--dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.privacy-doc-card .doc-lock {
  align-items: center;
  color: var(--text-tertiary);
  display: flex;
  flex-shrink: 0;
}

.privacy-doc-card .doc-lock svg {
  height: 16px;
  width: 16px;
}

.privacy-doc-card .doc-hover-desc {
  align-items: center;
  background: rgba(255, 255, 255, .97);
  display: flex;
  font-size: 12px;
  inset: 0;
  line-height: 1.5;
  color: var(--text-secondary);
  opacity: 0;
  padding: 16px 20px;
  pointer-events: none;
  position: absolute;
  transition: opacity .2s;
}

.privacy-doc-card:hover .doc-hover-desc {
  opacity: 1;
}

@media (max-width: 1024px) {
  .docs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .docs-grid {
    grid-template-columns: 1fr;
  }

  .doc-tab {
    font-size: 11px;
    padding: 6px 12px;
  }
}
.org-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.org-pill {
  align-items: center;
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 40px;
  color: var(--text-secondary);
  cursor: pointer;
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  gap: 8px;
  min-height: var(--touch-target);
  padding: 10px 22px;
  transition: all .25s;
}

.org-pill:hover {
  border-color: var(--text-tertiary);
}

.org-pill.active {
  background: var(--blue-bg);
  border-color: var(--blue);
  box-shadow: 0 2px 8px rgba(0, 136, 204, .12);
  color: var(--blue);
}

.org-dot {
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.org-detail {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 28px 32px;
}

.org-detail-logo-wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 12px;
  min-height: 92px;
}

.org-detail-logo {
  display: block;
  height: 72px;
  max-width: min(100%, 220px);
  object-fit: contain;
  width: auto;
}

.org-detail-logo--symplicity {
  height: 54px;
  max-width: min(100%, 320px);
}

.org-detail-logo--mark {
  height: 84px;
  max-width: min(100%, 108px);
}

.org-detail-logo--darkmark {
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(35, 55, 72, 0.12);
}

.org-detail-header {
  align-items: center;
  border-bottom: 1px solid var(--border-light);
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 20px;
}

.org-detail-header h3 {
  color: var(--dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
}

.org-detail-badge {
  background: var(--blue-bg);
  border-radius: 6px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .3px;
  padding: 4px 12px;
  text-transform: uppercase;
}

.org-fields {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

.org-field label {
  color: var(--text-tertiary);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.org-field span {
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.org-field__note {
  color: var(--muted);
  font-size: 12px;
}

.org-app-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.org-app-logo {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  display: block;
  height: 40px;
  object-fit: contain;
  padding: 6px 10px;
  width: auto;
}

.org-fields__divider {
  border-top: 1px solid var(--border-light);
  display: grid;
  gap: 24px;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 1fr;
  margin: 4px 0 0;
  padding-top: 16px;
}

@media (max-width: 640px) {
  .org-detail-logo {
    height: 60px;
    max-width: min(100%, 180px);
  }

  .org-detail-logo--symplicity {
    height: 46px;
    max-width: min(100%, 220px);
  }

  .org-detail-logo--mark {
    height: 72px;
    max-width: min(100%, 92px);
  }

  .org-detail-logo-wrap {
    justify-content: center;
    margin-bottom: 16px;
  }

  .org-detail-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .org-fields {
    grid-template-columns: 1fr;
  }
}
.fw-carousel {
  position: relative;
}

.fw-strip {
  -webkit-overflow-scrolling: touch;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-behavior: smooth;
}

.fw-strip::-webkit-scrollbar {
  display: none;
  height: 0;
}

.fw-arrow {
  align-items: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 50%;
  box-shadow: var(--shadow-md);
  color: var(--dark);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .2s;
  width: 36px;
  z-index: 2;
}

.fw-arrow:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.fw-arrow-left {
  left: -18px;
}

.fw-arrow-right {
  right: -18px;
}

.fw-arrow.hidden {
  opacity: 0;
  pointer-events: none;
}

.fw-chip {
  align-items: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex;
  flex-shrink: 0;
  gap: 10px;
  padding: 12px 18px;
  transition: all .2s;
  white-space: nowrap;
}

.fw-chip:hover {
  border-color: var(--blue-light);
  box-shadow: var(--shadow-sm);
}

.fw-icon {
  font-size: 18px;
}

.fw-name {
  color: var(--dark);
  font-size: 13px;
  font-weight: 700;
}

.fw-status {
  align-items: center;
  color: var(--blue);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 4px;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.fw-dot {
  background: var(--blue);
  border-radius: 50%;
  height: 5px;
  width: 5px;
}
.topics-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 24px;
}

.topic-tab {
  background: #fff;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), var(--brand-gradient);
  background-origin: border-box;
  border: 2px solid transparent;
  border-radius: 8px;
  color: var(--text-secondary);
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2px;
  padding: 8px 18px;
  transition: all .2s;
}

.topic-tab:hover {
  color: var(--blue);
}

.topic-tab.active {
  background: var(--blue);
  background-image: none;
  border-color: var(--blue);
  color: #fff;
}

.topics-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.topic-card {
  align-items: flex-start;
  background: #fff;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), var(--brand-gradient);
  background-origin: border-box;
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  gap: 16px;
  padding: 22px 24px;
  transition: all .25s cubic-bezier(.4, 0, .2, 1);
}

.topic-card:hover {
  border-color: var(--blue-light);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.topic-num {
  align-items: center;
  background: var(--gray-100);
  border-radius: 8px;
  color: var(--text-tertiary);
  display: flex;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.topic-card:hover .topic-num {
  background: var(--blue-bg);
  color: var(--blue);
}

.topic-body {
  flex: 1;
  min-width: 0;
}

.topic-body h4 {
  color: var(--dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4px;
}

.topic-body p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--text-tertiary);
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
}

.topic-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.topic-tag {
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2px;
  padding: 2px 8px;
}

.topic-tag--compliance {
  background: var(--blue-bg);
  color: var(--blue);
}

.topic-tag--data {
  background: var(--blue-bg);
  color: var(--blue);
}

.topic-tag--governance {
  background: var(--blue-bg);
  color: var(--blue);
}

.topic-tag--rights {
  background: var(--blue-bg);
  color: var(--blue);
}

.topic-tag--vendor {
  background: var(--blue-bg);
  color: var(--blue);
}

.topic-count {
  color: var(--text-tertiary);
  font-size: 10px;
  font-weight: 700;
  margin-left: auto;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .topics-grid {
    grid-template-columns: 1fr;
  }
}
.learn-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.learn-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  cursor: pointer;
  overflow: hidden;
  transition: all .25s cubic-bezier(.4, 0, .2, 1);
}

.learn-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.learn-accent {
  height: 4px;
}

.learn-body {
  padding: 24px;
}

.learn-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.learn-body h4 {
  color: var(--dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.learn-body p {
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.learn-link {
  align-items: center;
  color: var(--blue);
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 4px;
  transition: gap .2s;
}

.learn-link:hover {
  gap: 8px;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .learn-grid {
    grid-template-columns: 1fr;
  }
}
.team-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 36px 40px;
}

.team-members {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
}

.team-member {
  text-align: center;
}

.team-headshot {
  border: 3px solid var(--blue-light);
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  height: 100px;
  width: 100px;
}

.team-name {
  color: var(--dark);
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}

.team-role {
  color: var(--text-secondary);
  font-size: 11px;
  line-height: 1.4;
}

.team-footer {
  border-top: 1px solid var(--border-light);
  margin-top: 20px;
  padding-top: 16px;
  text-align: center;
}

.team-label {
  color: var(--dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .3px;
}

.team-sublabel {
  color: var(--text-secondary);
  font-size: 12px;
  margin-top: 2px;
}
.modal-overlay {
  align-items: center;
  background: rgba(30, 45, 61, .4);
  backdrop-filter: blur(4px);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: all .3s;
  visibility: hidden;
  z-index: 3000;
}

.modal {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(35, 55, 72, .18);
  display: flex;
  flex-direction: column;
  max-height: 85vh;
  max-width: 680px;
  transform: translateY(20px);
  transition: transform .3s;
  width: 92%;
}

.modal-header {
  align-items: center;
  border-bottom: 1px solid var(--border-light);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 24px 28px 16px;
}

.modal-eyebrow {
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.modal-title {
  color: var(--dark);
  font-size: 18px;
  font-weight: 700;
}

.modal-subtitle {
  color: var(--text-secondary);
  font-size: 12px;
}

.modal-close {
  align-items: center;
  background: var(--gray-100);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text-secondary);
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 18px;
  height: var(--touch-target);
  justify-content: center;
  transition: all .2s;
  width: var(--touch-target);
}

.modal-close:hover {
  background: #fff;
}

.modal-body {
  color: var(--text);
  font-size: 14px;
  line-height: 1.8;
  overflow-y: auto;
  padding: 24px 28px;
}

.modal-body p {
  margin-bottom: 16px;
}

.modal-body p:last-child {
  margin-bottom: 0;
}

.modal-signoff {
  color: var(--text-secondary);
  font-style: italic;
  margin: 0;
}

.modal-signoff-name {
  color: var(--dark);
  font-weight: 700;
  margin: 4px 0 0;
}

.modal-signoff-role {
  color: var(--text-secondary);
  font-size: 13px;
  margin: 0;
}
.banner {
  border-radius: var(--radius);
  height: 280px;
  overflow: hidden;
  position: relative;
}

.banner__img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  width: 100%;
}

.banner__overlay {
  inset: 0;
  position: absolute;
}

.banner__content {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 0 40px;
  position: absolute;
  text-align: center;
}

.banner__eyebrow {
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.banner__headline {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.2px;
  line-height: 1.35;
  max-width: 540px;
}
.coming-soon {
  align-items: center;
  background: var(--bg-secondary);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  height: 240px;
  justify-content: center;
  overflow: hidden;
  padding: 60px 40px;
  position: relative;
  text-align: center;
}

.coming-soon__title {
  color: #ccc;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px;
  position: relative;
  z-index: 1;
}

.coming-soon__subtitle {
  color: #aaa;
  font-size: 15px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.coming-soon__watermark {
  color: var(--blue);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 4px;
  opacity: .22;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  white-space: nowrap;
}

.coming-soon__watermark:nth-child(3) {
  left: 10%;
  opacity: .12;
}

.coming-soon__watermark:nth-child(4) {
  left: 30%;
}

.coming-soon__watermark:nth-child(5) {
  left: 50%;
  opacity: .35;
}

.coming-soon__watermark:nth-child(6) {
  left: 70%;
}

.coming-soon__watermark:nth-child(7) {
  left: 90%;
  opacity: .12;
}
.updates-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.update-more-link {
  background: none;
  border: none;
  color: var(--blue);
  cursor: pointer;
  float: right;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-left: 12px;
  padding: 0;
}

.update-more-link:hover {
  color: var(--blue-dark);
  text-decoration: underline;
}

.update-card .update-extra {
  display: none;
}

.update-card.expanded .update-extra {
  display: block;
}

.update-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 18px;
  position: relative;
  transition: box-shadow .2s;
}

.update-card:hover {
  box-shadow: var(--shadow-md);
}

.update-card-header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 6px;
}

.update-card h4 {
  color: var(--dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.update-card-meta {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 10px;
}

.update-tag {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 5px;
  color: var(--text-secondary);
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 12px;
}

.update-date {
  color: var(--text-tertiary);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.update-card p {
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.update-card p:last-child {
  margin-bottom: 0;
}
.subprocessors-section {
  border-top: 1px solid var(--border-light);
  padding: 56px 0;
}

.sp-tier-label {
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 12px;
  margin-top: 32px;
  text-transform: uppercase;
}

.sp-tier-label:first-of-type {
  margin-top: 24px;
}

.sp-table {
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 8px;
  width: 100%;
}

.sp-table thead th {
  border-bottom: none;
  color: var(--text-tertiary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 10px 12px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.sp-table thead tr {
  position: relative;
}

.sp-table thead tr::after {
  background: var(--brand-gradient);
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.sp-table tbody td {
  border-bottom: 1px solid var(--border-light);
  color: var(--text);
  line-height: 1.5;
  padding: 10px 12px;
  vertical-align: top;
}

.sp-table tbody tr:hover {
  background: var(--blue-bg);
}

.sp-table .sp-name {
  font-weight: 600;
  min-width: 120px;
  white-space: normal;
  word-break: break-word;
}

.sp-table .sp-check {
  color: var(--blue);
  font-weight: 700;
  text-align: center;
}

.sp-activity-short {
  display: none;
}

.sp-table .sp-loc {
  color: var(--text-secondary);
  white-space: nowrap;
}

.sp-download-wrap {
  display: inline-block;
  margin-top: 24px;
  position: relative;
}

.sp-download-btn {
  align-items: center;
  background: var(--gray-100);
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--text-tertiary);
  cursor: not-allowed;
  display: inline-flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  opacity: .55;
  padding: 12px 28px;
}

.coming-soon-badge {
  background: var(--blue);
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 3px 10px;
  position: absolute;
  right: -12px;
  text-transform: uppercase;
  top: -8px;
}

@media (max-width: 640px) {
  .sp-table {
    table-layout: fixed;
    width: 100%;
  }

  .sp-table .sp-name {
    font-size: 11px;
    text-align: center;
    word-break: break-all;
  }

  .sp-table td,
  .sp-table th {
    text-align: center;
    vertical-align: middle;
  }

  .sp-activity-full {
    display: none;
  }

  .sp-activity-short {
    display: inline;
    font-size: 10px;
  }

  .sp-table td:nth-child(3),
  .sp-table th:nth-child(3) {
    font-size: 10px;
  }

  .sp-table thead th {
    font-size: 9px;
    padding: 8px 4px;
    text-orientation: mixed;
    white-space: nowrap;
    writing-mode: vertical-lr;
  }

  .sp-table .sp-check {
    font-size: 10px;
    padding: 8px 4px;
  }

  .sp-table .sp-loc {
    font-size: 10px;
    white-space: normal;
    word-break: break-all;
  }
}
.float-nav {
  border-radius: 8px;
  bottom: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  left: 50%;
  letter-spacing: 0.3px;
  overflow: hidden;
  position: fixed;
  transform: translateX(-50%);
  z-index: 1500;
}

.float-nav a {
  align-items: center;
  display: flex;
  gap: 5px;
  min-height: var(--touch-target);
  padding: 10px 16px;
  text-decoration: none;
  transition: background 0.15s;
  white-space: nowrap;
}

.float-nav a:hover {
  text-decoration: none;
}

.float-nav a:active {
  transform: scale(0.97);
}

.float-nav-left {
  background: var(--dark);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
}

.float-nav-left:hover {
  background: var(--dark-light);
  color: #fff;
}

.float-nav-right {
  background: var(--blue);
  color: #fff;
}

.float-nav-right:hover {
  background: var(--blue-dark);
}

.float-nav-icon {
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 768px) {
  .float-nav {
    display: none;
  }
}
/* Membership gate */

.membership-gate {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  margin: 60px auto;
  max-width: 480px;
  padding: 48px 40px;
  text-align: center;
}

.membership-gate__icon {
  color: var(--blue);
  margin-bottom: 20px;
}

.membership-gate__heading {
  color: var(--dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.2px;
  margin: 0 0 8px;
}

.membership-gate__text {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 24px;
}

.membership-gate__button {
  background: var(--blue);
  border: none;
  border-radius: var(--radius-sm);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 28px;
  text-decoration: none;
  transition: all .2s;
}

.membership-gate__button:hover {
  background: var(--blue-dark);
  color: #fff;
}

/* Membership content wrapper — for logged-in users */

.membership-content {
  animation: membership-fade-in .3s ease;
}

@keyframes membership-fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Subscription section — page-level layout around the subscription form module */

.subscription-section {
  background: var(--blue-bg);
  border-top: 1px solid var(--blue-light);
  padding: 48px 40px;
}

.subscription-section__inner {
  margin: 0 auto;
  max-width: 1240px;
}

@media (max-width: 640px) {
  .membership-gate {
    margin: 40px auto;
    padding: 32px 24px;
  }

  .membership-gate__heading {
    font-size: 20px;
  }

  .subscription-section {
    padding: 32px 20px;
  }
}

/* ═══════════════════════════════════════
   Member Portal — Login Prompt Cards
   ═══════════════════════════════════════ */

.membership-page {
  padding: 3rem 0;
  min-height: 60vh;
}

.membership-page .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.login-prompt {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 3rem 1.5rem;
}

.login-prompt__card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  text-align: center;
  max-width: 440px;
  width: 100%;
  padding: 3rem 2.5rem;
}

.login-prompt__icon {
  width: 64px;
  height: 64px;
  background: var(--gray-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--text-tertiary);
}

.login-prompt__heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.75rem;
}

.login-prompt__text {
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.login-prompt__btn {
  display: inline-block;
  padding: 0.75rem 2.5rem;
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.login-prompt__btn:hover {
  background: var(--blue-dark);
  box-shadow: var(--shadow-md);
  color: #fff;
  text-decoration: none;
}

/* ═══════════════════════════════════════
   Member Portal — Section Styles
   ═══════════════════════════════════════ */

.member-section {
  padding: 2rem;
  border-radius: var(--radius);
  margin-bottom: 1.5rem;
  border: 1px solid var(--border);
  background: #fff;
}

.member-section__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-light);
}

.member-section__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.member-section__icon--admin {
  background: var(--violet-bg);
  color: var(--violet);
}

.member-section__icon--staff {
  background: var(--blue-bg);
  color: var(--blue);
}

.member-section__icon--member {
  background: var(--teal-bg);
  color: var(--teal);
}

.member-section__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--dark);
}

.member-section__body {
  color: var(--text-secondary);
  line-height: 1.7;
}

.member-section__body ul {
  margin: 0.75rem 0;
  padding-left: 1.25rem;
}

.member-section__body li {
  margin-bottom: 0.375rem;
}

/* ═══════════════════════════════════════
   Member Portal — Role-Based Visibility
   ═══════════════════════════════════════ */

.role-admin-only,
.role-staff-only,
.role-member-only {
  display: none;
}

.member-portal--admin .role-admin-only,
.member-portal--staff .role-staff-only,
.member-portal--default .role-member-only {
  display: block;
}

/* ── Portal navigation tabs ── */

.portal-tabs {
  display: flex;
  gap: 0.25rem;
  border-bottom: 2px solid var(--border);
  margin-bottom: 2rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.portal-tab {
  padding: 0.75rem 1.25rem;
  border: none;
  background: none;
  color: var(--text-secondary);
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.portal-tab:hover {
  color: var(--dark);
}

.portal-tab.active {
  color: var(--blue);
  border-bottom-color: var(--blue);
  font-weight: 600;
}

/* ── Responsive ── */

@media (max-width: 768px) {
  .membership-page {
    padding: 2rem 0;
  }

  .login-prompt__card {
    padding: 2rem 1.5rem;
  }

  .login-prompt__heading {
    font-size: 1.25rem;
  }

  .member-section {
    padding: 1.5rem 1rem;
  }

  .portal-tabs {
    gap: 0;
  }

  .portal-tab {
    padding: 0.625rem 1rem;
    font-size: 0.8125rem;
  }
}

@media (max-width: 480px) {
  .login-prompt__card {
    padding: 1.5rem 1rem;
  }

  .member-section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

/* Utilities
   Helper classes that can override anything above
*/

@media (max-width: 640px) {
  .container {
    padding: 0 20px;
  }

  .section-bordered {
    padding: 24px 16px;
  }
}

/* Accessibility: Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}