/* MGTC brand overlay — loaded after style.css */

:root {
  --mgtc-dark-blue: #1c4792;
  --mgtc-navy: #0d1f45;
  --mgtc-blue: #007dc5;
  --mgtc-green: #8dc63f;
  --mgtc-grey: #464547;
  --mgtc-light: #f2f5f9;
  --mgtc-white: #ffffff;

  --primary: #007dc5;
  --primary-1: #1c4792;
  --primary-2: #8dc63f;
  --primary-rgb: 0, 125, 197;
  --headings-color: #1c4792;
  --body-color: #464547;
  --font-family-base: "Open Sans", sans-serif;
  --font-family-headings: "Open Sans", sans-serif;
  --font-family-btn: "Open Sans", sans-serif;
  --b-font: "Open Sans", sans-serif;
  --h-font: "Open Sans", sans-serif;
}

body.mgtc-home {
  font-family: "Open Sans", sans-serif;
  color: var(--mgtc-grey);
  background: var(--mgtc-white);
}

body.mgtc-home h1,
body.mgtc-home h2,
body.mgtc-home h3,
body.mgtc-home h4,
body.mgtc-home h5,
body.mgtc-home h6,
body.mgtc-home .sec-title,
body.mgtc-home .display-1,
body.mgtc-home .display-2,
body.mgtc-home .display-4,
body.mgtc-home .display-5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: var(--mgtc-dark-blue);
}

body.mgtc-home .text-primary,
body.mgtc-home .sec-meta,
body.mgtc-home .sec-intro .sec-meta {
  color: var(--mgtc-blue) !important;
}

body.mgtc-home .bg-primary,
body.mgtc-home .btn-primary {
  background-color: var(--mgtc-blue) !important;
  border-color: var(--mgtc-blue) !important;
  color: var(--mgtc-white) !important;
}

body.mgtc-home .btn-primary:hover,
body.mgtc-home .btn-primary:focus {
  background-color: var(--mgtc-dark-blue) !important;
  border-color: var(--mgtc-dark-blue) !important;
  color: var(--mgtc-white) !important;
}

body.mgtc-home .btn-outline-light {
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  background: transparent;
}

body.mgtc-home .btn-outline-light:hover {
  background: #fff;
  color: var(--mgtc-navy);
  border-color: #fff;
}

body.mgtc-home .bg-dark-alt {
  background-color: var(--mgtc-navy) !important;
}

body.mgtc-home .bg-shade {
  background-color: var(--mgtc-light) !important;
}

/* Header overlay */
body.mgtc-home .header.header-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 0 !important;
}

body.mgtc-home .header.header-3 .navbar-brand img,
body.mgtc-home .offcanvas-nav img,
body.mgtc-home .mgtc-footer-logo {
  height: 48px;
  width: auto;
  mix-blend-mode: screen;
}

body.mgtc-home .header.header-3 .navbar .navbar-nav > li > a.nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

body.mgtc-home .header.header-3 .navbar .navbar-nav > li > a.nav-link:hover,
body.mgtc-home .header.header-3 .navbar .navbar-nav > li > a.nav-link.active {
  color: var(--mgtc-green);
}

body.mgtc-home .header.header-3 .navbar-toggler {
  color: #fff;
}

body.mgtc-home .mgtc-lang {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-right: 18px;
  white-space: nowrap;
  text-decoration: none;
}

body.mgtc-home .mgtc-lang b {
  color: var(--mgtc-green);
}

body.mgtc-home .header .header-nav-wrapper.header-sticky.scroll-on {
  background: var(--mgtc-dark-blue);
  box-shadow: 0 8px 24px rgba(13, 31, 69, 0.28);
}

body.mgtc-home .header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li > a.nav-link {
  color: #fff;
}

body.mgtc-home .navbar button.navbar-toggler.offcanvas-nav-btn {
  color: #fff;
}

body.mgtc-home .offcanvas-nav .nav-link {
  color: #fff;
}

body.mgtc-home .dropdown-menu {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(13, 31, 69, 0.2);
  padding: 10px;
}

body.mgtc-home .dropdown-menu .dropdown-item {
  color: var(--mgtc-dark-blue);
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 14px;
}

body.mgtc-home .dropdown-menu .dropdown-item:hover {
  background: var(--mgtc-light);
  color: var(--mgtc-blue);
}

body.mgtc-home .dropdown-header {
  color: var(--mgtc-grey);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  body.mgtc-home .offcanvas-nav {
    background: var(--mgtc-navy) !important;
  }

  body.mgtc-home .offcanvas-nav .dropdown-item,
  body.mgtc-home .offcanvas-nav .dropdown-menu .dropdown-item {
    color: #fff;
  }

  body.mgtc-home .offcanvas-nav .dropdown-item:hover,
  body.mgtc-home .offcanvas-nav .dropdown-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--mgtc-green);
  }

  body.mgtc-home .offcanvas-nav .dropdown-header {
    color: rgba(255, 255, 255, 0.55);
  }
}

