/* ==========================================================================
   SecurEnds — Page Styles (User Access Control)
   Hero, features, prompts, AWS, CTA sections + responsive
   ========================================================================== */

/* --------------------------------------------------------------------------
   Shared paragraph styles
   -------------------------------------------------------------------------- */

/* ==========================================================================
   Global Font Override - Raleway
   Applies Raleway to all elements
   ========================================================================== */

html,
body,
*,
*::before,
*::after {
    font-family: 'Raleway', sans-serif !important;
}
.para1 p {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 500;
  color: #fff;
}

.para2 p {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
  color: #1d1a1a;
}

.text-center p {
  text-align: center;
}

.section-heading {
  margin-bottom: 16px;
}

.section-heading--plum {
  color: #8a2b64;
  font-weight: 600;
}

.section-heading--teal {
  color: #57c4be;
  font-weight: 600;
}

.section-heading--white {
  color: #fff;
  font-weight: 400;
}

/* --------------------------------------------------------------------------
   Hero (User Access Control — scoped)
   -------------------------------------------------------------------------- */
.page-uac .hero-section {
  background-color: #882b64;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-uac .hero-section .hero-title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}

.page-uac .hero-section .hero-subtitle {
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
}

.page-uac .hero-section .hero-image {
  display: block;
  width: 100%;
  border-radius: 0;
}

/* --------------------------------------------------------------------------
   How UAC Works
   -------------------------------------------------------------------------- */
.how-uac-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.how-uac-section .section-heading {
  font-size: 32px;
  line-height: 44.8px;
  font-weight: 600;
  color: #8a2b64;
  text-align: center;
}

.how-uac-section .steps-diagram {
  margin-top: 30px;
  width: 100%;
}

.uac-step-card h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #57c4be;
  margin-bottom: 8px;
}

.uac-step-card {
  margin-bottom: 30px;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* --------------------------------------------------------------------------
   UAC Prompts
   -------------------------------------------------------------------------- */
.prompts-section {
  background-color: #19535c;
  padding-top: 60px;
  padding-bottom: 24px;
}

.prompts-section .section-heading {
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  color: #57c4be;
  text-align: center;
}

.prompt-card {
  background: #57c4be;
  border-radius: 10px;
  padding: 40px;
  height: 100%;
  margin-bottom: 20px;
}

.prompt-card h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}

.prompt-card p {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

.prompts-grid {
  margin-top: 36px;
}

/* --------------------------------------------------------------------------
   Why UAC is Important
   -------------------------------------------------------------------------- */
.why-uac-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.why-uac-section .section-heading {
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
  color: #8a2b64;
  text-align: center;
  margin-bottom: 36px;
}

.why-uac-section img {
  width: 100%;
}

/* --------------------------------------------------------------------------
   User Access Review for AWS
   -------------------------------------------------------------------------- */
.aws-section {
  background-color: #f6f8fa;
  padding-top: 60px;
  padding-bottom: 60px;
}

.aws-section .section-heading {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #8a2b64;
  text-align: center;
}

.aws-section .aws-content {
  margin-top: 36px;
}

.aws-section img {
  width: 100%;
}

.aws-card {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  margin-top: 36px;
}

.aws-card h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #57c4be;
  text-align: center;
  margin-bottom: 16px;
}

