.camp-dashboard {
  max-width: 1100px;
  margin: 0 auto;
}

.camp-dashboard-header {
  margin-bottom: 32px;
}

.camp-module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.camp-module-card {
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 24px;
  background: #fff;
}

.camp-module-card.is-locked {
  opacity: 0.6;
}

.camp-module-button {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  text-decoration: none;
}

.camp-locked-label {
  display: inline-block;
  margin-top: 12px;
  font-weight: 700;
}

.camp-message {
  padding: 16px;
  border-radius: 12px;
  background: #f5f5f5;
}

.camp-success {
  background: #eef9ef;
}

.camp-video-wrapper {
  margin-bottom: 24px;
}

.camp-questionnaire {
  margin-top: 32px;
}

.camp-alert {
  padding: 12px 16px;
  margin-bottom: 20px;
  border: 1px solid #f5c2c7;
  background: #f8d7da;
  color: #842029;
  border-radius: 8px;
}

.camp-login-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: #ffffff;
}

.camp-login-card {
  width: 100%;
  max-width: 520px;
  text-align: center;
}

.camp-login-logo {
  max-width: 360px;
  width: 100%;
  margin: 0 auto 32px;
  display: block;
}

.camp-login-card h2 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #111;
}

.camp-login-card p {
  font-size: 13px;
  margin-bottom: 24px;
  color: #333;
}

.camp-login-card form {
  text-align: left;
}

.camp-login-card label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  color: #222;
}

.camp-login-card input {
  width: 100%;
  height: 42px;
  border: none;
  border-radius: 4px;
  background: #f1f1f1;
  padding: 0 12px;
  margin-bottom: 16px;
}

.camp-login-card button {
  display: block;
  margin: 16px auto 0;
  background: #007f9f;
  color: white;
  border: none;
  padding: 10px 28px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
}

.camp-forgot {
  display: inline-block;
  margin-top: 16px;
  color: #007f9f;
  font-size: 13px;
}

/* REGISTER PAGE */
.page-id-15 {
    background: #f5f5f5;
}

.page-id-15 .site-inner,
.page-id-15 .content,
.page-id-15 main {
    max-width: 100% !important;
    width: 100% !important;
}

.page-id-15 .entry-title {
    display: none;
}

.page-id-15 .gform_wrapper {
    max-width: 760px;
    margin: 0 auto;
    padding: 140px 20px 120px;
}

.page-id-15 .gform_heading {
    text-align: center;
    margin-bottom: 40px;
}

.page-id-15 .gform_heading h2 {
    font-size: 42px;
    color: #3c0a91;
    margin-bottom: 12px;
}

.page-id-15 .gform_wrapper .gfield_label {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #111;
    margin-bottom: 8px !important;
}

.page-id-15 .gform_wrapper input,
.page-id-15 .gform_wrapper select {
    width: 100% !important;
    height: 48px !important;
    border: none !important;
    border-radius: 6px !important;
    background: #ebebeb !important;
    padding: 0 14px !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

.page-id-15 .gform_footer {
    justify-content: center !important;
    text-align: center !important;
    margin-top: 40px !important;
}

.page-id-15 .gform_button {
    background: #2f93b4 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 2px !important;
    padding: 14px 34px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .5px;
}

/* FORM WRAPPER */
.elementor-shortcode .camp-auth-form {
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  color: #111;
}

/* LABELS */
.elementor-shortcode .camp-auth-form p > label {
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

/* INPUTS */
.elementor-shortcode .camp-auth-form input,
.elementor-shortcode .camp-auth-form textarea,
.elementor-shortcode .camp-auth-form select {
  width: 100%;
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-size: 16px;
  border-radius: 12px;
  border: 1px solid #dcdcdc;
  padding: 14px 16px;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

/* INPUT FOCUS */
.elementor-shortcode .camp-auth-form input:focus,
.elementor-shortcode .camp-auth-form textarea:focus,
.elementor-shortcode .camp-auth-form select:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
}

/* BUTTON */
.elementor-shortcode .camp-auth-form button,
.elementor-shortcode .camp-auth-form input[type="submit"] {
  font-family: var(--e-global-typography-button-font-family), sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  padding: 14px 24px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* AUTH LINKS */
.elementor-shortcode .camp-auth-link {
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

/* AUTH LINK HOVER */
.elementor-shortcode .camp-auth-link:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .camp-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .camp-module-grid {
    grid-template-columns: 1fr;
  }
}