/* Full-screen hero */
.mgtc-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
}

.mgtc-hero video,
.mgtc-hero .mgtc-hero-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.mgtc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(13, 31, 69, 0.35) 0%, rgba(13, 31, 69, 0.2) 38%, rgba(13, 31, 69, 0.82) 100%),
    linear-gradient(90deg, rgba(28, 71, 146, 0.45) 0%, transparent 55%);
}

.mgtc-hero .container,
.mgtc-hero .container-fluid {
  position: relative;
  z-index: 2;
}

.mgtc-hero-content {
  padding: 140px 0 88px;
  max-width: 860px;
}

.mgtc-hero-content h1 {
  color: #fff !important;
  font-size: clamp(36px, 5.2vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.mgtc-hero-content h1 em {
  font-style: normal;
  color: var(--mgtc-green);
}

.mgtc-hero-content p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.6;
  max-width: 560px;
  margin-bottom: 32px;
}

.mgtc-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.mgtc-hero-scroll {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 700;
}

/* Impact stats */
.mgtc-stats {
  background: var(--mgtc-navy);
  padding: 0;
}

.mgtc-stats .stat-card {
  padding: 48px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.mgtc-stats .stat-card:first-child {
  border-left: 0;
}

.mgtc-stats h3,
.mgtc-stats .display-2,
.mgtc-stats .purecounter {
  color: var(--mgtc-green) !important;
  font-weight: 800;
}

.mgtc-stats p {
  color: rgba(255, 255, 255, 0.78);
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

/* About / story */
.mgtc-story .about-media,
.mgtc-story .about-thmb {
  position: relative;
}

.mgtc-story .about-media img,
.mgtc-story .about-thmb img {
  border-radius: 18px;
  width: 100%;
}

.mgtc-mandate-card {
  position: absolute;
  left: 20px;
  bottom: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 22px 50px rgba(13, 31, 69, 0.2);
  padding: 22px 24px;
  max-width: 280px;
  z-index: 2;
}

.mgtc-mandate-card b {
  display: block;
  color: var(--mgtc-dark-blue);
  font-size: 15px;
  margin-bottom: 6px;
}

.mgtc-mandate-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--mgtc-grey);
}

.mgtc-story .sec-title em,
.mgtc-story h2 em {
  font-style: normal;
  color: var(--mgtc-green);
}

.mgtc-story .sec-title {
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.2;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mgtc-story.about-3 .about-media {
    display: block !important;
  }
}

@media (max-width: 1199.98px) {
  .about-3 .about-thmb {
    left: 0;
  }
}

/* Service pillars */
body.mgtc-home .services-3 .service-entry6 {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

body.mgtc-home .services-3 .service-entry6:hover {
  transform: translateY(-6px);
  border-color: rgba(141, 198, 63, 0.45);
}

body.mgtc-home .services-3 .service-entry6 h3,
body.mgtc-home .services-3 .service-entry6 h3 a,
body.mgtc-home .services-3 .sec-title {
  color: #fff !important;
}

body.mgtc-home .services-3 .icon-md {
  background: rgba(0, 125, 197, 0.18);
}

body.mgtc-home .services-3 .btn-2 {
  color: var(--mgtc-green);
}

body.mgtc-home .services-3 .service-entry6:hover .btn-2 span {
  background-color: var(--mgtc-green);
  color: var(--mgtc-navy);
}

body.mgtc-home .services-3 .footer-txt,
body.mgtc-home .services-3 .footer-txt a {
  color: rgba(255, 255, 255, 0.7);
}

/* Reports */
.mgtc-reports {
  background: var(--mgtc-light);
}

.mgtc-report-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 26px;
  height: 100%;
  box-shadow: 0 10px 28px rgba(13, 31, 69, 0.08);
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: transform 0.25s ease;
}

.mgtc-report-card:hover {
  transform: translateY(-4px);
}

.mgtc-report-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex: none;
  background: var(--mgtc-dark-blue);
}

.mgtc-report-icon.accent {
  background: var(--mgtc-blue);
}

.mgtc-report-icon.green {
  background: var(--mgtc-green);
  color: var(--mgtc-navy);
}

.mgtc-report-card h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.mgtc-report-card p {
  margin-bottom: 10px;
  font-size: 14px;
}

.mgtc-report-card a {
  font-weight: 700;
  font-size: 13px;
  color: var(--mgtc-blue);
  text-decoration: none;
}