.aws-card p {
  text-align: center;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   Validating Policies — AWS Best Practices
   -------------------------------------------------------------------------- */
.validating-aws-section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.validating-aws-section .section-heading {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #8a2b64;
  text-align: center;
}

.validating-aws-section .validating-content {
  margin-top: 36px;
}

.validating-aws-section img {
  width: 100%;
}

/* --------------------------------------------------------------------------
   Validating Policies — Security Standards
   -------------------------------------------------------------------------- */
.standards-section {
  background-color: #19535c;
  padding-top: 60px;
  padding-bottom: 60px;
}

.standards-section .section-heading {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #57c4be;
  text-align: center;
  margin-bottom: 16px;
}

.standards-section .para1 p {
  color: #fff;
}

/* --------------------------------------------------------------------------
   CTA Banner
   -------------------------------------------------------------------------- */
.cta-banner {
  background-color: #882b64;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.cta-banner .section-heading {
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}

.cta-banner .click-btn {
  margin-top: 20px;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   Responsive — 1199px
   -------------------------------------------------------------------------- */
@media (max-width: 1199.98px) {
  .page-uac .hero-section .hero-title {
    font-size: 42px;
  }

  .page-uac .hero-section .hero-subtitle {
    font-size: 24px;
  }

  .how-uac-section .section-heading,
  .prompts-section .section-heading,
  .why-uac-section .section-heading,
  .validating-aws-section .section-heading,
  .standards-section .section-heading {
    font-size: 32px;
  }

  .aws-section .section-heading,
  .cta-banner .section-heading {
    font-size: 36px;
  }
}

/* --------------------------------------------------------------------------
   Responsive — 992px
   -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .page-uac .hero-section .hero-title {
    font-size: 32px;
    line-height: 1.25;
  }

  .page-uac .hero-section .hero-subtitle {
    font-size: 20px;
    line-height: 1.35;
  }

  .how-uac-section .section-heading,
  .prompts-section .section-heading,
  .why-uac-section .section-heading,
  .aws-section .section-heading,
  .validating-aws-section .section-heading,
  .standards-section .section-heading,
  .cta-banner .section-heading {
    font-size: 28px;
    line-height: 1.35;
  }

  .prompt-card h3,
  .aws-card h3 {
    font-size: 20px;
  }

  .aws-row-reverse {
    flex-direction: column-reverse;
  }

  .mbl-mb-20 {
    margin-bottom: 20px !important;
  }
}

/* --------------------------------------------------------------------------
   Responsive — tablet flex helpers (768–1080)
   -------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .prompt-card,
  .aws-card {
    margin-left: 0;
    margin-right: 0;
  }
}

/* --------------------------------------------------------------------------
   Responsive — 767px / mobile
   -------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .page-uac .hero-section .hero-title {
    font-size: 29px;
    line-height: 1.25;
  }

  .page-uac .hero-section .hero-subtitle {
    font-size: 20px;
  }

  .page-uac .hero-row {
    flex-direction: column-reverse;
  }

  .page-uac .hero-section .hero-image {
    margin-bottom: 20px;
  }

  .how-uac-section .section-heading {
    font-size: 26px;
  }

  .prompts-section .section-heading {
    font-size: 25px;
  }

  .why-uac-section .section-heading,
  .aws-section .section-heading,
  .validating-aws-section .section-heading,
  .standards-section .section-heading {
    font-size: 28px;
  }

  .cta-banner .section-heading {
    font-size: 27px;
  }

  .prompt-card {
    padding: 28px;
  }

  .prompt-card h3,
  .aws-card h3 {
    font-size: 18px;
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .prompt-card,
  .aws-card {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* --------------------------------------------------------------------------
   Responsive — 500px
   -------------------------------------------------------------------------- */
@media (max-width: 500px) {
  .page-uac .hero-section {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .section-pad,
  .how-uac-section,
  .why-uac-section,
  .aws-section,
  .validating-aws-section,
  .standards-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-banner {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

/* --------------------------------------------------------------------------
   Desktop equal-height prompt cards
   -------------------------------------------------------------------------- */
@media screen and (min-width: 1200px) {
  .prompt-card {
    min-height: 255px;
  }
}

/* ==========================================================================
   Nexus AI Security Page
   ========================================================================== */

.nexus-global-wrapper {
  --brand-dark: #012b2b;
  --brand-sky: #57c4be;
  --bg-light: #ffffff;
  --bg-grey: #f8fafc;
  --text-main: #0f172a;
  --text-muted: #475569;
  --text-on-dark: #f8fafc;
  --border-light: rgba(0, 0, 0, 0.08);
  --border-on-dark: rgba(255, 255, 255, 0.12);
  --shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  color: var(--text-main);
}

.nexus-global-wrapper .pillar-card a {
  display: inline-block;
  text-transform: capitalize;
  background: #57c4be;
  padding: 10px 20px;
  color: #fff !important;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
}

.nexus-global-wrapper .pillar-card a:hover,
.nexus-global-wrapper .pillar-card a:focus {
  background: #45b0aa;
  color: #fff !important;
}

.nexus-global-wrapper .global-container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.nexus-global-wrapper .hero-title,
.nexus-global-wrapper .policy-title {
  color: #fff;
}

.nexus-global-wrapper h1,
.nexus-global-wrapper h2,
.nexus-global-wrapper h3 {
  margin: 0;
  letter-spacing: -0.02em;
}

.nexus-global-wrapper a {
  text-decoration: none;
  transition: 0.2s;
}

/* Nexus buttons (scoped — avoid Bootstrap clash) */
.nexus-global-wrapper .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  text-decoration: none !important;
}

.nexus-global-wrapper .btn:hover {
  transform: translateY(-1px);
}

.nexus-global-wrapper .btn-primary,
.nexus-global-wrapper a.btn-primary {
  background: var(--brand-sky) !important;
  color: #012b2b !important;
  border-color: transparent !important;
  margin-top: 10px;
}

.nexus-global-wrapper .btn-primary:hover,
.nexus-global-wrapper .btn-primary:focus,
.nexus-global-wrapper a.btn-primary:hover {
  background: #45b0aa !important;
  color: #012b2b !important;
}

.nexus-global-wrapper .btn-secondary,
.nexus-global-wrapper a.btn-secondary {
  background: rgba(255, 255, 255, 0.05) !important;
  color: #fff !important;
  border: 1px solid var(--border-on-dark) !important;
}

.nexus-global-wrapper .btn-secondary:hover,
.nexus-global-wrapper a.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

/* Sections */
.nexus-global-wrapper .section {
  padding: 100px 0;
}

.nexus-global-wrapper .bg-white {
  background-color: var(--bg-light);
}

.nexus-global-wrapper .bg-grey {
  background-color: var(--bg-grey);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

/* Hero */
.nexus-global-wrapper .hero-section {
  background-color: var(--brand-dark);
  color: var(--text-on-dark);
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.nexus-global-wrapper .hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(87, 196, 190, 0.08), transparent 40%);
  pointer-events: none;
}

.nexus-global-wrapper .hero-grid {
  position: relative;
  display: grid;
  gap: 64px;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.nexus-global-wrapper .eyebrow-chip {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(87, 196, 190, 0.1);
  border: 1px solid rgba(87, 196, 190, 0.2);
  color: var(--brand-sky);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.nexus-global-wrapper .hero-title {
  font-size: clamp(48px, 6vw, 72px);
  line-height: 1.05;
  margin: 24px 0;
  font-weight: 700;
  color: #fff;
}

.nexus-global-wrapper .hero-copy {
  font-size: 20px;
  color: #cbd5e1;
  max-width: 600px;
  margin-bottom: 32px;
  line-height: 1.7;
}

.nexus-global-wrapper .hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.nexus-global-wrapper .hero-actions .btn {
  margin-top: 0;
}

/* Metrics */
.nexus-global-wrapper .metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.nexus-global-wrapper .metric-card {
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-on-dark);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

.nexus-global-wrapper .metric-value {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}

.nexus-global-wrapper .metric-label {
  font-size: 13px;
  color: #94a3b8;
  margin-top: 4px;
  line-height: 1.4;
}

/* Architecture visual */
.nexus-global-wrapper .architecture-card-shell {
  position: relative;
}

.nexus-global-wrapper .architecture-glow {
  position: absolute;
  inset: -20px;
  background: var(--brand-sky);
  filter: blur(60px);
  opacity: 0.1;
}

.nexus-global-wrapper .architecture-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-on-dark);
  border-radius: 24px;
  padding: 24px;
  backdrop-filter: blur(12px);
}

.nexus-global-wrapper .architecture-inner {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 20px;
  border: 1px solid var(--border-on-dark);
}

.nexus-global-wrapper .architecture-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: flex-start;
  gap: 12px;
}

.nexus-global-wrapper .architecture-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-top: 4px;
}

.nexus-global-wrapper .subtle-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--brand-sky);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nexus-global-wrapper .status-chip {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(52, 211, 153, 0.2);
  background: rgba(52, 211, 153, 0.1);
  color: #a7f3d0;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.nexus-global-wrapper .flow-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nexus-global-wrapper .flow-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid var(--border-on-dark);
  gap: 12px;
}

.nexus-global-wrapper .flow-step {
  font-size: 11px;
  color: #64748b;
  font-weight: 700;
  text-transform: uppercase;
}

.nexus-global-wrapper .flow-title {
  font-size: 14px;
  font-weight: 600;
  color: #f8fafc;
}

.nexus-global-wrapper .flow-badge {
  font-size: 11px;
  color: #94a3b8;
  font-weight: 600;
}

.nexus-global-wrapper .flow-badge-active {
  background: var(--brand-sky);
  color: #012b2b;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

/* Shared content layouts */
.nexus-global-wrapper .section-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 64px;
}

.nexus-global-wrapper .section-eyebrow {
  font-size: 12px;
  font-weight: 800;
  color: var(--brand-sky);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}

.nexus-global-wrapper .section-title {
  font-size: clamp(32px, 4vw, 48px);
  margin-bottom: 20px;
  color: var(--text-main);
  line-height: 1.1;
  font-weight: 700;
}

.nexus-global-wrapper .section-copy {
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.7;
}

/* Pillars */
.nexus-global-wrapper .pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.nexus-global-wrapper .pillar-card {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 24px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.nexus-global-wrapper .pill-index {
  font-weight: 800;
  font-size: 12px;
  color: var(--brand-sky);
  text-transform: uppercase;
}

.nexus-global-wrapper .pillar-eyebrow {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-top: 16px;
  letter-spacing: 0.05em;
}

.nexus-global-wrapper .pillar-title {
  font-size: 28px;
  margin: 12px 0 16px;
  color: var(--text-main);
  font-weight: 700;
}

.nexus-global-wrapper .pillar-copy {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 24px;
  line-height: 1.6;
}

.nexus-global-wrapper .pillar-list {
  padding: 0;
  list-style: none;
  margin: 0 0 24px;
  flex-grow: 1;
}

.nexus-global-wrapper .pillar-list-item {
  display: flex;
  gap: 12px;
  font-size: 14px;
  margin-bottom: 14px;
  align-items: flex-start;
  color: var(--text-main);
}

.nexus-global-wrapper .dot {
  width: 6px;
  height: 6px;
  background: var(--brand-sky);
  border-radius: 50%;
  margin-top: 8px;
  flex-shrink: 0;
}

/* Capabilities */
.nexus-global-wrapper .split-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: start;
}

.nexus-global-wrapper .capability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.nexus-global-wrapper .capability-card {
  padding: 18px 24px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-main);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

/* Policy example */
.nexus-global-wrapper .policy-card {
  background: var(--brand-dark);
  color: #fff;
  padding: 40px;
  border-radius: 24px;
  position: relative;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.nexus-global-wrapper .policy-title {
  font-size: 28px;
  font-weight: 700;
  margin: 16px 0 12px;
  color: #fff;
}

.nexus-global-wrapper .policy-copy {
  font-size: 15px;
  color: #cbd5e1;
  margin-bottom: 24px;
}

.nexus-global-wrapper .code-card {
  background: rgba(0, 0, 0, 0.3);
  padding: 24px;
  border-radius: 16px;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 24px;
  border: 1px solid var(--border-on-dark);
  color: #e2e8f0;
}

.nexus-global-wrapper .code-muted {
  color: #64748b;
}

.nexus-global-wrapper .code-spacer {
  margin-top: 12px;
}

.nexus-global-wrapper .callout-card {
  background: rgba(87, 196, 190, 0.1);
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(87, 196, 190, 0.2);
  color: var(--brand-sky);
  font-size: 14px;
  line-height: 1.6;
}

/* Use cases */
.nexus-global-wrapper .usecase-list {
  display: grid;
  gap: 0;
}

.nexus-global-wrapper .usecase-item {
  padding: 32px 0;
  border-bottom: 1px solid var(--border-light);
}

.nexus-global-wrapper .usecase-item:last-child {
  border-bottom: none;
}

.nexus-global-wrapper .usecase-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-main);
}

