/* =========================================================
   EASY WAY — GRADUATION PROJECT SUPPORT
   Page: academic-support.html
   ========================================================= */

.research-support-page {
  background: #ffffff;
}


/* ---------------- HERO ---------------- */

.gps-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(27, 226, 218, .13), transparent 30%),
    linear-gradient(118deg, #061c31 0%, #082943 61%, #0a4056 100%);
  color: #fff;
  padding: 74px 0 66px;
}

.gps-hero__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to right, #000 10%, transparent 96%);
}

.gps-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .72fr);
  gap: 62px;
  align-items: center;
}

.gps-hero .eyebrow {
  color: #61e9e5;
  margin-bottom: 18px;
}

.gps-hero h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.65rem, 5vw, 4.65rem);
  line-height: .99;
  letter-spacing: -.045em;
}

.gps-hero h1 span {
  display: block;
  margin-top: 8px;
  color: #77ebe7;
}

.gps-hero__lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: #c8d6e2;
  font-size: 1.08rem;
  line-height: 1.72;
}

.gps-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.gps-hero__tags span {
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: #e7f3f7;
  font-size: .78rem;
  font-weight: 700;
}

.gps-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.gps-hero .button--outline {
  color: #fff;
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.035);
}

.gps-intake {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.055));
  box-shadow: 0 25px 60px rgba(0,0,0,.2);
  backdrop-filter: blur(12px);
}

.gps-intake::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}

.gps-intake__top {
  display: flex;
  gap: 15px;
  align-items: center;
}

.gps-intake__number {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  border-radius: 13px;
  color: #032a3a;
  background: #66ebe6;
  font-weight: 900;
}

.gps-intake__top small {
  display: block;
  color: #8eaabe;
  font-weight: 700;
  margin-bottom: 2px;
}

.gps-intake h2 {
  margin: 0;
  color: #fff;
  font-size: 1.35rem;
}

.gps-intake > p {
  margin: 18px 0;
  color: #c3d2dd;
  line-height: 1.65;
}

.gps-checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gps-checklist li {
  position: relative;
  padding-left: 26px;
  color: #eef7fa;
  font-size: .91rem;
  line-height: 1.45;
}

.gps-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #65ebe6;
  font-weight: 900;
}

.gps-intake__note {
  display: grid;
  gap: 3px;
  margin-top: 21px;
  padding: 14px 15px;
  border-radius: 14px;
  background: rgba(0,0,0,.16);
}

.gps-intake__note strong {
  color: #fff;
}

.gps-intake__note span {
  color: #aebfcb;
  font-size: .85rem;
}


/* ---------------- SCOPE STRIP ---------------- */

.gps-scope-strip {
  border-bottom: 1px solid #dfe8ee;
  background: #fff;
}

.gps-scope-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.gps-scope-strip__grid > div {
  display: grid;
  gap: 4px;
  padding: 19px 24px;
  border-right: 1px solid #e3ebf0;
}

.gps-scope-strip__grid > div:first-child {
  border-left: 1px solid #e3ebf0;
}

.gps-scope-strip strong {
  color: #0a2942;
  font-size: .88rem;
}

.gps-scope-strip span {
  color: #718494;
  font-size: .76rem;
}


/* ---------------- GLOBAL PAGE SECTION ---------------- */

.gps-section {
  padding: 76px 0;
}

.gps-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 50px;
  align-items: end;
  margin-bottom: 34px;
}

.gps-heading h2,
.gps-workflow h2,
.gps-delivery h2,
.gps-faq h2 {
  margin: 5px 0 0;
  color: #0a2942;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.06;
  letter-spacing: -.035em;
}

.gps-heading > p,
.gps-workflow__intro > p,
.gps-delivery__content > p,
.gps-faq__intro > p {
  color: #64798a;
  line-height: 1.65;
}


/* ---------------- SUPPORT GRID ---------------- */

.gps-support {
  background:
    linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}

.gps-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.gps-support-card {
  position: relative;
  min-height: 285px;
  padding: 25px;
  border: 1px solid #dfe8ee;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 35, 56, .045);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.gps-support-card:hover {
  transform: translateY(-3px);
  border-color: #b7d7df;
  box-shadow: 0 16px 36px rgba(7, 35, 56, .08);
}

.gps-support-card__number {
  display: block;
  margin-bottom: 33px;
  color: #159b9b;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.gps-support-card h3 {
  margin: 0;
  color: #0b2b44;
  font-size: 1.12rem;
  line-height: 1.25;
}

.gps-support-card p {
  margin: 11px 0 16px;
  color: #6c7e8d;
  font-size: .9rem;
  line-height: 1.58;
}

.gps-support-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gps-support-card li {
  position: relative;
  padding-left: 15px;
  color: #41586b;
  font-size: .82rem;
  font-weight: 700;
}

.gps-support-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .52em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #11a9a7;
}

.gps-fields-bar {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: center;
  margin-top: 22px;
  padding: 17px 19px;
  border: 1px solid #dfe8ee;
  border-radius: 15px;
  background: #fff;
}