/* LCC story band */
.mgtc-lcc {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.mgtc-lcc .jarallax-img,
.mgtc-lcc img.mgtc-lcc-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mgtc-lcc::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(100deg, rgba(13, 31, 69, 0.88) 0%, rgba(28, 71, 146, 0.62) 48%, rgba(13, 31, 69, 0.35) 100%);
}

.mgtc-lcc .container {
  position: relative;
  z-index: 2;
}

.mgtc-lcc .sec-meta {
  color: var(--mgtc-green) !important;
}

.mgtc-lcc h2,
.mgtc-lcc .sec-title {
  color: #fff !important;
  max-width: 720px;
}

.mgtc-lcc p {
  color: rgba(255, 255, 255, 0.86);
  max-width: 560px;
  font-size: 17px;
}

/* Events */
body.mgtc-home .project-sec2 .project-card2 .project-txt {
  background: rgba(13, 31, 69, 0.92);
  color: #fff;
  width: min(465px, 90%);
}

body.mgtc-home .project-sec2 .project-card2 .project-txt h3,
body.mgtc-home .project-sec2 .project-card2 .project-txt h3 a {
  color: #fff !important;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

body.mgtc-home .project-sec2 .project-cat a {
  color: var(--mgtc-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

body.mgtc-home .project-sec2 .project-cta .icon {
  background: var(--mgtc-blue) !important;
  color: #fff;
}

/* News */
body.mgtc-home .blog-entry3 h3 a {
  color: var(--mgtc-dark-blue);
}

body.mgtc-home .blog-entry3 .blog-meta {
  color: var(--mgtc-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.mgtc-home .blog-entry3 .entry-media img {
  border-radius: 14px;
  width: 100%;
  height: 210px;
  object-fit: cover;
}

/* Office */
.mgtc-office {
  background: var(--mgtc-navy);
  color: #fff;
}

.mgtc-office .sec-title,
.mgtc-office h3,
.mgtc-office h4 {
  color: #fff !important;
}

.mgtc-office .sec-intro p {
  color: rgba(255, 255, 255, 0.8);
}

.mgtc-office .contact-widget {
  margin-bottom: 28px;
}

.mgtc-office .contact-widget .icon-md {
  background: rgba(0, 125, 197, 0.2);
  color: var(--mgtc-green);
  margin-right: 16px;
}

.mgtc-office .cw-txt p,
.mgtc-office .cw-txt a {
  color: rgba(255, 255, 255, 0.78);
}

.mgtc-office .social-share a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 8px;
}

.mgtc-office .social-share a:hover {
  background: var(--mgtc-blue);
  border-color: var(--mgtc-blue);
  color: #fff;
}

/* Footer */
body.mgtc-home .footer.footer-1 {
  background: var(--mgtc-navy);
}

body.mgtc-home .footer.footer-1::before {
  background-color: var(--mgtc-navy);
}

body.mgtc-home .footer .sec-title,
body.mgtc-home .footer .widget-title,
body.mgtc-home .footer h2,
body.mgtc-home .footer h3 {
  color: #fff !important;
}

body.mgtc-home .footer p,
body.mgtc-home .footer a,
body.mgtc-home .footer .text-info {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.mgtc-home .footer .navbar-brand img,
body.mgtc-home .footer .mgtc-footer-logo {
  height: 52px;
  margin-bottom: 16px;
}

body.mgtc-home .footer-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 0;
  margin: 0;
}

body.mgtc-home .preloader span {
  background: var(--mgtc-blue);
}

body.mgtc-home .scroll-top {
  background: var(--mgtc-blue);
  color: #fff;
}

.mgtc-lcc.video2-sec {
  height: auto;
  min-height: 560px;
  padding: 120px 0;
}

.mgtc-lcc.video2-sec::before {
  opacity: 1;
  background:
    linear-gradient(100deg, rgba(13, 31, 69, 0.88) 0%, rgba(28, 71, 146, 0.62) 48%, rgba(13, 31, 69, 0.35) 100%);
}

.mgtc-office.contact-3.overly::before {
  display: none;
}

.mgtc-footer-logo {
  height: 52px;
  width: auto;
  margin-bottom: 16px;
}

body.mgtc-home section[id] {
  scroll-margin-top: 96px;
}

@media (max-width: 1199.98px) {
  .mgtc-hero-content {
    padding: 120px 0 64px;
  }

  body.mgtc-home .navbar .nav-cta {
    display: flex !important;
  }
}

@media (max-width: 991.98px) {
  .mgtc-stats .stat-card {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 32px 16px;
  }

  .mgtc-mandate-card {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: none;
    margin-top: 16px;
  }

  .mgtc-lcc {
    min-height: 460px;
  }
}

@media (max-width: 767.98px) {
  .mgtc-hero-ctas .btn {
    width: 100%;
    text-align: center;
  }

  body.mgtc-home .navbar .nav-cta {
    display: flex !important;
    margin-left: auto;
    margin-right: 8px;
  }

  body.mgtc-home .navbar .nav-cta .mgtc-lang {
    display: none;
  }

  body.mgtc-home .navbar .nav-cta .btn {
    padding: 8px 12px;
    font-size: 12px;
    white-space: nowrap;
  }

  body.mgtc-home .navbar button.navbar-toggler.offcanvas-nav-btn {
    font-size: 0;
    padding: 0;
  }

  body.mgtc-home .navbar button.navbar-toggler.offcanvas-nav-btn i,
  body.mgtc-home .navbar button.navbar-toggler.offcanvas-nav-btn .fa-solid {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .mgtc-hero {
    min-height: 100vh;
  }

  .mgtc-hero-content {
    padding: 110px 0 56px;
  }

  .mgtc-hero-scroll {
    display: none;
  }

  body.mgtc-home .header.header-3 .navbar-brand img {
    height: 40px;
  }

  .mgtc-office .contact-widget {
    margin-bottom: 22px;
  }
}

/* Inner pages — About & Standard */
.mgtc-page-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  padding: 160px 0 88px;
}

.mgtc-page-hero .mgtc-page-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  animation: mgtc-kenburns 18s ease-in-out infinite alternate;
}

.mgtc-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(13, 31, 69, 0.42) 0%, rgba(13, 31, 69, 0.82) 100%),
    linear-gradient(90deg, rgba(28, 71, 146, 0.4) 0%, transparent 60%);
}

.mgtc-page-hero.is-standard::before {
  background:
    linear-gradient(180deg, rgba(13, 31, 69, 0.28) 0%, rgba(20, 70, 40, 0.45) 42%, rgba(13, 31, 69, 0.84) 100%),
    linear-gradient(90deg, rgba(141, 198, 63, 0.18) 0%, transparent 55%);
}

.mgtc-page-hero .container {
  position: relative;
  z-index: 2;
}

.mgtc-crumb {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.mgtc-crumb a {
  color: var(--mgtc-green);
  text-decoration: none;
}

.mgtc-page-hero h1 {
  color: #fff !important;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0;
}

.mgtc-page-hero h1 em {
  font-style: normal;
  color: var(--mgtc-green);
}

.mgtc-intro-box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(13, 31, 69, 0.14);
  padding: 28px 32px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: -48px;
  position: relative;
  z-index: 3;
  border-left: 6px solid var(--mgtc-green);
}

.mgtc-intro-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--mgtc-green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  font-size: 26px;
  box-shadow: 0 10px 24px rgba(141, 198, 63, 0.38);
  animation: mgtc-icon-float 2.6s ease-in-out infinite;
}

