﻿:root {
  --dgem-dark: #050c1a;
  --dgem-dark-2: #0b1424;
  --dgem-orange: #ff8a3d;
  --dgem-coral: #f05a42;
  --dgem-red: #e93545;
  --dgem-light: #f8f8f7;
  --dgem-white: #ffffff;
  --dgem-text: #16181f;
  --dgem-muted: #626773;
  --dgem-border: #e9e9e6;
  --dgem-shadow: 0 18px 48px rgba(14, 20, 32, 0.12);
  --dgem-gradient: linear-gradient(90deg, var(--dgem-orange), var(--dgem-coral), var(--dgem-red));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  background: var(--dgem-white);
  color: var(--dgem-text);
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  max-width: 100%;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 30;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--dgem-dark);
  color: var(--dgem-white);
}

.skip-link:focus {
  top: 16px;
}

.dgem-container {
  width: min(1060px, calc(100% - 32px));
  margin: 0 auto;
}

.section-dark {
  color: var(--dgem-white);
  background: radial-gradient(circle at 74% 45%, rgba(255, 138, 61, 0.24), transparent 24%), linear-gradient(120deg, #050b17 0%, #07101f 52%, #091326 100%);
}

.section-light {
  background: var(--dgem-light);
}

.section-white {
  background: var(--dgem-white);
}

.dgem-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
}

.dgem-topbar {
  color: var(--dgem-white);
  font-size: 13px;
  font-weight: 800;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.34);
}

.dgem-topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.dgem-topbar-contact,
.dgem-topbar-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.dgem-topbar-contact span,
.dgem-topbar-meta span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.dgem-nav {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
}

.dgem-logo {
  display: grid;
  gap: 2px;
  min-width: 130px;
}

.dgem-logo span {
  color: #e53543;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.dgem-logo small {
  color: #111722;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.dgem-logo .custom-logo {
  width: auto;
  max-width: 150px;
  max-height: 52px;
  display: block;
}

.dgem-menu,
.dgem-menu-list {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 800;
}

.dgem-menu a:hover,
.dgem-menu .current-menu-item > a {
  color: var(--dgem-red);
}

.dgem-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dgem-nav-actions .btn-outline {
  display: none;
}

.sticky-counselling {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--dgem-white);
  background: var(--dgem-gradient);
  box-shadow: 0 12px 28px rgba(240, 90, 66, 0.24);
}

.btn-outline {
  color: var(--dgem-red);
  background: var(--dgem-white);
  border-color: rgba(233, 53, 69, 0.35);
}

.btn-large {
  min-width: 150px;
  min-height: 46px;
  padding-inline: 24px;
}

.hero {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: 760px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  overflow: hidden;
  background: var(--dgem-dark);
}

.hero-banner-track {
  position: absolute;
  inset: 0;
  display: flex;
  width: 100% !important;
  height: 100%;
  transition: transform 650ms ease;
}

.hero-banner-slide {
  position: relative;
  display: block !important;
  flex: 0 0 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.hero-banner-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.42) 42%, rgba(0, 0, 0, 0.26) 70%, rgba(0, 0, 0, 0.48) 100%);
}

.hero-slide-mentor {
  background-position: center 37% !important;
}

.hero-slide-classroom {
  background-position: center 45% !important;
}

.hero-slide-reception {
  background-position: center 48% !important;
}

.hero-banner-content {
  position: relative;
  z-index: 3;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding-top: 118px;
}

.hero-copy {
  max-width: 590px;
}

.hero h1 {
  margin: 0;
  max-width: 650px;
  color: var(--dgem-white);
  font-size: 42px;
  line-height: 1.18;
  font-weight: 800;
}

.hero h1 span,
.final-cta h2 span {
  color: var(--dgem-orange);
}

.hero-subhead {
  max-width: 590px;
  margin: 18px 0 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.hero-actions {
  margin-top: 24px;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 42px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent !important;
  color: var(--dgem-white);
  font-size: 0 !important;
  line-height: 0 !important;
  cursor: pointer;
  transform: translateY(-50%);
  appearance: none;
  padding: 0 !important;
}

.hero-arrow::before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 4px solid currentColor;
  border-left: 4px solid currentColor;
}