.gps-fields-bar > span {
  color: #536a7b;
  font-size: .85rem;
  font-weight: 800;
}

.gps-fields-bar > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
}

.gps-fields-bar a {
  color: #087f83;
  font-size: .79rem;
  font-weight: 800;
}


/* ---------------- WORKFLOW ---------------- */

.gps-workflow {
  background: #fff;
  border-top: 1px solid #eef2f5;
  border-bottom: 1px solid #e5edf1;
}

.gps-workflow__layout {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
  gap: 70px;
}

.gps-workflow__intro {
  position: sticky;
  top: 125px;
  align-self: start;
}

.gps-workflow__intro > a {
  display: inline-block;
  margin-top: 12px;
  color: #087f83;
  font-weight: 900;
}

.gps-steps {
  border-top: 1px solid #dce7ed;
}

.gps-step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #dce7ed;
}

.gps-step > span {
  color: #159c9b;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.gps-step h3 {
  margin: 0 0 6px;
  color: #0a2942;
  font-size: 1.12rem;
}

.gps-step p {
  margin: 0;
  color: #6b7d8c;
  line-height: 1.62;
}


/* ---------------- DELIVERABLES ---------------- */

.gps-delivery {
  background: #f5f9fb;
}

.gps-delivery__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 55px;
  align-items: start;
}

.gps-delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
  margin-top: 28px;
}

.gps-delivery-grid > div {
  padding: 18px;
  border: 1px solid #dbe6ec;
  border-radius: 15px;
  background: #fff;
}

.gps-delivery-grid strong {
  display: block;
  margin-bottom: 5px;
  color: #0a2942;
  font-size: .92rem;
}

.gps-delivery-grid span {
  color: #6b7e8d;
  font-size: .82rem;
  line-height: 1.52;
}

.gps-integrity {
  padding: 28px;
  border-radius: 22px;
  background: #08263e;
  color: #fff;
  box-shadow: 0 20px 45px rgba(7, 35, 56, .12);
}

.gps-integrity__label {
  display: inline-block;
  margin-bottom: 20px;
  color: #65ebe6;
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gps-integrity h3 {
  margin: 0;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.18;
}

.gps-integrity p {
  color: #bbccd8;
  line-height: 1.66;
}

.gps-integrity__rule {
  height: 1px;
  margin: 22px 0;
  background: rgba(255,255,255,.13);
}

.gps-integrity > strong {
  color: #fff;
}


/* ---------------- PROJECT EXAMPLES ---------------- */

.gps-examples {
  background:
    linear-gradient(145deg, #061c31 0%, #082b43 100%);
  color: #fff;
}

.gps-heading--light h2 {
  color: #fff;
}

.gps-heading--light > p {
  color: #aebfcb;
}

.gps-examples .eyebrow {
  color: #60e7e2;
}

.gps-project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.gps-project {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  color: inherit;
  transition: transform .2s ease, border-color .2s ease;
}

.gps-project:hover {
  transform: translateY(-3px);
  border-color: rgba(101,235,230,.45);
}

.gps-project__image {
  display: block;
  aspect-ratio: 16 / 8.7;
  overflow: hidden;
  background: #0b2334;
}

.gps-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.gps-project:hover img {
  transform: scale(1.025);
}

.gps-project > div {
  padding: 20px;
}

.gps-project > div > span {
  color: #64e8e4;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.gps-project h3 {
  margin: 8px 0 7px;
  color: #fff;
  font-size: 1.08rem;
}

.gps-project p {
  margin: 0 0 14px;
  color: #aebfcb;
  font-size: .86rem;
  line-height: 1.55;
}

.gps-project strong {
  color: #fff;
  font-size: .8rem;
}

.gps-examples__action {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}


/* ---------------- FAQ ---------------- */

.gps-faq {
  background: #fff;
}

.gps-faq__layout {
  display: grid;
  grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
  gap: 70px;
}

.gps-faq__items {
  border-top: 1px solid #dce6ec;
}

.gps-faq-item {
  border-bottom: 1px solid #dce6ec;
}

.gps-faq-item summary {
  position: relative;
  cursor: pointer;
  padding: 20px 42px 20px 0;
  color: #0a2942;
  font-weight: 900;
  list-style: none;
}

.gps-faq-item summary::-webkit-details-marker {
  display: none;
}

.gps-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 17px;
  color: #0c8d90;
  font-size: 1.35rem;
}

.gps-faq-item[open] summary::after {
  content: "−";
}

.gps-faq-item p {
  max-width: 720px;
  margin: -3px 0 21px;
  color: #687d8d;
  line-height: 1.65;
}


/* ---------------- FINAL CTA ---------------- */

.gps-final {
  padding: 0 0 76px;
  background: #fff;
}

.gps-final__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 45px;
  align-items: center;
  padding: 36px 40px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 20%, rgba(68,226,219,.15), transparent 33%),
    #08263e;
  box-shadow: 0 24px 55px rgba(7, 35, 56, .13);
}

