body#page-site-index #page-header,
body#page-site-index .breadcrumb,
body#page-site-index #block-region-side-pre,
body#page-site-index [data-region="blocks-column"] {
  display: none !important;
}

body#page-site-index #page,
body#page-site-index #page-content,
body#page-site-index #region-main,
body#page-site-index #region-main-box {
  background: #f5f8fb !important;
  border: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body#page-site-index #region-main {
  overflow: hidden;
}

.sgrs-degree-home {
  font-family: Arial, sans-serif;
  color: #10233f;
  background: #f5f8fb;
}

.sgrs-degree-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.sgrs-site-nav {
  max-width: 1180px;
  margin: 22px auto 0;
  padding: 14px 22px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 14px 35px rgba(13, 39, 73, .12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  z-index: 20;
}

.sgrs-nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sgrs-nav-logo {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #10233f;
  color: #ffd56b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.sgrs-nav-brand strong {
  display: block;
  color: #10233f;
  font-size: 17px;
}

.sgrs-nav-brand small {
  display: block;
  color: #64748b;
  font-size: 13px;
}

.sgrs-nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.sgrs-nav-links a {
  color: #10233f !important;
  font-weight: 800;
  text-decoration: none !important;
}

.sgrs-nav-login {
  padding: 10px 18px;
  border-radius: 999px;
  background: #f5b83d;
}

.sgrs-degree-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: -38px;
  background: #071a33;
}

.sgrs-degree-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sgrs-degree-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 21, 45, .94), rgba(4, 21, 45, .72), rgba(4, 21, 45, .28)),
    linear-gradient(180deg, rgba(4, 21, 45, .10), rgba(4, 21, 45, .76));
}

.sgrs-degree-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  color: #fff;
  padding-top: 42px;
}

.sgrs-degree-eyebrow {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .28);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 18px;
}

.sgrs-degree-hero h1 {
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.05;
  font-weight: 900;
  margin: 0 0 14px;
  color: #fff;
}

.sgrs-degree-program {
  font-size: 20px;
  font-weight: 800;
  color: #ffd56b;
  margin-bottom: 8px;
}

.sgrs-degree-hero h2 {
  font-size: 30px;
  color: #e9f3ff;
  margin: 0 0 18px;
}

.sgrs-degree-hero p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 680px;
  color: #e4eefb;
  margin-bottom: 30px;
}

.sgrs-degree-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sgrs-degree-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none !important;
  transition: .25s ease;
}

.sgrs-degree-btn-primary {
  background: #f5b83d;
  color: #11223d !important;
}

.sgrs-degree-btn-outline {
  border: 1px solid rgba(255,255,255,.55);
  color: #fff !important;
  background: rgba(255,255,255,.08);
}

.sgrs-degree-quick-section {
  margin-top: -58px;
  position: relative;
  z-index: 5;
}

.sgrs-degree-quick-grid,
.sgrs-degree-about-grid,
.sgrs-resource-grid {
  display: grid;
  gap: 22px;
}

.sgrs-degree-quick-grid {
  grid-template-columns: repeat(4, 1fr);
}

.sgrs-degree-about-grid {
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
}

.sgrs-resource-grid {
  grid-template-columns: repeat(3, 1fr);
}

.sgrs-degree-quick-card,
.sgrs-feature-panel,
.sgrs-resource-grid article {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(13, 39, 73, .12);
  border: 1px solid rgba(16,35,63,.08);
}

.sgrs-degree-quick-card {
  padding: 22px;
  text-decoration: none !important;
  display: flex;
  gap: 16px;
  min-height: 126px;
}

.sgrs-degree-quick-card > span {
  font-size: 24px;
  font-weight: 900;
  color: #f5b83d;
}

.sgrs-degree-quick-card strong {
  display: block;
  color: #10233f;
  font-size: 17px;
  margin-bottom: 7px;
}

.sgrs-degree-quick-card small {
  color: #5d6f86;
  line-height: 1.5;
}

.sgrs-degree-about,
.sgrs-degree-resources {
  padding: 80px 0;
}

.sgrs-section-label {
  display: inline-block;
  color: #0d6efd;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 12px;
}

.sgrs-degree-about h2,
.sgrs-section-heading h2 {
  font-size: clamp(30px, 4vw, 46px);
  color: #10233f;
  margin: 0 0 18px;
  font-weight: 900;
}

.sgrs-degree-about p,
.sgrs-section-heading p {
  color: #5c6f86;
  font-size: 17px;
  line-height: 1.75;
}

.sgrs-text-link,
.sgrs-resource-grid a {
  color: #0d6efd !important;
  font-weight: 900;
  text-decoration: none !important;
}

.sgrs-feature-panel {
  padding: 30px;
}

.sgrs-feature {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #eef2f6;
}

.sgrs-feature:last-child {
  border-bottom: 0;
}

.sgrs-feature span,
.sgrs-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  flex-shrink: 0;
}

.sgrs-feature span {
  background: #eaf3ff;
  color: #0d6efd;
}

.sgrs-feature strong {
  font-size: 18px;
  color: #10233f;
}

.sgrs-feature p {
  margin: 6px 0 0;
  font-size: 15px;
}

.sgrs-degree-resources {
  background: #eef5fb;
}

.sgrs-section-heading {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 42px;
}

.sgrs-resource-grid article {
  padding: 32px;
}

.sgrs-card-icon {
  background: #10233f;
  color: #ffd56b;
  margin-bottom: 18px;
}

.sgrs-resource-grid h3 {
  color: #10233f;
  font-size: 22px;
  margin-bottom: 12px;
}

.sgrs-resource-grid p {
  color: #60738a;
  line-height: 1.7;
}

.sgrs-degree-cta {
  padding: 70px 0;
  background: #10233f;
}

.sgrs-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #fff;
}

.sgrs-degree-cta span {
  color: #ffd56b;
  font-weight: 900;
}

.sgrs-degree-cta h2 {
  color: #fff;
  font-size: 38px;
  margin: 8px 0;
}

.sgrs-degree-cta p {
  color: #dbe8f7;
  margin: 0;
}

.sgrs-degree-btn-light {
  background: #fff;
  color: #10233f !important;
}

@media (max-width: 900px) {
  .sgrs-site-nav,
  .sgrs-nav-links,
  .sgrs-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .sgrs-degree-quick-grid,
  .sgrs-degree-about-grid,
  .sgrs-resource-grid {
    grid-template-columns: 1fr;
  }

  .sgrs-degree-hero {
    min-height: 580px;
  }
}