.nexus-global-wrapper .usecase-copy {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.6;
}

.nexus-global-wrapper .cta-card-sidebar {
  background: var(--bg-grey);
  padding: 40px;
  border-radius: 24px;
  border: 1px solid var(--border-light);
}

.nexus-global-wrapper .shift-card {
  background: #fff;
  border: 1px solid var(--border-light);
  padding: 24px;
  border-radius: 24px;
  margin-top: 32px;
  margin-bottom: 24px;
}

.nexus-global-wrapper .shift-title {
  font-size: 12px;
  font-weight: 800;
  color: var(--brand-sky);
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}

.nexus-global-wrapper .shift-list {
  padding: 0;
  list-style: none;
  margin: 0;
  font-weight: 600;
  color: var(--text-main);
}

.nexus-global-wrapper .shift-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nexus-global-wrapper .shift-list li span {
  color: var(--brand-sky);
}

.nexus-global-wrapper .cta-card-sidebar .btn-primary {
  width: 100%;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .nexus-global-wrapper .policy-card {
    padding: 20px;
  }

  .nexus-global-wrapper .section {
    padding: 40px 0;
  }

  .nexus-global-wrapper .hero-section {
    padding: 40px 0;
  }

  .nexus-global-wrapper .hero-grid,
  .nexus-global-wrapper .pillar-grid,
  .nexus-global-wrapper .split-grid {
    grid-template-columns: 1fr;
  }

  .nexus-global-wrapper .hero-title {
    font-size: 48px;
  }

  .nexus-global-wrapper .metric-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .nexus-global-wrapper .capability-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .nexus-global-wrapper .hero-title {
    font-size: 36px;
  }

  .nexus-global-wrapper .hero-copy {
    font-size: 17px;
  }

  .nexus-global-wrapper .metric-grid {
    grid-template-columns: 1fr;
  }

  .nexus-global-wrapper .architecture-header {
    flex-direction: column;
  }
}

