body.section-v3-page {
  background: #ffffff;
  color: #10131a;
}

body.section-v3-page .navbar {
  height: 100px;
  min-height: 100px;
  display: block;
  margin: 0;
  padding: 0;
  background: #ffffff !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.08) !important;
}

body.section-v3-page .navbar .container,
body.section-v3-page .navbar-container,
body.section-v3-page .nav-container {
  width: min(1200px, calc(100% - 48px));
  min-height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

body.section-v3-page .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8b5cf6 !important;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

body.section-v3-page .navbar-brand i,
body.section-v3-page .navbar-menu i {
  display: none;
}

body.section-v3-page .navbar-menu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.section-v3-page .navbar-menu > li > a {
  padding: 14px 0;
  color: #0f172a;
  background: transparent !important;
  border-radius: 0;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

body.section-v3-page .navbar-menu > li > a:hover,
body.section-v3-page .navbar-menu > li > a.active {
  color: #6d28d9 !important;
  background: transparent !important;
}

body.section-v3-page .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  font-family: inherit;
  vertical-align: middle;
}

body.section-v3-page .dropdown:hover .dropdown-toggle::after {
  transform: rotate(225deg) translateY(-2px);
}

body.section-v3-page .dropdown-menu {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

body.section-v3-page .dropdown-menu a {
  color: #0f172a !important;
  background: #ffffff !important;
  font-weight: 760;
}

body.section-v3-page .dropdown-menu a:hover {
  color: #4f46e5 !important;
  background: #f8fafc !important;
}

body.section-v3-page .site-search-trigger {
  width: auto !important;
  min-width: 83px;
  margin-left: 0;
  min-height: 38px;
  padding: 0 16px;
  border-color: #e2e8f0;
  background: #ffffff;
  color: #0f172a;
  box-shadow: none;
  white-space: nowrap;
}

body.section-v3-page .site-search-trigger span {
  display: inline;
  white-space: nowrap;
}

body.section-v3-page .menu-toggle {
  border: 0;
  background: transparent;
}

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

body.section-v3-page > .site-breadcrumbs {
  width: min(1200px, calc(100% - 48px));
}

.section-v3-hero {
  position: relative;
  padding: 92px 0 104px;
  color: #ffffff;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 8, 16, 0.92), rgba(5, 8, 16, 0.66)),
    linear-gradient(180deg, rgba(5, 8, 16, 0) 78%, #ffffff 100%),
    url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=2200&q=82") center / cover;
}

.section-v3-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 64px;
  align-items: center;
}

.section-v3-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
}

.section-v3-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22d3ee;
}

.section-v3-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: 60px;
  line-height: 1.08;
  font-weight: 900;
}

.section-v3-hero p {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.85;
  font-weight: 650;
}

.section-v3-radar {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px);
}

.section-v3-radar h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
}

.section-v3-radar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.section-v3-stat {
  position: relative;
  display: block;
  min-height: 84px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  color: inherit;
  background: rgba(255, 255, 255, 0.16);
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.section-v3-stat::after {
  content: "→";
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  font-weight: 900;
}

.section-v3-stat:hover,
.section-v3-stat:focus-visible,
.section-v3-stat.active {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.26);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
  transform: translateY(-2px);
  outline: none;
}

.section-v3-stat strong {
  display: block;
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
}

.section-v3-stat span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
}

.section-v3-quick {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: -42px;
}

.section-v3-quick a,
.section-v3-quick div {
  min-height: 104px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  color: #10131a;
  text-decoration: none;
}

.section-v3-quick span {
  display: block;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.section-v3-quick strong {
  display: block;
  margin-top: 10px;
  color: #10131a;
  font-size: 17px;
  line-height: 1.35;
}

.section-v3-section {
  padding: 78px 0 0;
}

.section-v3-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-end;
  margin-bottom: 24px;
}

.section-v3-head span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef2ff;
  color: #4f46e5;
  font-size: 12px;
  font-weight: 900;
}

.section-v3-head h2 {
  margin: 0;
  color: #10131a;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 900;
}

.section-v3-head p {
  max-width: 620px;
  margin: 0;
  color: #64748b;
  line-height: 1.85;
  font-weight: 650;
}

.section-v3-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin: 28px 0;
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.section-v3-search {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
}

