:root{
  --blwh-bg:#ffffff;
  --blwh-soft:#f5f8fd;
  --blwh-soft-2:#edf3fb;
  --blwh-card:#ffffff;
  --blwh-line:#dfe7f1;
  --blwh-line-strong:#cad6e5;
  --blwh-text:#0f172a;
  --blwh-text-2:#334155;
  --blwh-text-3:#64748b;
  --blwh-blue:#2563eb;
  --blwh-blue-dark:#1d4ed8;
  --blwh-dark:#0f172a;
  --blwh-radius-xl:28px;
  --blwh-radius-lg:22px;
  --blwh-radius-md:18px;
  --blwh-radius-sm:14px;
  --blwh-shadow-xs:0 4px 14px rgba(15,23,42,.04);
  --blwh-shadow-sm:0 10px 26px rgba(15,23,42,.06);
  --blwh-shadow-md:0 18px 40px rgba(15,23,42,.08);
  --blwh-shadow-lg:0 30px 76px rgba(15,23,42,.12);
  --blwh-container:1280px;
}

body.home{
  background:var(--blwh-bg) !important;
  color:var(--blwh-text);
}

.home .site-main,
.home .inside-article,
.home .entry-content,
.home .content-area{
  background:transparent !important;
  box-shadow:none !important;
}

.home .inside-article{
  padding:0 !important;
}

.home .entry-title{
  display:none !important;
}

.home .entry-content > * + *{
  margin-block-start:0 !important;
}

.blwh-home{
  padding:0 0 34px;
  overflow:hidden;
}

.blwh-container{
  width:min(var(--blwh-container), calc(100% - 32px));
  margin:0 auto;
}

.blwh-section{
  padding:38px 0;
}

.blwh-section--compact{
  padding:30px 0;
}

.blwh-section--faq{
  padding-top:34px;
  padding-bottom:24px;
}

.blwh-section--soft{
  background:linear-gradient(180deg, #fbfdff 0%, #f3f7fc 100%);
}

.blwh-section__head{
  max-width:820px;
  margin:0 0 22px;
}

.blwh-section__eyebrow{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:#eaf2ff;
  color:var(--blwh-blue);
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.blwh-section__head h2{
  margin:12px 0 10px;
  color:var(--blwh-text);
  font-size:50px;
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:800;
}

.blwh-section__head p{
  margin:0;
  color:var(--blwh-text-2);
  font-size:15px;
  line-height:1.74;
}

.blwh-kicker{
  margin:0 0 12px;
  color:var(--blwh-blue);
  font-size:10px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.blwh-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:16px;
  border:1px solid transparent;
  text-decoration:none !important;
  font-size:14px;
  font-weight:800;
  line-height:1;
  transition:all .24s ease;
}

.blwh-btn--primary{
  background:var(--blwh-blue);
  color:#fff !important;
  box-shadow:0 16px 30px rgba(37,99,235,.24);
}

.blwh-btn--primary:hover{
  background:var(--blwh-blue-dark);
  color:#fff !important;
  transform:translateY(-2px);
  box-shadow:0 20px 34px rgba(29,78,216,.28);
}

.blwh-btn--secondary,
.blwh-btn--line{
  background:#fff;
  color:var(--blwh-text) !important;
  border-color:var(--blwh-line);
}

.blwh-btn--secondary:hover,
.blwh-btn--line:hover{
  background:#f8fafc;
  border-color:var(--blwh-line-strong);
  color:var(--blwh-text) !important;
  transform:translateY(-1px);
}

.blwh-btn--dark{
  background:var(--blwh-dark);
  color:#fff !important;
}

.blwh-btn--dark:hover{
  background:#1e293b;
  color:#fff !important;
}

.blwh-hero{
  padding:30px 0 22px;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.08), transparent 28%),
    radial-gradient(circle at top right, rgba(59,130,246,.07), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.blwh-hero__grid{
  display:grid;
  grid-template-columns:minmax(0, .88fr) minmax(0, 1.12fr);
  gap:32px;
  align-items:center;
}

.blwh-hero__title{
  margin:0 0 16px;
  max-width:10.8ch;
  color:var(--blwh-text);
  font-size:74px;
  line-height:.9;
  letter-spacing:-.07em;
  font-weight:800;
}

.blwh-hero__desc{
  margin:0 0 22px;
  max-width:57ch;
  color:var(--blwh-text-2);
  font-size:15px;
  line-height:1.8;
}

.blwh-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:0 0 18px;
}

.blwh-hero__trust{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.blwh-trust-chip{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 13px;
  border:1px solid var(--blwh-line);
  border-radius:999px;
  background:rgba(255,255,255,.95);
  color:var(--blwh-text);
  font-size:12px;
  font-weight:700;
  box-shadow:var(--blwh-shadow-xs);
}

.blwh-hero__media{
  position:relative;
  overflow:hidden;
  min-height:520px;
  border:1px solid var(--blwh-line);
  border-radius:var(--blwh-radius-xl);
  background:#fff;
  box-shadow:var(--blwh-shadow-lg);
}

.blwh-hero__media img,
.blwh-hero__media video{
  display:block;
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
}

.blwh-hero__video{
  background:#0f172a;
}

.blwh-hero__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(15,23,42,0) 38%, rgba(15,23,42,.74) 100%);
  pointer-events:none;
}

