/* =========================================================
   BZ Academy - Private Training Calculator Module
   ========================================================= */

.bzptc,
.bzptc * {
  box-sizing: border-box;
}

.bzptc {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 88px 24px 96px;
  background:
    radial-gradient(circle at 12% 10%, rgba(227, 20, 28, 0.14), transparent 30%),
    radial-gradient(circle at 86% 84%, rgba(227, 20, 28, 0.08), transparent 32%),
    linear-gradient(135deg, #050505 0%, #111111 48%, #050505 100%);
  color: #ffffff;
  isolation: isolate;
}

.bzptc::before {
  content: "";
  position: absolute;
  left: -150px;
  top: -140px;
  width: 380px;
  height: 380px;
  opacity: 0.18;
  pointer-events: none;
  background: repeating-linear-gradient(135deg, transparent 0, transparent 13px, rgba(227, 20, 28, 0.8) 13px, rgba(227, 20, 28, 0.8) 15px);
}

.bzptc__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.bzptc__heading {
  max-width: 900px;
  margin: 0 auto 46px;
  text-align: center;
}

.bzptc__kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 0 52px;
  color: #e3141c;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.bzptc__kicker::before,
.bzptc__kicker::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 36px;
  height: 2px;
  background: #e3141c;
  transform: translateY(-50%);
}

.bzptc__kicker::before { left: 0; }
.bzptc__kicker::after { right: 0; }

.bzptc__heading h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(48px, 4.4vw, 78px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bzptc__heading h2 span { color: #e3141c; }

.bzptc__heading p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.66;
}

.bzptc__alert {
  margin: 0 0 24px;
  padding: 18px 22px;
  border-left: 5px solid #e3141c;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.bzptc__alert--success {
  background: rgba(23, 120, 67, 0.22);
  border-color: #2ecc71;
  color: #ffffff;
}

.bzptc__alert--error {
  background: rgba(227, 20, 28, 0.20);
  border-color: #e3141c;
  color: #ffffff;
}

.bzptc__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: 24px;
  align-items: stretch;
}

