/*
 * WPLP Canvas v11
 * Styles are scoped to pattern wrapper classes to avoid breaking other themes/plugins.
 */

.wplp-wrap{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 16px;
}

.wplp-hero{
  gap: 32px;
}

.wplp-hero-image img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.wplp-title{
  margin: 0 0 12px 0;
  line-height: 1.15;
}

.wplp-desc{
  margin: 0 0 18px 0;
  opacity: .9;
}

.wplp-actions{
  gap: 14px;
}

.wplp-actions .wp-block-button__link{
  border-radius: 10px;
  padding: 14px 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
}

/* Default button colors (user can override in block settings) */
.wplp-btn-login .wp-block-button__link{
  background: #2b79ff;
}
.wplp-btn-register .wp-block-button__link{
  background: #7b2cff;
}

.wplp-sep{
  margin: 34px 0 18px;
  opacity: .25;
}

.wplp-paragraph{
  margin: 0;
  opacity: .9;
}

/* Mobile: stack columns cleanly */
@media (max-width: 781px){
  .wplp-wrap{ padding: 26px 14px; }
  .wplp-hero{ gap: 18px; }
  .wplp-actions{ flex-wrap: wrap; }
  .wplp-actions .wp-block-button{ width: auto; }
}