.hero-arrow-left {
  left: 18px;
}

.hero-arrow-left::before {
  transform: rotate(-45deg);
}

.hero-arrow-right {
  right: 18px;
}

.hero-arrow-right::before {
  transform: rotate(135deg);
}

.hero-banner-dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 4;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.hero-banner-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
}

.hero-banner-dots span.active {
  background: var(--dgem-red);
}

.stats {
  padding: 0;
}

.stats-overlap .stat-grid {
  position: relative;
  z-index: 3;
  margin-top: -36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--dgem-border);
  border-radius: 8px;
  background: var(--dgem-white);
  box-shadow: var(--dgem-shadow);
}

.stat-card {
  min-height: 90px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  padding: 18px 22px;
  text-align: center;
  border-right: 1px solid var(--dgem-border);
}

.stat-card::before {
  content: "";
  width: 34px;
  height: 34px;
  margin-bottom: 4px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.58) 0 32%, transparent 33%), var(--dgem-gradient);
  box-shadow: 0 8px 18px rgba(240, 90, 66, 0.2);
}

.stat-card:last-child {
  border-right: 0;
}

.stat-card strong {
  color: var(--dgem-coral);
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.stat-card p {
  margin: 0;
  color: #31343b;
  font-size: 12px;
  font-weight: 700;
}

.logo-strip {
  padding: 22px 0 30px;
  text-align: center;
  background: var(--dgem-white);
}

.logo-strip p,
.section-heading .eyebrow,
.eyebrow {
  margin: 0 0 14px;
  color: var(--dgem-red);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  align-items: center;
}

.brand-row span {
  min-height: 42px;
  display: grid;
  place-items: center;
  color: #20242b;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0.72;
}

.brand-google {
  color: #5f6368 !important;
  font-weight: 500 !important;
}

.brand-meta {
  color: #4b5563 !important;
}

.brand-amazon {
  color: #232f3e !important;
  font-weight: 800 !important;
  text-transform: lowercase;
}

.brand-microsoft {
  color: #5f6368 !important;
  font-size: 20px !important;
}

.brand-deloitte {
  color: #33383f !important;
  font-weight: 800 !important;
}

.brand-informa {
  color: #697282 !important;
  font-weight: 700 !important;
}

.why-video,
.features-strip,
.certification,
.courses,
.placement,
.testimonials,
.videos,
.gallery,
.ratings,
.playbook,
.faq {
  padding: 34px 0;
}

.why-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 44px;
  align-items: center;
}

.video-preview {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(5, 12, 26, 0.24), rgba(5, 12, 26, 0.18)), linear-gradient(120deg, #5e3f2f, #1c2638);
  box-shadow: var(--dgem-shadow);
}

.video-person {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 210px;
  height: 275px;
  transform: translateX(-50%);
  border-radius: 100px 100px 0 0;
  background: linear-gradient(180deg, #efb28d 0 29%, #171c28 29% 100%);
}

.video-person::before {
  content: "";
  position: absolute;
  left: 62px;
  top: 22px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #f4c19c;
  box-shadow: 0 -12px 0 #161922;
}

.play-button,
.play {
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--dgem-white);
  color: var(--dgem-coral);
  font-size: 0;
  font-weight: 800;
  cursor: pointer;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  transform: translate(-50%, -50%);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.play-button::before,
.play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid var(--dgem-coral);
}

.video-controls {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
}

.video-controls span,
.video-controls strong {
  height: 4px;
  border-radius: 10px;
  background: var(--dgem-white);
}

.video-controls strong {
  background: rgba(255, 255, 255, 0.36);
}

.why-copy h2,
.section-heading h2,
.compact-heading h2 {
  margin: 0;
  color: var(--dgem-text);
  font-size: 25px;
  line-height: 1.15;
  font-weight: 800;
  text-align: inherit;
}

.why-copy h2 span {
  color: var(--dgem-coral);
}

.why-copy p {
  max-width: 490px;
  margin: 14px 0 0;
  color: #3d424d;
  font-size: 14px;
}