.mgtc-intro-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: var(--mgtc-grey);
}

.mgtc-page-copy {
  position: relative;
  overflow: hidden;
}

.mgtc-page-copy p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 18px;
}

.mgtc-page-copy .mgtc-arcs {
  position: absolute;
  left: -180px;
  top: 40px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(28, 71, 146, 0.08);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.mgtc-page-copy .mgtc-arcs::after {
  content: "";
  position: absolute;
  inset: 48px;
  border: 1px solid rgba(28, 71, 146, 0.08);
  border-radius: 50%;
}

.mgtc-page-copy .container {
  position: relative;
  z-index: 1;
}

.mgtc-ambition {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.mgtc-ambition-card {
  background: var(--mgtc-light);
  border-radius: 16px;
  padding: 24px 22px;
}

.mgtc-ambition-card strong {
  display: block;
  color: var(--mgtc-green);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 8px;
}

.mgtc-ambition-card span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: var(--mgtc-grey);
}

.mgtc-pillars {
  background: var(--mgtc-light);
}

.mgtc-pillar {
  background: #fff;
  border-radius: 20px;
  padding: 36px 28px 32px;
  height: 100%;
  text-align: center;
  box-shadow: 0 12px 32px rgba(13, 31, 69, 0.06);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.mgtc-pillar:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(13, 31, 69, 0.12);
}

.mgtc-pillar-icon {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  border: 3px solid var(--mgtc-green);
  color: var(--mgtc-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  font-size: 34px;
  background: rgba(141, 198, 63, 0.08);
  transition: transform 0.45s ease;
}

.mgtc-pillar:hover .mgtc-pillar-icon {
  transform: scale(1.08) rotate(-6deg);
}

.mgtc-pillar-icon.is-blue {
  border-color: var(--mgtc-blue);
  color: var(--mgtc-blue);
  background: rgba(0, 125, 197, 0.08);
}

.mgtc-pillar-icon.is-navy {
  border-color: var(--mgtc-dark-blue);
  color: var(--mgtc-dark-blue);
  background: rgba(28, 71, 146, 0.08);
}

.mgtc-pillar h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.mgtc-pillar p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.mgtc-roadmap-wrap h3 {
  font-size: clamp(20px, 2.4vw, 28px);
  margin-bottom: 22px;
}

.mgtc-roadmap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(13, 31, 69, 0.1);
}

.mgtc-roadmap-step {
  padding: 28px 18px;
  color: #fff;
  text-align: center;
}

.mgtc-roadmap-step:nth-child(1) { background: #4db6c6; }
.mgtc-roadmap-step:nth-child(2) { background: #0097a7; }
.mgtc-roadmap-step:nth-child(3) { background: #007dc5; }
.mgtc-roadmap-step:nth-child(4) { background: #3d8b37; }

.mgtc-roadmap-step b {
  display: block;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 800;
  margin-bottom: 6px;
}

.mgtc-roadmap-step span {
  display: block;
  font-size: 13px;
  opacity: 0.92;
  line-height: 1.45;
}

.mgtc-benefit {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 12px 32px rgba(13, 31, 69, 0.08);
}

.mgtc-benefit-head {
  padding: 16px 20px;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mgtc-benefit-head.is-teal { background: #0097a7; }
.mgtc-benefit-head.is-blue { background: var(--mgtc-blue); }
.mgtc-benefit-head.is-green { background: #3d8b37; }

.mgtc-benefit-body {
  padding: 22px 20px 26px;
}

.mgtc-benefit-body h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.mgtc-benefit-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.mgtc-guide-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 12px 32px rgba(13, 31, 69, 0.08);
  display: flex;
  flex-direction: column;
}

.mgtc-guide-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.mgtc-guide-card .card-body {
  padding: 22px 22px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.mgtc-guide-card h3 {
  font-size: 18px;
  margin-bottom: 16px;
}

.mgtc-guide-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

.mgtc-app-band {
  background: var(--mgtc-light);
  border-radius: 20px;
  padding: 40px 36px;
}

.mgtc-app-devices {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: flex-end;
  min-height: 180px;
}

.mgtc-device {
  background: var(--mgtc-navy);
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(13, 31, 69, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mgtc-green);
}

.mgtc-device.is-laptop {
  width: 58%;
  height: 150px;
  font-size: 42px;
}

.mgtc-device.is-tablet {
  width: 22%;
  height: 170px;
  font-size: 28px;
}

.mgtc-device.is-phone {
  width: 14%;
  height: 190px;
  border-radius: 22px;
  font-size: 22px;
}

.mgtc-btn-green {
  background: var(--mgtc-green) !important;
  border-color: var(--mgtc-green) !important;
  color: var(--mgtc-navy) !important;
  font-weight: 700;
}

.mgtc-btn-green:hover {
  background: #7ab534 !important;
  border-color: #7ab534 !important;
  color: var(--mgtc-navy) !important;
}

@media (max-width: 991.98px) {
  .mgtc-ambition,
  .mgtc-roadmap {
    grid-template-columns: 1fr 1fr;
  }

  .mgtc-intro-box {
    margin-top: -28px;
    padding: 22px 20px;
  }
}

@media (max-width: 767.98px) {
  .mgtc-page-hero {
    min-height: 420px;
    padding: 130px 0 64px;
  }

  .mgtc-ambition,
  .mgtc-roadmap {
    grid-template-columns: 1fr;
  }

  .mgtc-intro-box {
    flex-direction: column;
  }

  .mgtc-app-band {
    padding: 28px 20px;
  }

  .mgtc-device.is-laptop {
    height: 110px;
    font-size: 28px;
  }
}

/* Homepage story — clean 2-column, no theme about-3 overlap */
.mgtc-story-visual {
  position: relative;
}

.mgtc-story-visual > img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.mgtc-story .mgtc-mandate-card {
  position: absolute;
  left: 20px;
  bottom: 24px;
}

.mgtc-story .ab-mission {
  margin-bottom: 22px;
}

.mgtc-story h4.ab-title {
  color: var(--mgtc-dark-blue);
  font-size: 18px;
  margin-bottom: 8px;
}

.mgtc-story .ab-mission p {
  margin-bottom: 0;
}

body.mgtc-home .project-card2 img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 991.98px) {
  .mgtc-story-visual > img {
    height: 320px;
  }

  .mgtc-story .mgtc-mandate-card {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 16px;
  }
}

/* Clean footer */
.mgtc-footer {
  background: var(--mgtc-navy);
  color: rgba(255, 255, 255, 0.7);
  padding: 72px 0 0;
}

.mgtc-footer .container {
  max-width: 1200px;
}

.mgtc-footer-logo {
  height: 48px;
  width: auto;
  margin-bottom: 16px;
  mix-blend-mode: screen;
}

.mgtc-footer-brand p {
  max-width: 280px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.mgtc-footer-top {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) 1.4fr;
  gap: 48px 64px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: start;
}

.mgtc-footer-visit {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 1fr;
  gap: 28px;
}

.mgtc-footer-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.mgtc-footer-item i {
  color: var(--mgtc-green);
  font-size: 14px;
  margin-top: 5px;
  width: 16px;
  flex: none;
}

.mgtc-footer-item span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 6px;
}

.mgtc-footer-item p,
.mgtc-footer-item a {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.mgtc-footer-item a:hover {
  color: var(--mgtc-green);
}

.mgtc-footer-links {
  display: none;
}

.mgtc-footer-links.is-visible {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 36px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mgtc-footer-links h3 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.mgtc-footer-links a {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  padding: 5px 0;
}

.mgtc-footer-links a:hover {
  color: var(--mgtc-green);
}

.mgtc-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
}

.mgtc-footer-bottom p {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

.mgtc-footer .social-share {
  display: flex;
  gap: 8px;
}

.mgtc-footer .social-share a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0;
}

.mgtc-footer .social-share a:hover {
  background: var(--mgtc-blue);
  border-color: var(--mgtc-blue);
  color: #fff;
}

@media (max-width: 991.98px) {
  .mgtc-footer-top,
  .mgtc-footer-visit {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 767.98px) {
  .mgtc-footer {
    padding-top: 48px;
  }

  .mgtc-footer-links {
    grid-template-columns: 1fr 1fr;
    padding: 28px 0;
  }

  .mgtc-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* What we do */
.mgtc-do {
  background: var(--mgtc-light);
}

.mgtc-do-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mgtc-do-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 24px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 28px rgba(13, 31, 69, 0.06);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.mgtc-do-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(13, 31, 69, 0.12);
}

.mgtc-do-num {
  display: block;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--mgtc-blue);
  margin-bottom: 12px;
}

.mgtc-do-card h3 {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 12px;
  color: var(--mgtc-dark-blue);
}

.mgtc-do-card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: var(--mgtc-grey);
  flex: 1;
}

.mgtc-do-card a {
  font-size: 13px;
  font-weight: 700;
  color: var(--mgtc-blue);
  text-decoration: none;
}

.mgtc-do-card a:hover {
  color: var(--mgtc-green);
}

/* Events — 3 cards */
.mgtc-events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mgtc-event-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  border-radius: 20px;
  padding: 28px 26px;
  text-decoration: none !important;
  color: #fff;
  background: var(--mgtc-navy);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.mgtc-event-card:hover {
  transform: translateY(-8px);
  color: #fff;
  box-shadow: 0 18px 36px rgba(13, 31, 69, 0.22);
}

.mgtc-event-card.is-igem {
  background: linear-gradient(160deg, #1c4792 0%, #0d1f45 100%);
}

.mgtc-event-card.is-klss {
  background: linear-gradient(160deg, #007dc5 0%, #1c4792 100%);
}

.mgtc-event-card.is-cop {
  background: linear-gradient(160deg, #3d8b37 0%, #0d1f45 100%);
}

.mgtc-event-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mgtc-green);
  margin-bottom: 16px;
}

.mgtc-event-card h3 {
  color: #fff !important;
  font-size: 26px;
  margin-bottom: 12px;
}

.mgtc-event-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
  flex: 1;
}

.mgtc-event-cta {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

/* Media */
.mgtc-media {
  background: var(--mgtc-light);
}

.mgtc-text-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--mgtc-blue);
  text-decoration: none;
  white-space: nowrap;
}

.mgtc-text-link:hover {
  color: var(--mgtc-green);
}

.mgtc-media-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
}

.mgtc-media-feature {
  background: var(--mgtc-navy);
  color: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 320px;
}

.mgtc-media-feature h3 {
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.25;
  margin: 12px 0 14px;
}

.mgtc-media-feature h3 a {
  color: #fff;
  text-decoration: none;
}

.mgtc-media-feature h3 a:hover {
  color: var(--mgtc-green);
}

.mgtc-media-feature p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
  max-width: 520px;
}

.mgtc-media-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mgtc-green);
}

.mgtc-media-list .mgtc-media-tag {
  color: var(--mgtc-blue);
}

.mgtc-media-meta {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.mgtc-media-list {
  display: flex;
  flex-direction: column;
}

.mgtc-media-list article {
  padding: 22px 0;
  border-bottom: 1px solid rgba(13, 31, 69, 0.1);
}

.mgtc-media-list article:first-child {
  padding-top: 0;
}

.mgtc-media-list article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.mgtc-media-list h3 {
  font-size: 18px;
  line-height: 1.35;
  margin: 8px 0 8px;
}

.mgtc-media-list h3 a {
  color: var(--mgtc-dark-blue);
  text-decoration: none;
}

.mgtc-media-list h3 a:hover {
  color: var(--mgtc-blue);
}

.mgtc-media-list .mgtc-media-meta {
  color: var(--mgtc-grey);
}

@media (max-width: 991.98px) {
  .mgtc-do-grid,
  .mgtc-events-grid,
  .mgtc-media-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .mgtc-do-grid,
  .mgtc-events-grid,
  .mgtc-media-grid {
    grid-template-columns: 1fr;
  }

  .mgtc-media-feature {
    min-height: 240px;
    padding: 28px 24px;
  }
}

/* Section backgrounds */
.mgtc-story {
  background: #fff;
}

.mgtc-events {
  background: #fff;
}

/* Combined resources strip inside What we do */
.mgtc-do-resources {
  margin-top: 28px;
  background: #fff;
  border-radius: 20px;
  padding: 22px 24px;
  box-shadow: 0 10px 28px rgba(13, 31, 69, 0.05);
}

.mgtc-do-resources-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mgtc-blue);
  margin-bottom: 16px;
}