.blwh-hero__overlay{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:2;
  padding:18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  background:rgba(15,23,42,.52);
  backdrop-filter:blur(10px);
}

.blwh-hero__overlay span{
  display:block;
  margin-bottom:5px;
  color:rgba(255,255,255,.75);
  font-size:10px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.blwh-hero__overlay strong{
  display:block;
  margin-bottom:8px;
  color:#fff;
  font-size:26px;
  line-height:1.18;
  font-weight:800;
}

.blwh-hero__overlay p{
  margin:0;
  color:rgba(255,255,255,.88);
  font-size:13px;
  line-height:1.62;
}

.blwh-paths{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}

.blwh-path-card{
  display:flex;
  flex-direction:column;
  min-height:216px;
  padding:20px 18px;
  border:1px solid var(--blwh-line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 28px rgba(15,23,42,.07);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.blwh-path-card:hover{
  transform:translateY(-4px);
  border-color:var(--blwh-line-strong);
  box-shadow:0 20px 40px rgba(15,23,42,.12);
}

.blwh-path-card--featured{
  background:linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border-color:#9fc3ff;
  box-shadow:0 16px 38px rgba(37,99,235,.12);
}

.blwh-path-card__tag{
  display:inline-flex;
  align-self:flex-start;
  margin-bottom:12px;
  padding:5px 9px;
  border-radius:999px;
  background:#eff6ff;
  color:var(--blwh-blue);
  font-size:10px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.blwh-path-card h2{
  margin:0 0 12px;
  color:var(--blwh-text);
  font-size:24px;
  line-height:1.16;
  letter-spacing:-.02em;
  font-weight:800;
}

.blwh-path-card p{
  margin:0;
  color:var(--blwh-text-2);
  font-size:14px;
  line-height:1.68;
}

.blwh-path-card__link{
  margin-top:auto;
  padding-top:14px;
  color:var(--blwh-blue) !important;
  text-decoration:none !important;
  font-size:13px;
  font-weight:800;
}

.blwh-path-card__link:hover{
  text-decoration:underline !important;
}

.blwh-grid{
  display:grid;
  gap:16px;
}

.blwh-grid--4{
  grid-template-columns:repeat(4, minmax(0,1fr));
}

.blwh-grid--3{
  grid-template-columns:repeat(3, minmax(0,1fr));
}

.blwh-card{
  display:flex;
  flex-direction:column;
  height:100%;
  padding:20px 18px;
  border:1px solid var(--blwh-line);
  border-radius:20px;
  background:var(--blwh-card);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.blwh-card:hover{
  transform:translateY(-4px);
  border-color:var(--blwh-line-strong);
  box-shadow:0 20px 40px rgba(15,23,42,.12);
}

.blwh-card--mini{
  padding:16px 16px;
}

.blwh-card--featured{
  border-color:#9fc3ff;
  background:linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow:0 16px 40px rgba(37,99,235,.13);
}

.blwh-card__tag{
  display:inline-flex;
  align-self:flex-start;
  margin-bottom:10px;
  padding:5px 9px;
  border-radius:999px;
  background:#f1f5f9;
  color:var(--blwh-text-2);
  font-size:10px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.blwh-card__badge{
  display:inline-flex;
  align-self:flex-start;
  margin-bottom:12px;
  padding:6px 10px;
  border-radius:999px;
  background:var(--blwh-blue);
  color:#fff;
  font-size:10px;
  font-weight:800;
  letter-spacing:.04em;
}

.blwh-card h3{
  margin:0 0 10px;
  color:var(--blwh-text);
  font-size:22px;
  line-height:1.18;
  letter-spacing:-.02em;
  font-weight:800;
}

.blwh-card p{
  margin:0;
  color:var(--blwh-text-2);
  font-size:14px;
  line-height:1.72;
}

.blwh-card__meta{
  margin:0 0 12px !important;
  color:var(--blwh-text-3) !important;
  font-size:12px !important;
  font-weight:700;
}

.blwh-list{
  margin:0 0 14px;
  padding:0;
  list-style:none;
}

.blwh-list li{
  position:relative;
  margin:0 0 8px;
  padding-left:16px;
  color:var(--blwh-text-2);
  font-size:13px;
  line-height:1.55;
}

.blwh-list li::before{
  content:"";
  position:absolute;
  top:8px;
  left:0;
  width:6px;
  height:6px;
  border-radius:999px;
  background:var(--blwh-blue);
}

.blwh-text-link{
  margin-top:auto;
  padding-top:12px;
  color:var(--blwh-blue) !important;
  text-decoration:none !important;
  font-size:13px;
  font-weight:800;
}

.blwh-text-link:hover{
  text-decoration:underline !important;
}

.blwh-proof{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:16px;
  padding:12px 14px;
  border:1px solid var(--blwh-line);
  border-radius:16px;
  background:linear-gradient(180deg, #fbfdff 0%, #f6f9fc 100%);
}

.blwh-proof p{
  margin:0;
  color:var(--blwh-text-2);
  font-size:12px;
  line-height:1.55;
}

.blwh-proof__links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.blwh-proof__links a{
  display:inline-flex;
  align-items:center;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid #dbe2ea;
  background:#fff;
  color:var(--blwh-text) !important;
  text-decoration:none !important;
  font-size:12px;
  font-weight:700;
}

.blwh-proof__links a:hover{
  background:#f8fafc;
}

.blwh-quick-links{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

.blwh-quick-links a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 14px;
  border:1px solid var(--blwh-line);
  border-radius:14px;
  background:#fff;
  color:var(--blwh-text) !important;
  text-decoration:none !important;
  font-size:12px;
  font-weight:800;
  text-align:center;
  box-shadow:var(--blwh-shadow-xs);
  transition:all .2s ease;
}

.blwh-quick-links a:hover{
  background:#f8fafc;
  border-color:var(--blwh-line-strong);
  transform:translateY(-2px);
}

.blwh-faq{
  border:1px solid var(--blwh-line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  overflow:hidden;
}

.blwh-faq-item + .blwh-faq-item{
  border-top:1px solid var(--blwh-line);
}

.blwh-faq-question{
  position:relative;
  width:100%;
  padding:20px 56px 20px 20px;
  border:0;
  background:#fff;
  color:var(--blwh-text);
  text-align:left;
  font-size:18px;
  line-height:1.35;
  font-weight:800;
  cursor:pointer;
}

.blwh-faq-question::after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  color:var(--blwh-blue);
  font-size:24px;
  line-height:1;
  font-weight:400;
}

.blwh-faq-item.active .blwh-faq-question::after{
  content:"−";
}

.blwh-faq-item.active .blwh-faq-question,
.blwh-faq-item.active .blwh-faq-answer{
  background:#fbfdff;
}

.blwh-faq-answer{
  display:none;
  padding:0 20px 20px;
}

.blwh-faq-item.active .blwh-faq-answer{
  display:block;
}

.blwh-faq-answer p{
  margin:0 0 10px;
  color:var(--blwh-text-2);
  font-size:15px;
  line-height:1.74;
}

.blwh-faq-answer p:last-child{
  margin-bottom:0;
}

.blwh-faq-answer a{
  color:var(--blwh-blue) !important;
  text-decoration:none !important;
  font-weight:800;
}

.blwh-faq-answer a:hover{
  text-decoration:underline !important;
}

.blwh-editorial{
  display:grid;
  grid-template-columns:minmax(0,1fr) 220px;
  gap:20px;
  padding:24px;
  border:1px solid var(--blwh-line);
  border-radius:24px;
  background:
    radial-gradient(circle at left top, rgba(37,99,235,.06), transparent 28%),
    #fff;
  box-shadow:0 16px 34px rgba(15,23,42,.09);
}

.blwh-editorial__author{
  display:flex;
  align-items:center;
  gap:12px;
  margin:12px 0 14px;
}

.blwh-editorial__avatar{
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:999px;
  background:linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
  color:#fff;
  font-size:14px;
  font-weight:800;
  box-shadow:0 10px 20px rgba(37,99,235,.16);
  flex:0 0 auto;
}

.blwh-editorial__meta strong{
  display:block;
  margin-bottom:3px;
  color:var(--blwh-text);
  font-size:14px;
  line-height:1.3;
  font-weight:800;
}

.blwh-editorial__meta span{
  display:block;
  color:var(--blwh-text-3);
  font-size:12px;
  line-height:1.5;
}

.blwh-editorial__main h2{
  margin:10px 0 12px;
  color:var(--blwh-text);
  font-size:36px;
  line-height:1.04;
  letter-spacing:-.035em;
  font-weight:800;
}

.blwh-editorial__main p{
  margin:0 0 12px;
  color:var(--blwh-text-2);
  font-size:15px;
  line-height:1.72;
}

.blwh-editorial__side{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.blwh-editorial__side a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 14px;
  border-radius:14px;
  border:1px solid #dbe2ea;
  background:#fff;
  color:var(--blwh-text) !important;
  text-decoration:none !important;
  font-size:13px;
  font-weight:800;
  box-shadow:var(--blwh-shadow-xs);
}

.blwh-editorial__side a:first-child{
  background:var(--blwh-blue);
  color:#fff !important;
  border-color:var(--blwh-blue);
  box-shadow:0 12px 24px rgba(37,99,235,.16);
}

.blwh-editorial__side a:first-child:hover{
  background:var(--blwh-blue-dark);
  border-color:var(--blwh-blue-dark);
  color:#fff !important;
}

@media (max-width: 1180px){
  .blwh-hero__grid{
    grid-template-columns:1fr;
  }

  .blwh-hero__title{
    max-width:none;
    font-size:60px;
  }

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

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

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

  .blwh-editorial{
    grid-template-columns:1fr;
  }

  .blwh-editorial__side{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 900px){
  .blwh-proof{
    flex-direction:column;
    align-items:flex-start;
  }

  .blwh-quick-links{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 680px){
  .blwh-container{
    width:min(var(--blwh-container), calc(100% - 20px));
  }

  .blwh-home{
    padding-bottom:22px;
  }

  .blwh-hero{
    padding:20px 0 16px;
  }

  .blwh-section,
  .blwh-section--compact{
    padding:24px 0;
  }

  .blwh-section__head h2,
  .blwh-editorial__main h2{
    font-size:28px;
  }

  .blwh-hero__title{
    font-size:42px;
    line-height:1.01;
  }

  .blwh-hero__desc,
  .blwh-section__head p{
    font-size:15px;
    line-height:1.72;
  }

  .blwh-hero__actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .blwh-trust-chip{
    width:100%;
    justify-content:center;
    text-align:center;
    min-height:42px;
  }

  .blwh-hero__media{
    min-height:260px;
    border-radius:20px;
  }

  .blwh-hero__media img,
  .blwh-hero__media video{
    min-height:260px;
  }

  .blwh-hero__overlay{
    left:12px;
    right:12px;
    bottom:12px;
    padding:14px;
  }

  .blwh-hero__overlay strong{
    font-size:18px;
  }

  .blwh-paths{
    grid-template-columns:1fr;
    gap:12px;
  }

  .blwh-grid--4,
  .blwh-grid--3,
  .blwh-quick-links{
    grid-template-columns:1fr;
  }

  .blwh-card,
  .blwh-card--mini,
  .blwh-path-card{
    padding:17px 14px;
  }

  .blwh-card h3,
  .blwh-path-card h2{
    font-size:20px;
  }

  .blwh-faq-question{
    font-size:16px;
    padding:17px 48px 17px 16px;
  }

  .blwh-faq-answer{
    padding:0 16px 17px;
  }

  .blwh-editorial{
    padding:18px 16px;
    border-radius:18px;
  }

  .blwh-editorial__side{
    grid-template-columns:1fr;
  }
}

/* ===== Home low-risk polish (content-safe) ===== */
.home .site-main{
  max-width:100% !important;
}

.blwh-container{
  width:min(1320px, calc(100% - 36px));
}

.blwh-home{
  padding:0 0 42px;
}

.blwh-section{
  padding:40px 0;
}

.blwh-section--compact{
  padding:32px 0;
}

.blwh-btn{
  min-height:48px;
  padding:0 20px;
  border-radius:15px;
  font-size:13px;
}

.blwh-btn--primary{
  box-shadow:0 16px 30px rgba(37,99,235,.22);
}

.blwh-path-card,
.blwh-card{
  border-radius:20px;
  padding:20px 18px;
}

.blwh-path-card h2{
  font-size:24px;
}

.blwh-card h3{
  font-size:22px;
}

.blwh-faq{
  border-radius:22px;
}

.blwh-faq-question{
  font-size:18px;
}

.blwh-section__head h2{
  font-size:clamp(34px, 4.1vw, 54px);
}

@media (max-width: 900px){
  .blwh-container{
    width:min(1320px, calc(100% - 24px));
  }

  .blwh-home{
    padding-bottom:30px;
  }

  .blwh-section{
    padding:30px 0;
  }

  .blwh-section--compact{
    padding:24px 0;
  }

  .blwh-btn{
    min-height:46px;
    padding:0 16px;
  }

  .blwh-path-card,
  .blwh-card{
    border-radius:18px;
    padding:18px 16px;
  }

  .blwh-faq-question{
    font-size:16px;
  }
}
/* ===== Home hero mobile no-overlap fix ===== */
@media (max-width: 680px){
  .blwh-hero__media{
    display: flex;
    flex-direction: column;
    min-height: auto;
    overflow: hidden;
    border-radius: 20px;
    background: #0f172a;
  }

  .blwh-hero__media img,
  .blwh-hero__media video,
  .blwh-hero__video{
    display: block;
    width: 100%;
    height: 300px;
    min-height: 300px;
    object-fit: cover;
    object-position: center center;
    flex: 0 0 auto;
  }

  .blwh-hero__media::after{
    inset: 0 0 88px 0;
    background: linear-gradient(180deg, rgba(15,23,42,0) 42%, rgba(15,23,42,.32) 100%);
  }

  .blwh-hero__overlay{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 14px 14px 15px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.08);
    border-radius: 0 0 20px 20px;
    background: linear-gradient(180deg, rgba(15,23,42,.94) 0%, rgba(15,23,42,.88) 100%);
    backdrop-filter: none;
    z-index: 2;
  }

  .blwh-hero__overlay span{
    margin-bottom: 5px;
    font-size: 9px;
    letter-spacing: .08em;
  }

  .blwh-hero__overlay strong{
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.24;
  }

  .blwh-hero__overlay p{
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (max-width: 480px){
  .blwh-hero__media img,
  .blwh-hero__media video,
  .blwh-hero__video{
    height: 280px;
    min-height: 280px;
  }

  .blwh-hero__media::after{
    inset: 0 0 84px 0;
  }

  .blwh-hero__overlay{
    padding: 12px 12px 13px;
  }

  .blwh-hero__overlay strong{
    font-size: 15px;
  }

  .blwh-hero__overlay p{
    font-size: 11px;
    line-height: 1.45;
  }
}