/* =========================================================
   WP TEMP Business Free
   Dedicated product page
   TCD SOURCE 2.2.2
   ========================================================= */

.wptbf-page {
  --wptbf-text: #222;
  --wptbf-sub: #5b5b5b;
  --wptbf-light: #929292;
  --wptbf-border: #dddddd;
  --wptbf-border-light: #ececec;
  --wptbf-gray: #f7f7f7;
  --wptbf-black: #111111;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: var(--wptbf-text);
  font-weight: 400;
}

.wptbf-page *,
.wptbf-page *::before,
.wptbf-page *::after {
  box-sizing: border-box;
}

.wptbf-wrap {
  width: calc(100% - 56px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}

.wptbf-wrap-narrow {
  max-width: 860px;
}

/* HERO */

.wptbf-page-title {
  margin: 0 0 32px;
  padding: 0 0 22px;
  border-bottom: 1px solid #d7d7d7;
  color: #222;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .02em;
  text-align: center;
}

.wptbf-hero {
  width: 100%;
  padding: 92px 0 88px;
  background: #f6f6f6;
  text-align: center;
}

.wptbf-hero-title {
  margin: 0 0 24px;
  color: #222;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .02em;
  text-align: center;
}

.wptbf-hero-lead {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
  text-align: center;
}

.wptbf-hero-description {
  max-width: 760px;
  margin: 0 auto;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}

.wptbf-hero-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

/* COMMON BUTTON */
.wptbf-button,
.wptbf-button:link,
.wptbf-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 52px;
  margin: 0;
  padding: 0;
  border: 1px solid #111;
  border-radius: 0;
  background: #111;
  color: #fff;
  text-decoration: none;
}

.wptbf-button-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.wptbf-button:hover {
  border-color: #444;
  background: #444;
}

.wptbf-button:hover .wptbf-button-text {
  color: #fff;
}

/* SECTIONS */
.wptbf-section {
  width: 100%;
  padding: 82px 0;
  background: #fff;
}

.wptbf-section-gray {
  background: var(--wptbf-gray);
}

.wptbf-eyebrow {
  margin: 0 0 16px;
  color: var(--wptbf-light);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .16em;
  text-align: center;
}

.wptbf-eyebrow-left {
  text-align: left;
}

.wptbf-eyebrow-dark {
  color: #777;
}

.wptbf-section-title {
  margin: 0 0 28px;
  color: #222;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}

.wptbf-section-title-left {
  margin-bottom: 0;
  text-align: left;
}

.wptbf-text {
  max-width: 760px;
  margin: 0 auto 18px;
  color: var(--wptbf-sub);
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}

.wptbf-text:last-child {
  margin-bottom: 0;
}

/* FEATURES */
.wptbf-section-head {
  margin-bottom: 40px;
}

.wptbf-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--wptbf-border);
  border-left: 1px solid var(--wptbf-border);
}

.wptbf-feature {
  min-width: 0;
  margin: 0;
  padding: 30px 28px 32px;
  border-right: 1px solid var(--wptbf-border);
  border-bottom: 1px solid var(--wptbf-border);
  background: #fff;
}

.wptbf-number {
  margin-bottom: 20px;
  color: #aaa;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
}

.wptbf-feature-title {
  margin-bottom: 12px;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

.wptbf-feature-text {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.9;
  text-align: left;
}

/* PHILOSOPHY */
.wptbf-two-column {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 70px;
  align-items: start;
}

.wptbf-two-column-body .wptbf-text {
  max-width: none;
}

/* COMPLETE */
.wptbf-complete-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
  padding: 38px 0;
  border-top: 1px solid var(--wptbf-border);
  border-bottom: 1px solid var(--wptbf-border);
}

.wptbf-complete-title {
  margin: 0 0 16px;
  color: #222;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.55;
}

.wptbf-complete-text {
  max-width: 720px;
  margin-left: 0;
}

.wptbf-complete-action {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* DOWNLOAD */
.wptbf-download {
  width: 100%;
  padding: 86px 0 90px;
  background: #111;
  color: #fff;
  text-align: center;
}

.wptbf-wrap-download {
  max-width: 760px;
}




.wptbf-download-form {
  width: 100%;
  margin: 30px auto 0;
}


.wptbf-privacy-note {
  max-width: 620px;
  margin: 20px auto 0;
  color: #777;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

/* Download Gate child elements: keep layout predictable */
.wptbf-download-form form {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.wptbf-download-form input[type="email"],
.wptbf-download-form input[type="text"] {
  box-sizing: border-box;
  width: 100%;
}

.wptbf-download-form button,
.wptbf-download-form input[type="submit"] {
  box-sizing: border-box;
}

/* FINAL */
.wptbf-final {
  width: 100%;
  padding: 78px 0;
  background: #fff;
  text-align: center;
}

.wptbf-final-title {
  margin: 0 0 18px;
  color: #222;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}

.wptbf-final-text {
  max-width: 700px;
  margin: 0 auto;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}

/* TABLET */
@media (max-width: 782px) {
  .wptbf-wrap {
    width: calc(100% - 32px);
  }

  .wptbf-hero {
    padding: 68px 0 64px;
  }

  .wptbf-page-title {
    margin-bottom: 28px;
    padding-bottom: 18px;
    font-size: 25px;
  }

  .wptbf-hero-title {
    font-size: 29px;
  }

  .wptbf-section {
    padding: 62px 0;
  }

  .wptbf-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wptbf-two-column {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .wptbf-section-title-left {
    margin-bottom: 0;
  }

  .wptbf-complete-box {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .wptbf-complete-action {
    justify-content: flex-start;
  }

  .wptbf-download {
    padding: 65px 0 70px;
  }

  .wptbf-final {
    padding: 62px 0;
  }
}

/* SMARTPHONE */
@media (max-width: 480px) {
  .wptbf-wrap {
    width: calc(100% - 24px);
  }

  .wptbf-pc-br {
    display: none;
  }

  .wptbf-hero {
    padding: 54px 0;
  }

  .wptbf-page-title {
    margin-bottom: 24px;
    padding-bottom: 16px;
    font-size: 23px;
  }

  .wptbf-hero-title {
    font-size: 25px;
  }

  .wptbf-hero-lead {
    font-size: 14px;
  }

  .wptbf-section {
    padding: 52px 0;
  }

  .wptbf-section-title {
    font-size: 23px;
  }

  .wptbf-feature-grid {
    grid-template-columns: 1fr;
  }

  .wptbf-feature {
    padding: 26px 22px;
  }

  .wptbf-complete-title {
    font-size: 22px;
  }

  .wptbf-button,
  .wptbf-button:link,
  .wptbf-button:visited {
    width: 100%;
    max-width: 280px;
  }

  .wptbf-complete-action {
    justify-content: center;
  }

  .wptbf-final-title {
    font-size: 23px;
  }
}