/* ==========================================================================
   Identity Governance & Administration (IGA) Page
   ========================================================================== */

.page-iga .iga-banner {
  background-color: #57c4be;
  padding: 60px 0;
  text-align: left;
}

.page-iga .iga-banner-title {
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  max-width: 960px;
}

.page-iga .iga-intro {
  padding: 40px 0;
  text-align: center;
}

.page-iga .iga-intro-tagline {
  color: #19535c;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 900 !important;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.page-iga .iga-intro-tagline strong {
  color: #882b64;
  text-decoration: underline;
  font-weight: 700 !important;
}

.page-iga .iga-intro-copy {
  color: #696969;
  font-size: 20px;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .page-iga .iga-intro .container {
    padding-left: 200px;
    padding-right: 200px;
  }
}

/* Why Choose */
.page-iga .iga-why {
  padding: 40px 0;
  background-color: #fff;
  background-image: url("../images/backgrounds/se-main-hero-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 103px;
}

.page-iga .iga-section-title {
  color: #882b64;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600 !important;
  text-align: center;
  margin-bottom: 36px;
}

.page-iga .iga-feature-card {
  background: #fff;
  border: 1px solid #dde3eb;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  transition: box-shadow 0.25s ease;
}

.page-iga .iga-feature-card:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.page-iga .iga-feature-card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 8px;
}

.page-iga .iga-feature-card h3 {
  color: #57c4be;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 0;
  margin: 0;
}

.page-iga .iga-feature-card p {
  color: #696969;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.page-iga .iga-feature-card a {
  color: #57c4be;
  text-decoration: underline;
}

.page-iga .iga-feature-card a:hover {
  color: #882b64;
}