.bzptc__panel,
.bzptc__contact {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 5px solid #e3141c;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.bzptc__panel,
.bzptc__contact { padding: 34px; }

.bzptc__panel h3,
.bzptc__contact h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bzptc__grid,
.bzptc__contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bzptc__field {
  display: grid;
  gap: 8px;
}

.bzptc__field--wide { grid-column: 1 / -1; }

.bzptc__field span {
  color: #ffffff;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bzptc__field small {
  color: rgba(255, 255, 255, 0.58);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.bzptc__field input,
.bzptc__field select,
.bzptc__field textarea {
  width: 100%;
  padding: 14px 14px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.18);
  outline: none;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.bzptc__field input:focus,
.bzptc__field select:focus,
.bzptc__field textarea:focus { border-color: rgba(227, 20, 28, 0.72); }
.bzptc__field select option { color: #111111; }

.bzptc__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.bzptc__rule {
  margin-top: 22px;
  padding: 20px 22px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(227, 20, 28, 0.11);
  border: 1px solid rgba(227, 20, 28, 0.34);
  font-family: "Inter", Arial, sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.6;
}

.bzptc__rule strong { color: #ffffff; }

.bzptc__price {
  padding: 28px 26px;
  margin-bottom: 22px;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(227, 20, 28, 0.42);
}

.bzptc__price span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bzptc__price strong {
  display: block;
  margin: 14px 0 12px;
  color: #e3141c;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(64px, 5vw, 94px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0.03em;
}

.bzptc__price small {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}


.bzptc__included {
  margin: 22px 0 0;
  padding: 22px 22px 24px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid #e3141c;
}

.bzptc__included h4 {
  margin: 0 0 16px;
  color: #ffffff;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bzptc__included-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bzptc__included-list li {
  position: relative;
  padding-left: 23px;
  color: rgba(255, 255, 255, 0.80);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.42;
}

.bzptc__included-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #e3141c;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.bzptc__summary {
  padding: 22px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: "Inter", Arial, sans-serif;
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.62;
  white-space: pre-line;
}

.bzptc__warning {
  margin-top: 18px;
  padding: 18px 20px;
  color: #ffffff;
  background: rgba(227, 20, 28, 0.17);
  border: 1px solid rgba(227, 20, 28, 0.42);
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}

.bzptc__contact {
  margin-top: 24px;
}

.bzptc__contact-intro {
  max-width: 820px;
  margin-bottom: 26px;
}

.bzptc__contact-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.62;
}

.bzptc__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 17px 30px;
  color: #ffffff;
  background: #e3141c;
  border: 1px solid #e3141c;
  cursor: pointer;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.bzptc__button:hover {
  background: #ff1d28;
  border-color: #ff1d28;
  transform: translateY(-2px);
}

.bzptc__privacy {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .bzptc { padding: 72px 20px 82px; }
  .bzptc__layout { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .bzptc { padding: 62px 16px 72px; }
  .bzptc__heading h2 { font-size: clamp(38px, 11vw, 54px); }
  .bzptc__kicker { padding: 0 38px; font-size: 14px; letter-spacing: 0.14em; }
  .bzptc__kicker::before, .bzptc__kicker::after { width: 26px; }
  .bzptc__panel, .bzptc__contact { padding: 26px 22px; }
  .bzptc__grid, .bzptc__contact-grid { grid-template-columns: 1fr; }
  .bzptc__included-list { grid-template-columns: 1fr; }
  .bzptc__panel h3, .bzptc__contact h3 { font-size: 30px; }
  .bzptc__price strong { font-size: 68px; }
  .bzptc__button { width: 100%; }
}


/* v1.0.3 - Move dynamic Package Includes into left configuration panel */
.bzptc__panel--form {
  display: flex;
  flex-direction: column;
}

.bzptc__included--selected {
  margin-top: 22px;
  margin-bottom: 0;
}

.bzptc__included--selected .bzptc__included-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 767px) {
  .bzptc__included--selected .bzptc__included-list {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   v1.0.4 - Submit scroll fix + Light visual style
   ========================================================= */

.bzptc {
  scroll-margin-top: 120px;
}

.bzptc--light {
  background:
    radial-gradient(circle at 12% 10%, rgba(227, 20, 28, 0.08), transparent 30%),
    radial-gradient(circle at 86% 84%, rgba(0, 0, 0, 0.045), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
  color: #111111;
}

.bzptc--light::before {
  opacity: 0.10;
}

.bzptc--light .bzptc__heading h2,
.bzptc--light .bzptc__panel h3,
.bzptc--light .bzptc__contact h3,
.bzptc--light .bzptc__field span,
.bzptc--light .bzptc__included h4,
.bzptc--light .bzptc__rule strong {
  color: #111111;
}

.bzptc--light .bzptc__heading p,
.bzptc--light .bzptc__contact-intro p,
.bzptc--light .bzptc__rule,
.bzptc--light .bzptc__price small,
.bzptc--light .bzptc__summary,
.bzptc--light .bzptc__privacy {
  color: rgba(0, 0, 0, 0.68);
}

.bzptc--light .bzptc__panel,
.bzptc--light .bzptc__contact {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.13);
  border-left-color: #e3141c;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.bzptc--light .bzptc__field small {
  color: rgba(0, 0, 0, 0.52);
}

.bzptc--light .bzptc__field input,
.bzptc--light .bzptc__field select,
.bzptc--light .bzptc__field textarea {
  color: #111111;
  background: #f7f7f7;
  border-color: rgba(0, 0, 0, 0.16);
}

.bzptc--light .bzptc__field input:focus,
.bzptc--light .bzptc__field select:focus,
.bzptc--light .bzptc__field textarea:focus {
  border-color: rgba(227, 20, 28, 0.72);
  background: #ffffff;
}

.bzptc--light .bzptc__rule {
  background: rgba(227, 20, 28, 0.06);
  border-color: rgba(227, 20, 28, 0.28);
}

.bzptc--light .bzptc__price {
  background: #f7f7f7;
  border-color: rgba(227, 20, 28, 0.36);
}

.bzptc--light .bzptc__price span {
  color: rgba(0, 0, 0, 0.56);
}

.bzptc--light .bzptc__included,
.bzptc--light .bzptc__summary {
  background: #f7f7f7;
  border-color: rgba(0, 0, 0, 0.12);
  border-left-color: #e3141c;
}

.bzptc--light .bzptc__included-list li {
  color: rgba(0, 0, 0, 0.74);
}

.bzptc--light .bzptc__warning {
  color: #111111;
  background: rgba(227, 20, 28, 0.08);
  border-color: rgba(227, 20, 28, 0.34);
}

.bzptc--light .bzptc__alert--success {
  background: rgba(46, 204, 113, 0.12);
  color: #111111;
}

.bzptc--light .bzptc__alert--error {
  background: rgba(227, 20, 28, 0.08);
  color: #111111;
}
