/* =========================================================
   CENTER POINT · TOOLS PAGE DESKTOP / TABLET
   Destination: /assets/css/20-tools-page.css
   Loads only on the Tools page.
   ========================================================= */

/* =========================================================
   02 · OVERWHELM FEATURE BLOCK
   Move later to the page or feature CSS where this section lives.
   ========================================================= */

.cp-overwhelm-feature {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #020f1a;
  padding: 54px 0;
  line-height: 0;
  box-sizing: border-box;
}

.cp-overwhelm-image-wrap {
  position: relative;
  width: min(calc(100% - 56px), 1180px);
  margin: 0 auto;
  line-height: 0;
}

.cp-overwhelm-image {
  display: block;
  width: 100%;
  height: auto;
}

.cp-overwhelm-button {
  position: absolute;
  left: 34%;
  top: 49%;
  transform: translate(-50%, -50%);
  z-index: 5;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  min-width: 220px;
  padding: 13px 22px;

  background: rgba(198, 155, 59, 0.95);
  color: #071015 !important;
  border: 1px solid rgba(247, 241, 228, 0.35);

  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;

  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

.cp-overwhelm-button:hover {
  background: #d7ae50;
  color: #071015 !important;
  transform: translate(-50%, -52%);
}

@media (max-width: 760px) {
  .cp-overwhelm-feature {
    padding: 36px 0;
  }

  .cp-overwhelm-image-wrap {
    width: min(calc(100% - 32px), 520px);
  }

  .cp-overwhelm-button {
    left: 50%;
    top: auto;
    bottom: 6%;
    transform: translateX(-50%);
    min-width: 250px;
    padding: 14px 20px;
    font-size: 11px;
  }

  .cp-overwhelm-button:hover {
    transform: translateX(-50%);
  }
}


/* =========================================================
   03 · TOOLS PAGE START GUIDE, DESKTOP/TABLET
   Move later to: cp-tools.css

   Notes:
   - Kept scoped to .cp-tools-page.
   - Consolidated previous duplicate overrides.
   - The start-guide links are intentionally equal-weight gold.
   ========================================================= */

.cp-tools-page .cp-start-section {
  background: #eee5d0 !important;
  padding-top: clamp(54px, 7vw, 84px) !important;
  padding-bottom: clamp(64px, 8vw, 104px) !important;
}

.cp-tools-page .cp-start-intro {
  width: min(760px, 100%) !important;
  margin: 0 auto clamp(34px, 4.5vw, 52px) !important;
  text-align: center !important;
}

.cp-tools-page .cp-start-intro .cp-section-label {
  color: #a88437 !important;
  margin-bottom: 18px !important;
}

.cp-tools-page .cp-start-intro h2 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(34px, 4.6vw, 54px) !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
  margin: 0 0 20px !important;
  color: #191713 !important;
}

.cp-tools-page .cp-start-intro h2 em {
  color: #a88437 !important;
  font-style: italic !important;
}

.cp-tools-page .cp-start-intro p:last-child {
  width: min(660px, 100%) !important;
  margin: 0 auto !important;
  color: #5d5444 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.cp-tools-page .cp-start-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(24px, 3vw, 38px) !important;
  width: 100% !important;
}

.cp-tools-page .cp-start-card {
  min-height: 300px !important;
  padding: clamp(25px, 3vw, 34px) !important;
  background: #f7efdc !important;
  border: 1px solid rgba(70, 58, 39, 0.26) !important;
  box-shadow:
    0 0 0 8px rgba(190, 178, 148, 0.34),
    0 16px 42px rgba(54, 44, 28, 0.06) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.cp-tools-page .cp-start-topline {
  margin: 0 0 26px !important;
  color: #9a8a67 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
  line-height: 1.4 !important;
}

.cp-tools-page .cp-start-card h3 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(30px, 3vw, 38px) !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
  margin: 0 0 14px !important;
  color: #191713 !important;
}

.cp-tools-page .cp-start-card p {
  color: #534b3d !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
  margin: 0 !important;
}

.cp-tools-page .cp-start-links {
  margin-top: 28px !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(70, 58, 39, 0.25) !important;
}

.cp-tools-page .cp-start-links span {
  display: block !important;
  margin-bottom: 10px !important;
  color: #8b7c5d !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
  line-height: 1.4 !important;
}

.cp-tools-page .cp-start-links a,
.cp-tools-page .cp-start-links a + a {
  display: block !important;
  width: fit-content !important;
  color: #a88437 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 17px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(168, 132, 55, 0.35) !important;
  padding-bottom: 2px !important;
}

.cp-tools-page .cp-start-links a + a {
  margin-top: 8px !important;
}

.cp-tools-page .cp-start-links a:hover,
.cp-tools-page .cp-start-links a + a:hover {
  color: #191713 !important;
  border-bottom-color: #191713 !important;
}

@media (max-width: 1024px) {
  .cp-tools-page .cp-start-grid {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .cp-tools-page .cp-start-card {
    min-height: auto !important;
  }
}

@media (max-width: 767px) {
  .cp-tools-page .cp-start-section {
    padding-bottom: 58px !important;
  }

  .cp-tools-page .cp-start-intro {
    text-align: left !important;
  }

  .cp-tools-page .cp-start-intro p:last-child {
    margin-left: 0 !important;
  }

  .cp-tools-page .cp-start-card {
    box-shadow:
      0 0 0 6px rgba(190, 178, 148, 0.34),
      0 12px 34px rgba(54, 44, 28, 0.06) !important;
  }
}