@media (min-width: 992px) {
  .page-iga .iga-feature-card {
    min-height: 320px;
  }
}

/* Key Features */
.page-iga .iga-key-features {
  background-color: #19535c;
  padding: 40px 0;
}

.page-iga .iga-key-features .iga-section-title {
  color: #57c4be;
}

.page-iga .iga-key-chip {
  /* background: rgba(255, 255, 255, 0.08); */
  border: 1px solid #57c4be;
  border-radius: 15px;
  padding: 16px 20px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  height: 100%;
}

.page-iga .iga-key-slider {
  position: relative;
}

.page-iga .iga-key-slider-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.page-iga .iga-key-slider-track::-webkit-scrollbar {
  display: none;
}

.page-iga .iga-key-slide {
  flex: 0 0 calc(25% - 12px);
  scroll-snap-align: start;
}

.page-iga .iga-key-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.page-iga .iga-key-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.35);
  padding: 0;
  cursor: pointer;
}

.page-iga .iga-key-dot.is-active,
.page-iga .iga-key-dot:hover {
  background: #ffffff;
}

@media (max-width: 991.98px) {
  .page-iga .iga-key-slide {
    flex: 0 0 calc(50% - 8px);
  }
}

@media (max-width: 575.98px) {
  .page-iga .iga-key-slide {
    flex: 0 0 85%;
  }
}

/* How it works */
.page-iga .iga-how {
  padding: 40px 0;
  background: #fff;
}

.page-iga .iga-how-image {
  display: block;
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.page-iga .iga-divider {
  border: 0;
  border-top: 2px dotted #dddddd;
  margin: 40px auto 0;
  max-width: 100%;
}

/* Success / About */
.page-iga .iga-split {
  padding: 40px 0;
  background: #fff;
}

.page-iga .iga-split-col {
  padding: 20px 0;
}

@media (min-width: 992px) {
  .page-iga .iga-split-col:first-child {
    border-right: 1px solid #ccc;
    padding-right: 40px;
  }

  .page-iga .iga-split-col:last-child {
    padding-left: 40px;
  }
}

.page-iga .iga-split-title {
  color: #882b64;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.page-iga .iga-split-copy {
  color: #696969;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.page-iga .btn-iga-plum {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background-color: #882b64;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none !important;
  border: none;
  transition: background-color 0.2s ease;
}

.page-iga .btn-iga-plum:hover,
.page-iga .btn-iga-plum:focus {
  background-color: #6e2350;
  color: #fff !important;
}

/* CTA bar */
.page-iga .iga-cta {
  margin: 0 15px 40px;
}

.page-iga .iga-cta-inner {
  background-color: #882b64;
  border-radius: 8px;
  padding: 42px 30px;
}

.page-iga .iga-cta-icon {
  display: block;
  margin-left: auto;
  max-width: 80px;
}

.page-iga .iga-cta-title {
  color: #fff;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 600;
  margin-bottom: 12px;
}

.page-iga .iga-cta-copy {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.page-iga .btn-iga-demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background-color: #fff;
  color: #000 !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none !important;
  transition: background-color 0.2s ease;
}

.page-iga .btn-iga-demo:hover,
.page-iga .btn-iga-demo:focus {
  background-color: #f5f5f5;
  color: #000 !important;
}

@media (max-width: 991.98px) {
  .page-iga .iga-how {
    padding: 20px 0;
  }

  .page-iga .iga-split {
    padding: 0 0 20px;
  }

  .page-iga .iga-split-col {
    text-align: center;
  }

  .page-iga .iga-split-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .page-iga .btn-iga-plum {
    margin-left: auto;
    margin-right: auto;
  }

  .page-iga .iga-cta-icon {
    margin: 0 auto 16px;
  }

  .page-iga .iga-cta-inner {
    text-align: center;
  }
}

@media (max-width: 1199.98px) {
  .page-iga .iga-intro .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ==========================================================================
   PAGE: User Access Reviews (.page-uar)
   ========================================================================== */

.page-uar .uar-banner {
  background-color: #57c4be;
  padding: 48px 0;
  text-align: left;
}

.page-uar .uar-banner-title {
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 16px;
  max-width: 900px;
}

.page-uar .uar-banner-copy {
  color: #fff;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.6;
  max-width: 820px;
  margin: 0 0 24px;
}

.page-uar .uar-section {
  padding: 48px 0;
}

.page-uar .uar-section-title {
  color: #882b64;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: left;
}

.page-uar .uar-section-title--teal {
  color: #57c4be;
}

.page-uar .uar-section-title--white {
  color: #fff;
}

.page-uar .uar-copy {
  color: #696969;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
  text-align: left;
}

.page-uar .uar-copy a {
  color: #57c4be;
  text-decoration: underline;
}

.page-uar .uar-copy a:hover {
  color: #882b64;
}

.page-uar .btn-uar-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background: #fff;
  color: #19535c !important;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none !important;
  border: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.page-uar .btn-uar-white:hover,
.page-uar .btn-uar-white:focus {
  background: #19535c;
  color: #fff !important;
}

.page-uar .btn-uar-teal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background: #57c4be;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none !important;
  border: none;
  transition: background-color 0.2s ease;
}

.page-uar .btn-uar-teal:hover,
.page-uar .btn-uar-teal:focus {
  background: #45b0aa;
  color: #fff !important;
}

.page-uar .btn-uar-link {
  color: #57c4be !important;
  font-weight: 700;
  text-decoration: none !important;
}

.page-uar .btn-uar-link:hover {
  color: #882b64 !important;
  text-decoration: underline !important;
}

.page-uar .btn-uar-datasheet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 12px 30px;
  background-color: #882b64;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  border: none;
  border-radius: 50px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.page-uar .btn-uar-datasheet:hover,
.page-uar .btn-uar-datasheet:focus {
  background-color: #6e2350;
  color: #fff !important;
}

/* Discover */
.page-uar .uar-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.page-uar .uar-check-list li {
  position: relative;
  padding: 8px 0 8px 28px;
  color: #696969;
  font-size: 15px;
  line-height: 1.55;
}

.page-uar .uar-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #57c4be;
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px #57c4be;
}

