.elementor-24036 .elementor-element.elementor-element-9188ee5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9055baa */.birnie-tools-page {
  background:
    radial-gradient(circle at top right, rgba(186, 12, 47, 0.14), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8f8f8 52%, #f1f1f1 100%);
  padding: clamp(48px, 7vw, 90px) 20px;
  color: #151515;
}

.bt-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.bt-hero {
  max-width: 860px;
  margin-bottom: clamp(34px, 5vw, 56px);
}

.bt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #BA0C2F;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bt-eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  background: #BA0C2F;
  border-radius: 99px;
}

.bt-hero h1 {
  margin: 0 0 18px;
  color: #151515;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.bt-lead {
  margin: 0 0 16px;
  color: #252525;
  font-size: clamp(1.16rem, 2vw, 1.45rem);
  line-height: 1.48;
  font-weight: 650;
}

.bt-support {
  margin: 0;
  color: #555;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.65;
}

.bt-tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
  margin-bottom: clamp(40px, 6vw, 70px);
}

.bt-tool-card {
  background: #fff;
  border: 1px solid rgba(186, 12, 47, 0.13);
  border-radius: 28px;
  padding: clamp(24px, 4vw, 36px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.09);
  position: relative;
  overflow: hidden;
}

.bt-tool-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 7px;
  background: #BA0C2F;
}

.bt-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(186, 12, 47, 0.1);
  color: #BA0C2F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.bt-card-label {
  display: inline-block;
  color: #BA0C2F;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.bt-tool-card h2 {
  margin: 0 0 14px;
  color: #151515;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.bt-tool-card p {
  margin: 0 0 20px;
  color: #4d4d4d;
  font-size: 1.05rem;
  line-height: 1.6;
}

.bt-tool-card ul {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.bt-tool-card li {
  position: relative;
  padding: 10px 0 10px 30px;
  color: #333;
  font-size: 1rem;
  line-height: 1.35;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.bt-tool-card li:last-child {
  border-bottom: 0;
}

.bt-tool-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(186, 12, 47, 0.1);
  color: #BA0C2F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 900;
}

.bt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.bt-btn:hover {
  transform: translateY(-2px);
}

.bt-btn-primary {
  background: #BA0C2F;
  color: #fff;
  box-shadow: 0 14px 28px rgba(186, 12, 47, 0.22);
}

.bt-btn-primary:hover,
.bt-btn-primary:focus {
  background: #980923;
  color: #fff;
}

.bt-btn-secondary {
  background: #fff;
  color: #BA0C2F;
  border: 2px solid rgba(186, 12, 47, 0.25);
}

.bt-btn-secondary:hover,
.bt-btn-secondary:focus {
  color: #BA0C2F;
  border-color: #BA0C2F;
}

.bt-info {
  background: #fff;
  border-radius: 28px;
  padding: clamp(24px, 4vw, 38px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.07);
  margin-bottom: clamp(30px, 5vw, 50px);
}

.bt-info h2,
.bt-cta h2 {
  margin: 0 0 18px;
  color: #151515;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.bt-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.bt-info-box {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 22px;
}

.bt-info-box h3 {
  margin: 0 0 10px;
  color: #BA0C2F;
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 900;
}

.bt-info-box p {
  margin: 0;
  color: #4d4d4d;
  font-size: 1rem;
  line-height: 1.6;
}

.bt-disclaimer {
  margin: 24px 0 0;
  color: #686868;
  font-size: 0.95rem;
  line-height: 1.55;
}

.bt-cta {
  background: #151515;
  color: #fff;
  border-radius: 30px;
  padding: clamp(28px, 5vw, 46px);
  text-align: center;
}

.bt-cta h2 {
  color: #fff;
}

.bt-cta p {
  max-width: 720px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.65;
}

.bt-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

@media (max-width: 860px) {
  .bt-tool-grid,
  .bt-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .birnie-tools-page {
    padding: 42px 16px;
  }

  .bt-btn {
    width: 100%;
  }

  .bt-tool-card,
  .bt-info,
  .bt-cta {
    border-radius: 22px;
  }

  .bt-cta-actions {
    flex-direction: column;
  }
}/* End custom CSS */