.section-v3-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.section-v3-filter {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #ffffff;
  color: #334155;
  font-weight: 850;
  cursor: pointer;
}

.section-v3-filter.active,
.section-v3-filter:hover {
  border-color: #10131a;
  background: #10131a;
  color: #ffffff;
}

.section-v3-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.section-v3-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.section-v3-card-top,
.section-v3-card-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.section-v3-subject {
  display: inline-flex;
  min-width: 34px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eef2ff;
  color: #4f46e5;
  font-weight: 900;
}

.section-v3-status {
  padding: 7px 10px;
  border-radius: 999px;
  background: #ecfeff;
  color: #0e7490;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.section-v3-card h3 {
  margin: 0;
  color: #10131a;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
}

.section-v3-card p {
  margin: 0;
  color: #64748b;
  line-height: 1.75;
  font-weight: 650;
}

.section-v3-meta {
  display: grid;
  gap: 10px;
}

.section-v3-meta div {
  padding: 12px;
  border-radius: 12px;
  background: #f8fafc;
}

.section-v3-meta span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
}

.section-v3-meta strong {
  display: block;
  margin-top: 5px;
  color: #10131a;
  font-size: 14px;
  line-height: 1.45;
}

.section-v3-card-foot small {
  color: #64748b;
  font-weight: 800;
}

.section-v3-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #10131a;
  color: #ffffff;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.section-v3-empty {
  grid-column: 1 / -1;
  padding: 42px;
  border: 1px dashed #cbd5e1;
  border-radius: 18px;
  color: #64748b;
  text-align: center;
  font-weight: 800;
}

.section-v3-pathways {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.section-v3-pathway {
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.section-v3-pathway span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f0fdf4;
  color: #15803d;
  font-size: 12px;
  font-weight: 900;
}

.section-v3-pathway h3 {
  margin: 0 0 10px;
  color: #10131a;
  font-size: 21px;
  font-weight: 900;
}

.section-v3-pathway p {
  margin: 0;
  color: #64748b;
  line-height: 1.75;
  font-weight: 650;
}

.section-v3-insight {
  margin: 78px 0 84px;
  padding: 34px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  border-radius: 24px;
  background: #10131a;
  color: #ffffff;
}

.section-v3-insight h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
}

.section-v3-insight p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  font-weight: 650;
}

.section-v3-insight a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #10131a;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 980px) {
  body.section-v3-page > .site-breadcrumbs {
    width: min(100% - 28px, 1200px);
  }

  body.section-v3-page .navbar {
    height: 72px;
    min-height: 72px;
  }

  body.section-v3-page .navbar .container,
  body.section-v3-page .navbar-container,
  body.section-v3-page .nav-container {
    width: min(100% - 28px, 1200px);
    min-height: 72px;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }

  body.section-v3-page .navbar-brand {
    font-size: 23px;
  }

  body.section-v3-page .site-search-trigger {
    min-width: 42px !important;
    min-height: 38px;
    margin-left: auto;
    padding: 0 12px;
    justify-content: center;
  }

  body.section-v3-page .site-search-trigger span {
    display: none;
  }

  body.section-v3-page .menu-toggle {
    display: flex;
  }

  body.section-v3-page .navbar-menu:not(.active),
  body.section-v3-page .nav-menu:not(.active) {
    display: none !important;
  }

  body.section-v3-page .navbar-menu.active,
  body.section-v3-page .nav-menu.active {
    top: 72px;
    background: #ffffff;
  }

  .section-v3-hero-grid,
  .section-v3-toolbar,
  .section-v3-head,
  .section-v3-insight {
    grid-template-columns: 1fr;
    display: grid;
  }

  .section-v3-radar {
    max-width: 520px;
  }

  .section-v3-quick,
  .section-v3-grid,
  .section-v3-pathways {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-v3-filter-group {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .section-v3-container {
    width: min(100% - 28px, 1200px);
  }

  .section-v3-hero {
    padding: 64px 0 84px;
  }

  .section-v3-hero h1 {
    font-size: 40px;
  }

  .section-v3-radar-grid,
  .section-v3-quick,
  .section-v3-grid,
  .section-v3-pathways {
    grid-template-columns: 1fr;
  }

  .section-v3-head h2 {
    font-size: 28px;
  }
}
