:root {
  --primary: #001A57;
  --secondary: #005BA1;
  --tertiary: #F26522;
  --accent: #F97316;
  --sky: #38BDF8;
  --neutral: #F4F5F7;
  --ink: #111827;
  --muted: #667085;
  --white: #ffffff;
  --border: #d8dde7;
  --sidebar-bg: #10347C;
  --sidebar-active: #1D54D4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: var(--ink); background: #fff; }
h1, h2, h3, h4 { font-family: "Hanken Grotesk", 'Inter', sans-serif; }

.container { width: min(1180px, calc(100% - 40px)); margin: auto; }
.topbar { background: var(--primary); color: #fff; font-size: 13px; padding: 8px 0; }
.nav { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid var(--border); box-shadow: 0 2px 10px rgba(0,0,0,0.03); }
.nav-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { font-weight: 800; color: var(--primary); text-decoration: none; letter-spacing: -.4px; font-size: 19px; display: flex; align-items: center; gap: 10px; }
.nav-links { display: flex; gap: 28px; }
.nav a { color: #334155; text-decoration: none; font-weight: 600; font-size: 14px; transition: color 0.15s; }
.nav a:hover { color: var(--primary); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 20px; border-radius: 6px; text-decoration: none; border: 0; cursor: pointer; font-weight: 700; font-size: 14px; transition: all 0.2s ease; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { opacity: 0.92; }
.btn-secondary { background: var(--secondary); color: #fff; }
.btn-accent { background: var(--tertiary); color: #fff; }
.btn-sky { background: #38BDF8; color: #0F172A; font-weight: 800; }
.btn-sky:hover { background: #7DD3FC; transform: translateY(-1px); }
.btn-outline { border: 1px solid #CBD5E1; color: #334155; background: #fff; }
.btn-outline:hover { background: #F8FAFC; }
.btn-glass-outline { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.3); color: #ffffff; }
.btn-glass-outline:hover { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.5); }
.btn-dark { background: #0A1E42; color: #fff; }
.btn-dark:hover { background: #0F295A; }
.btn-sm { padding: 6px 12px; font-size: 13px; }

/* Captura 3 Hero Section */
.hero-captura {
  background: linear-gradient(135deg, rgba(8, 25, 68, 0.94) 0%, rgba(12, 38, 92, 0.90) 100%), url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
  color: #fff;
  padding: 100px 0 110px;
  position: relative;
}

.hero-glass-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  padding: 6px 16px;
  border-radius: 999px;
  color: #93C5FD;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero-captura h1 {
  font-size: clamp(38px, 5.5vw, 66px);
  line-height: 1.05;
  max-width: 900px;
  margin: 0 0 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hero-captura p {
  font-size: 18px;
  line-height: 1.75;
  max-width: 760px;
  color: #E2E8F0;
  margin-bottom: 32px;
}

.text-accent-orange {
  color: #F97316;
}

/* Captura 3 Floating Verify Card */
.floating-verify-card {
  margin-top: -46px;
  position: relative;
  z-index: 10;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(8, 25, 68, 0.12);
  padding: 24px 32px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  align-items: center;
  border: 1px solid #E2E8F0;
}

.verify-title-group h3 {
  margin: 0 0 4px;
  font-size: 18px;
  color: #0F172A;
  font-weight: 800;
}

.verify-title-group p {
  margin: 0;
  font-size: 13px;
  color: #64748B;
}

.verify-search-input-group {
  display: flex;
  gap: 10px;
  width: 100%;
}

.verify-input-wrapper {
  position: relative;
  flex: 1;
}

.verify-input-wrapper svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94A3B8;
  width: 18px;
  height: 18px;
}

.verify-input-field {
  width: 100%;
  padding: 12px 14px 12px 42px;
  border: 1px solid #CBD5E1;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: border 0.15s;
}

.verify-input-field:focus {
  border-color: #0284C7;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.12);
}

/* Captura 3 Trust Frameworks Bar */
.trust-frameworks-section {
  padding: 60px 0 40px;
}

.trust-frameworks-title {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #94A3B8;
  text-align: center;
  margin-bottom: 28px;
}

.trust-frameworks-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  align-items: center;
}

.trust-badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #475569;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.trust-badge-item:hover {
  opacity: 1;
}

.trust-badge-icon {
  width: 40px;
  height: 40px;
  background: #F1F5F9;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0F172A;
}

/* Captura 3 Pathways Section */
.pathways-section {
  padding: 70px 0;
}

.pathways-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 36px;
}

.pathway-card-light {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 36px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pathway-card-dark {
  background: #091E42;
  color: #ffffff;
  border-radius: 14px;
  padding: 36px;
  box-shadow: 0 10px 30px rgba(9,30,66,0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pathway-tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94A3B8;
  margin-bottom: 16px;
}

.pathway-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}

.pathway-card-light .pathway-icon-box {
  background: #0F172A;
  color: #fff;
}

.pathway-card-dark .pathway-icon-box {
  background: #38BDF8;
  color: #0F172A;
}

.pathway-title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 14px;
}

.pathway-card-light .pathway-title { color: #0F172A; }
.pathway-card-dark .pathway-title { color: #ffffff; }

.pathway-desc {
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 24px;
}

.pathway-card-light .pathway-desc { color: #475569; }
.pathway-card-dark .pathway-desc { color: #94A3B8; }

.pathway-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.pathway-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
}

.pathway-card-light .pathway-checklist li { color: #1E293B; }
.pathway-card-dark .pathway-checklist li { color: #E2E8F0; }

.check-icon-orange { color: #F97316; }
.check-icon-blue { color: #38BDF8; }

.pathway-link {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pathway-card-light .pathway-link { color: #0F172A; }
.pathway-card-dark .pathway-link { color: #38BDF8; }

/* Captura 3 AI Ecosystem Section */
.ai-ecosystem-section {
  padding: 70px 0;
  background: #F8FAFC;
}

.ai-grid-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  margin-top: 36px;
}

.ai-card-main {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

.ai-subgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ai-card-dark {
  grid-column: span 2;
  background: #091E42;
  color: #fff;
  border-radius: 14px;
  padding: 32px;
}

.stat-box-blue {
  background: #38BDF8;
  color: #0F172A;
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-box-gray {
  background: #E2E8F0;
  color: #0F172A;
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-number-giant {
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
  font-family: "Hanken Grotesk", sans-serif;
}

.stat-label-caps {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Captura 3 Elevate Prestige Banner */
.prestige-banner-section {
  padding: 60px 0 90px;
}

.prestige-banner-card {
  background: linear-gradient(135deg, #05102A 0%, #0B255E 100%);
  color: #ffffff;
  padding: 80px 40px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(5, 16, 42, 0.3);
}

.prestige-banner-card h2 {
  font-size: clamp(32px, 4vw, 50px);
  margin: 0 0 16px;
  font-weight: 800;
}

.prestige-banner-card p {
  font-size: 17px;
  color: #94A3B8;
  max-width: 680px;
  margin: 0 auto 36px;
  line-height: 1.6;
}

/* Captura 3 Footer Styling */
.captura-footer {
  background: #050C1E;
  color: #94A3B8;
  padding: 70px 0 30px;
  font-size: 14px;
}

.captura-footer a {
  color: #CBD5E1;
  text-decoration: none;
  transition: color 0.15s;
}

.captura-footer a:hover {
  color: #ffffff;
}

.captura-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 50px;
}

.footer-brand-title {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

.footer-brand-desc {
  line-height: 1.65;
  margin-bottom: 20px;
  color: #94A3B8;
  font-size: 13px;
}

.footer-social-row {
  display: flex;
  gap: 14px;
  color: #94A3B8;
}

.footer-col-title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 10px;
}

.footer-subscribe-box {
  display: flex;
  margin-top: 14px;
}

.footer-subscribe-input {
  background: #0F172A;
  border: 1px solid #334155;
  border-radius: 6px 0 0 6px;
  padding: 10px 14px;
  color: #fff;
  font-size: 13px;
  outline: none;
  flex: 1;
}

.footer-subscribe-btn {
  background: #38BDF8;
  color: #0F172A;
  border: none;
  border-radius: 0 6px 6px 0;
  padding: 0 16px;
  font-weight: 800;
  cursor: pointer;
}

.captura-footer-bottom {
  border-top: 1px solid #1E293B;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #64748B;
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
}

/* ==========================================================================
   ADMIN LAYOUT & BRANDING STYLES (CAPTURA 1, 2 & 4 MATCH)
   ========================================================================== */

.admin-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 100vh;
  background: #F4F6FB;
}

.admin-sidebar {
  background: linear-gradient(180deg, #10347C 0%, #0A2356 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 16px;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}

.sidebar-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 10px 24px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 20px;
}

.sidebar-logo-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 18px;
}

.sidebar-brand-title {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #ffffff;
  line-height: 1.2;
}

.sidebar-brand-subtitle {
  font-size: 10px;
  color: #94A3B8;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 2px;
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.sidebar-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 16px;
  color: #C7D2FE;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.15s ease;
}

.sidebar-link svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
  opacity: 0.85;
}

.sidebar-link:hover {
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
}

.sidebar-link.active {
  background: #1D54D4;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(29, 84, 212, 0.35);
}

.sidebar-link.active svg {
  opacity: 1;
}

.sidebar-footer {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sidebar-footer-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #94A3B8;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
}

.sidebar-footer-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.admin-main-content {
  padding: 32px 40px;
}

.admin-topbar-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 28px;
}

.admin-breadcrumb-tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #059669;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.admin-page-title {
  font-size: 26px;
  font-weight: 800;
  color: #0F172A;
  margin: 0;
}

.admin-top-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.user-badge-info {
  text-align: right;
}

.user-badge-name {
  font-weight: 700;
  font-size: 14px;
  color: #0F172A;
}

.user-badge-role {
  font-size: 10px;
  font-weight: 800;
  color: #64748B;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* WHITE LABEL SETTINGS CARD & FORM SYSTEM (CAPTURA 4 FIX) */
.white-label-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  padding: 32px 36px;
}

.nav-tabs-white-label {
  display: flex;
  gap: 28px;
  border-bottom: 2px solid #F1F5F9;
  margin-bottom: 32px;
}

.tab-btn {
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 10px 4px 14px 4px;
  font-size: 14px;
  font-weight: 600;
  color: #64748B;
  cursor: pointer;
  margin-bottom: -2px;
  transition: all 0.15s ease;
}

.tab-btn:hover {
  color: #0F172A;
}

.tab-btn.active {
  color: #0284C7;
  border-bottom-color: #0284C7;
  font-weight: 700;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

/* SPACIOUS FORM & FIELDSETS (CAPTURA 4 SOLUTION) */
.settings-section-block {
  margin-bottom: 36px;
}

.settings-section-title {
  font-size: 14px;
  font-weight: 700;
  color: #0F172A;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #F1F5F9;
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-group-spaced {
  margin-bottom: 24px;
}

.form-group-spaced label {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #334155;
  margin-bottom: 8px;
}

.input-styled, .select-styled, .textarea-styled {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #CBD5E1;
  border-radius: 8px;
  background: #FFFFFF;
  font-size: 14px;
  color: #0F172A;
  outline: none;
  font-family: inherit;
  transition: all 0.15s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.input-styled:focus, .select-styled:focus, .textarea-styled:focus {
  border-color: #0284C7;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.14);
  background: #FFFFFF;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}

.form-grid-equal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.form-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.color-input-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}

.color-box-picker {
  width: 48px;
  height: 44px;
  padding: 4px;
  border: 1px solid #CBD5E1;
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
}

.color-presets-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.color-presets-label {
  font-size: 11px;
  color: #94A3B8;
  font-weight: 600;
}

.swatch-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px #CBD5E1;
  cursor: pointer;
  transition: transform 0.12s ease;
}

.swatch-circle:hover {
  transform: scale(1.2);
}

.file-upload-box {
  background: #F8FAFC;
  border: 1px dashed #CBD5E1;
  border-radius: 8px;
  padding: 14px;
  transition: border-color 0.15s;
}

.file-upload-box:hover {
  border-color: #0284C7;
}

.saved-file-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 12px;
}

.saved-file-badge.dark-preview {
  background: #0F172A;
  color: #fff;
  border-color: #1E293B;
}

.saved-file-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.saved-file-name {
  font-family: monospace;
  font-weight: 600;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-view-file {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #ffffff;
  border: 1px solid #CBD5E1;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #0F172A;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.btn-view-file:hover {
  background: #F8FAFC;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.status-pill.active, .status-pill.yes {
  background: #DCFCE7;
  color: #15803D;
}

.status-pill.inactive, .status-pill.no {
  background: #FEE2E2;
  color: #B91C1C;
}

.action-link-edit {
  color: #0284C7;
  font-weight: 700;
  text-decoration: none;
  margin-right: 14px;
}

.action-link-delete {
  color: #DC2626;
  font-weight: 700;
  text-decoration: none;
}

/* ==========================================================================
   ENTERPRISE DATA TABLES & CARDS (MATCHING CAPTURA 1)
   ========================================================================== */

.admin-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  padding: 28px 32px;
  margin-bottom: 28px;
}

.table-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 16px;
}

.table-header-title {
  font-size: 18px;
  font-weight: 800;
  color: #0F172A;
  margin: 0;
}

.table-search-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.table-search-input {
  padding: 9px 14px;
  border: 1px solid #CBD5E1;
  border-radius: 6px;
  font-size: 13px;
  outline: none;
  width: 240px;
  transition: all 0.15s;
}

.table-search-input:focus {
  border-color: #0284C7;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.12);
}

.admin-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 8px;
}

.admin-table th {
  background: #F8FAFC;
  color: #475569;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 18px;
  text-align: left;
  border-bottom: 2px solid #E2E8F0;
}

.admin-table th:first-child {
  border-top-left-radius: 8px;
}

.admin-table th:last-child {
  border-top-right-radius: 8px;
}

.admin-table td {
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #1E293B;
  border-bottom: 1px solid #F1F5F9;
  vertical-align: middle;
}

.admin-table tr:hover td {
  background: #F8FAFC;
}

.admin-table tr:last-child td {
  border-bottom: none;
}

.status-pill.published, .status-pill.active, .status-pill.approved, .status-pill.yes {
  background: #DCFCE7;
  color: #15803D;
}

.status-pill.draft, .status-pill.pending {
  background: #FEF3C7;
  color: #B45309;
}

.status-pill.inactive, .status-pill.rejected, .status-pill.no {
  background: #FEE2E2;
  color: #B91C1C;
}

.btn-action-primary {
  background: #1D54D4;
  color: #ffffff;
  padding: 9px 18px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 6px rgba(29, 84, 212, 0.25);
  transition: all 0.15s ease;
}

.btn-action-primary:hover {
  background: #1545B3;
  transform: translateY(-1px);
}

@media (max-width: 992px) {
  .floating-verify-card { grid-template-columns: 1fr; }
  .trust-frameworks-grid { grid-template-columns: repeat(3, 1fr); }
  .pathways-grid { grid-template-columns: 1fr; }
  .ai-grid-layout { grid-template-columns: 1fr; }
  .captura-footer-grid { grid-template-columns: 1fr 1fr; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-sidebar { position: relative; height: auto; }
  .form-grid-3, .form-grid-2, .form-grid-equal { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .trust-frameworks-grid { grid-template-columns: repeat(2, 1fr); }
  .ai-subgrid { grid-template-columns: 1fr; }
  .ai-card-dark { grid-column: span 1; }
  .captura-footer-grid { grid-template-columns: 1fr; }
  .captura-footer-bottom { flex-direction: column; gap: 14px; text-align: center; }
  .hero-captura h1 { font-size: 34px; }
}

/* ==========================================================================
   CAPTURA 2 MATCH: AUTH & LOGIN PAGE STYLING
   ========================================================================== */

.login-page-body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 50% 40%, #0A245C 0%, #041029 70%, #020817 100%);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-shell {
  width: 100%;
  padding: 32px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.login-card-container {
  width: min(920px, 100%);
  min-height: 560px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 25px 60px -15px rgba(2, 10, 30, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  position: relative;
}

/* Left Hero Side */
.login-left-panel {
  background: linear-gradient(165deg, #030D24 0%, #061942 50%, #020A1C 100%);
  color: #ffffff;
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.login-brand-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.logo-subtext {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #94A3B8;
  margin-top: 4px;
}

.login-hero-body {
  position: relative;
  z-index: 2;
  margin-top: auto;
  margin-bottom: 24px;
}

.hero-title {
  font-family: "Hanken Grotesk", 'Inter', sans-serif;
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 800;
  line-height: 1.25;
  color: #ffffff;
  margin: 0 0 16px 0;
  letter-spacing: -0.01em;
}

.hero-desc {
  font-size: 13.5px;
  line-height: 1.65;
  color: #94A3B8;
  margin: 0;
  max-width: 360px;
}

.login-node-bg {
  position: absolute;
  right: -20px;
  top: 40%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.85;
}

/* Right Form Side */
.login-right-panel {
  background: #ffffff;
  padding: 44px 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.login-form-header {
  margin-bottom: 24px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1D61E7;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 30px;
  transition: color 0.15s ease;
}

.back-link:hover {
  color: #1246B4;
}

.auth-heading {
  font-family: "Hanken Grotesk", 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 8px 0;
  letter-spacing: -0.02em;
}

.auth-subheading {
  font-size: 13px;
  line-height: 1.5;
  color: #64748B;
  margin: 0;
}

.login-notice-error {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FEF2F2;
  border: 1px solid #FCA5A5;
  color: #991B1B;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 18px;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 24px;
}

.login-field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.login-label {
  font-size: 12.5px;
  font-weight: 700;
  color: #1E293B;
}

.login-input-control {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #CBD5E1;
  border-radius: 8px;
  font-size: 14px;
  color: #0F172A;
  background: #ffffff;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.login-input-control:focus {
  border-color: #1D61E7;
  box-shadow: 0 0 0 3px rgba(29, 97, 231, 0.14);
}

.login-submit-btn {
  width: 100%;
  padding: 13px 18px;
  background: #1657FF;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(22, 87, 255, 0.3);
  transition: background 0.15s ease, transform 0.1s ease;
  margin-top: 4px;
}

.login-submit-btn:hover {
  background: #124AD9;
}

.login-submit-btn:active {
  transform: scale(0.99);
}

.login-form-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.forgot-pwd-link {
  color: #1657FF;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.15s;
}

.forgot-pwd-link:hover {
  color: #124AD9;
  text-decoration: underline;
}

.institution-register-text {
  font-size: 13px;
  color: #64748B;
  margin: 0;
}

.register-action-link {
  color: #1657FF;
  font-weight: 700;
  text-decoration: none;
}

.register-action-link:hover {
  text-decoration: underline;
}

@media (max-width: 820px) {
  .login-card-container {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  .login-left-panel {
    padding: 32px 28px;
    min-height: 240px;
  }
  .login-right-panel {
    padding: 32px 28px;
  }
}

/* ==========================================================================
   PASSWORD TOGGLE & LIVE VERIFIER STYLING
   ========================================================================== */

.password-input-container {
  position: relative;
  width: 100%;
}

.password-input-container input {
  padding-right: 42px !important;
}

.btn-toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  color: #64748B;
  padding: 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s, background 0.15s;
  z-index: 5;
}

.btn-toggle-password:hover {
  color: #0F172A;
  background: rgba(0, 0, 0, 0.05);
}

.pass-verifier-card {
  margin-top: 10px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 12px 14px;
}

.pass-verifier-title {
  font-size: 11px;
  font-weight: 700;
  color: #475569;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pass-verifier-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 12px;
  font-size: 12px;
}

.req-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #64748B;
  transition: all 0.15s ease;
}

.req-item.valid {
  color: #15803D;
  font-weight: 600;
}

.req-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #E2E8F0;
  color: #64748B;
  font-size: 10px;
  font-weight: 800;
  flex-shrink: 0;
  transition: all 0.15s ease;
}

.req-item.valid .req-icon {
  background: #DCFCE7;
  color: #15803D;
}

/* =========================================================
   CABECERA Y LOGO
========================================================= */

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.topbar-divider {
    opacity: 0.65;
}

.brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.brand-logo {
    display: block;
    width: auto;
    height: 56px;
    object-fit: contain;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}

/* =========================================================
   SELECTOR DE IDIOMA
========================================================= */

.language-selector {
    position: relative;
}

.language-button {
    min-width: 78px;
    height: 42px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #d8dde7;
    border-radius: 8px;
    background: #ffffff;
    color: #344054;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.language-button:hover,
.language-button:focus-visible {
    color: var(--secondary);
    border-color: var(--secondary);
    background: #f8fbff;
    box-shadow: 0 0 0 3px rgba(0, 91, 161, 0.10);
    outline: none;
}

.language-selector.is-open .language-button {
    color: var(--secondary);
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(0, 91, 161, 0.10);
}

.language-globe {
    flex-shrink: 0;
}

.language-current {
    min-width: 20px;
    text-align: center;
}

.language-chevron {
    transition: transform 0.2s ease;
}

.language-selector.is-open .language-chevron {
    transform: rotate(180deg);
}

.language-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 100;

    min-width: 180px;
    padding: 7px;

    border: 1px solid #e4e7ec;
    border-radius: 10px;

    background: #ffffff;

    box-shadow:
        0 18px 45px rgba(16, 24, 40, 0.14),
        0 2px 8px rgba(16, 24, 40, 0.08);

    visibility: hidden;
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;

    transition:
        opacity 0.18s ease,
        transform 0.18s ease,
        visibility 0.18s ease;
}

.language-selector.is-open .language-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.language-option {
    display: grid;
    grid-template-columns: 34px 1fr 18px;
    align-items: center;
    gap: 8px;

    min-height: 43px;
    padding: 8px 10px;

    border-radius: 7px;

    color: #344054;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;

    transition:
        background-color 0.15s ease,
        color 0.15s ease;
}

.language-option:hover,
.language-option:focus-visible {
    background: #eef6ff;
    color: var(--secondary);
    outline: none;
}

.language-option.active {
    background: #e9f4ff;
    color: var(--secondary);
}

.language-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 26px;

    border-radius: 5px;
    background: #f2f4f7;

    color: var(--primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.language-option.active .language-code {
    background: var(--secondary);
    color: #ffffff;
}

.language-check {
    justify-self: end;
    color: var(--secondary);
    font-weight: 800;
}

/* =========================================================
   BOTÓN APLICAR
========================================================= */

.nav-apply-button {
    min-width: 114px;
    min-height: 42px;
    padding: 11px 18px;
    border-radius: 7px;
    background: #37b5ef;
    color: #001a57 !important;
}

.nav-apply-button:hover {
    background: #20a8e9;
}

/* =========================================================
   NAVEGACIÓN MÓVIL
========================================================= */

.mobile-nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 9px;

    border: 1px solid var(--border);
    border-radius: 7px;

    background: #ffffff;
    cursor: pointer;
}

.mobile-nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    border-radius: 999px;
    background: var(--primary);
}

/* =========================================================
   HOME
========================================================= */

.hero-highlight {
    color: var(--tertiary);
}

.verify-title {
    margin: 0;
    color: var(--primary);
}

.verify-description {
    margin-bottom: 0;
    color: var(--muted);
}

.verify-input-wrapper {
    position: relative;
    flex: 1;
}

.verify-search-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    color: #98a2b3;
    transform: translateY(-50%);
    pointer-events: none;
}

.verify-input {
    padding-left: 42px;
}

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

@media (max-width: 1050px) {
    .nav-inner {
        gap: 20px;
    }

    .nav-links {
        gap: 16px;
    }

    .nav-links a {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .nav-inner {
        position: relative;
    }

    .mobile-nav-toggle {
        display: block;
        order: 2;
    }

    .brand {
        order: 1;
    }

    .nav-actions {
        order: 3;
        margin-left: auto;
    }

    .nav-links {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;

        display: none;
        flex-direction: column;
        gap: 0;

        padding: 12px 20px 20px;

        border-top: 1px solid var(--border);
        border-bottom: 1px solid var(--border);

        background: #ffffff;

        box-shadow: 0 14px 30px rgba(16, 24, 40, 0.10);
    }

    .nav-links.is-open {
        display: flex;
    }

    .nav-links a {
        width: 100%;
        padding: 13px 8px;
        border-bottom: 1px solid #f0f2f5;
    }

    .nav-links a:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 650px) {
    .topbar {
        display: none;
    }

    .nav-inner {
        height: 70px;
    }

    .brand-logo {
        height: 48px;
    }

    .nav-actions {
        gap: 8px;
    }

    .nav-apply-button {
        display: none;
    }

    .language-button {
        min-width: 70px;
        height: 40px;
        padding: 0 9px;
    }

    .language-menu {
        right: -4px;
    }
}

/* =========================================================
   STANDARDS PAGE STYLING (MATCHING TARGET DESIGN)
========================================================= */

.standards-hero {
  padding: 60px 0 70px;
  background: #F8FAFC;
}

.standards-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

.standards-hero-content h1 {
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  color: #0F172A;
  margin: 0 0 20px;
}

.standards-hero-content p {
  font-size: 16px;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 32px;
}

.standards-hero-image-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.standards-hero-image-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.standards-verified-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #0A1E42;
  color: #ffffff;
  padding: 18px 24px;
  border-radius: 12px;
  max-width: 260px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  border-left: 4px solid #EAB308;
}

.standards-verified-badge .badge-tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #EAB308;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.standards-verified-badge .badge-value {
  font-size: 24px;
  font-weight: 800;
  color: #38BDF8;
  line-height: 1.1;
  margin-bottom: 4px;
}

.standards-verified-badge .badge-desc {
  font-size: 11px;
  color: #94A3B8;
  line-height: 1.4;
}

/* Model Pillars Section */
.standards-model-section {
  padding: 80px 0;
}

.highlight-underline {
  position: relative;
  display: inline-block;
}

.highlight-underline::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #FACC15;
  opacity: 0.65;
  z-index: -1;
  border-radius: 3px;
}

.pillars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 44px;
}

.pillar-card-white {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 36px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.pillar-card-dark {
  background: #091E42;
  color: #ffffff;
  border-radius: 14px;
  padding: 36px;
  box-shadow: 0 10px 30px rgba(9, 30, 66, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pillar-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  background: #0F172A;
  color: #ffffff;
  font-size: 20px;
}

.pillar-card-dark .pillar-icon {
  background: #EAB308;
  color: #0F172A;
}

.pillar-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 12px;
}

.pillar-card-white .pillar-title { color: #0F172A; }
.pillar-card-dark .pillar-title { color: #ffffff; }

.pillar-desc {
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 20px;
}

.pillar-card-white .pillar-desc { color: #475569; }
.pillar-card-dark .pillar-desc { color: #94A3B8; }

.pillar-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pillar-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 10px;
}

.pillar-checklist li svg {
  color: #0284C7;
  flex-shrink: 0;
}

/* Process Section (Dark Navy) */
.process-section-dark {
  background: #040D21;
  color: #ffffff;
  padding: 90px 0;
}

.process-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.process-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.process-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.07);
}

.process-phase-tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #EAB308;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.process-card-title {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 14px;
}

.process-card-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #94A3B8;
  margin-bottom: 24px;
}

.process-duration-badge {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #EAB308;
  text-transform: uppercase;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* FAQ Accordion Section */
.faq-section {
  padding: 80px 0;
  background: #ffffff;
}

.faq-accordion-container {
  max-width: 800px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-accordion-item {
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  overflow: hidden;
  background: #F8FAFC;
  transition: border-color 0.15s;
}

.faq-accordion-header {
  padding: 20px 24px;
  width: 100%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #0F172A;
  cursor: pointer;
  text-align: left;
}

.faq-accordion-header:hover {
  color: #0284C7;
}

.faq-accordion-content {
  padding: 0 24px 20px;
  font-size: 14px;
  line-height: 1.65;
  color: #475569;
  display: none;
}

.faq-accordion-item.active .faq-accordion-content {
  display: block;
}

.faq-chevron {
  transition: transform 0.2s;
  color: #64748B;
}

.faq-accordion-item.active .faq-chevron {
  transform: rotate(180deg);
}

/* Yellow Accent Action Badge Banner */
.badge-action-banner {
  background: linear-gradient(135deg, #061942 0%, #0A2664 100%);
  color: #ffffff;
  border-radius: 16px;
  padding: 44px 48px;
  margin: 60px 0 80px;
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 32px;
  align-items: center;
  position: relative;
  box-shadow: 0 20px 40px rgba(6, 25, 66, 0.25);
  border: 2px solid #EAB308;
}

.badge-seal-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px dashed #EAB308;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.btn-yellow-action {
  background: #EAB308;
  color: #0F172A;
  font-weight: 800;
  padding: 12px 24px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 0.15s;
}

.btn-yellow-action:hover {
  background: #FACC15;
}

@media (max-width: 992px) {
  .standards-hero-grid { grid-template-columns: 1fr; }
  .pillars-grid { grid-template-columns: 1fr; }
  .process-grid-4 { grid-template-columns: 1fr 1fr; }
  .badge-action-banner { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .process-grid-4 { grid-template-columns: 1fr; }
}

/* =========================================================
   RESOURCES & ACADEMY PAGE STYLING (MATCHING IMAGE 2)
========================================================= */

.resources-hero {
  background: linear-gradient(135deg, #030C24 0%, #071D4A 60%, #030A1C 100%);
  color: #ffffff;
  padding: 80px 0 90px;
  position: relative;
  overflow: hidden;
}

.resources-hero::after {
  content: '';
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 440px;
  height: 440px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  pointer-events: none;
}

.resources-hero h1 {
  font-size: clamp(34px, 4.8vw, 54px);
  font-weight: 800;
  margin: 0 0 16px;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.resources-hero p {
  font-size: 16.5px;
  line-height: 1.65;
  color: #94A3B8;
  max-width: 620px;
  margin-bottom: 32px;
}

/* Institutional Integrity Banner */
.integrity-banner {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 32px 36px;
  margin: 50px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 32px;
  align-items: center;
}

.integrity-tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #F97316;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.integrity-title {
  font-size: 22px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 10px;
}

.integrity-desc {
  font-size: 13.5px;
  line-height: 1.65;
  color: #475569;
  margin: 0;
}

.integrity-indicator-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #E2E8F0;
  height: 90px;
}

.indicator-support {
  background: #0A1E42;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.indicator-decision {
  background: #E2E8F0;
  color: #0F172A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.indicator-label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Course Catalog Section */
.courses-section {
  padding: 40px 0 70px;
}

.courses-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
}

.course-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.course-image-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.course-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.course-badge-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #F97316;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
}

.course-body {
  padding: 24px;
  flex: 1;
}

.course-title {
  font-size: 19px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 10px;
}

.course-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}

.course-footer-bar {
  padding: 14px 24px;
  background: #F8FAFC;
  border-top: 1px solid #F1F5F9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  color: #64748B;
  letter-spacing: 0.06em;
}

.course-enroll-link {
  color: #0F172A;
  text-decoration: none;
  font-weight: 800;
  transition: color 0.15s;
}

.course-enroll-link:hover {
  color: #F97316;
}

/* Webinar Schedule Section (Dark Navy Table) */
.webinar-section-dark {
  background: #040D21;
  color: #ffffff;
  padding: 80px 0;
}

.webinar-header-title {
  border-left: 4px solid #F97316;
  padding-left: 16px;
  margin-bottom: 32px;
}

.webinar-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.webinar-table th {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748B;
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.webinar-table td {
  padding: 20px 18px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: middle;
}

.webinar-date-box {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.webinar-date-num {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}

.webinar-date-month {
  font-size: 11px;
  font-weight: 800;
  color: #F97316;
  text-transform: uppercase;
}

.webinar-topic {
  font-weight: 700;
  color: #ffffff;
}

.webinar-speaker {
  color: #94A3B8;
  font-size: 13.5px;
}

.btn-register-orange {
  background: #F97316;
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.15s;
}

.btn-register-orange:hover {
  background: #EA580C;
}

/* Institutional Toolkits Section */
.toolkits-section {
  padding: 80px 0;
  background: #F8FAFC;
}

.toolkit-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.toolkit-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #F1F5F9;
  display: grid;
  place-items: center;
  font-size: 18px;
  margin-bottom: 16px;
  color: #0F172A;
}

.toolkit-title {
  font-size: 17px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 8px;
}

.toolkit-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #64748B;
  margin-bottom: 24px;
}

.toolkit-download-link {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #F97316;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.toolkit-download-link:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .integrity-banner { grid-template-columns: 1fr; }
  .webinar-table th:nth-child(3), .webinar-table td:nth-child(3) { display: none; }
}

@media (max-width: 768px) {
  .courses-header-bar { flex-direction: column; align-items: flex-start; gap: 16px; }
}

/* =========================================================
   PUBLIC DIRECTORY PAGE STYLING (MATCHING IMAGE 2)
========================================================= */

.directory-hero-header {
  padding: 50px 0 36px;
  background: #ffffff;
}

.directory-content-section {
  padding: 0 0 80px;
  background: #F8FAFC;
}

.directory-main-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  align-items: start;
}

/* Sidebar Filters */
.directory-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.directory-filter-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.filter-header-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #F1F5F9;
}

.filter-group {
  margin-bottom: 20px;
}

.filter-label {
  font-size: 12px;
  font-weight: 800;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  display: block;
}

.filter-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.filter-search-wrap svg {
  position: absolute;
  left: 12px;
}

.filter-input-field {
  width: 100%;
  padding: 10px 12px 10px 36px;
  border: 1px solid #CBD5E1;
  border-radius: 6px;
  font-size: 13.5px;
  outline: none;
  background: #ffffff;
}

.filter-input-field:focus {
  border-color: #0284C7;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.1);
}

.filter-select-field {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #CBD5E1;
  border-radius: 6px;
  font-size: 13.5px;
  background: #ffffff;
  outline: none;
}

.filter-checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filter-checkbox-item {
  font-size: 13px;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.filter-status-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.status-nav-item {
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  color: #475569;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.15s, color 0.15s;
}

.status-nav-item:hover {
  background: #F1F5F9;
  color: #0F172A;
}

.status-nav-item.active {
  background: #0A1E42;
  color: #ffffff;
}

.btn-reset-filters {
  width: 100%;
  padding: 10px;
  border: 1px solid #CBD5E1;
  border-radius: 6px;
  background: #F8FAFC;
  color: #475569;
  font-size: 12.5px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: block;
  transition: background 0.15s;
}

.btn-reset-filters:hover {
  background: #E2E8F0;
  color: #0F172A;
}

/* Transparency Card Sidebar */
.transparency-sidebar-card {
  background: #091E42;
  color: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 10px 25px rgba(9, 30, 66, 0.2);
}

.btn-download-annual {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s;
}

.btn-download-annual:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Main Table Panel */
.directory-table-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.table-action-header {
  padding: 20px 24px;
  border-bottom: 1px solid #F1F5F9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.displaying-tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #F97316;
  text-transform: uppercase;
}

.btn-export-action {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  color: #475569;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s;
}

.btn-export-action:hover {
  background: #E2E8F0;
  color: #0F172A;
}

/* Table Styling */
.directory-data-table {
  width: 100%;
  border-collapse: collapse;
}

.directory-data-table th {
  padding: 14px 24px;
  background: #F8FAFC;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #64748B;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #E2E8F0;
}

.directory-data-table td {
  padding: 18px 24px;
  border-bottom: 1px solid #F1F5F9;
  vertical-align: middle;
}

/* Status Pills */
.status-pill {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
}

.badge-granted {
  background: #FFF7ED;
  color: #F97316;
  border: 1px solid #FFEDD5;
}

.badge-deferred {
  background: #F1F5F9;
  color: #64748B;
  border: 1px solid #E2E8F0;
}

.badge-reviewing {
  background: #FEF9C3;
  color: #854D0E;
  border: 1px solid #FEF08A;
}

.btn-verify-badge-action {
  background: #0A1E42;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: background 0.15s;
}

.btn-verify-badge-action:hover {
  background: #0F295A;
}

/* Pagination Bar */
.directory-pagination-bar {
  padding: 16px 24px;
  background: #F8FAFC;
  border-top: 1px solid #E2E8F0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pagination-buttons {
  display: flex;
  gap: 4px;
}

.page-btn {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid #E2E8F0;
  background: #ffffff;
  color: #475569;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.page-btn.active {
  background: #0A1E42;
  color: #ffffff;
  border-color: #0A1E42;
}

/* Global Standards Network Banner */
.global-network-banner {
  margin-top: 60px;
  background: #E2E8F0 url('https://images.unsplash.com/photo-1526778548025-fa2f459cd5c1?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  border-radius: 16px;
  padding: 60px 48px;
  position: relative;
  overflow: hidden;
}

.network-card-inner {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 36px 40px;
  max-width: 520px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

@media (max-width: 992px) {
  .directory-main-layout { grid-template-columns: 1fr; }
}

/* =========================================================
   ABOUT US PAGE STYLING (MATCHING IMAGE 2)
========================================================= */

.about-hero-dark {
  background: #030D26;
  color: #ffffff;
  padding: 90px 0 100px;
}

.about-hero-tag {
  display: inline-block;
  background: #FACC15;
  color: #0F172A;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.about-hero-title {
  font-size: clamp(38px, 5.5vw, 64px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
  max-width: 800px;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.about-hero-title .text-yellow {
  color: #FACC15;
}

.about-hero-desc {
  font-size: 17px;
  line-height: 1.65;
  color: #94A3B8;
  max-width: 620px;
  margin: 0;
}

/* Mission & Vision Section */
.mission-vision-section {
  padding: 70px 0;
  background: #F8FAFC;
}

.mv-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.mv-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #CBD5E1;
  display: grid;
  place-items: center;
  font-size: 20px;
  margin-bottom: 20px;
  color: #0F172A;
}

.mv-title {
  font-size: 22px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 14px;
}

.mv-desc {
  font-size: 14.5px;
  line-height: 1.65;
  color: #475569;
  margin: 0;
}

/* Quote Image Section */
.quote-image-section {
  position: relative;
  height: 380px;
  background: #030D26 url('https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(3, 13, 38, 0.72);
}

.quote-content-box {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
}

.quote-text {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin: 0;
}

/* Leadership Council Section */
.leadership-section {
  padding: 90px 0;
  background: #ffffff;
}

.leadership-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 44px;
}

.team-grid-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.team-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
}

.team-photo-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #F1F5F9;
}

.team-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%);
  transition: filter 0.35s ease, transform 0.35s ease;
}

.team-card:hover .team-photo-wrap img {
  filter: grayscale(0%);
  transform: scale(1.04);
}

.team-body {
  padding: 24px;
}

.team-name {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0F172A;
  margin: 0 0 4px;
}

.team-role {
  font-size: 12px;
  font-weight: 700;
  color: #0284C7;
  margin-bottom: 12px;
}

.team-bio {
  font-size: 13px;
  line-height: 1.6;
  color: #64748B;
  margin: 0;
}

/* Globally Recognized By Bar */
.recognized-bar {
  background: #F1F5F9;
  padding: 36px 0;
  text-align: center;
}

.recognized-tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #94A3B8;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.recognized-logos-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  opacity: 0.65;
}

.recognized-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #334155;
}

/* Elite Join Banner */
.elite-banner-dark {
  background: #030C24;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.elite-banner-title {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 900;
  letter-spacing: -0.01em;
  margin: 0 0 32px;
  color: #ffffff;
}

.elite-banner-title .text-yellow {
  color: #FACC15;
}

@media (max-width: 992px) {
  .leadership-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .team-grid-layout { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
  .team-grid-layout { grid-template-columns: 1fr; }
}

/* =========================================================
   NEWS & INSIGHTS PAGE STYLING (MATCHING IMAGE 2)
========================================================= */

.news-hero-dark {
  background: #030C24;
  color: #ffffff;
  padding: 80px 0 90px;
}

.news-hero-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.news-hero-tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #38BDF8;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.news-hero-title {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px;
  line-height: 1.1;
}

.news-hero-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #94A3B8;
  max-width: 620px;
  margin: 0;
}

.filter-sector-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 16px 20px;
  min-width: 220px;
}

.filter-sector-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #94A3B8;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}

.filter-sector-select {
  width: 100%;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  cursor: pointer;
}

.filter-sector-select option {
  background: #030C24;
  color: #ffffff;
}

/* Featured Article Hero Card */
.featured-news-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-top: -40px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}

.featured-news-image {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.featured-news-body {
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.featured-badge {
  background: #0F172A;
  color: #ffffff;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
}

.featured-date {
  font-size: 12px;
  color: #64748B;
  font-weight: 600;
}

.featured-news-title {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  color: #0F172A;
  line-height: 1.2;
  margin: 0 0 16px;
}

.featured-news-excerpt {
  font-size: 15px;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 28px;
}

.btn-read-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #FACC15;
  color: #0F172A;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.15s;
  align-self: flex-start;
}

.btn-read-yellow:hover {
  background: #F59E0B;
}

/* News Grid Section */
.news-grid-section {
  padding: 60px 0 80px;
  background: #F8FAFC;
}

.news-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.news-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.news-card-body {
  padding: 24px;
  flex: 1;
}

.news-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.news-category-tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #0284C7;
  text-transform: uppercase;
}

.news-card-date {
  font-size: 11.5px;
  color: #64748B;
}

.news-card-title {
  font-size: 19px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 10px;
  line-height: 1.3;
}

.news-card-excerpt {
  font-size: 13.5px;
  line-height: 1.6;
  color: #475569;
  margin: 0 0 20px;
}

.btn-load-archive {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border: 2px solid #0F172A;
  border-radius: 6px;
  background: #ffffff;
  color: #0F172A;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.btn-load-archive:hover {
  background: #0F172A;
  color: #ffffff;
}

/* Subscribe Newsletter Banner */
.subscribe-newsletter-bar {
  background: #F1F5F9;
  padding: 80px 0;
  text-align: center;
}

.subscribe-box-wrap {
  display: flex;
  max-width: 540px;
  margin: 28px auto 14px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #CBD5E1;
}

.subscribe-input {
  flex: 1;
  padding: 14px 18px;
  border: none;
  font-size: 14px;
  outline: none;
}

.btn-join-network {
  background: #030C24;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0 24px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.15s;
}

.btn-join-network:hover {
  background: #0F295A;
}

@media (max-width: 992px) {
  .news-hero-grid { flex-direction: column; align-items: flex-start; gap: 24px; }
  .featured-news-card { grid-template-columns: 1fr; }
  .featured-news-image { height: 260px; }
}

/* =========================================================
   CONTACT US PAGE STYLING (MATCHING IMAGE 2)
========================================================= */

.contact-hero-dark {
  background: #030C24;
  color: #ffffff;
  padding: 80px 0 90px;
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}

.contact-hero-tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #EAB308;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.contact-hero-title {
  font-size: clamp(32px, 4.5vw, 50px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 16px;
}

.contact-hero-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #94A3B8;
  margin: 0;
}

.contact-hero-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Main Form & Info Section */
.contact-main-section {
  padding: 70px 0 90px;
  background: #F8FAFC;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 36px;
  align-items: start;
}

.contact-form-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-field-label {
  font-size: 12px;
  font-weight: 800;
  color: #334155;
}

.contact-input-styled {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #CBD5E1;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  background: #ffffff;
  color: #0F172A;
}

.contact-input-styled:focus {
  border-color: #0284C7;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.1);
}

.contact-select-styled {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #CBD5E1;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  background: #ffffff;
  color: #0F172A;
}

.contact-textarea-styled {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #CBD5E1;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  background: #ffffff;
  color: #0F172A;
  resize: vertical;
  min-height: 140px;
}

.btn-send-inquiry {
  background: #FACC15;
  color: #0F172A;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.15s;
}

.btn-send-inquiry:hover {
  background: #F59E0B;
}

/* Info Cards Sidebar */
.contact-info-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-info-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 22px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.info-icon-badge {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #0A1E42;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 18px;
  flex-shrink: 0;
}

.info-card-title {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #64748B;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.info-card-value {
  font-size: 13.5px;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.5;
}

.btn-get-direction {
  display: inline-block;
  background: #FACC15;
  color: #0F172A;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 10px;
}

/* Interactive Map Box */
.map-preview-box {
  background: #E2E8F0 url('https://images.unsplash.com/photo-1526778548025-fa2f459cd5c1?auto=format&fit=crop&w=800&q=80') center/cover no-repeat;
  border-radius: 12px;
  height: 200px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-preview-overlay {
  position: absolute;
  inset: 0;
  background: rgba(248, 250, 252, 0.85);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

/* Ready to Begin Process Banner */
.ready-begin-banner {
  background: linear-gradient(135deg, #030C24 0%, #0A2664 100%);
  color: #ffffff;
  border-radius: 16px;
  padding: 44px 48px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 20px 40px rgba(3, 12, 36, 0.2);
}

@media (max-width: 992px) {
  .contact-hero-grid { grid-template-columns: 1fr; }
  .contact-main-grid { grid-template-columns: 1fr; }
  .form-grid-2 { grid-template-columns: 1fr; }
  .ready-begin-banner { flex-direction: column; text-align: center; gap: 24px; }
}

/* --- Alert Notifications Styling --- */
.notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-radius: 12px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  animation: slideDownNotice 0.3s ease-out;
}

@keyframes slideDownNotice {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.notice-success {
  background: #ECFDF5;
  color: #065F46;
  border: 1px solid #A7F3D0;
  border-left: 4px solid #10B981;
}

.notice-error {
  background: #FEF2F2;
  color: #991B1B;
  border: 1px solid #FECACA;
  border-left: 4px solid #EF4444;
}

.notice-close {
  background: transparent;
  border: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  color: inherit;
  opacity: 0.65;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

.notice-close:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.08);
}

/* --- 3-Column Course Catalog Grid --- */
.courses-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

@media (max-width: 992px) {
  .courses-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .courses-grid-3 {
    grid-template-columns: 1fr;
  }
}

.course-card-item {
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-card-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
  border-color: #CBD5E1;
}

.course-card-image-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #0F172A;
}

.course-card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.course-card-item:hover .course-card-image-wrap img {
  transform: scale(1.05);
}

.course-badge-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #F97316;
  color: #FFFFFF;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 6px;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.course-card-content {
  padding: 22px 24px 16px;
  flex: 1;
}

.course-card-title {
  font-size: 18px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 10px;
  line-height: 1.35;
}

.course-card-desc {
  font-size: 14px;
  color: #64748B;
  line-height: 1.6;
  margin: 0;
}

.course-card-footer {
  padding: 16px 24px;
  border-top: 1px solid #F1F5F9;
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course-meta-info {
  font-size: 11px;
  font-weight: 700;
  color: #64748B;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.course-enroll-btn {
  color: #0284C7;
  font-weight: 800;
  font-size: 12.5px;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s ease, transform 0.2s ease;
}

.course-enroll-btn:hover {
  opacity: 1;
  color: #0369A1;
  transform: translateX(3px);
}

/* --- Legal & Governance Page Hero & Cards --- */
.standards-hero, .legal-page-hero {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
  padding: 70px 0 95px;
  color: #FFFFFF;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.standards-hero::after, .legal-page-hero::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(2, 132, 199, 0.15) 0%, rgba(15, 23, 42, 0) 70%);
  pointer-events: none;
}

.standards-hero .hero-badge, .legal-page-hero .hero-badge {
  display: inline-block;
  background: rgba(2, 132, 199, 0.18);
  color: #38BDF8;
  border: 1px solid rgba(56, 189, 248, 0.35);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.standards-hero h1, .standards-hero .hero-title,
.legal-page-hero h1, .legal-page-hero .hero-title {
  color: #FFFFFF !important;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.standards-hero p, .standards-hero .hero-subtitle,
.legal-page-hero p, .legal-page-hero .hero-subtitle {
  color: #94A3B8 !important;
  font-size: 16px;
  line-height: 1.6;
  max-width: 780px;
  margin: 0;
}

.legal-card-container {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 44px 48px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.07);
  border: 1px solid #E2E8F0;
  border-left: 5px solid #0284C7;
  line-height: 1.8;
  color: #334155;
}

@media (max-width: 768px) {
  .legal-card-container {
    padding: 24px 20px;
  }
}

/* --- Hero Banner Slider / Carousel --- */
.hero-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #081630;
}

.hero-slider-track {
  display: flex;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.hero-slide-item {
  min-width: 100%;
  box-sizing: border-box;
  padding: 90px 0 130px;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #FFFFFF;
}

.hero-slide-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(8, 22, 48, 0.94) 0%, rgba(10, 28, 62, 0.88) 50%, rgba(8, 22, 48, 0.78) 100%);
  z-index: 1;
}

.hero-slide-item .container {
  position: relative;
  z-index: 2;
}

.hero-slide-badge, .hero-glass-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #94A3B8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  border-radius: 30px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero-slide-title, .hero-captura h1 {
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 800;
  line-height: 1.15;
  color: #FFFFFF !important;
  margin: 0 0 20px;
  max-width: 860px;
  letter-spacing: -0.02em;
}

.text-accent-orange {
  color: #F97316 !important;
  font-weight: 800;
}

.hero-slide-subtitle, .hero-captura p {
  font-size: clamp(15px, 1.8vw, 17.5px);
  line-height: 1.65;
  color: #94A3B8 !important;
  max-width: 700px;
  margin: 0 0 34px;
}

.btn-sky {
  background: #0284C7;
  color: #FFFFFF !important;
  font-weight: 700;
  border-radius: 8px;
  padding: 12px 24px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-sky:hover {
  background: #0369A1;
  transform: translateY(-2px);
}

.btn-glass-outline {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #FFFFFF !important;
  font-weight: 700;
  border-radius: 8px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn-glass-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
}

.hero-slider-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(8, 22, 48, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  backdrop-filter: blur(8px);
}

.hero-slider-nav-btn:hover {
  background: #F97316;
  border-color: #F97316;
  transform: translateY(-50%) scale(1.1);
}

.hero-slider-prev {
  left: 24px;
}

.hero-slider-next {
  right: 24px;
}

.hero-slider-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
  align-items: center;
}

.hero-slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-slider-dot.active {
  width: 32px;
  background: #F97316;
}