.page-uar .uar-video {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16 / 9;
}

.page-uar .uar-video iframe,
.page-uar .uar-video-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 0;
}

.page-uar .uar-video iframe {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}

.page-uar .uar-video.is-playing iframe {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.page-uar .uar-video-play {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  border: none;
  cursor: pointer;
  padding: 0;
}

.page-uar .uar-video-play-icon {
  width: 68px;
  height: 48px;
  background: #ff0000;
  border-radius: 12px;
  position: relative;
}

.page-uar .uar-video-play-icon::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 14px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}

.page-uar .uar-video.is-playing .uar-video-thumb,
.page-uar .uar-video.is-playing .uar-video-play {
  display: none;
}

/* Automate list — 3x3 FA hand-point (\f0a4) grid */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"),
       url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype");
}

.page-uar .uar-automate-section {
  background: #f6f8fa;
  padding: 48px 0;
}

.page-uar .uar-automate-section .uar-section-title {
  text-align: left;
  font-weight: 600;
  margin-bottom: 28px;
}

.page-uar .uar-point-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px 28px;
}

@media (min-width: 768px) {
  .page-uar .uar-point-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-uar .uar-point-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  padding: 0;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  background: transparent;
  border: none;
  border-radius: 0;
  height: auto;
  text-align: left;
}

.page-uar .uar-point-list li::before {
  content: "\f0a4";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  flex-shrink: 0;
  width: 1.25em;
  margin-top: 1px;
  color: #57c4be;
  font-size: 18px;
  line-height: 1.2;
  display: inline-block;
}

/* Key features slider */
.page-uar .uar-key-features {
  background-color: #19535c;
  padding: 50px 0;
}

.page-uar .uar-key-chip {
  border: 1px solid #57c4be;
  border-radius: 15px;
  padding: 20px 18px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  height: 100%;
}

.page-uar .uar-key-slider-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.page-uar .uar-key-slider-track::-webkit-scrollbar {
  display: none;
}

.page-uar .uar-key-slide {
  flex: 0 0 85%;
  scroll-snap-align: start;
}

@media (min-width: 576px) {
  .page-uar .uar-key-slide {
    flex-basis: 45%;
  }
}

@media (min-width: 992px) {
  .page-uar .uar-key-slide {
    flex-basis: calc(20% - 13px);
  }
}

.page-uar .uar-key-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.page-uar .uar-key-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.35);
  padding: 0;
  cursor: pointer;
}

.page-uar .uar-key-dot.is-active,
.page-uar .uar-key-dot:hover {
  background: #57c4be;
}

/* CEM */
.page-uar .uar-cem {
  background: #f6f8fa;
  padding: 48px 0;
}

.page-uar .uar-logo-carousel {
  margin-top: 1.5rem;
  width: 100%;
}

.page-uar .uar-logo-viewport {
  overflow: hidden;
  width: 100%;
}

.page-uar .uar-logo-track {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 16px 0 20px;
  will-change: transform;
  transition: transform 0.45s ease;
}

.page-uar .uar-logo-slide {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  box-sizing: border-box;
}

.page-uar .uar-logo-slide img {
  height: 48px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.65;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.page-uar .uar-logo-slide img:hover {
  filter: none;
  opacity: 1;
}

/* Progress + tiny arrows flush under logos (full width) */
.page-uar .uar-logo-nav {
  display: none;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0;
  gap: 0;
  padding: 0 2px;
}

.page-uar .uar-logo-prev,
.page-uar .uar-logo-next {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  position: relative;
}

.page-uar .uar-logo-prev::before,
.page-uar .uar-logo-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
}

.page-uar .uar-logo-prev::before {
  border-width: 5px 7px 5px 0;
  border-color: transparent #9a9a9a transparent transparent;
}

.page-uar .uar-logo-next::before {
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #9a9a9a;
}

