.ewt-web-dev-showcase {
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  align-items: center;
  min-height: 32vw; /* Compact height matching 1774 x 567 px image size */
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #080808;
}

.ewt-web-dev-showcase__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ewt-web-dev-showcase__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.ewt-web-dev-showcase__content {
  max-width: 620px;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
}

/* Eyebrow styling with a vertical bar */
.ewt-web-dev-showcase__content .ewt-eyebrow {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--ewt-accent, #0049ca);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  border-left: 2px solid var(--ewt-accent, #0049ca);
  padding-left: 0.75rem;
  line-height: 1;
}

/* Headline layout */
.ewt-web-dev-showcase__headline {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.05;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 1.5rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.ewt-highlight-blue {
  color: var(--ewt-accent, #0049ca) !important;
}

/* Divider line from mockup */
.ewt-web-dev-showcase__divider {
  width: 150px;
  height: 2px;
  background-color: var(--ewt-accent, #0049ca);
  margin-bottom: 2rem;
}

/* Parsed subheadings styling */
.ewt-web-dev-showcase__subtitle-group {
  margin-bottom: 1.5rem;
}

.ewt-subtitle-white {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 0.25rem;
}

.ewt-subtitle-blue {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--ewt-accent, #0049ca);
  margin: 0;
}

/* Body copy paragraph */
.ewt-web-dev-showcase__desc {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 0;
  margin-bottom: 2.5rem;
}

/* Feature icons row styling */
.ewt-web-dev-showcase__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 3rem;
  max-width: 580px;
}

.ewt-web-dev-showcase__feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ewt-feature-icon-wrapper {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 73, 202, 0.3);
  background: rgba(0, 73, 202, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  color: var(--ewt-accent, #0049ca);
  box-shadow: 0 0 15px rgba(0, 73, 202, 0.15);
}

.ewt-feature-icon-wrapper .material-icons {
  font-size: 1.5rem;
}

.ewt-feature-label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.85);
  max-width: 110px;
}

/* CTA and Badge Row */
.ewt-web-dev-showcase__bottom-row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}

.ewt-web-dev-showcase__content .ewt-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  background: #0049ca;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 700;
  padding: 1rem 2rem;
  border-radius: var(--radius, 0.5rem);
  text-decoration: none;
  border: 1px solid #0049ca;
  box-shadow: 0 4px 20px rgba(0, 73, 202, 0.35);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.ewt-web-dev-showcase__content .ewt-btn:hover {
  background: #ffffff;
  color: #0b1426;
  border-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.25);
}

.ewt-web-dev-showcase__content .ewt-btn .material-icons {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

.ewt-web-dev-showcase__content .ewt-btn:hover .material-icons {
  transform: translateX(4px);
}

/* Badge styling from mockup */
.ewt-web-dev-showcase__badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #0056b3 0%, #00a8cc 100%);
  border-radius: 0.625rem;
  padding: 0.75rem 1.25rem;
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(0, 168, 204, 0.25);
}

.ewt-web-dev-showcase__badge-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.ewt-web-dev-showcase__badge-pill .material-icons {
  font-size: 1rem;
}

.ewt-badge-bold {
  font-weight: 800;
}

.ewt-badge-light {
  font-weight: 400;
  opacity: 0.9;
}

.ewt-web-dev-showcase__badge-divider {
  width: 1px;
  height: 1rem;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 1rem;
}

/* Responsiveness */
@media (max-width: 991px) {
  .ewt-web-dev-showcase {
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
  }
  .ewt-web-dev-showcase__content {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
  .ewt-web-dev-showcase__content .ewt-eyebrow {
    border-left: none;
    padding-left: 0;
  }
  .ewt-web-dev-showcase__divider {
    margin-left: auto;
    margin-right: auto;
  }
  .ewt-web-dev-showcase__features {
    margin-left: auto;
    margin-right: auto;
  }
  .ewt-web-dev-showcase__bottom-row {
    align-items: center;
    width: 100%;
  }
}

@media (max-width: 540px) {
  .ewt-web-dev-showcase__features {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .ewt-web-dev-showcase__badge {
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    align-items: center;
  }
  .ewt-web-dev-showcase__badge-divider {
    width: 60%;
    height: 1px;
    margin: 0.25rem 0;
  }
}