.mgtc-do-resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.mgtc-do-resources-grid a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--mgtc-dark-blue);
  transition: background 0.2s ease;
}

.mgtc-do-resources-grid a:hover {
  background: var(--mgtc-light);
}

.mgtc-do-resources-grid i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--mgtc-light);
  color: var(--mgtc-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.mgtc-do-resources-grid a:nth-child(2) i {
  color: var(--mgtc-dark-blue);
}

.mgtc-do-resources-grid a:nth-child(3) i {
  color: #3d8b37;
}

.mgtc-do-resources-grid b {
  display: block;
  font-size: 15px;
  margin-bottom: 2px;
}

.mgtc-do-resources-grid span {
  display: block;
  font-size: 13px;
  color: var(--mgtc-grey);
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .mgtc-do-resources-grid {
    grid-template-columns: 1fr;
  }
}




/* Keep .row negative margins inside .container */
body.mgtc-home .container,
body.mgtc-home .container-fluid {
  overflow-x: clip;
}

body.mgtc-home .container > .row,
body.mgtc-home .container-fluid > .row {
  --bs-gutter-x: 1.5rem;
}

/* Mobile-friendly */
html {
  -webkit-text-size-adjust: 100%;
}

body.mgtc-home {
  overflow-x: hidden;
}

body.mgtc-home img {
  max-width: 100%;
}

@media (pointer: coarse) {
  .tv-cursor,
  .cb-cursor {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  body.mgtc-home .sec-title {
    font-size: clamp(26px, 6vw, 36px) !important;
    line-height: 1.2;
  }

  .mgtc-stats h3,
  .mgtc-stats .display-2 {
    font-size: 32px !important;
    line-height: 1.15;
  }

  .mgtc-hero-content p {
    font-size: 16px;
  }

  .mgtc-lcc {
    min-height: 380px;
    padding: 72px 0;
  }

  .mgtc-footer-bottom p {
    max-width: 100%;
    line-height: 1.5;
  }
}

@media (max-width: 767.98px) {
  body.mgtc-home .sec-padding {
    padding: 56px 0;
  }

  body.mgtc-home .container,
  body.mgtc-home .container-fluid,
  body.mgtc-home .ct-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mgtc-hero {
    min-height: 100svh;
    align-items: flex-end;
  }

  .mgtc-hero-content {
    padding: 104px 0 40px;
  }

  .mgtc-hero-content h1 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .mgtc-hero-ctas {
    flex-direction: column;
  }

  .mgtc-hero-ctas .btn {
    width: 100%;
  }

  .mgtc-stats .stat-card {
    padding: 22px 12px;
  }

  .mgtc-stats h3,
  .mgtc-stats .display-2 {
    font-size: 26px !important;
  }

  .mgtc-stats p {
    font-size: 12px;
  }

  .mgtc-story-visual > img {
    height: 220px;
  }

  .mgtc-story .row.g-5 {
    --bs-gutter-y: 1.5rem;
  }

  .mgtc-do-card,
  .mgtc-event-card {
    min-height: 0;
    padding: 22px 20px;
  }

  .mgtc-event-card h3 {
    font-size: 22px;
  }

  .mgtc-do-resources {
    padding: 16px;
  }

  .mgtc-media-feature {
    min-height: 0;
  }

  .mgtc-page-hero {
    min-height: 360px;
    padding: 120px 0 48px;
  }

  .mgtc-page-hero h1 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .mgtc-intro-box {
    padding: 18px 16px;
  }

  .mgtc-app-devices {
    display: none;
  }

  .mgtc-footer {
    padding-top: 40px;
  }

  .mgtc-footer-item p,
  .mgtc-footer-item a {
    font-size: 13px;
  }

  .mgtc-footer-bottom {
    padding-bottom: 28px;
  }

  body.mgtc-home .header.header-3 .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 575.98px) {
  body.mgtc-home .navbar .nav-cta {
    display: none !important;
  }

  body.mgtc-home .navbar button.navbar-toggler.offcanvas-nav-btn {
    margin-left: auto;
  }

  .mgtc-stats .stat-card {
    min-height: 118px;
  }
}






@media (max-width: 1199.98px) {
  body.mgtc-home .navbar > .ct-container {
    flex-wrap: nowrap;
    align-items: center;
  }

  body.mgtc-home .navbar-brand {
    order: 1;
  }

  body.mgtc-home .navbar .nav-cta {
    order: 2;
    margin-left: auto;
    margin-right: 12px;
  }

  body.mgtc-home .navbar button.navbar-toggler.offcanvas-nav-btn {
    order: 3;
  }
}

/* Offcanvas dropdown: small chevron + smooth expand */
@media (max-width: 1199.98px) {
  body.mgtc-home .offcanvas-nav .nav-item.dropdown > .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 36px;
  }

  body.mgtc-home .offcanvas-nav .dropdown-toggle::after,
  body.mgtc-home .offcanvas-nav .dropdown-toggle:after {
    content: "" !important;
    font: inherit !important;
    float: none !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: solid rgba(255, 255, 255, 0.85) !important;
    border-width: 0 2px 2px 0 !important;
    background: none !important;
    position: absolute;
    right: 8px;
    top: 50%;
    display: block !important;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.28s ease;
    vertical-align: middle;
  }

  body.mgtc-home .offcanvas-nav .dropdown-toggle[aria-expanded="true"]::after,
  body.mgtc-home .offcanvas-nav .dropdown-toggle.show::after,
  body.mgtc-home .offcanvas-nav .dropdown.show > .dropdown-toggle::after {
    transform: translateY(-30%) rotate(-135deg);
  }

  body.mgtc-home .offcanvas-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
    inset: auto !important;
    float: none !important;
    display: block !important;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 0 0 8px !important;
    margin: 0 !important;
    min-width: 0 !important;
    transition: max-height 0.35s ease, opacity 0.28s ease, padding 0.28s ease;
  }

  body.mgtc-home .offcanvas-nav .dropdown-menu.show {
    max-height: 480px;
    opacity: 1;
    visibility: visible;
    padding: 6px 0 10px 8px !important;
  }

  body.mgtc-home .offcanvas-nav .dropdown-menu .dropdown-item {
    padding: 8px 12px;
  }
}
body.mgtc-home .navbar .navbar-nav .nav-item > .dropdown-menu:first-of-type::before {
  display: none !important;
  content: none !important;
  border: 0 !important;
}

