.pwd-landing-section {
  background-color: #121128;
  min-height: 80vh;
  padding: 60px 20px;
}

.pwd-container {
  max-width: 1200px;
  margin: 0 auto;
}

.pwd-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 1024px) {
  .pwd-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.pwd-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.pwd-title {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}

@media (min-width: 1024px) {
  .pwd-title {
    font-size: 4.5rem;
  }
}

.pwd-description {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  max-width: 600px;
  margin: 0;
}

@media (min-width: 1024px) {
  .pwd-description {
    font-size: 1.5rem;
  }
}

.pwd-cta-button {
  background-color: #53C6FC;
  color: #121128;
  padding: 16px 32px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-decoration: none;
  width: fit-content;
}

.pwd-cta-button:hover {
  background-color: rgba(83, 198, 252, 0.9);
  transform: scale(1.05);
  box-shadow: 0 20px 25px -5px rgba(83, 198, 252, 0.5);
}

.pwd-video-wrapper {
  position: relative;
}

.pwd-video-container {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  aspect-ratio: 16 / 9;
  background: linear-gradient(to bottom right, rgba(83, 198, 252, 0.2), rgba(83, 198, 252, 0.1));
}

.pwd-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pwd-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(83, 198, 252, 0.2), transparent);
  pointer-events: none;
}

.pwd-decorative-element {
  position: absolute;
  top: 32px;
  right: -32px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(83, 198, 252, 0.2), rgba(83, 198, 252, 0.1));
  border-radius: 16px;
  z-index: -1;
}

/* test MKT */
.pwd-cat { transition: all 0.3s ease; }
 
/* Hover effects cho service cards */
.wpb_column.vc_col-sm-3:hover,
.wpb_column.vc_col-sm-4:hover {
  box-shadow: 0 4px 24px rgba(36,145,211,0.12);
  transform: translateY(-2px);
  transition: all 0.25s;
}
 
/* Button global override */
.vc_btn3.vc_btn3-style-custom {
  transition: all 0.2s ease !important;
  border-radius: 0 !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
}
.vc_btn3.vc_btn3-style-custom:hover {
  opacity: 0.88 !important;
  transform: translateY(-1px) !important;
}
 
/* Outline button hover */
.vc_btn3.vc_btn3-style-outline:hover {
  background-color: #2491d3 !important;
  border-color: #2491d3 !important;
  color: #ffffff !important;
}
 
/* Tab button active state */
#tab-website, #tab-managed, #tab-search, #tab-paid {
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}