.circle-stat-row {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.circle-stat-row div {
  display: grid;
  place-items: center;
  align-content: center;
  width: 98px;
  height: 98px;
  border: 3px solid var(--dgem-coral);
  border-radius: 50%;
  text-align: center;
}

.circle-stat-row strong {
  color: var(--dgem-text);
  font-size: 22px;
  line-height: 1;
}

.circle-stat-row span {
  max-width: 62px;
  margin-top: 5px;
  color: #20242b;
  font-size: 9px;
  font-weight: 800;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.support-grid article,
.quote-card,
.course-card,
.playbook-card {
  border: 1px solid var(--dgem-border);
  border-radius: 8px;
  background: var(--dgem-white);
  box-shadow: 0 12px 30px rgba(14, 20, 32, 0.06);
}

.support-grid article {
  min-height: 92px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 9px;
  padding: 14px 10px;
  text-align: center;
}

.support-grid strong {
  color: #252932;
  font-size: 11px;
  line-height: 1.22;
}

.line-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(240, 90, 66, 0.1);
  color: var(--dgem-coral);
  font-size: 11px;
  font-weight: 800;
}

.section-heading {
  max-width: 760px;
  margin: 0 0 24px;
}

.section-heading.centered,
.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.compact-heading {
  margin-bottom: 20px;
}

.cert-logo-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.cert-logo-row span {
  min-height: 108px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 50%;
  background: var(--dgem-white);
  border: 1px solid var(--dgem-border);
  color: #334155;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 12px 28px rgba(14, 20, 32, 0.06);
}

.cert-google {
  color: #4285f4 !important;
}

.cert-meta {
  color: #0668e1 !important;
}

.cert-hubspot {
  color: #ff5c35 !important;
}

.cert-analytics {
  color: #f9ab00 !important;
}

.cert-microsoft {
  color: #737373 !important;
}

.cert-semrush {
  color: #ff642d !important;
}

.cert-logo-row small {
  margin-top: 10px;
  color: var(--dgem-muted);
  font-size: 10px;
}

.course-carousel,
.testimonial-row,
.video-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 3);
  gap: 24px;
  overflow-x: auto;
  padding: 6px 4px 20px;
  scroll-snap-type: x mandatory;
}

.course-card,
.quote-card,
.video-card {
  scroll-snap-align: start;
}

.course-image {
  min-height: 160px;
  display: flex;
  align-items: flex-start;
  padding: 12px;
  border-radius: 8px 8px 0 0;
  background-size: cover;
  background-position: center;
}

.course-image span {
  padding: 6px 10px;
  border-radius: 4px;
  background: #ef344a;
  color: var(--dgem-white);
  font-size: 10px;
  font-weight: 800;
}