/* Hide theme magic cursor */
#magic-cursor,
#ball {
  display: none !important;
}

/* Motion: hero, scroll reveal, icon */
@keyframes mgtc-in-up {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes mgtc-icon-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes mgtc-kenburns {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

.mgtc-hero-content h1 {
  animation: mgtc-in-up 0.85s ease both;
}

.mgtc-hero-content p {
  animation: mgtc-in-up 0.85s 0.12s ease both;
}

.mgtc-hero-ctas {
  animation: mgtc-in-up 0.85s 0.24s ease both;
}

.mgtc-page-hero .mgtc-crumb {
  animation: mgtc-in-up 0.7s ease both;
}

.mgtc-page-hero h1 {
  animation: mgtc-in-up 0.85s 0.1s ease both;
}

.mgtc-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--mgtc-reveal-delay, 0s);
}

.mgtc-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

.mgtc-do-card.mgtc-reveal.is-in:hover,
.mgtc-event-card.mgtc-reveal.is-in:hover,
.mgtc-pillar.mgtc-reveal.is-in:hover,
.mgtc-benefit.mgtc-reveal.is-in:hover,
.mgtc-guide-card.mgtc-reveal.is-in:hover,
.mgtc-ambition-card.mgtc-reveal.is-in:hover {
  transform: translateY(-8px);
}

.mgtc-benefit,
.mgtc-guide-card,
.mgtc-ambition-card,
.mgtc-roadmap-step {
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.mgtc-benefit:hover,
.mgtc-guide-card:hover,
.mgtc-ambition-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(13, 31, 69, 0.1);
}

.mgtc-roadmap-step:hover {
  transform: translateY(-4px);
}

@media (max-width: 767.98px) {
  .mgtc-do-num {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mgtc-hero-content h1,
  .mgtc-hero-content p,
  .mgtc-hero-ctas,
  .mgtc-page-hero .mgtc-crumb,
  .mgtc-page-hero h1,
  .mgtc-intro-icon,
  .mgtc-page-hero .mgtc-page-hero-bg {
    animation: none !important;
  }

  .mgtc-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
