/* ==========================================================
   BCOB CONFIRMATION
   PART 1
========================================================== */

.bcob-confirmation {
  max-width: 720px;
  margin: 35px auto;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  font-family: Inter, sans-serif;
}

.bcob-confirmation__topbar {
  height: 5px;
  background: #ff6500;
}

.bcob-confirmation__inner {
  padding: 30px 46px 42px;
}

/* ==========================================================
   HEADER
========================================================== */

.bcob-confirmation__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 26px;
  border-radius: 14px;
  background: #e8f6ff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bcob-confirmation__icon img {
  width: 28px;
  height: 28px;
  display: block;
}

.bcob-confirmation__title {
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.4px;
  color: #111;
}

.bcob-confirmation__description {
  width: 560px;
  max-width: 100%;
  margin: 18px auto 34px;
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}

.bcob-confirmation__description a {
  color: #777;
  text-decoration: underline;
}

.bcob-confirmation__description strong {
  color: #333;
  font-weight: 700;
}

/* ==========================================================
   EMAIL PREVIEW
========================================================== */

.bcob-email-preview {
  background: #dff3ff;
  border: 1px solid #c9dde8;
  border-radius: 16px;
  padding: 18px 22px 20px;
  position: relative;
  margin-bottom: 30px;
}

.bcob-email-preview__caption {
  text-align: center;
  font-size: 14px;
  color: #222;
  margin-bottom: 18px;
}

.bcob-email-preview__content {
  position: relative;
  overflow: hidden;
  min-height: 250px;
}

.bcob-email-preview__watermark {
  position: absolute;
  left: 52%;
  top: 53%;
  transform: translate(-50%, -50%) rotate(-14deg);
  font-size: 92px;
  line-height: 0.9;
  font-weight: 900;
  color: rgba(70, 80, 90, 0.18);
  text-align: center;
  user-select: none;
  pointer-events: none;
}

/* ==========================================================
   EMAIL HEADER
========================================================== */

.bcob-email-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.bcob-email-header__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #1997df;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  flex-shrink: 0;
}

.bcob-email-header__name {
  font-size: 24px;
  font-weight: 700;
  color: #444;
  line-height: 1;
  margin-bottom: 6px;
}

.bcob-email-header__mail {
  font-size: 18px;
  color: #666;
}

/* ==========================================================
   EMAIL BODY
========================================================== */

.bcob-email-title {
  margin: 10px 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #444;
  position: relative;
  z-index: 2;
}

.bcob-email-text {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  position: relative;
  z-index: 2;
}

.bcob-email-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 34px;
  border-radius: 999px;
  background: #ff7a17;
  color: #222;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  transition: 0.2s;
}

.bcob-email-button:hover {
  background: #ff6d00;
}

.bcob-email-button span {
  font-size: 22px;
  line-height: 1;
}

/* ==========================================================
   CONTENT BOXES
========================================================== */

.bcob-box {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  padding: 26px 28px;
  margin-bottom: 22px;
}

.bcob-box h3 {
  margin: 0 0 14px;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.bcob-box p {
  margin: 0;
  color: #5b5b5b;
  font-size: 15px;
  line-height: 1.8;
}

.bcob-box__buttons {
  display: flex;
  gap: 14px;
  margin-top: 24px;
}

/* ==========================================================
   OUTLINE BUTTONS
========================================================== */

.bcob-outline-button {
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 28px;
  border: 1px solid #cfcfcf;
  border-radius: 999px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.2s;
  cursor: pointer;
}

.bcob-outline-button:hover {
  border-color: #ff7a17;
  color: #ff7a17;
  background: #fff8f3;
}

.bcob-outline-button--single {
  margin-top: 22px;
}

/* ==========================================================
   FOOTER
========================================================== */

.bcob-footer {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bcob-footer__back,
.bcob-footer__save {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  transition: 0.2s;
}

.bcob-footer__back:hover,
.bcob-footer__save:hover {
  color: #ff7a17;
}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 768px) {
  .bcob-confirmation {
    margin: 20px;
  }

  .bcob-confirmation__inner {
    padding: 24px;
  }

  .bcob-confirmation__title {
    font-size: 24px;
  }

  .bcob-confirmation__description {
    font-size: 15px;
  }

  .bcob-email-header__name {
    font-size: 20px;
  }

  .bcob-email-header__mail {
    font-size: 15px;
  }

  .bcob-email-preview__watermark {
    font-size: 68px;
  }

  .bcob-box {
    padding: 22px;
  }

  .bcob-box__buttons {
    flex-direction: column;
  }

  .bcob-outline-button {
    width: 100%;
  }

  .bcob-email-button {
    width: 100%;
    padding: 0 20px;
  }

  .bcob-footer {
    flex-direction: column;
    gap: 18px;
  }
}

/* Final membership confirmation */

/* ==========================================================
   SUCCESS PAGE
========================================================== */

.bcob-success {
  max-width: 760px;
  margin: 40px auto;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.08);
  font-family: Inter, sans-serif;
  color: #1e1e1e;
}

.bcob-success__topbar {
  height: 5px;
  background: #ff6b00;
}

.bcob-success__body {
  padding: 24px 38px 46px;
}

/* ==========================================================
   HEADER
========================================================== */

.bcob-success__icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 26px;
  background: #eaf6fd;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bcob-success__icon svg {
  display: block;
}

.bcob-success__title {
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

.bcob-success__subtitle {
  max-width: 520px;
  margin: 16px auto 34px;
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}

/* ==========================================================
   SUMMARY
========================================================== */

.bcob-summary {
  border: 1px solid #dddddd;
  border-radius: 16px;
  padding: 10px 18px;
  margin-bottom: 24px;
  background: #fff;
}

.bcob-summary__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 14px 0;
}

.bcob-summary__label {
  color: #6a6a6a;
  font-size: 15px;
}

.bcob-summary__value {
  color: #111;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}

/* ==========================================================
   INFO BOX
========================================================== */

.bcob-info {
  background: linear-gradient(90deg, #f7fcff 0%, #ddf3ff 100%);
  border: 1px solid #bfe5fa;
  border-left: 4px solid #1d9de3;
  border-radius: 14px;
  padding: 18px 18px 18px 14px;
}

.bcob-info__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.bcob-info__list {
  margin: 0;
  padding-left: 18px;
}

.bcob-info__list li {
  margin-bottom: 8px;
  color: #444;
  font-size: 15px;
  line-height: 1.7;
}

.bcob-info__list li:last-child {
  margin-bottom: 0;
}

/* ==========================================================
   BUTTON
========================================================== */

.bcob-success__actions {
  text-align: center;
  margin-top: 26px;
}

.bcob-btn-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 24px;
  border: 1px solid #979797;
  border-radius: 999px;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.2s;
}

.bcob-btn-back:hover {
  border-color: #ff6b00;
  color: #ff6b00;
}

.bcob-btn-back svg {
  flex-shrink: 0;
}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 768px) {
  .bcob-success {
    margin: 20px;
  }

  .bcob-success__body {
    padding: 24px;
  }

  .bcob-success__title {
    font-size: 24px;
  }

  .bcob-success__subtitle {
    font-size: 15px;
  }

  .bcob-summary {
    padding: 8px 16px;
  }

  .bcob-summary__row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 0;
  }

  .bcob-summary__value {
    text-align: left;
  }

  .bcob-info {
    padding: 16px;
  }

  .bcob-info__list li {
    font-size: 14px;
  }

  .bcob-btn-back {
    width: 100%;
  }
}
