/* Homepage conversion layer for Buzzworthy Digital. Keeps the wider site stylesheet intact. */
:root {
  --bw-ink: #0f172a;
  --bw-charcoal: #172033;
  --bw-night: #07111f;
  --bw-paper: #f8fafc;
  --bw-white: #ffffff;
  --bw-muted: #64748b;
  --bw-line: rgba(15, 23, 42, 0.12);
  --bw-gold: #f6c445;
  --bw-blue: #1d4ed8;
  --bw-cyan: #06b6d4;
  --bw-green: #10b981;
  --bw-red: #e11d48;
}

.bw-home {
  background: var(--bw-paper);
  color: var(--bw-ink);
  font-family: "Inter", sans-serif;
  padding-bottom: 0;
}

.bw-container {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 24px;
}

.bw-nav {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(14px);
  height: 72px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.bw-nav-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 24px;
}

.bw-logo {
  align-items: baseline;
  color: var(--bw-ink);
  display: inline-flex;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
}

.bw-logo strong {
  color: var(--bw-blue);
  font-weight: 900;
  margin-left: 4px;
}

.bw-nav-links {
  align-items: center;
  display: flex;
  gap: 22px;
}

.bw-nav-links a {
  color: rgba(16, 17, 20, 0.67);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.bw-nav-links a:hover {
  color: var(--bw-ink);
}

.bw-nav-links .bw-nav-cta {
  background: linear-gradient(135deg, var(--bw-blue), #0f766e);
  border-radius: 8px;
  color: var(--bw-white);
  padding: 11px 16px;
}

.bw-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(29, 78, 216, 0.12), transparent 28%),
    linear-gradient(90deg, rgba(15, 23, 42, 0.06) 0 1px, transparent 1px),
    linear-gradient(rgba(15, 23, 42, 0.045) 0 1px, transparent 1px),
    var(--bw-paper);
  background-size: 56px 56px;
  padding: 146px 0 76px;
}

