.hero-description span{
	color: #ADF5FF;
	font-weight: 700;
}
.benefits-grid {
    grid-template-columns: repeat(4, 1fr);
}
.benefit-icon{
	width: 60px;
}
@media (max-width: 992px) {

  .benefits-grid {
		grid-template-columns: 1fr;
	}
	.benefits-subtitle {
		font-size: 16px;
	}
	.benefits-description{
		margin-bottom: 40px;
	}
}

/* Mobile */
@media (max-width: 576px) {
  .benefits-grid {
        grid-template-columns: repeat(1, 1fr);
		padding: 20px 10px;
    }
}

.webinar-benefits{
	background:#001f22;
}
.webinar-discover-row .heading{
	font-family: 'Inter';
	font-weight: 600;
	font-size: 48px;
	line-height: 130%;
	text-align: center;
	background: linear-gradient(86.59deg, #FFFFFF 51.13%, #0C4148 135.46%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
	margin-bottom: 30px;
}
.webinar-discover .discover-card{
    background-position: 300px center;
}
.webinar-benefits-bg{
	background: url('../images/enterprise-ai-hackathons/wave-bg.png') no-repeat center/cover, #001f22;
}
.webinar-benefits-bg .benefit-icon{
	width: 130px;
}
.enterprise-hackathon {
  background: #001214;
  padding: 100px 20px 0;
}

.enterprise-hackathon-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading */
.enterprise-hackathon-heading {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  background: linear-gradient(92.79deg, #ffffff 51.14%, #0c4148 116.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 750px;
  margin: 0 auto 40px;
}
.enterprise-hackathon-text{
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  padding: 40px 0;
  margin-bottom: 0;
}
.enterprise-hackathon-text span{
	font-weight: 700;
}
/* Shared grid spacing */
.enterprise-hackathon-grid {
  display: grid;
  gap: 15px;
}

/* Row 1 layout */
.enterprise-hackathon-grid.row-1 {
  grid-template-columns: 42% 35% 20%;
  margin-bottom: 15px;
}

/* Row 2 layout (true 50 / 50) */
.enterprise-hackathon-grid.row-2 {
  grid-template-columns: 1fr 1fr;
}

/* Cards */
.hack-card {
  position: relative;
  border: 1px solid #157885;
  border-radius: 24px;
  padding: 28px;
  background: url('../images/enterprise-ai-hackathons/card-light-overlay.png') no-repeat right / cover, #0d3e45;
  color: #ffffff;
  box-shadow: 0px 4px 16px rgba(19, 87, 97, 0.12);
  display: flex;
  flex-direction: column;
}

/* Card heights */
.hack-card-lg,
.hack-card-md,
.hack-card-sm,
.hack-card-half {
  min-height: 260px;
}

/* Typography */
.hack-card h3 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 12px;
}

.hack-card p {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

/* Icon */
.hack-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: auto;
}

/* Tablet */
@media (max-width: 1024px) {
  .enterprise-hackathon-grid.row-1 {
    grid-template-columns: 1fr;
  }

  .enterprise-hackathon-grid.row-2 {
    grid-template-columns: 1fr;
  }
  .hack-icon {
	  width: 36px;
	}
}

/* Mobile */
@media (max-width: 600px) {
  .enterprise-hackathon-heading {
    font-size: 28px;
  }
  .enterprise-hackathon-text {
	  font-size: 14px;
  }
  .enterprise-hackathon-grid {
    grid-template-columns: 1fr;
  }

  .hack-card {
    min-height: auto;
  }
}

.dpl-impact-section {
    padding: 100px 20px 0;
    background-color: #001214;
}
.dpl-impact-card {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #157885;
}
.dpl-impact-content{
	border-width: 0;
}

.hackathon-format {
  background: #001214;
  padding: 100px 24px;
  color: #ffffff;
}

.hackathon-format-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/* Heading */
.hackathon-format-heading {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  background: linear-gradient(92.79deg, #ffffff 51.14%, #0c4148 116.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}

/* Gradient subtext */
.hackathon-format-subtext {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  background: linear-gradient(92.79deg, #ffffff 51.14%, #0c4148 116.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 56px;
}

/* Cards wrapper */
.hackathon-format-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

/* Card */
.format-card {
  border: 1px solid #157885;
  border-radius: 24px;
  padding: 36px 32px;
  background: #0d3e45;
  text-align: left;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 16px 0px #1357611F;
}
/* First card – overlay on LEFT */
.hackathon-format-cards .format-card:first-child {
   background: url("../images/enterprise-ai-hackathons/left-card-shadow.png") no-repeat center / cover, #0d3e45;
}

/* Second card – overlay on RIGHT */
.hackathon-format-cards .format-card:last-child {
   background: url("../images/enterprise-ai-hackathons/right-card-shadow.png") no-repeat center / cover, #0d3e45;
}
/* Icon */
.format-icon {
  width: 48px;
  margin-bottom: 24px;
}

/* Card heading */
.format-card h3 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 20px;
}

/* Bullet list */
.format-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.format-list li {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

.format-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #3fd2ea;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
}

/* Button */
.cta-btn{
	text-align: center;
}

/* Footer text */
.hackathon-format-footer {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 130%;
  max-width: 700px;
  margin: 0 auto;
}
.hackathon-format-footer span{
	font-weight: 700;
}
/* Tablet */
@media (max-width: 1024px) {
  .hackathon-format-cards {
    gap: 20px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hackathon-format{
	  padding: 100px 20px 0
  }
  .hackathon-format-heading {
    font-size: 32px;
  }

  .hackathon-format-cards {
    grid-template-columns: 1fr;
  }

  .format-card {
    padding: 28px 24px;
  }
}

.inclusive-design {
  position: relative;
  background: #001214;
  padding: 100px 20px;
  overflow: hidden;
}
.inclusive-design-with-bg{
	/* background: url('../images/casestudy/bottom-overlay.png') no-repeat top / cover, #001214; */
	background: url('../images/enterprise-ai-hackathons/technical-teams-bg.png') no-repeat top / cover, #001214;
}

.inclusive-design::before {
  left: 0;
}

.inclusive-design::after {
  right: 0;
}

.inclusive-design-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Heading */
.inclusive-design-heading {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  background: linear-gradient(92.79deg, #ffffff 51.14%, #0c4148 116.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}

/* Intro */
.inclusive-design-intro {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  margin-bottom: 56px;
}

/* Cards */
.inclusive-design-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 56px;
}

.inclusive-card {
  border: 1px solid #157885;
  border-radius: 24px;
  padding: 40px 24px;
  background: #0d3e45;
  background: url('../images/enterprise-ai-hackathons/card-light-overlay.png') no-repeat right / cover, #0d3e45;
  color: #ffffff;
  box-shadow: 0px 4px 16px rgba(19, 87, 97, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.inclusive-card img {
  width: 100px;
  margin-bottom: 30px;
}

.inclusive-card p {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  color: #ffffff;
}

/* Highlight text */
.inclusive-design-highlight {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.inclusive-design-subtext {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
  margin-bottom: 36px;
}

/* Tablet */
@media (max-width: 1024px) {
  .inclusive-design-cards {
    gap: 20px;
	margin-bottom: 20px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .inclusive-design-heading {
    font-size: 28px;
	margin-bottom: 20px;
  }
  .inclusive-design-intro{
	  margin-bottom: 40px;
  }
  .inclusive-design-cards {
    grid-template-columns: 1fr;
  }
  .inclusive-card{
	  padding: 10px 20px;
  }
  .inclusive-card img {
	width: 60px;
	margin-bottom: 10px;
  }
  .inclusive-design-subtext{
	  margin-bottom: 40px;
  }
}
.leadership-gains {
  background: #001214;
  padding: 100px 24px;
}

.leadership-gains-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Grid */
.leadership-gains-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

/* Card */
.leadership-card {
  border: 1px solid #157885;
  border-radius: 24px;
  padding: 36px 32px;
  background: #0d3e45;
  background: url('../images/enterprise-ai-hackathons/card-light-overlay.png') no-repeat right / cover, #0d3e45;
  color: #ffffff;
  box-shadow: 0px 4px 16px rgba(19, 87, 97, 0.12);
  color: #ffffff;
  display: flex;
  flex-direction: column;
}

/* Heading */
.leadership-card-heading {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 12px;
}

/* Intro text */
.leadership-card-intro {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 16px;
}

/* Bullet list */
.leadership-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.leadership-card-list li {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.leadership-card-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3fd2ea;
}

/* Footer text */
.leadership-card-footer {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  margin-top: auto;
}

.card-cta{
	width: fit-content;
    max-width: 700px;
    margin: 30px auto 0;
    display: flex;
}
/* Mobile */
@media (max-width: 768px) {
  .leadership-gains-grid {
    grid-template-columns: 1fr;
  }

  .leadership-card {
    padding: 28px 24px;
  }
}

.enterprise-execution {
  background: radial-gradient(circle at top, #0d3e45 0%, #001214 60%);
  background: url('../images/enterprise-ai-hackathons/center-overlay-bg.png') no-repeat center / cover, #001214;
  padding: 100px 20px;
  color: #ffffff;
}

.enterprise-execution-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* Heading */
.enterprise-execution-heading {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  background: linear-gradient(86.59deg, #ffffff 51.13%, #0c4148 135.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}

/* Intro */
.enterprise-execution-intro {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 56px;
}

/* Grid */
.enterprise-execution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

/* Cards */
.execution-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #7CC6D0;
  background: #0D3E45;
  box-shadow: 4px 4px 8px 0px #0000001F;
  text-align: left;
}

/* Number */
.execution-number {
  min-width: 47px;
  height: 50px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(246.17deg, #1D9DAE 22.11%, #0C4148 115.87%);
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Text */
.execution-card p {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 130%;
  margin: 0;
}

/* Center card */
.enterprise-execution-center {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.execution-card-wide {
  max-width: 520px;
  width: 100%;
}

/* Footer */
.enterprise-execution-footer {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  max-width: 720px;
  margin: 0 auto;
  opacity: 0.95;
}

/* Tablet */
@media (max-width: 1024px) {
  .enterprise-execution-heading {
    font-size: 36px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .enterprise-execution {
	  padding: 0 20px;
  }
  .enterprise-execution-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-execution-heading {
    font-size: 28px;
  }
  .enterprise-execution-intro{
	margin-bottom: 40px;
  }
}
.dpl-impact-section-new{
	padding: 0 20px;
}
.impact-new-content{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.impact-new-content .execution-card{
	background: #146E7A;
}
.enterprise-cta{
	background: url('../images/casestudy/bottom-overlay.png') no-repeat top / cover, #001214;
}
.enterprise-cta-text{
	font-family: Inter;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	text-align: center;
	color: #fff;
}
@media (max-width: 768px) {
	.enterprise-cta-text{
		font-size: 16px;
	}
	.webinar-discover-row .heading{
		font-size: 28px;
	}
	.webinar-benefits{
		padding: 0 20px 100px;
	}
}