.image-one {
  background: linear-gradient(135deg, rgba(5, 12, 26, 0.32), rgba(240, 90, 66, 0.08)), linear-gradient(120deg, #192436, #73533b);
}

.image-two {
  background: linear-gradient(135deg, rgba(5, 12, 26, 0.3), rgba(255, 138, 61, 0.08)), linear-gradient(120deg, #1f3141, #8b4a3f);
}

.image-three {
  background: linear-gradient(135deg, rgba(5, 12, 26, 0.3), rgba(233, 53, 69, 0.1)), linear-gradient(120deg, #182131, #49405c);
}

.course-body {
  padding: 14px;
}

.course-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.course-body h3,
.playbook-card h3 {
  margin: 0 0 10px;
  color: var(--dgem-text);
  font-size: 15px;
  line-height: 1.22;
}

.course-title-row small {
  color: #d48518;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.course-body ul {
  display: grid;
  gap: 5px;
  min-height: 76px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--dgem-muted);
  font-size: 11px;
}

.course-body li::before {
  content: "+";
  margin-right: 6px;
  color: var(--dgem-coral);
  font-weight: 800;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 12px 0;
  font-size: 11px;
}

.price-row span {
  color: var(--dgem-muted);
  font-weight: 700;
}

.price-row strong {
  color: #141820;
  font-size: 15px;
  font-weight: 800;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.card-actions .btn {
  min-height: 34px;
  padding: 8px 10px;
  font-size: 10px;
}

.career-grid article {
  min-height: 82px;
}

.testimonial-row {
  grid-auto-columns: calc((100% - 48px) / 3);
}

.quote-card {
  min-height: 128px;
  padding: 16px;
}

.student {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.student span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--dgem-gradient);
  color: var(--dgem-white);
  font-size: 12px;
  font-weight: 800;
}

.student small,
.quote-card small {
  display: block;
  color: var(--dgem-muted);
  font-size: 10px;
}

.quote-card p {
  margin: 0;
  color: #333842;
  font-size: 12px;
}

.story-video-row {
  grid-auto-columns: calc((100% - 72px) / 4);
}

.video-card {
  min-height: 230px;
  display: grid;
  align-content: end;
  justify-items: center;
  gap: 22px;
  padding: 18px;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(5, 12, 26, 0.2), rgba(5, 12, 26, 0.54)), #172033;
  color: var(--dgem-white);
  text-align: center;
}

.student-video-one { background-color: #6f3748; }
.student-video-two { background-color: #192739; }
.student-video-three { background-color: #6b3d46; }
.student-video-four { background-color: #15213a; }

.play {
  width: 54px;
  height: 54px;
}

.video-card strong {
  max-width: 170px;
  font-size: 18px;
  line-height: 1.08;
  text-transform: uppercase;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.gallery-item {
  min-height: 126px;
  display: flex;
  align-items: end;
  margin: 0;
  padding: 10px;
  border-radius: 8px;
  overflow: hidden;
  background: #1d2635;
}

.gallery-item.one { background: linear-gradient(135deg, #62402f, #20283a); }
.gallery-item.two { background: linear-gradient(135deg, #342d35, #8d5d3d); }
.gallery-item.three { background: linear-gradient(135deg, #243044, #7c503e); }
.gallery-item.four { background: linear-gradient(135deg, #7d4b35, #1d2738); }
.gallery-item.five { background: linear-gradient(135deg, #1d2637, #8b5b42); }
.gallery-item.six { background: linear-gradient(135deg, #2d3442, #8b394c); }
.gallery-item.seven { background: linear-gradient(135deg, #7a4d37, #202838); }
.gallery-item.eight { background: linear-gradient(135deg, #202938, #865338); }

.gallery-item figcaption {
  color: var(--dgem-white);
  font-size: 11px;
  font-weight: 800;
}

.gallery-action {
  margin-top: 18px;
}

.rating-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 740px;
  margin: 0 auto;
}

.rating-row div {
  min-height: 74px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid var(--dgem-border);
  border-radius: 8px;
  background: var(--dgem-white);
  box-shadow: 0 12px 28px rgba(14, 20, 32, 0.06);
}

.rating-row strong {
  font-size: 23px;
}

.rating-row span {
  color: #d48518;
  font-size: 11px;
  font-weight: 800;
}

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

.playbook-card {
  overflow: hidden;
}

.playbook-image {
  min-height: 128px;
  background: linear-gradient(135deg, rgba(5, 12, 26, 0.1), rgba(240, 90, 66, 0.12)), linear-gradient(120deg, #29364a, #81513a);
}

.playbook-card span {
  display: inline-flex;
  margin: 14px 14px 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(240, 90, 66, 0.08);
  color: var(--dgem-red);
  font-size: 9px;
  font-weight: 800;
}

.playbook-card h3,
.playbook-card p,
.playbook-card a {
  margin-left: 14px;
  margin-right: 14px;
}

.playbook-card p {
  margin-top: 0;
  color: var(--dgem-muted);
  font-size: 11px;
}

.playbook-card a {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--dgem-red);
  font-size: 11px;
  font-weight: 800;
}

.faq-narrow {
  max-width: 820px;
}

.accordion {
  display: grid;
  gap: 8px;
}

.accordion details {
  border: 1px solid var(--dgem-border);
  border-radius: 5px;
  background: var(--dgem-white);
  overflow: hidden;
}

.accordion summary {
  position: relative;
  cursor: pointer;
  padding: 13px 44px 13px 18px;
  color: #20242b;
  font-size: 12px;
  font-weight: 700;
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  color: #20242b;
  font-weight: 800;
}

.accordion details[open] summary::after {
  content: "-";
}

.accordion p {
  margin: 0;
  padding: 0 18px 14px;
  color: var(--dgem-muted);
  font-size: 12px;
}

.final-cta {
  padding: 48px 0 36px;
  background: var(--dgem-dark);
}

.cta-grid {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 44px;
  align-items: center;
}

.final-cta h2 {
  margin: 0 0 12px;
  color: var(--dgem-white);
  font-size: 28px;
  line-height: 1.12;
  font-weight: 800;
}

.final-cta p {
  max-width: 370px;
  margin: 0;
  color: #cfd5df;
  font-size: 13px;
}

.lead-form,
.lead-form-shortcode form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.lead-form label {
  display: grid;
}

.lead-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lead-form input,
.lead-form select,
.lead-form-shortcode input,
.lead-form-shortcode select,
.lead-form-shortcode textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 5px;
  background: transparent;
  color: var(--dgem-white);
  padding: 0 14px;
  font: inherit;
  font-size: 12px;
}

.lead-form input::placeholder {
  color: #cbd1dc;
}

.lead-form select {
  color: #cbd1dc;
}

.lead-form button,
.lead-form-shortcode input[type="submit"],
.lead-form-shortcode button {
  grid-column: 1 / -1;
  min-height: 44px;
  border: 0;
  border-radius: 5px;
  color: var(--dgem-white);
  background: var(--dgem-gradient);
  font-weight: 800;
}

.dgem-footer {
  padding: 42px 0;
  background: #050c1a;
  color: #d8dee9;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.9fr 1.25fr;
  gap: 42px;
}

.footer-logo {
  margin-bottom: 18px;
}

.dgem-footer h3 {
  margin: 0 0 13px;
  color: var(--dgem-white);
  font-size: 13px;
}

.dgem-footer a,
.dgem-footer p {
  display: block;
  margin: 0 0 8px;
  color: #c4cad5;
  font-size: 12px;
}

.dgem-elementor-page-content {
  min-height: 60vh;
}

@media (max-width: 1080px) {
  .dgem-menu,
  .dgem-menu-list {
    display: none;
  }

  .hero-grid,
  .why-video-grid,
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .support-grid,
  .cert-logo-row {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .story-video-row {
    grid-auto-columns: calc((100% - 48px) / 3);
  }
}

@media (max-width: 760px) {
  .dgem-container {
    width: min(100% - 24px, 1060px);
  }

  .dgem-topbar {
    display: none;
  }

  .dgem-nav {
    min-height: 58px;
    margin-top: 12px;
  }

  .dgem-nav-actions .btn-outline {
    display: none;
  }

  .hero {
    min-height: 680px;
  }

  .hero-banner-content {
    min-height: 680px;
    padding-top: 112px;
  }

  .hero-copy {
    max-width: 560px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero-subhead {
    font-size: 14px;
  }

  .stats-overlap .stat-grid,
  .brand-row,
  .support-grid,
  .cert-logo-row,
  .gallery-grid,
  .rating-row,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .stats-overlap .stat-grid {
    margin-top: -26px;
  }

  .stat-card {
    border-right: 0;
    border-bottom: 1px solid var(--dgem-border);
  }

  .stat-card:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .brand-row span {
    font-size: 18px;
  }

  .course-carousel,
  .testimonial-row,
  .video-row,
  .story-video-row {
    grid-auto-columns: 86%;
  }

  .circle-stat-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .circle-stat-row div {
    width: 88px;
    height: 88px;
  }

  .playbook-grid,
  .lead-form,
  .lead-form-shortcode form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .dgem-logo span {
    font-size: 25px;
  }

  .dgem-nav-actions .btn {
    min-width: auto;
    padding-inline: 14px;
  }

  .hero {
    min-height: 620px;
  }

  .hero-banner-content {
    min-height: 620px;
    padding-top: 112px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero-subhead {
    font-size: 13px;
  }

  .brand-row,
  .support-grid,
  .cert-logo-row,
  .gallery-grid,
  .rating-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .course-carousel,
  .testimonial-row,
  .video-row,
  .story-video-row {
    grid-auto-columns: 94%;
  }
}