.page-uar .uar-logo-prev:hover::before {
  border-color: transparent #882b64 transparent transparent;
}

.page-uar .uar-logo-next:hover::before {
  border-color: transparent transparent transparent #882b64;
}

.page-uar .uar-logo-prev:focus,
.page-uar .uar-logo-next:focus {
  outline: 2px solid #57c4be;
  outline-offset: 2px;
}

.page-uar .uar-logo-prev:disabled,
.page-uar .uar-logo-next:disabled {
  opacity: 0.35;
  cursor: default;
}

.page-uar .uar-logo-progress {
  flex: 1;
  height: 2px;
  background: #e0e0e0;
  border-radius: 0;
  overflow: hidden;
  margin: 0 4px;
}

.page-uar .uar-logo-progress-bar {
  display: block;
  height: 100%;
  width: 20%;
  min-width: 12%;
  background: #888;
  border-radius: 0;
  transition: width 0.35s ease;
}

/* Problem / solution — side-by-side comparison panels */
.page-uar .uar-compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 28px;
}

@media (min-width: 768px) {
  .page-uar .uar-compare {
    grid-template-columns: 1fr 1fr;
  }
}

.page-uar .uar-compare-panel {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  height: 100%;
}

.page-uar .uar-compare-panel--problems {
  background: #fdf5f9;
}

.page-uar .uar-compare-panel--solutions {
  background: #f0faf9;
}

.page-uar .uar-compare-head {
  margin: 0;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.page-uar .uar-compare-panel--problems .uar-compare-head {
  background: #882b64;
}

.page-uar .uar-compare-panel--solutions .uar-compare-head {
  background: #19535c;
}

.page-uar .uar-compare-list {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.page-uar .uar-compare-list li {
  position: relative;
  padding: 12px 20px 12px 44px;
  color: #555;
  font-size: 15px;
  line-height: 1.55;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.page-uar .uar-compare-list li:last-child {
  border-bottom: none;
}

.page-uar .uar-compare-list li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.page-uar .uar-compare-panel--problems .uar-compare-list li::before {
  background: #882b64;
}

.page-uar .uar-compare-panel--solutions .uar-compare-list li::before {
  background: #57c4be;
}

/* On-premise dark band — CEM gap section */
.page-uar .uar-gap {
  background-color: #19535c;
  background-image: url("../images/backgrounds/lines-v1.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding: 50px 0;
}

.page-uar .uar-section-title--mint {
  color: #57c4be !important;
}

.page-uar .uar-gap .uar-section-title {
  text-align: center !important;
  font-weight: 600;
}

.page-uar .uar-gap-sub {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 32px;
}

.page-uar .uar-gap-card {
  display: flex;
  align-items: flex-start;
  height: 100%;
  min-height: 88px;
  padding: 22px 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
}

/* Four benefits */
.page-uar .uar-benefit {
  text-align: center;
  padding: 16px 8px;
}

.page-uar .uar-benefit img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 14px;
}

.page-uar .uar-benefit h3 {
  color: #57c4be;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-uar .uar-benefit p {
  color: #696969;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.page-uar .uar-benefit a {
  color: #57c4be;
}

/* Demo CTA */
.page-uar .uar-demo {
  margin: 0 15px 40px;
}

.page-uar .uar-demo-inner {
  background-color: #882b64;
  border-radius: 8px;
  padding: 42px 30px;
}

.page-uar .uar-demo-icon {
  display: block;
  width: 100px;
  height: auto;
  max-width: 100px;
  margin: 0;
}

.page-uar .uar-demo-title {
  color: #fff;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 600;
  margin-bottom: 12px;
}

.page-uar .uar-demo-copy {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 720px;
}

.page-uar .btn-uar-demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background: #fff;
  color: #000 !important;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none !important;
}

.page-uar .btn-uar-demo:hover,
.page-uar .btn-uar-demo:focus {
  background: #57c4be;
  color: #fff !important;
}

/* FAQ — +/- left icons, teal active, grey answers */
.page-uar .uar-faq .uar-section-title {
  text-align: center !important;
  font-weight: 600;
  color: #882b64;
  margin-bottom: 28px;
}

.page-uar .uar-faq #uarFaqAccordion {
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: visible;
}

.page-uar .uar-faq .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  margin: 0;
  overflow: visible;
}

.page-uar .uar-faq .accordion-item:last-child {
  border-bottom: none;
}

.page-uar .uar-faq .accordion-button {
  position: relative;
  gap: 12px;
  padding: 16px 20px 16px 48px;
  font-size: 16px;
  font-weight: 500;
  color: #9a9a9a;
  background: #f5f5f5;
  box-shadow: none !important;
  text-align: left;
}

.page-uar .uar-faq .accordion-button::after {
  display: none; /* hide Bootstrap right chevron */
}

.page-uar .uar-faq .accordion-button::before {
  content: "+";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: inherit;
}

.page-uar .uar-faq .accordion-button:not(.collapsed) {
  color: #57c4be;
  background: #f5f5f5;
}

