/* 7.9.56 — product pages: light, scrollable, no black cages */

html:has(body.bu-product-page),
html body.bu-product-page {
  height: auto !important;
  max-height: none !important;
  min-height: 100%;
  overflow-x: clip !important;
  overflow-y: auto !important;
  background: #f4efe4 !important;
  color: #1a2332;
}
html body.bu-product-page .landing-shell,
html body.bu-product-page .landing-shell-main {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  contain: none !important;
}
html body.bu-product-page main.bu-pro,
html body.bu-product-page main.bu-blog {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
  background: #f4efe4;
  color: #1a2332;
}

.bu-pro {
  --ink: #1a2332;
  --paper: #fffdf8;
  --wash: #f4efe4;
  --line: #e4d6c2;
  --accent: #0b6e86;
  --accent-2: #c45c26;
  padding-bottom: 72px;
}
.bu-pro-hero {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #efe6d4;
}
.bu-pro-hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05);
}
.bu-pro-hero-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(244, 239, 228, 0.22) 0%, rgba(244, 239, 228, 0.88) 72%, #f4efe4 100%),
    linear-gradient(90deg, rgba(244, 239, 228, 0.55), transparent 55%);
}
.bu-pro-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 108px 28px 48px;
}
.bu-pro-kicker {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.bu-pro h1 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4.4vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--ink);
  max-width: 18ch;
}
.bu-pro-lead {
  margin: 0 0 22px;
  max-width: 62ch;
  font-size: 18px;
  line-height: 1.55;
  color: #3a4454;
}
.bu-pro-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bu-pro-btn {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid var(--accent);
}
.bu-pro-btn.ghost {
  background: #fff;
  color: var(--ink) !important;
  border-color: var(--line);
}
.bu-pro-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 12px 28px;
  background: rgba(255, 253, 248, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.bu-pro-nav a {
  flex: 0 0 auto;
  padding: 8px 14px;
  border-radius: 999px;
  color: #3a4454;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}
.bu-pro-nav a.is-on,
.bu-pro-nav a:hover {
  background: #fff;
  color: var(--accent);
  box-shadow: 0 6px 18px rgba(26, 35, 50, 0.06);
}
.bu-pro-grid3,
.bu-pro-grid2,
.bu-pro-split,
.bu-pro-steps,
.bu-pro-cmp,
.bu-pro-price,
.bu-dispo-stage,
.bu-pro-note {
  max-width: 1120px;
  margin: 28px auto 0;
  padding: 0 28px;
}
.bu-pro-grid3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.bu-pro-grid2,
.bu-pro-split,
.bu-pro-price,
.bu-dispo-stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.bu-pro-card,
.bu-pro-tile,
.bu-pro-price-card,
.bu-dispo-chat,
.bu-dispo-board {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px 22px 20px;
  box-shadow: 0 18px 40px rgba(90, 62, 32, 0.06);
  color: var(--ink);
}
.bu-pro-card h2,
.bu-pro-tile h3,
.bu-dispo-board h2,
.bu-pro-steps h2,
.bu-pro-cmp-row h3,
.bu-pro-price-card h2 {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.bu-pro-card p,
.bu-pro-tile p,
.bu-pro-steps p,
.bu-pro-cmp-row p,
.bu-pro-note {
  margin: 0;
  color: #3a4454;
  line-height: 1.55;
}
.bu-pro-ticks {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bu-pro-ticks li {
  position: relative;
  padding: 8px 0 8px 22px;
  color: #3a4454;
}
.bu-pro-ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
}
.bu-pro-steps ol {
  margin: 12px 0 0;
  padding: 0 0 0 22px;
  color: #3a4454;
  line-height: 1.6;
}
.bu-pro-num {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  padding: 0 !important;
}
.bu-pro-num li {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
}

.bu-dispo-chat {
  display: flex;
  flex-direction: column;
  min-height: 460px;
}
.bu-dispo-chat-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.bu-dispo-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1aa36a;
}
.bu-dispo-chat-head small {
  width: 100%;
  color: #5b6573;
}
.bu-dispo-log {
  flex: 1;
  overflow: auto;
  max-height: 280px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 4px 2px 12px;
}
.bu-dispo-msg {
  margin: 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  line-height: 1.45;
}
.bu-dispo-msg.is-you {
  align-self: flex-end;
  background: #e7f4f7;
  border-color: #b7dbe3;
}
.bu-dispo-msg b {
  display: block;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 4px;
}
.bu-dispo-form {
  display: flex;
  gap: 8px;
}
.bu-dispo-form input {
  flex: 1;
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 0 14px;
}
.bu-dispo-form button {
  min-height: 46px;
  padding: 0 16px;
  border: 0;
  border-radius: 14px;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.bu-dispo-ex {
  margin-top: 12px;
}
.bu-dispo-ex p {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  color: #5b6573;
}
.bu-dispo-chip {
  margin: 0 6px 6px 0;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
}
.bu-dispo-loads {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bu-dispo-loads li {
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
}
.bu-dispo-loads li.is-hit {
  border-color: var(--accent);
  background: #e7f4f7;
}
.bu-dispo-loads li.is-dim {
  opacity: 0.42;
}
.bu-dispo-loads strong {
  display: block;
  color: var(--ink);
}
.bu-dispo-loads i {
  font-style: normal;
  color: var(--accent);
}
.bu-dispo-loads span {
  color: #5b6573;
  font-size: 13px;
}

.bu-pro-cmp {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bu-pro-cmp-head,
.bu-pro-cmp-row {
  display: grid;
  grid-template-columns: 0.8fr 1.1fr 1.1fr;
  gap: 12px;
  align-items: start;
}
.bu-pro-cmp-head strong,
.bu-pro-cmp-row p,
.bu-pro-cmp-row h3 {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
}
.bu-pro-cmp-row p.is-us {
  border-color: #9fd0db;
  background: #e7f4f7;
}

.bu-pro-price-card.is-hero {
  border-color: #9fd0db;
  box-shadow: 0 22px 50px rgba(11, 110, 134, 0.12);
}
.bu-pro-sum {
  margin: 8px 0 4px;
  font-size: 42px;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.bu-pro-sum small {
  font-size: 15px;
  margin-left: 6px;
  color: #5b6573;
}
.bu-pro-alt {
  margin: 0 0 14px;
  color: var(--accent-2);
  font-weight: 800;
}
.bu-pro-price-card ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  color: #3a4454;
}
.bu-pro-price-card li {
  padding: 7px 0;
  border-bottom: 1px solid var(--line);
}
.bu-pro-note {
  margin-top: 16px;
}

.bu-blog-search {
  display: flex;
  gap: 8px;
  max-width: 520px;
  margin-top: 8px;
}
.bu-blog-search input {
  flex: 1;
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid #e4d6c2;
  background: #fff;
  color: #1a2332;
  padding: 0 14px;
}
.bu-blog-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 1120px;
  margin: 20px auto 0;
  padding: 0 28px;
}
.bu-blog-chip {
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e4d6c2;
  color: #1a2332;
  text-decoration: none;
  font-weight: 700;
}
.bu-blog-chip.is-on {
  background: #0b6e86;
  color: #fff;
  border-color: #0b6e86;
}
.bu-blog-empty,
.bu-blog .bu-blog-grid,
.bu-blog .bu-blog-feat,
.bu-blog .bu-blog-feature {
  max-width: 1120px;
  margin: 24px auto;
  padding: 0 28px;
  color: #1a2332;
}
html body.bu-product-page .bu-blog {
  background: #f4efe4 !important;
  color: #1a2332 !important;
}
html body.bu-product-page .bu-blog-feature,
html body.bu-product-page .bu-blog-grid article {
  background: #fffdf8;
  border: 1px solid #e4d6c2;
  border-radius: 22px;
  padding: 20px;
  color: #1a2332;
  box-shadow: 0 18px 40px rgba(90, 62, 32, 0.06);
}
html body.bu-product-page .bu-blog-hero-full,
html body.bu-product-page .bu-mkt-hero {
  background: #efe6d4;
}
html body.bu-product-page .bu-neon-inner,
html body.bu-product-page .bu-mkt-hero-overlay {
  background: transparent !important;
}

@media (max-width: 900px) {
  .bu-pro-grid3,
  .bu-pro-grid2,
  .bu-pro-split,
  .bu-pro-price,
  .bu-dispo-stage,
  .bu-pro-num,
  .bu-pro-cmp-head,
  .bu-pro-cmp-row {
    grid-template-columns: 1fr;
  }
  .bu-pro-hero-inner {
    padding-top: 88px;
  }
}