.gps-final__box > div:first-child > span {
  color: #64e9e4;
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gps-final h2 {
  max-width: 780px;
  margin: 8px 0 9px;
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.gps-final p {
  max-width: 760px;
  margin: 0;
  color: #b9cad6;
  line-height: 1.6;
}

.gps-final__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 215px;
}

.gps-final__actions .button {
  justify-content: center;
}


/* ---------------- CURRENT NAV ITEM ---------------- */

.research-support-page .nav-dropdown a[aria-current="page"] {
  background: rgba(23, 161, 163, .08);
  color: #087f83;
}


/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 1100px) {

  .gps-hero__layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 35px;
  }

  .gps-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

}


@media (max-width: 900px) {

  .gps-hero {
    padding: 56px 0 48px;
  }

  .gps-hero__layout {
    grid-template-columns: 1fr;
  }

  .gps-intake {
    max-width: 680px;
  }

  .gps-scope-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gps-scope-strip__grid > div:nth-child(3) {
    border-left: 1px solid #e3ebf0;
  }

  .gps-heading,
  .gps-workflow__layout,
  .gps-delivery__layout,
  .gps-faq__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .gps-workflow__intro {
    position: static;
  }

  .gps-project-grid {
    grid-template-columns: 1fr;
  }

  .gps-project {
    display: grid;
    grid-template-columns: 210px 1fr;
  }

  .gps-project__image {
    height: 100%;
    aspect-ratio: auto;
  }

  .gps-final__box {
    grid-template-columns: 1fr;
  }

  .gps-final__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

}


@media (max-width: 680px) {

  .gps-hero {
    padding: 43px 0 38px;
  }

  .gps-hero h1 {
    font-size: clamp(2.18rem, 11vw, 3.15rem);
  }

  .gps-hero__lead {
    font-size: .96rem;
    line-height: 1.65;
  }

  .gps-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gps-hero__actions .button {
    justify-content: center;
  }

  .gps-intake {
    padding: 21px;
    border-radius: 19px;
  }

  .gps-scope-strip__grid {
    grid-template-columns: 1fr 1fr;
  }

  .gps-scope-strip__grid > div {
    padding: 15px 13px;
  }

  .gps-section {
    padding: 54px 0;
  }

  .gps-heading {
    margin-bottom: 24px;
  }

  .gps-heading h2,
  .gps-workflow h2,
  .gps-delivery h2,
  .gps-faq h2 {
    font-size: 2rem;
  }

  .gps-support-grid {
    grid-template-columns: 1fr;
  }

  .gps-support-card {
    min-height: 0;
    padding: 21px;
  }

  .gps-support-card__number {
    margin-bottom: 22px;
  }

  .gps-fields-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .gps-fields-bar > div {
    justify-content: flex-start;
  }

  .gps-step {
    grid-template-columns: 46px 1fr;
  }

  .gps-delivery-grid {
    grid-template-columns: 1fr;
  }

  .gps-integrity {
    padding: 22px;
  }

  .gps-project {
    display: block;
  }

  .gps-project__image {
    aspect-ratio: 16 / 9;
  }

  .gps-final {
    padding-bottom: 54px;
  }

  .gps-final__box {
    padding: 26px 22px;
    border-radius: 18px;
  }

  .gps-final__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

}

@media (prefers-reduced-motion: reduce) {
  .gps-support-card,
  .gps-project,
  .gps-project img {
    transition: none;
  }
}


/* === ACADEMIC HERO COMPACT START === */

@media (min-width: 901px) {

  .research-support-page .gps-hero {
    padding: 46px 0 42px;
  }

  .research-support-page .gps-hero__layout {
    grid-template-columns:
      minmax(0, 1.18fr)
      minmax(355px, .72fr);
    gap: 44px;
    align-items: center;
  }

  .research-support-page .gps-hero .eyebrow {
    margin-bottom: 14px;
  }

  .research-support-page .gps-hero h1 {
    max-width: 900px;
    font-size: clamp(2.75rem, 3.6vw, 3.95rem);
    line-height: 1.01;
    letter-spacing: -.04em;
  }

  .research-support-page .gps-hero h1 span {
    margin-top: 5px;
  }

  .research-support-page .gps-hero__lead {
    max-width: 800px;
    margin-top: 18px;
    font-size: .98rem;
    line-height: 1.58;
  }

  .research-support-page .gps-hero__tags {
    margin-top: 17px;
  }

  .research-support-page .gps-hero__actions {
    margin-top: 19px;
  }

  .research-support-page .gps-intake {
    padding: 23px;
    border-radius: 21px;
  }

  .research-support-page .gps-intake > p {
    margin: 14px 0;
    line-height: 1.5;
  }

  .research-support-page .gps-checklist {
    gap: 7px;
  }

  .research-support-page .gps-checklist li {
    font-size: .86rem;
  }

  .research-support-page .gps-intake__note {
    margin-top: 14px;
    padding: 11px 13px;
  }
}

/* === ACADEMIC HERO COMPACT END === */
