/* Bullet Design 2026 — frameless conversion layer */
:root {
  --ink: #07080b;
  --cream: #f3f0e8;
  --signal: #ff3d12;
  --electric: #4e6bff;
  --cyan: #b8fff0;
  --line-dark: rgba(255,255,255,.14);
  --line-light: rgba(7,8,11,.13);
}

body { background: var(--ink); }
main { background: var(--cream); }

.hero-replica {
  min-height: 760px;
  background:
    radial-gradient(circle at 76% 25%, rgba(78,107,255,.78), transparent 30%),
    radial-gradient(circle at 18% 80%, rgba(255,61,18,.45), transparent 25%),
    var(--ink);
  isolation: isolate;
}
.hero-replica::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    linear-gradient(var(--line-dark) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-dark) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}
.hero-portrait-bg { opacity: .18; filter: contrast(1.1); mix-blend-mode: luminosity; }
.hero-center-content { max-width: 1300px; margin: auto; }
.hero-nav-bar { margin-top: 68px; }
.bd-system .hero-nav-bar { display: none !important; }
.site-header .header-logo span { display: none; }
.hero-seo-kicker {
  position: relative;
  z-index: 4;
  margin-bottom: 18px;
  color: var(--cyan);
  font-family: var(--font-code);
  font-size: clamp(.68rem, 1.1vw, .85rem);
  letter-spacing: .16em;
}
.hero-huge-text { font-size: clamp(5rem, 15vw, 15rem); color: var(--signal); line-height: .78; }
.hero-value {
  position: relative;
  z-index: 5;
  max-width: 700px;
  margin: 28px auto 0;
  color: #fff;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  line-height: 1.5;
}
.hero-value strong { color: var(--cyan); }
.hero-cta-row { position: relative; z-index: 6; display: flex; justify-content: center; gap: 12px; margin-top: 26px; }
.btn-glass { color: #fff; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.btn-glass:hover { background: #fff; color: var(--ink); transform: translateY(-3px); }

.frameless-section { position: relative; border-radius: 0 !important; }
.frameless-section + .frameless-section { border-top: 1px solid var(--line-light); }
.banner-box { position: relative; overflow: hidden; border-radius: 0 !important; transition: transform .45s var(--ease-editorial), box-shadow .45s var(--ease-editorial); }
.banner-box::after { content:""; position:absolute; inset:0; pointer-events:none; border:1px solid rgba(255,255,255,.14); }
.banner-box:hover { transform: translateY(-7px); box-shadow: 0 28px 70px rgba(7,8,11,.14); }
.plan-stage { background: var(--cream) !important; }
.plan-price { font-size: clamp(3.5rem, 7vw, 5.6rem); line-height: .9; }
.plan-price span, .plan-price small { font: 700 .78rem/1 var(--font-code); letter-spacing: .08em; opacity: .72; }
.market-links { display: grid; gap: 8px; min-width: 250px; }
.market-links a { padding: 14px 18px; border-bottom: 1px solid var(--line-light); font: 800 .85rem/1 var(--font-code); }
.market-links a:hover { color: var(--signal); padding-left: 26px; }
.editorial-card { border-radius: 0 !important; position: relative; transition: transform .35s var(--ease-editorial), border-color .35s; }
.editorial-card:hover { transform: translateY(-8px); border-color: var(--signal); }
.method-photo-card { padding-top: 0 !important; overflow: hidden; }
.method-step-photo { width: calc(100% + 48px); height: 190px; margin: 0 -24px 28px; object-fit: cover; filter: saturate(.86) contrast(1.06); }
.card-featured .method-step-photo { filter: saturate(.78) contrast(1.12); }
.plan-banner-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 32px; align-items: start; }
.plan-banner-grid > div:first-child > span { display: inline-flex; padding: 6px 16px; border-radius: 999px; color: #fff !important; background: var(--black); font-size: .75rem; font-weight: 800; }
.plan-banner-grid p { max-width: 590px; margin-top: 10px; font-size: 1.1rem; line-height: 1.6; }
.plan-banner-action { display: grid; justify-items: end; gap: 14px; text-align: right; }
.plan-fit-trigger { display: inline-flex; align-items: center; gap: 10px; padding: 10px 0; color: var(--blue); border: 0; border-bottom: 1px solid currentColor; background: transparent; font: 900 .72rem/1.25 var(--font-body); text-transform: uppercase; letter-spacing: .055em; cursor: pointer; }
.plan-fit-trigger span { font-weight: 700; opacity: .68; }
.plan-fit-trigger:hover { color: var(--red); }
.plan-banner-ecommerce { padding: 60px; background: #edf0ff !important; border: 1px solid #bfc9ff; }
.plan-banner-enterprise { padding: 60px; background: #e9fff8 !important; border: 1px solid #a8e8d8; }
.editorial-table { border-collapse: collapse; }
.editorial-table tr { transition: background .25s, color .25s, transform .25s; }
.editorial-table tbody tr:hover { background: var(--ink); color: #fff; transform: translateX(8px); }
.table-thumb { width: 86px !important; height: 58px !important; object-fit: cover; border-radius: 0 !important; border: 1px solid rgba(255,255,255,.18); }

.seo-market-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--ink);
  color: #fff;
}
.seo-market-strip a { min-height: 260px; padding: 44px; border-right: 1px solid var(--line-dark); display: flex; flex-direction: column; justify-content: space-between; }
.seo-market-strip a:last-child { border-right: 0; }
.seo-market-strip strong { font-family: var(--font-display); font-size: clamp(2.6rem, 5vw, 5.6rem); line-height: .9; }
.seo-market-strip span { max-width: 28ch; color: rgba(255,255,255,.7); line-height: 1.55; }
.seo-market-strip a:hover { background: var(--signal); }

@media (max-width: 900px) {
  .hero-replica { min-height: 720px; padding: 18px; }
  .hero-nav-bar { margin-top: 58px; }
  .hero-nav-bar span:nth-child(2), .hero-side-left, .hero-side-right { display: none; }
  .hero-huge-text { font-size: clamp(4.4rem, 22vw, 8.2rem); }
  .hero-bottom-bar { gap: 12px; font-size: .62rem; }
  .seo-market-strip { grid-template-columns: 1fr; }
  .seo-market-strip a { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
}

@media (max-width: 620px) {
  .hero-cta-row { flex-direction: column; align-items: stretch; }
  .hero-cta-row .btn { text-align: center; }
  .banner-box { padding: 34px 24px !important; }
  .plan-price { text-align: left; }
  .editorial-table { min-width: 760px; }
  .method-step-photo { width: calc(100% + 48px); height: 165px; }
  .plan-banner-grid { grid-template-columns: 1fr; }
  .plan-banner-action { justify-items: start; text-align: left; }
  .plan-fit-trigger { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Locked index hero — restored to the approved dark studio composition. */
body.bd-system.page-index main > section.hero-replica.hero-locked {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: max(720px, 100svh);
  padding: 96px 40px 24px !important;
  color: #fff !important;
  background-color: #06080d !important;
  background-image:
    radial-gradient(circle at 79% 24%, rgba(36, 62, 255, .82), transparent 33%),
    radial-gradient(circle at 18% 82%, rgba(255, 61, 18, .48), transparent 30%),
    linear-gradient(180deg, rgba(3, 5, 11, .12), rgba(3, 5, 11, .5)) !important;
}

body.bd-system.page-index .hero-replica.hero-locked::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 6, 12, .78), rgba(4, 6, 12, .18) 42%, rgba(13, 28, 135, .24) 72%, rgba(4, 6, 12, .65)),
    linear-gradient(180deg, rgba(4, 6, 12, .32), transparent 40%, rgba(4, 6, 12, .72));
}

body.bd-system.page-index .hero-replica.hero-locked::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
  background-size: clamp(52px, 5.7vw, 74px) clamp(52px, 5.7vw, 74px);
  mask-image: linear-gradient(to bottom, #000 0%, #000 76%, transparent 100%);
}

body.bd-system.page-index .hero-replica.hero-locked .hero-portrait-bg {
  inset: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  transform: none;
  object-fit: cover;
  object-position: center 38%;
  opacity: .62;
  mix-blend-mode: luminosity;
  filter: grayscale(1) brightness(.48) contrast(1.24);
}

body.bd-system.page-index .hero-replica.hero-locked .hero-nav-bar {
  display: flex !important;
  z-index: 4;
  width: 100%;
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  color: #fff !important;
}

body.bd-system.page-index .hero-replica.hero-locked .hero-center-content {
  z-index: 4;
  width: min(100%, 1120px);
  margin: auto;
  padding: 22px 0 16px;
  display: grid;
  justify-items: center;
  align-content: center;
}

body.bd-system.page-index main > section.hero-replica.hero-locked h1.hero-huge-text {
  margin: 0;
  color: #f04a27 !important;
  font-family: var(--font-display) !important;
  font-size: clamp(8rem, 15.4vw, 15rem) !important;
  font-weight: 900 !important;
  line-height: .72 !important;
  letter-spacing: -.035em;
  text-align: center;
  text-shadow: 0 18px 54px rgba(0, 0, 0, .46);
}

body.bd-system.page-index .hero-replica.hero-locked .hero-seo-kicker {
  margin: 0 0 18px;
  color: #b8fff0 !important;
  font: 700 clamp(.68rem, 1vw, .86rem)/1.3 var(--font-code);
  letter-spacing: .22em;
  text-transform: uppercase;
}

body.bd-system.page-index .hero-replica.hero-locked .hero-value {
  max-width: 760px;
  margin: 26px auto 0;
  color: #fff !important;
  font-size: clamp(1rem, 1.65vw, 1.3rem);
  line-height: 1.45;
  text-wrap: balance;
}

body.bd-system.page-index .hero-replica.hero-locked .hero-value strong {
  color: #b8fff0 !important;
}

body.bd-system.page-index .hero-replica.hero-locked .hero-cta-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

body.bd-system.page-index .hero-replica.hero-locked .hero-cta-row .btn {
  min-width: 180px;
  justify-content: center;
  border-radius: 999px;
}

body.bd-system.page-index .hero-replica.hero-locked .hero-cta-row .btn-glass {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .48) !important;
  background: rgba(8, 10, 17, .62) !important;
}

body.bd-system.page-index .hero-replica.hero-locked :is(.hero-side-left, .hero-side-right, .hero-bottom-bar) {
  z-index: 4;
  color: rgba(255, 255, 255, .9) !important;
}

@media (max-width: 900px) {
  body.bd-system.page-index main > section.hero-replica.hero-locked {
    min-height: max(700px, 100svh);
    padding: 92px 20px 22px !important;
  }
  body.bd-system.page-index .hero-replica.hero-locked .hero-nav-bar span:nth-child(2) { display: none; }
  body.bd-system.page-index main > section.hero-replica.hero-locked h1.hero-huge-text {
    font-size: clamp(5.4rem, 23vw, 9rem) !important;
    line-height: .76 !important;
  }
}

@media (max-width: 620px) {
  body.bd-system.page-index .hero-replica.hero-locked .hero-nav-bar {
    font-size: .62rem;
    letter-spacing: .04em;
  }
  body.bd-system.page-index .hero-replica.hero-locked .hero-side-left,
  body.bd-system.page-index .hero-replica.hero-locked .hero-side-right,
  body.bd-system.page-index .hero-replica.hero-locked .hero-bottom-bar { display: none; }
  body.bd-system.page-index .hero-replica.hero-locked .hero-center-content { padding-top: 42px; }
  body.bd-system.page-index .hero-replica.hero-locked .hero-cta-row {
    width: min(100%, 390px);
    flex-direction: column;
  }
}

/* Index sales banners: fixed light-card palette, independent from legacy inline colors. */
body.bd-system.page-index main .plan-sales-banner {
  color: #090b14 !important;
  background: #fff !important;
}

body.bd-system.page-index main .plan-sales-banner :is(h2, p, span, strong, small) {
  opacity: 1 !important;
}

body.bd-system.page-index main .plan-sales-banner h2 {
  display: block !important;
  color: #1437ff !important;
}

body.bd-system.page-index main .plan-sales-banner p {
  display: block !important;
  color: #454c61 !important;
}

body.bd-system.page-index main .plan-sales-banner > div > div:first-child > span {
  display: inline-flex !important;
  color: #fff !important;
  background: #090b14 !important;
}

body.bd-system.page-index main .plan-banner-business > div > div:first-child > span {
  background: #ff3518 !important;
}

body.bd-system.page-index main .plan-banner-custom > div > div:first-child > span {
  background: #1437ff !important;
}

body.bd-system.page-index main .plan-sales-banner .plan-price,
body.bd-system.page-index main .plan-sales-banner .plan-price :is(span, small) {
  color: #1437ff !important;
}

body.bd-system.page-index main .plan-sales-banner .btn-red {
  color: #fff !important;
  background: #ff3518 !important;
}

@media (max-width: 760px) {
  body.bd-system.page-index main .plan-sales-banner > div {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  body.bd-system.page-index main .plan-sales-banner > div > div:last-child {
    text-align: left !important;
  }
}