.bw-hero-grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.bw-kicker {
  color: var(--bw-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.bw-hero h1 {
  color: var(--bw-ink);
  font-size: clamp(44px, 6vw, 84px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0 0 24px;
  max-width: 790px;
}

.bw-lede {
  color: rgba(16, 17, 20, 0.72);
  font-size: 19px;
  line-height: 1.72;
  margin-bottom: 30px;
  max-width: 720px;
}

.bw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.bw-btn {
  align-items: center;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 15px 22px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.bw-btn:hover {
  transform: translateY(-1px);
}

.bw-btn-primary {
  background: linear-gradient(135deg, var(--bw-gold), #f59e0b);
  color: var(--bw-ink);
  box-shadow: 0 14px 34px rgba(242, 183, 5, 0.22);
}

.bw-btn-secondary,
.bw-btn-line {
  background: transparent;
  border: 1px solid rgba(15, 23, 42, 0.18);
  color: var(--bw-ink);
}

.bw-btn-dark {
  background: linear-gradient(135deg, var(--bw-ink), #0f766e);
  color: var(--bw-white);
}

.bw-ad-audit {
  background:
    radial-gradient(circle at 88% 10%, rgba(6, 182, 212, 0.13), transparent 28%),
    linear-gradient(180deg, #07111f, #0f172a);
  color: var(--bw-white);
  padding: 76px 0;
}

.bw-ad-grid {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
}

.bw-ad-audit h2 {
  color: var(--bw-white);
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0 0 22px;
  max-width: 820px;
}

.bw-ad-audit .bw-lede {
  color: rgba(255, 255, 255, 0.68);
}

.bw-ad-audit .bw-btn-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--bw-white);
}

.bw-ad-panel {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.bw-ad-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 14px;
  grid-template-columns: 44px 1fr;
  padding: 24px;
}

.bw-ad-row:last-child {
  border-bottom: 0;
}

.bw-ad-row span {
  align-items: center;
  background: rgba(245, 196, 69, 0.13);
  border: 1px solid rgba(245, 196, 69, 0.32);
  border-radius: 8px;
  color: var(--bw-gold);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.bw-ad-row strong {
  color: var(--bw-white);
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.bw-ad-row p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.58;
  margin: 0;
}

.bw-hero-note,
.bw-small-note,
.bw-form-note {
  color: rgba(16, 17, 20, 0.54);
  font-size: 13px;
  line-height: 1.6;
}

.bw-diagnostic-panel {
  background: linear-gradient(180deg, #07111f, #0f172a);
  border: 1px solid rgba(6, 182, 212, 0.28);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(16, 17, 20, 0.22);
  color: var(--bw-white);
  overflow: hidden;
}

.bw-panel-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
}

.bw-panel-header span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bw-panel-header strong {
  color: var(--bw-cyan);
  font-size: 13px;
}

.bw-journey {
  display: grid;
}

.bw-journey-row {
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 18px;
  grid-template-columns: 42px 1fr;
  padding: 22px;
}

.bw-journey-row:last-child {
  border-bottom: 0;
}

.bw-journey-row > span {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  color: var(--bw-cyan);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.bw-journey-row strong {
  color: var(--bw-white);
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
}

.bw-journey-row p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.55;
}

.bw-journey-row-accent {
  background: rgba(16, 185, 129, 0.1);
}

.bw-strip {
  background: var(--bw-ink);
  overflow: hidden;
  padding: 14px 0;
}

.bw-strip-track {
  animation: bwTicker 32s linear infinite;
  color: var(--bw-white);
  display: inline-flex;
  gap: 34px;
  min-width: 1400px;
  opacity: 0.86;
  text-transform: uppercase;
  white-space: nowrap;
}

.bw-strip-track span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

@keyframes bwTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.bw-section {
  padding: 94px 0;
}

.bw-section-light {
  background: #f8fafc;
}

.bw-section-white {
  background: var(--bw-white);
}

.bw-section-dark {
  background: var(--bw-night);
  color: var(--bw-white);
}

.bw-section-head {
  margin: 0 auto 42px;
  max-width: 760px;
  text-align: center;
}

.bw-section-head h2,
.bw-video-grid h2,
.bw-close-grid h2,
.bw-audit-copy h2 {
  font-size: clamp(31px, 4.4vw, 58px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 16px;
}

.bw-section-head p,
.bw-video-grid p,
.bw-audit-copy p {
  color: rgba(16, 17, 20, 0.66);
  font-size: 17px;
  line-height: 1.75;
}

.bw-section-dark .bw-section-head p,
.bw-section-dark .bw-close-list p,
.bw-video-section p {
  color: rgba(255, 255, 255, 0.62);
}

.bw-leak-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bw-leak-card,
.bw-price-card,
.bw-system-step,
.bw-form-wrap,
.bw-close-list > div {
  border-radius: 8px;
}

.bw-leak-card {
  background: var(--bw-white);
  border: 1px solid var(--bw-line);
  padding: 26px;
}

.bw-card-label {
  color: var(--bw-blue);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.bw-leak-card h3,
.bw-system-step h3,
.bw-price-card h3 {
  color: var(--bw-ink);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.14;
  margin-bottom: 12px;
}

.bw-leak-card p,
.bw-system-step p,
.bw-price-card p,
.bw-price-card li {
  color: rgba(16, 17, 20, 0.64);
  font-size: 14px;
  line-height: 1.68;
}

.bw-video-section {
  background: var(--bw-charcoal);
  color: var(--bw-white);
}

.bw-video-grid {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: 0.84fr 1.16fr;
}

.bw-video {
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid rgba(242, 183, 5, 0.24);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34);
  display: block;
  object-fit: cover;
  width: 100%;
}

.bw-system {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bw-system-step {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 250px;
  padding: 24px;
}

.bw-system-step span {
  color: var(--bw-gold);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 42px;
}

.bw-system-step h3 {
  color: var(--bw-white);
}

.bw-system-step p {
  color: rgba(255, 255, 255, 0.62);
}

.bw-pricing-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bw-price-card {
  background: var(--bw-white);
  border: 1px solid var(--bw-line);
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.bw-price-featured {
  border: 2px solid var(--bw-blue);
  box-shadow: 0 24px 62px rgba(37, 99, 235, 0.13);
}

.bw-price-card strong {
  color: var(--bw-ink);
  display: block;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 14px;
}

.bw-price-card ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 24px 0;
}

.bw-price-card li {
  border-top: 1px solid rgba(16, 17, 20, 0.08);
  padding-top: 10px;
}

.bw-price-card .bw-btn {
  margin-top: auto;
}

.bw-urgent-bar {
  align-items: center;
  background: var(--bw-ink);
  border-radius: 8px;
  color: var(--bw-white);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 20px;
  padding: 24px;
}

.bw-urgent-bar strong {
  display: block;
  font-size: 20px;
  margin-bottom: 4px;
}

.bw-urgent-bar p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.6;
  max-width: 760px;
}

.bw-industry-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bw-industry-grid a {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  color: var(--bw-ink);
  display: flex;
  font-size: 15px;
  font-weight: 900;
  min-height: 58px;
  padding: 14px 16px;
  text-decoration: none;
}

.bw-industry-grid a:hover {
  border-color: var(--bw-blue);
  color: var(--bw-blue);
}

.bw-close-grid,
.bw-audit-grid {
  display: grid;
  gap: 50px;
  grid-template-columns: 0.82fr 1.18fr;
}

.bw-close-list {
  display: grid;
  gap: 14px;
}

.bw-close-list > div {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px;
}

.bw-close-list strong {
  color: var(--bw-gold);
  display: block;
  font-size: 17px;
  margin-bottom: 8px;
}

.bw-audit-section {
  background: var(--bw-paper);
}

.bw-check-list {
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 28px 0;
}

.bw-check-list li {
  color: rgba(16, 17, 20, 0.76);
  font-size: 15px;
  font-weight: 800;
  padding-left: 24px;
  position: relative;
}

.bw-check-list li::before {
  background: var(--bw-green);
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 8px;
}

.bw-form-wrap {
  background: var(--bw-night);
  border: 1px solid rgba(242, 183, 5, 0.2);
  box-shadow: 0 24px 70px rgba(16, 17, 20, 0.18);
  padding: 30px;
}

.bw-audit-form {
  display: grid;
  gap: 16px;
}

.bw-form-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bw-audit-form label {
  display: grid;
  gap: 7px;
}

.bw-audit-form span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bw-audit-form input,
.bw-audit-form select,
.bw-audit-form textarea {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  color: var(--bw-white);
  font-family: inherit;
  font-size: 15px;
  outline: 0;
  padding: 14px 15px;
  width: 100%;
}

.bw-audit-form input::placeholder,
.bw-audit-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.bw-audit-form input:focus,
.bw-audit-form select:focus,
.bw-audit-form textarea:focus {
  border-color: var(--bw-gold);
}

.bw-audit-form select option {
  background: #15161b;
  color: var(--bw-white);
}

.bw-submit {
  border: 0;
  width: 100%;
}

.bw-form-note {
  color: rgba(255, 255, 255, 0.44);
  text-align: center;
}

.bw-form-success {
  color: var(--bw-white);
  padding: 16px 0;
}

.bw-form-success span {
  color: var(--bw-green);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.bw-form-success h3 {
  color: var(--bw-white);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 14px;
}

.bw-form-success p {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
  margin-bottom: 22px;
}

.bw-success-link {
  color: var(--bw-gold);
  display: inline-block;
  font-weight: 900;
  margin-left: 16px;
  text-decoration: none;
}

.bw-mobile-cta {
  display: none;
}

.bw-footer {
  background: var(--bw-night);
  color: var(--bw-white);
  padding: 56px 0 26px;
}

.bw-footer .bw-logo {
  color: var(--bw-white);
}

.bw-footer-grid {
  display: grid;
  gap: 44px;
  grid-template-columns: 0.9fr 1.1fr;
}

.bw-footer p {
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
  line-height: 1.7;
  margin-top: 14px;
  max-width: 520px;
}

.bw-footer-links {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bw-footer-links a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.bw-footer-links a:hover {
  color: var(--bw-gold);
}

.bw-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.32);
  font-size: 12px;
  margin: 38px auto 0;
  max-width: 1180px;
  padding: 22px 24px 0;
}

.bw-cookie {
  align-items: center;
  background: var(--bw-night);
  border-top: 1px solid rgba(242, 183, 5, 0.2);
  bottom: 0;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  left: 0;
  padding: 16px 24px;
  position: fixed;
  right: 0;
  z-index: 9999;
}

.bw-cookie[hidden] {
  display: none;
}

.bw-cookie p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.bw-cookie a {
  color: var(--bw-gold);
  font-weight: 800;
}

.bw-cookie button {
  background: var(--bw-gold);
  border: 0;
  border-radius: 8px;
  color: var(--bw-ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  min-height: 42px;
  padding: 10px 18px;
}

/* Simplified conversion homepage: fast path to the audit. */
.bw-simple-home .bw-nav {
  background: rgba(255, 255, 255, 0.96);
}

.bw-simple-hero {
  background:
    radial-gradient(circle at 16% 8%, rgba(29, 78, 216, 0.16), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(16, 185, 129, 0.13), transparent 26%),
    linear-gradient(90deg, rgba(15, 23, 42, 0.055) 0 1px, transparent 1px),
    linear-gradient(rgba(15, 23, 42, 0.04) 0 1px, transparent 1px),
    var(--bw-paper);
  background-size: 64px 64px;
  padding: 138px 0 66px;
}

.bw-simple-grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
}

.bw-simple-copy h1 {
  color: var(--bw-ink);
  font-size: clamp(46px, 6.2vw, 86px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0 0 22px;
  max-width: 820px;
}

.bw-action-panel {
  background: linear-gradient(180deg, #07111f, #0f172a);
  border: 1px solid rgba(6, 182, 212, 0.28);
  border-radius: 8px;
  box-shadow: 0 28px 68px rgba(15, 23, 42, 0.26);
  color: var(--bw-white);
  padding: 26px;
}

.bw-action-top {
  color: var(--bw-cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.bw-action-steps {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0 0 24px;
}

.bw-action-steps li {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  display: grid;
  gap: 5px;
  padding: 17px;
}

.bw-action-steps strong {
  color: var(--bw-white);
  font-size: 16px;
}

.bw-action-steps span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.55;
}

.bw-fast-section {
  background: var(--bw-white);
  padding: 68px 0;
}

.bw-fast-head {
  margin-bottom: 26px;
  max-width: 760px;
}

.bw-fast-head h2 {
  color: var(--bw-ink);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0;
}

.bw-five-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bw-five-grid > div {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.055);
  border-radius: 8px;
  min-height: 220px;
  padding: 22px;
}

.bw-five-grid span {
  color: var(--bw-blue);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 28px;
}

.bw-five-grid strong {
  color: var(--bw-ink);
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.16;
  margin-bottom: 10px;
}

.bw-five-grid p {
  color: rgba(16, 17, 20, 0.64);
  font-size: 14px;
  line-height: 1.6;
}

.bw-paid-box {
  background: #ffffff;
  border: 1px solid rgba(29, 78, 216, 0.16);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
  border-radius: 8px;
  margin-top: 28px;
  padding: 22px;
}

.bw-paid-box strong {
  color: var(--bw-ink);
  display: block;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 8px;
}

.bw-paid-box p {
  color: rgba(16, 17, 20, 0.64);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.bw-service-simple {
  background:
    linear-gradient(135deg, rgba(6, 182, 212, 0.08), transparent 32%),
    linear-gradient(180deg, #07111f, #0f172a);
  color: var(--bw-white);
  padding: 74px 0 84px;
}

.bw-service-simple .bw-fast-head h2 {
  color: var(--bw-white);
}

.bw-simple-services {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bw-simple-services > div {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  min-height: 210px;
  padding: 24px;
}

.bw-simple-services strong {
  color: var(--bw-gold);
  display: block;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 14px;
}

.bw-simple-services span {
  color: var(--bw-white);
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 10px;
}

.bw-simple-services p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.6;
}

.bw-final-action {
  align-items: center;
  background: linear-gradient(135deg, var(--bw-gold), #f59e0b);
  border-radius: 8px;
  color: var(--bw-ink);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin-top: 18px;
  padding: 26px;
}

.bw-final-action h2 {
  color: var(--bw-ink);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.bw-final-action .bw-btn-primary {
  background: linear-gradient(135deg, var(--bw-ink), #0f766e);
  color: var(--bw-white);
  box-shadow: none;
  flex-shrink: 0;
}

@media (max-width: 980px) {
  .bw-hero-grid,
  .bw-video-grid,
  .bw-close-grid,
  .bw-ad-grid,
  .bw-audit-grid,
  .bw-footer-grid {
    grid-template-columns: 1fr;
  }

  .bw-simple-grid,
  .bw-simple-services {
    grid-template-columns: 1fr;
  }

  .bw-leak-grid,
  .bw-pricing-grid,
  .bw-system,
  .bw-industry-grid,
  .bw-five-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bw-system-step {
    min-height: 220px;
  }

  .bw-system-step span {
    margin-bottom: 26px;
  }
}

@media (max-width: 720px) {
  .bw-home {
    padding-bottom: 74px;
  }

  .bw-nav {
    height: 64px;
  }

  .bw-nav-inner {
    padding: 0 16px;
  }

  .bw-logo {
    font-size: 19px;
  }

  .bw-nav-links a:not(.bw-nav-cta) {
    display: none;
  }

  .bw-nav-links .bw-nav-cta {
    padding: 10px 13px;
  }

  .bw-hero {
    padding: 104px 0 56px;
  }

  .bw-container {
    padding: 0 18px;
  }

  .bw-hero h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .bw-lede {
    font-size: 17px;
  }

  .bw-btn,
  .bw-hero-actions,
  .bw-hero-actions .bw-btn {
    width: 100%;
  }

  .bw-diagnostic-panel {
    margin-top: 8px;
  }

  .bw-panel-header {
    display: grid;
  }

  .bw-section {
    padding: 68px 0;
  }

  .bw-leak-grid,
  .bw-pricing-grid,
  .bw-system,
  .bw-industry-grid,
  .bw-form-row,
  .bw-footer-links {
    grid-template-columns: 1fr;
  }

  .bw-simple-hero {
    padding: 104px 0 52px;
  }

  .bw-simple-copy h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .bw-five-grid {
    grid-template-columns: 1fr;
  }

  .bw-five-grid > div,
  .bw-simple-services > div {
    min-height: auto;
  }

  .bw-final-action {
    align-items: stretch;
    flex-direction: column;
  }

  .bw-urgent-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .bw-form-wrap {
    padding: 22px;
  }

  .bw-success-link {
    display: block;
    margin: 16px 0 0;
  }

  .bw-mobile-cta {
    align-items: center;
    background: var(--bw-gold);
    border-radius: 8px;
    bottom: 12px;
    box-shadow: 0 14px 30px rgba(242, 183, 5, 0.26);
    color: var(--bw-ink);
    display: flex;
    font-size: 15px;
    font-weight: 900;
    justify-content: center;
    left: 14px;
    min-height: 52px;
    position: fixed;
    right: 14px;
    text-decoration: none;
    z-index: 130;
  }

  .bw-cookie {
    align-items: stretch;
    flex-direction: column;
    padding-bottom: 82px;
  }
}
