.bits-landing {
  --bits-bg: #07080b;
  --bits-panel: rgba(18, 20, 25, .82);
  --bits-line: rgba(255, 255, 255, .11);
  --bits-copy: #f5f6f1;
  --bits-muted: #979c98;
  --bits-lime: #16a34a;
  --bits-cyan: #22c55e;
  --pointer-x: 72%;
  --pointer-y: 22%;
  background: var(--bits-bg);
  color: var(--bits-copy);
  isolation: isolate;
  min-height: 100vh;
  overflow: clip;
  position: relative;
}

.bits-landing::before {
  background: radial-gradient(520px circle at var(--pointer-x) var(--pointer-y), rgba(34, 197, 94, .10), transparent 68%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

.bits-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 72px 72px;
  inset: 0;
  mask-image: radial-gradient(circle at 58% 18%, #000 0, transparent 68%);
  opacity: .46;
  pointer-events: none;
  position: absolute;
  z-index: -2;
}

.bits-glow {
  border-radius: 50%;
  filter: blur(1px);
  opacity: .8;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.bits-glow-a {
  background: radial-gradient(circle, rgba(22, 163, 74, .18), rgba(22, 163, 74, 0) 68%);
  height: 760px;
  right: -240px;
  top: -230px;
  width: 760px;
}

.bits-glow-b {
  background: radial-gradient(circle, rgba(120, 80, 255, .12), rgba(120, 80, 255, 0) 70%);
  height: 600px;
  left: -330px;
  top: 610px;
  width: 600px;
}

.bits-nav {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(7, 8, 11, .68);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  display: flex;
  height: 74px;
  justify-content: space-between;
  padding: 0 max(28px, calc((100vw - 1280px) / 2));
  position: sticky;
  top: 0;
  z-index: 20;
}

.bits-brand {
  align-items: center;
  color: var(--bits-copy);
  display: inline-flex;
  gap: 10px;
  text-decoration: none;
}

.bits-brand-mark,
.bits-chat-mark {
  align-items: center;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.bits-brand-mark img,
.bits-chat-mark img { display: block; height: 100%; width: 100%; }

.bits-brand b { font-size: 17px; letter-spacing: -.05em; }
.bits-brand small { border-left: 1px solid rgba(255, 255, 255, .16); color: #7d827f; font-size: 8px; font-weight: 800; letter-spacing: .16em; margin-left: 2px; padding-left: 12px; }
.bits-nav-actions { align-items: center; display: flex; gap: 8px; }
.bits-signin { background: transparent; border: 0; border-radius: 99px; color: #afb3af; cursor: pointer; font-size: 12px; font-weight: 700; padding: 11px 15px; }
.bits-signin:hover { background: rgba(255, 255, 255, .06); color: white; }

.bits-button {
  align-items: center;
  background: var(--bits-lime);
  border: 1px solid var(--bits-lime);
  border-radius: 99px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 28px;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 18px 0 23px;
  transition: box-shadow .2s ease, transform .2s ease;
}

.bits-button:hover { box-shadow: 0 0 34px rgba(22, 163, 74, .28); transform: translateY(-2px); }
.bits-button svg { height: 16px; transition: transform .2s ease; width: 16px; }
.bits-button:hover svg { transform: translateX(3px); }
.bits-button-small { font-size: 11px; gap: 15px; min-height: 40px; padding: 0 14px 0 17px; }

.bits-main { margin: 0 auto; max-width: 1440px; }
.bits-hero {
  align-items: center;
  display: grid;
  gap: clamp(56px, 7vw, 112px);
  grid-template-columns: minmax(0, .92fr) minmax(490px, 1.08fr);
  min-height: calc(100vh - 74px);
  padding: 86px max(32px, calc((100vw - 1280px) / 2)) 94px;
}

.bits-copy { max-width: 660px; position: relative; z-index: 2; }
.bits-kicker { align-items: center; color: var(--bits-lime); display: flex; font-size: 9px; font-weight: 850; gap: 10px; letter-spacing: .19em; text-transform: uppercase; }
.bits-kicker i { background: var(--bits-lime); border-radius: 50%; box-shadow: 0 0 15px rgba(34, 197, 94, .78); height: 6px; width: 6px; }
.bits-copy h1 { font-size: clamp(64px, 7vw, 105px); font-weight: 620; letter-spacing: -.075em; line-height: .85; margin: 31px 0 34px; }
.bits-copy h1 span, .bits-copy h1 strong { display: block; }
.bits-copy h1 span { animation: bits-reveal .7s cubic-bezier(.2,.8,.2,1) both; }
.bits-copy h1 strong {
  animation: bits-reveal .7s .1s cubic-bezier(.2,.8,.2,1) both;
  background: linear-gradient(90deg, var(--bits-lime) 5%, var(--bits-cyan) 82%);
  background-clip: text;
  color: transparent;
  font-weight: 620;
}

.bits-copy > p { animation: bits-rise .55s .2s ease both; color: #aaafab; font-size: 16px; line-height: 1.72; margin: 0; max-width: 570px; }
.bits-actions { align-items: center; animation: bits-rise .55s .28s ease both; display: flex; gap: 22px; margin-top: 36px; }
.bits-action-note { align-items: center; color: #777c78; display: inline-flex; font-size: 10px; font-weight: 700; gap: 8px; }
.bits-action-note i { background: #53df87; border-radius: 50%; box-shadow: 0 0 0 4px rgba(83, 223, 135, .09); height: 6px; width: 6px; }
.bits-topics { animation: bits-rise .55s .34s ease both; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 39px; }
.bits-topics span { border: 1px solid rgba(255, 255, 255, .1); border-radius: 99px; color: #868b87; font-size: 9px; font-weight: 700; padding: 8px 10px; }

.bits-demo-wrap { perspective: 1100px; position: relative; }
.bits-chat {
  background: linear-gradient(145deg, rgba(25, 27, 33, .96), rgba(12, 13, 16, .96));
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  box-shadow: 0 38px 100px rgba(0, 0, 0, .5), inset 0 1px rgba(255, 255, 255, .06);
  min-height: 540px;
  overflow: hidden;
  position: relative;
  transform: rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  transition: transform .25s ease-out;
  z-index: 2;
}

.bits-chat::before {
  background: radial-gradient(320px circle at var(--card-x, 68%) var(--card-y, 18%), rgba(34, 197, 94, .13), transparent 72%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.bits-chat::after { background: linear-gradient(90deg, transparent, var(--bits-lime), var(--bits-cyan), transparent); content: ""; height: 1px; left: 12%; opacity: .8; position: absolute; right: 12%; top: 0; }
.bits-chat-top { align-items: center; border-bottom: 1px solid var(--bits-line); display: flex; height: 70px; justify-content: space-between; padding: 0 21px; position: relative; }
.bits-chat-top > div { align-items: center; display: flex; gap: 10px; }
.bits-chat-top b { font-size: 12px; letter-spacing: -.03em; }
.bits-chat-mark { height: 30px; width: 30px; }
.bits-live { align-items: center; color: #7e8580; display: inline-flex; font-size: 7px; font-weight: 800; gap: 7px; letter-spacing: .13em; }
.bits-live i { animation: bits-pulse 2.2s ease-in-out infinite; background: var(--bits-cyan); border-radius: 50%; box-shadow: 0 0 12px rgba(34, 197, 94, .72); height: 5px; width: 5px; }
.bits-chat-body { padding: 41px 32px 105px; position: relative; }
.bits-question { background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .08); border-radius: 15px 15px 4px 15px; margin: 0 0 33px auto; max-width: 76%; padding: 14px 17px; }
.bits-question small, .bits-answer small { color: #6e7470; font-size: 7px; font-weight: 850; letter-spacing: .14em; }
.bits-question p { color: #e7e9e4; font-size: 12px; line-height: 1.52; margin: 7px 0 0; }
.bits-answer { display: grid; gap: 13px; grid-template-columns: 34px minmax(0, 1fr); }
.bits-ai { align-items: center; background: rgba(22, 163, 74, .13); border: 1px solid rgba(34, 197, 94, .28); border-radius: 10px; color: var(--bits-cyan); display: flex; font-size: 12px; font-weight: 900; height: 34px; justify-content: center; width: 34px; }
.bits-ai img { height: 22px; width: 22px; }
.bits-answer p { color: #b5bbb6; font-size: 12px; line-height: 1.72; margin: 7px 0 18px; }
.bits-signals { display: flex; flex-wrap: wrap; gap: 6px; }
.bits-signals span { background: rgba(34, 197, 94, .07); border: 1px solid rgba(34, 197, 94, .16); border-radius: 7px; color: #8ee6ae; font-size: 8px; font-weight: 700; padding: 8px 10px; }
.bits-composer { align-items: center; background: rgba(255, 255, 255, .055); border: 1px solid rgba(255, 255, 255, .1); border-radius: 13px; bottom: 19px; color: #6d726e; display: flex; font-size: 10px; justify-content: space-between; left: 20px; min-height: 56px; padding: 0 9px 0 16px; position: absolute; right: 20px; }
.bits-composer button { align-items: center; background: var(--bits-lime); border: 0; border-radius: 9px; color: #fff; display: flex; height: 38px; justify-content: center; width: 38px; }

.bits-orbit { align-items: center; border: 1px solid rgba(255, 255, 255, .11); border-radius: 50%; display: flex; height: 150px; justify-content: center; pointer-events: none; position: absolute; width: 150px; z-index: 1; }
.bits-orbit::before { background: var(--bits-cyan); border-radius: 50%; box-shadow: 0 0 18px rgba(34, 197, 94, .72); content: ""; height: 6px; left: 13px; position: absolute; top: 25px; width: 6px; }
.bits-orbit span { color: #616661; font-size: 7px; font-weight: 850; letter-spacing: .16em; }
.bits-orbit-one { animation: bits-float 7s ease-in-out infinite; right: -64px; top: -55px; }
.bits-orbit-two { animation: bits-float 8s 1.3s ease-in-out infinite reverse; bottom: -60px; height: 125px; left: -58px; width: 125px; }
.bits-orbit-two::before { background: var(--bits-lime); box-shadow: 0 0 18px rgba(22, 163, 74, .72); left: auto; right: 5px; top: 62px; }

.bits-intelligence {
  background:
    radial-gradient(circle at 14% 12%, rgba(22, 163, 74, .11), transparent 28%),
    rgba(255, 255, 255, .018);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  border-top: 1px solid rgba(255, 255, 255, .09);
  margin: 0 max(20px, calc((100vw - 1360px) / 2));
  overflow: hidden;
  padding: 118px max(28px, calc((100vw - 1280px) / 2));
  position: relative;
}

.bits-intelligence::after {
  border: 1px solid rgba(34, 197, 94, .12);
  border-radius: 50%;
  content: "";
  height: 520px;
  pointer-events: none;
  position: absolute;
  right: -300px;
  top: -290px;
  width: 520px;
}

.bits-intelligence-intro {
  display: grid;
  gap: 38px 76px;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
}

.bits-section-label {
  align-items: center;
  color: var(--bits-cyan);
  display: flex;
  font-size: 8px;
  font-weight: 850;
  gap: 10px;
  grid-column: 1 / -1;
  letter-spacing: .19em;
}

.bits-section-label i {
  background: var(--bits-cyan);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(34, 197, 94, .7);
  height: 6px;
  width: 6px;
}

.bits-intelligence h2 {
  font-size: clamp(48px, 5.5vw, 78px);
  font-weight: 570;
  letter-spacing: -.065em;
  line-height: .98;
  margin: 0;
}

.bits-intelligence h2 strong {
  color: var(--bits-cyan);
  display: block;
  font-weight: 570;
  margin-top: 9px;
}

.bits-intelligence-copy { align-self: end; display: grid; gap: 20px; padding-bottom: 4px; }
.bits-intelligence-copy p { color: #969c97; font-size: 13px; line-height: 1.78; margin: 0; }
.bits-intelligence-copy p strong { color: #e9ece7; font-weight: 650; }

.bits-decision {
  border-top: 1px solid rgba(255, 255, 255, .1);
  display: grid;
  gap: 72px;
  grid-template-columns: .72fr 1.28fr;
  margin-top: 100px;
  padding-top: 34px;
}

.bits-decision-title > span { color: #676d68; font-size: 8px; font-weight: 850; letter-spacing: .17em; }
.bits-decision-title h3 { font-size: clamp(28px, 3vw, 42px); font-weight: 560; letter-spacing: -.045em; line-height: 1.08; margin: 27px 0 0; max-width: 390px; }
.bits-decision-list { border-top: 1px solid rgba(255, 255, 255, .1); }
.bits-decision-list article {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  display: grid;
  gap: 22px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 25px 9px 25px 0;
  transition: border-color .18s ease, padding-left .18s ease;
}

.bits-decision-list article:hover { border-color: rgba(34, 197, 94, .42); padding-left: 8px; }
.bits-decision-list article > span { color: #555b56; font-size: 8px; font-weight: 800; padding-top: 5px; }
.bits-decision-list h4 { font-size: 17px; font-weight: 630; letter-spacing: -.025em; margin: 0 0 8px; }
.bits-decision-list p { color: #7f8580; font-size: 11px; line-height: 1.65; margin: 0; max-width: 590px; }

.bits-intelligence-close {
  align-items: center;
  background: rgba(22, 163, 74, .09);
  border: 1px solid rgba(34, 197, 94, .19);
  border-radius: 18px;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr auto;
  margin-top: 72px;
  padding: 34px 38px;
}

.bits-intelligence-close > p { color: #aeb4af; font-size: clamp(19px, 2.1vw, 28px); font-weight: 490; letter-spacing: -.035em; line-height: 1.35; margin: 0; max-width: 740px; }
.bits-intelligence-close > p strong { color: #f4f6f2; font-weight: 620; }
.bits-intelligence-close > div { align-items: center; display: flex; gap: 14px; }
.bits-intelligence-close .bits-button { font-size: 11px; gap: 16px; min-height: 46px; white-space: nowrap; }
.bits-demo-link { align-items: center; color: #b8bdb9; display: inline-flex; font-size: 11px; font-weight: 750; gap: 9px; padding: 12px 4px; text-decoration: none; white-space: nowrap; }
.bits-demo-link:hover { color: #fff; }
.bits-demo-link svg { color: var(--bits-cyan); height: 14px; transition: transform .18s ease; width: 14px; }
.bits-demo-link:hover svg { transform: translateX(3px); }

.bits-prompts { border-top: 1px solid rgba(255, 255, 255, .09); display: grid; gap: 76px; grid-template-columns: .82fr 1.18fr; margin: 0 max(32px, calc((100vw - 1280px) / 2)); padding: 112px 0; }
.bits-prompts-title > span, .bits-cta small { color: var(--bits-lime); font-size: 8px; font-weight: 850; letter-spacing: .17em; }
.bits-prompts-title h2 { font-size: clamp(40px, 4.7vw, 66px); font-weight: 580; letter-spacing: -.06em; line-height: .97; margin: 24px 0 0; }
.bits-prompt-grid { display: grid; gap: 10px; }
.bits-prompt-grid article { background: rgba(255, 255, 255, .035); border: 1px solid rgba(255, 255, 255, .1); border-radius: 15px; display: grid; gap: 10px 22px; grid-template-columns: 38px 1fr; padding: 22px; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.bits-prompt-grid article:hover { background: rgba(255, 255, 255, .055); border-color: rgba(34, 197, 94, .32); transform: translateX(4px); }
.bits-prompt-grid article > span { color: #626762; font-size: 8px; font-weight: 800; grid-row: 1 / 3; padding-top: 4px; }
.bits-prompt-grid h3 { font-size: 19px; letter-spacing: -.035em; margin: 0; }
.bits-prompt-grid p { color: #858a86; font-size: 11px; line-height: 1.5; margin: 0; }

.bits-cta { align-items: center; background: linear-gradient(110deg, #15803d, #16a34a 54%, #22c55e); border-radius: 24px; color: #fff; display: flex; justify-content: space-between; margin: 0 max(24px, calc((100vw - 1280px) / 2)) 28px; overflow: hidden; padding: 54px 58px; position: relative; }
.bits-cta::before { border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; content: ""; height: 330px; position: absolute; right: 14%; top: -190px; width: 330px; }
.bits-cta small { color: rgba(255, 255, 255, .7); }
.bits-cta h2 { font-size: clamp(43px, 5vw, 68px); font-weight: 650; letter-spacing: -.065em; line-height: 1; margin: 13px 0 0; }
.bits-button-light { background: #0b0d0d; border-color: #0b0d0d; color: #f6f8f3; position: relative; z-index: 1; }
.bits-button-light:hover { box-shadow: 0 0 32px rgba(10, 11, 11, .18); }
.bits-button-light svg { color: var(--bits-lime); }
.bits-footer { color: #555a56; display: flex; font-size: 9px; justify-content: space-between; letter-spacing: .08em; margin: 0 auto; max-width: 1280px; padding: 22px 0 36px; text-transform: uppercase; }

@keyframes bits-reveal {
  from { filter: blur(11px); opacity: 0; transform: translateY(22px); }
  to { filter: blur(0); opacity: 1; transform: translateY(0); }
}

@keyframes bits-rise { from { opacity: 0; transform: translateY(12px); } }
@keyframes bits-pulse { 50% { opacity: .45; transform: scale(.72); } }
@keyframes bits-float { 50% { transform: translateY(11px) rotate(5deg); } }

@media (max-width: 980px) {
  .bits-hero { gap: 76px; grid-template-columns: 1fr; padding-top: 74px; }
  .bits-copy { max-width: 760px; }
  .bits-copy h1 { font-size: clamp(70px, 12vw, 104px); }
  .bits-demo-wrap { margin: 0 auto; max-width: 720px; width: 100%; }
  .bits-intelligence { margin: 0 20px; padding: 90px 34px; }
  .bits-intelligence-intro { gap: 34px; grid-template-columns: 1fr; }
  .bits-intelligence-copy { max-width: 700px; }
  .bits-decision { gap: 48px; grid-template-columns: 1fr; margin-top: 76px; }
  .bits-decision-title h3 { max-width: 560px; }
  .bits-intelligence-close { align-items: start; grid-template-columns: 1fr; }
  .bits-prompts { gap: 50px; grid-template-columns: 1fr; }
  .bits-footer { padding-left: 28px; padding-right: 28px; }
}

@media (max-width: 600px) {
  .bits-nav { height: 64px; padding: 0 15px; }
  .bits-brand small, .bits-signin { display: none; }
  .bits-button-small { min-height: 38px; }
  .bits-hero { gap: 58px; min-height: 0; padding: 65px 17px 82px; }
  .bits-copy h1 { font-size: clamp(55px, 16.5vw, 75px); line-height: .88; margin: 27px 0 26px; }
  .bits-copy > p { font-size: 14px; line-height: 1.62; }
  .bits-actions { align-items: flex-start; flex-direction: column; gap: 14px; margin-top: 30px; }
  .bits-actions .bits-button { width: 100%; }
  .bits-topics { margin-top: 29px; }
  .bits-orbit { display: none; }
  .bits-chat { border-radius: 17px; min-height: 510px; }
  .bits-chat-top { height: 61px; padding: 0 15px; }
  .bits-chat-body { padding: 31px 17px 97px; }
  .bits-question { max-width: 89%; }
  .bits-answer { grid-template-columns: 31px minmax(0, 1fr); }
  .bits-ai { height: 31px; width: 31px; }
  .bits-composer { bottom: 13px; left: 13px; right: 13px; }
  .bits-intelligence { margin: 0 8px; padding: 74px 17px; }
  .bits-intelligence-intro { gap: 28px; }
  .bits-intelligence h2 { font-size: 43px; }
  .bits-intelligence-copy p { font-size: 12px; }
  .bits-decision { gap: 34px; margin-top: 62px; }
  .bits-decision-title h3 { font-size: 30px; }
  .bits-decision-list article { gap: 14px; grid-template-columns: 28px minmax(0, 1fr); padding: 22px 0; }
  .bits-decision-list h4 { font-size: 16px; }
  .bits-intelligence-close { gap: 29px; margin-top: 55px; padding: 27px 20px; }
  .bits-intelligence-close > p { font-size: 21px; }
  .bits-intelligence-close > div { align-items: stretch; flex-direction: column; }
  .bits-intelligence-close .bits-button { width: 100%; }
  .bits-demo-link { justify-content: center; }
  .bits-prompts { gap: 37px; margin: 0 17px; padding: 79px 0; }
  .bits-prompts-title h2 { font-size: 42px; }
  .bits-prompt-grid article { grid-template-columns: 29px 1fr; padding: 19px 17px; }
  .bits-cta { align-items: flex-start; border-radius: 17px; flex-direction: column; gap: 34px; margin: 0 10px 18px; padding: 38px 24px; }
  .bits-cta h2 { font-size: 46px; }
  .bits-cta .bits-button { width: 100%; }
  .bits-footer { padding: 17px 17px 30px; }
  .bits-footer span:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .bits-copy h1 span,
  .bits-copy h1 strong,
  .bits-copy > p,
  .bits-actions,
  .bits-topics,
  .bits-live i,
  .bits-orbit { animation: none; }
  .bits-chat { transform: none !important; }
}
