.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-size: contain;
    background-position: center right;
	min-height: 400px;
}
.webinar-discover-row2 .discover-card{
	min-height: auto;
}
.webinar-discover-row2 .discover-overlay{
	background: linear-gradient(270deg, rgba(1, 39, 43, 0) 0%, rgba(13, 62, 69, 1) 75%);
}
.webinar-discover-row2 .discover-content{
	max-width: 500px;
}
.benefits-grid {
    grid-template-columns: repeat(4, 1fr);
}
.benefit-icon{
	width: 60px;
}
.features-strip {
  width: 100%;
  background: linear-gradient(90deg, #0D3E45 -22.33%, #157885 105.75%);
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-image-source: linear-gradient(90deg, #157885 0%, #3FD2EA 47.12%);
  border-image-slice: 1;
}

.features-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.features-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.features-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  flex: 1;
}

.tick {
  font-family: 'Inter', sans-serif;
  color: #ADF5FF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
}

/* Tablet */
@media (max-width: 992px) {
  .features-list {
    flex-wrap: wrap;
  }

  .features-list li {
    flex: 1 1 100%;
  }
  .benefits-grid {
		grid-template-columns: 1fr;
	}

	.benefits-subtitle {
		font-size: 16px;
	}
}

/* Mobile */
@media (max-width: 576px) {
  .features-container {
    padding: 32px 16px;
  }

  .features-list li {
    font-size: 15px;
  }
  .benefits-grid {
        grid-template-columns: repeat(1, 1fr);
		padding: 20px 10px;
    }
}
.program-overview {
  padding: 100px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading */
.program-heading {
  font-family: Inter, sans-serif;
  font-weight: 600;
  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;
  margin-bottom: 64px;
}

/* Cards common */
.card {
  position: relative;
  border: 1px solid #157885;
  box-shadow:
    0px 4px 16px 0px #1357611F,
    0px 4px 4px 0px #00000040;
  background: #0D3E45;
  background: url('../images/enterprise-ai-hackathons/card-light-overlay.png') no-repeat center / cover, #0d3e45;
  padding: 24px;
}

/* Row 1 layout */
.cards-row-top {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}

.card-lg { flex: 0 0 40%; }
.card-md { flex: 0 0 35%; }
.card-sm { flex: 0 0 1; }

/* Card text */
.card-label {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #3FD2EA;
  display: block;
  margin-bottom: 8px;
}

.card-value {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
}

/* Icon bottom right */
.card-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 24px;
}

/* Full card row */
.card-full {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-direction: row;
}

/* Left content */
.card-content {
  flex: 1;
}

.card-text {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 16px;
}

/* Tick list */
.tick-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.tick-list li {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.tick-list li::before {
  content: "✓";
  color: #3FD2EA;
  position: absolute;
  left: 0;
}

/* CTA */
.card-cta {
  flex: 0 0 260px;
  display: flex;
  justify-content: center;
}

.cta-btn {
  font-family: Inter, sans-serif;
  font-size: 14px;
  padding: 14px 20px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  background: linear-gradient(90deg, #1D9DAE 0%, #157885 100%);
  border: 1px solid #3FD2EA;
}

/* Responsive */
@media (max-width: 1024px) {
  .cards-row-top {
    flex-wrap: wrap;
  }

  .card-lg,
  .card-md,
  .card-sm {
    flex: 1 1 100%;
  }

  .program-heading {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .card-full {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-cta {
    width: 100%;
    flex: 0 0 50px;
  }
  .card-icon svg{
	  width: 48px;
	  height: 48px;
  }
  .program-heading {
    font-size: 32px;
  }
}

.measurable-impact {
  /* background: #0D3E45; */
  padding: 100px 20px;
}

.impact-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.impact-heading {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 16px;
}

.impact-footer-text {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #ffffff;
  max-width: 820px;
  margin: 0 auto 32px;
}

/* Cards layout */
.impact-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 40px 0;
}

/* Card */
.impact-card {
  position: relative;
  background: linear-gradient(180deg, #0E4F56 0%, #0C3F45 100%);
  padding: 45px 20px 24px;
  min-height: 140px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #ffffff;
  box-shadow: 0px 4px 16px 0px #01272BA6;
  border: 1px solid #157885;
  border-radius: 24px;
}

/* Card number */
.card-number {
  position: absolute;
  top: 0;
  left: 0;
  background: #1D9DAE;
  color: #0C4148;
  font-size: 12px;
  font-weight: 600;
  width: 47px;
  height: 38px;
  border-radius: 24px 0 10px 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Tablet */
@media (max-width: 1024px) {
  .impact-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .impact-heading {
    font-size: 32px;
  }

  .impact-cards {
    grid-template-columns: 1fr;
  }

  .impact-card {
    min-height: auto;
  }
}
.session-structure {
  background: #001214;
  padding: 100px 20px;
}

.session-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading */
.session-heading {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  background: linear-gradient(93.06deg, #FFFFFF 51.13%, #0C4148 105.22%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}

.session-subtext {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 48px;
}

/* Cards row */
.session-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.session-card {
  border: 1px solid #157885;
  border-radius: 24px;
  padding: 30px 45px;
  text-align: center;
  box-shadow: 0px 4px 16px 0px #1357611F;
  background: linear-gradient(180deg, #0E4F56 0%, #0C3F45 100%);
  background: url('../images/enterprise-ai-hackathons/card-light-overlay.png') no-repeat center / cover, #0d3e45;
}

.session-card img {
  max-width: 60px;
  margin-bottom: 30px;
}

.session-card p {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #ffffff;
  margin: 0;
}

/* Detail card */
.session-detail-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  border: 1px solid #157885;
  border-radius: 24px;
  box-shadow: 0px 4px 16px 0px #1357611F;
  background: linear-gradient(180deg, #0E4F56 0%, #0C3F45 100%);
}
.session-detail-card .detail-content{
	 padding: 20px 32px;
}
.detail-content h3 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
}

.detail-list {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
  margin-left: 0;
}

.detail-list li {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #ffffff;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

.detail-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}

.detail-note {
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: #ffffff;
}

/* Image side */
.detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 24px 24px 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .session-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .session-detail-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .session-heading {
    font-size: 32px;
  }

  .session-subtext {
    font-size: 18px;
  }

  .session-cards {
    grid-template-columns: 1fr;
  }
}

.phase-swiper-section {
  background: #001214;
  padding: 50px 0;
  overflow: hidden;
}

.phase-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
}

/* Swiper */
.phase-swiper {
  padding-bottom: 20px;
}

.phase-card {
  height: auto;
  border-radius: 24px;
  padding: 28px;
  background: linear-gradient(180deg, #0E4F56 0%, #0C3F45 100%);
  background: url('../images/enterprise-ai-hackathons/card-light-overlay.png') no-repeat center / cover, #0d3e45;
  border: 1px solid #157885;
  box-shadow: 0px 4px 16px rgba(19, 87, 97, 0.12);
  color: #fff;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Typography */
.phase-card h3 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 20px;
  height: 50px;
  margin: 0;
}

.phase-card .intro {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
  opacity: 0.9;
}

.phase-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.phase-card ul li {
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 130%;
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
}

.phase-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3FD2EA;
}

/* Dots */
.phase-dots {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin-top: auto;
}

.phase-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #157885;
}

.phase-dots .dot.active {
  background: #3FD2EA;
}

/* Swiper sizing (important) */
.phase-swiper .swiper-slide {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  background: url('../images/enterprise-ai-hackathons/card-light-overlay.png') no-repeat center / cover, #0d3e45;
}

/* Responsive */
@media (max-width: 1024px) {
  .phase-swiper .swiper-slide {
    width: 280px;
  }
}

@media (max-width: 768px) {
  .phase-container {
    padding-left: 16px;
  }

  .phase-swiper .swiper-slide {
    width: 75%;
  }
}
/* Header with arrows */
.phase-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.phase-arrows {
  display: flex;
  gap: 8px;
}

/* Override Swiper default arrows */
.phase-arrows .swiper-button-next,
.phase-arrows .swiper-button-prev {
  position: static;
  width: 32px;
  height: 32px;
  margin: 0;
  border-radius: 50%;
  background: #157885;
  color: #fff;
}
.phase-arrows .swiper-button-next svg,
.phase-arrows .swiper-button-prev svg{
  width: 18px;
  height: 18px;
}

.phase-arrows .swiper-button-next::after,
.phase-arrows .swiper-button-prev::after {
  font-size: 12px;
  color: #3FD2EA;
}

/* Disabled state */
.phase-arrows .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* CTA button */
.phase-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.phase-btn {
  font-family: Inter, sans-serif;
  font-size: 14px;
  padding: 12px 24px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 24px;
  background: linear-gradient(90deg, #1D9DAE 0%, #157885 100%);
  border: 1px solid #3FD2EA;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.phase-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0px 6px 20px rgba(63, 210, 234, 0.25);
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .phase-header {
    margin-right: 10px;
    margin-bottom: 12px;
  }

  .phase-cta {
    margin-top: 32px;
  }
}

.phase-outcomes {
  background: #001214;
  padding: 100px 24px;
}

.phase-outcomes-container {
  max-width: 1200px;
  margin: 0 auto;
}

.phase-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Card */
.phase-outcome-card {
  background: linear-gradient(180deg, #0E4F56 0%, #0C3F45 100%);
  background: url('../images/enterprise-ai-hackathons/card-light-overlay.png') no-repeat center / cover, #0d3e45;
  border: 1px solid #157885;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0px 4px 16px rgba(19, 87, 97, 0.12);
  color: #ffffff;

  display: flex;
  flex-direction: column;
}

/* Heading */
.phase-outcome-card h3 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 16px;
}

/* Text */
.phase-outcome-card p {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 16px;
  opacity: 0.95;
}

/* Bullets */
.phase-outcome-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.phase-outcome-card ul li {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.phase-outcome-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #3FD2EA;
  font-size: 13px;
}

/* Emphasis text */
.phase-outcome-card .emphasis {
  margin-top: auto;
  font-weight: 500;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 900px) {
  .phase-outcomes-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .phase-outcomes {
    padding: 72px 16px;
  }

  .phase-outcome-card {
    padding: 24px;
  }

  .phase-outcome-card h3 {
    font-size: 18px;
  }
}
.enterprise-cta {
    background-color: #001214;
}