.page-uar .uar-faq .accordion-button:not(.collapsed)::before {
  content: "\2212"; /* minus */
  color: #57c4be;
}

.page-uar .uar-faq .accordion-button:hover,
.page-uar .uar-faq .accordion-button:focus {
  color: #57c4be;
  background: #f0f0f0;
  z-index: 1;
}

.page-uar .uar-faq .accordion-body {
  padding: 4px 20px 22px 48px;
  color: #444;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  background: #f5f5f5;
  text-align: left;
}

.page-uar .uar-faq .accordion-body p {
  margin-bottom: 12px;
  color: #444;
}

.page-uar .uar-faq .accordion-body p:last-child {
  margin-bottom: 0;
}

.page-uar .uar-faq .accordion-body ul,
.page-uar .uar-faq .accordion-body ol {
  padding-left: 1.5rem;
  margin: 0 0 4px;
  list-style-position: outside;
}

.page-uar .uar-faq .accordion-body ul {
  list-style-type: disc;
}

.page-uar .uar-faq .accordion-body ol {
  list-style-type: decimal;
}

.page-uar .uar-faq .accordion-body li {
  margin-bottom: 10px;
  color: #444;
  font-weight: 400;
  display: list-item;
}

.page-uar .uar-faq .accordion-body li:last-child {
  margin-bottom: 0;
}

.page-uar .uar-faq .accordion-body li strong {
  font-weight: 700;
  color: #333;
}

/* Content blocks after FAQ */
.page-uar .uar-content-block {
  padding: 40px 0;
}

.page-uar .uar-content-block:nth-of-type(even) {
  background: #f6f8fa;
}

.page-uar .uar-content-block .uar-section-title {
  font-weight: 500;
  text-align: left;
}

.page-uar .uar-num-list,
.page-uar .uar-practice-list {
  padding-left: 1.5rem;
  margin: 0 0 16px;
  text-align: left;
}

.page-uar .uar-practice-list {
  list-style: disc outside;
}

.page-uar .uar-num-list {
  list-style: decimal outside;
}

.page-uar .uar-num-list li,
.page-uar .uar-practice-list li {
  color: #696969;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: 400;
  display: list-item;
}

.page-uar .uar-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Override Bootstrap text-center utilities used in markup where screenshot wants left */
.page-uar .uar-section:not(.uar-faq) .uar-section-title.text-center,
.page-uar .uar-section .uar-copy.text-center {
  text-align: left !important;
}

.page-uar .uar-key-features .uar-section-title,
.page-uar .uar-gap .uar-section-title {
  text-align: center !important;
}

@media (max-width: 767.98px) {
  .page-uar .uar-demo-icon {
    margin: 0 auto 16px;
  }

  .page-uar .uar-demo-inner {
    text-align: center;
  }

  .page-uar .uar-gap {
    background-size: cover;
    background-position: center;
  }
}

/* ==========================================================================
   PAGE: Identity Governance Using ServiceNow (.page-servicenow)
   ========================================================================== */

.page-servicenow .snow-banner {
  background-color: #57c4be;
  padding: 48px 0;
  text-align: left;
}

.page-servicenow .snow-banner-title {
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  max-width: 960px;
}

.page-servicenow .snow-intro {
  padding: 48px 0;
}

.page-servicenow .snow-intro-copy {
  color: #696969;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  text-align: left;
}

.page-servicenow .snow-intro-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.page-servicenow .snow-connectors {
  background-color: #1a535c;
  background-image: url("../images/backgrounds/lines-v4.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding: 60px 0;
}

.page-servicenow .snow-card {
  background-color: #57c4be;
  border-radius: 8px;
  padding: 40px 36px;
  height: 100%;
}

.page-servicenow .snow-card-title {
  color: #fff;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 18px;
}

.page-servicenow .snow-card-copy,
.page-servicenow .snow-card-body,
.page-servicenow .snow-card-body p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}

.page-servicenow .snow-benefits {
  padding: 48px 0 56px;
}

.page-servicenow .snow-benefits-title {
  color: #db4833;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 12px;
  text-align: left;
}

.page-servicenow .snow-benefits-underline {
  display: block;
  width: 230px;
  max-width: 100%;
  height: 2px;
  background: #000;
  margin: 0 0 24px;
}

.page-servicenow .snow-benefits-copy {
  color: #696969;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 16px;
  text-align: left;
}

.page-servicenow .snow-benefit-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 24px;
}

.page-servicenow .snow-benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 14px;
  text-align: left;
}

.page-servicenow .snow-benefit-list li:last-child {
  margin-bottom: 0;
}

.page-servicenow .snow-benefit-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  flex-shrink: 0;
  width: 1.25em;
  margin-top: 1px;
  color: #57c4be;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .page-servicenow .snow-connectors {
    background-size: cover;
    background-position: center;
    padding: 40px 0;
  }

  .page-servicenow .snow-card {
    padding: 32px 24px;
  }

  .page-servicenow .snow-intro-img {
    margin-top: 8px;
  }
}
