.bullish-page {
  background: #f6f9fc;
  color: var(--ink);
}
.bullish-hero {
  position: relative;
  min-height: 860px;
  padding: 148px 0 82px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(11, 222, 177, 0.16),
      transparent 28%
    ),
    radial-gradient(
      circle at 13% 82%,
      rgba(7, 150, 255, 0.12),
      transparent 30%
    ),
    #071727;
  color: #fff;
}
.bullish-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.12) 1px,
    transparent 1px
  );
  background-size: 25px 25px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}
.bullish-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 72px;
  align-items: center;
}
.bullish-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font:
    600 11px/1 JetBrains Mono,
    monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a9f7e7;
}
.bullish-byline {
  margin-top: 14px;
  font:
    600 0.66rem/1.5 JetBrains Mono,
    monospace;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
}
.bullish-kicker:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0bdeb1;
  box-shadow: 0 0 0 7px rgba(11, 222, 177, 0.13);
}
.bullish-title {
  max-width: 810px;
  font-size: clamp(3.1rem, 6.1vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}
.bullish-lede {
  max-width: 700px;
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.73);
}
.bullish-portrait {
  position: relative;
  max-width: 470px;
  margin-left: auto;
}
.bullish-portrait:before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 1px solid rgba(11, 222, 177, 0.45);
  border-radius: 36px;
  transform: rotate(-2deg);
}
.bullish-portrait img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 30px;
  filter: saturate(0.86) contrast(1.04);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.42);
}
.portrait-proof {
  position: absolute;
  z-index: 2;
  right: -18px;
  bottom: 22px;
  max-width: 275px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: #071727;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}
.portrait-proof strong {
  display: block;
  font:
    600 1rem/1.25 Bricolage Grotesque,
    sans-serif;
}
.portrait-proof span {
  display: block;
  margin-top: 7px;
  font-size: 0.74rem;
  line-height: 1.45;
  color: #506477;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 0.83rem;
  font-weight: 700;
}
.hero-disclosure {
  max-width: 650px;
  margin-top: 18px;
  font-size: 0.72rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.47);
}
.story-nav {
  position: relative;
  z-index: 4;
  margin-top: -32px;
}
.story-nav-inner {
  display: flex;
  gap: 8px;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid rgba(7, 23, 39, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 55px rgba(18, 47, 73, 0.13);
  backdrop-filter: blur(20px);
  scrollbar-width: none;
}
.story-nav-inner::-webkit-scrollbar {
  display: none;
}
.story-nav a {
  flex: none;
  padding: 10px 17px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #506477;
  white-space: nowrap;
  transition: 0.2s;
}
.story-nav a:hover,
.story-nav a:focus-visible {
  background: #e8f5ff;
  color: #076bb6;
}
.guard-preface {
  padding: 72px 0 0;
}
.guard-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 55px;
  align-items: center;
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid #cfe0eb;
  border-radius: 28px;
  background: linear-gradient(145deg, #eaf7ff, #f0fffb);
}
.guard-card h2 {
  font-size: clamp(2rem, 3.7vw, 3.65rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.title-heart {
  display: inline-block;
  margin-left: 0.12em;
  font-size: 0.68em;
  transform: translateY(-0.08em);
}
.guard-card p {
  max-width: 730px;
  margin-top: 20px;
  font-size: 0.96rem;
  line-height: 1.75;
  color: #465f73;
}
.guard-card p strong {
  color: #071727;
}
.guard-decision {
  position: relative;
  display: block;
  width: fit-content;
  margin-top: 22px;
  padding-bottom: 10px;
  font:
    600 clamp(1.08rem, 1.65vw, 1.35rem) / 1.45 Bricolage Grotesque,
    sans-serif;
  color: #071727;
}
.guard-decision:after {
  content: "";
  position: absolute;
  left: -1%;
  right: -2%;
  bottom: -2px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='700' height='18' viewBox='0 0 700 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10 C 95 3 178 14 269 8 S 448 12 695 5' fill='none' stroke='%230BDEB1' stroke-width='5' stroke-linecap='round' opacity='.82'/%3E%3Cpath d='M8 13 C 122 8 201 16 315 10 S 531 15 692 9' fill='none' stroke='%2300BDD4' stroke-width='2.4' stroke-linecap='round' opacity='.68'/%3E%3Cpath d='M12 7 C 146 11 223 4 347 9 S 555 5 688 7' fill='none' stroke='%230796FF' stroke-width='1.7' stroke-linecap='round' opacity='.42'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transform: rotate(-0.35deg);
  pointer-events: none;
}
.guard-principles {
  display: grid;
  gap: 10px;
}
.guard-principle {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 11px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(7, 23, 39, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
  color: #294358;
}
.guard-principle i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #071727;
  color: #79f2da;
  font-style: normal;
  font-size: 0.7rem;
}
.letter-opening {
  padding: 86px 0 36px;
}
.letter-card {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 72px);
  border-radius: 32px;
  background: #fff;
  border: 1px solid #dce8f1;
  box-shadow: 0 28px 80px rgba(24, 61, 91, 0.11);
}
.letter-card:after {
  content: "6 YEARS";
  position: absolute;
  right: -18px;
  bottom: -17px;
  font:
    700 clamp(3.4rem, 9vw, 8.4rem)/0.8 Bricolage Grotesque,
    sans-serif;
  letter-spacing: -0.07em;
  color: #edf3f7;
  white-space: nowrap;
}
.letter-card > * {
  position: relative;
  z-index: 1;
}
.letter-card h2 {
  max-width: 920px;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}
.letter-card p {
  max-width: 820px;
  margin-top: 25px;
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.7;
  color: #4d6578;
}
.letter-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 850px;
  margin-top: 31px;
}
.letter-side {
  padding: 20px;
  border-radius: 16px;
  background: #f5f8fb;
}
.letter-side strong {
  font:
    600 1rem/1.25 Bricolage Grotesque,
    sans-serif;
}
.letter-side span {
  display: block;
  margin-top: 7px;
  font-size: 0.76rem;
  line-height: 1.55;
  color: #667b8d;
}
.letter-side.reality {
  background: #e9fbf7;
}
.letter-side.reality strong {
  color: #087b67;
}
.letter-side.turning {
  grid-column: 1 / -1;
  background: #071727;
  color: #fff;
}
.letter-side.turning strong {
  color: #79f2da;
}
.letter-side.turning span {
  color: rgba(255, 255, 255, 0.62);
}
.bullish-section {
  padding: 104px 0;
}
.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 74px;
  align-items: center;
}
.proof-grid.reverse {
  grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.78fr);
}
.proof-grid.reverse .proof-copy {
  order: 2;
}
.proof-grid.reverse .proof-visual {
  order: 1;
}
.chapter-no {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font:
    600 10px/1 JetBrains Mono,
    monospace;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #0876c7;
}
.chapter-no:after {
  content: "";
  width: 42px;
  height: 1px;
  background: #9fcae9;
}
.proof-copy h2 {
  margin-top: 18px;
  font-size: clamp(2.35rem, 4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.proof-copy .opinion {
  margin-top: 23px;
  font-size: 1.13rem;
  line-height: 1.65;
  color: #385268;
}
.proof-list {
  display: grid;
  gap: 12px;
  margin-top: 27px;
}
.proof-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 11px;
  align-items: start;
  font-size: 0.93rem;
  line-height: 1.55;
  color: #294358;
}
.proof-list li:before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #dffbf4;
  color: #087b67;
  font-size: 0.7rem;
  font-weight: 800;
}
.evidence-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 27px;
  font:
    600 11px/1 JetBrains Mono,
    monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0876c7;
}
.evidence-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.proof-visual {
  position: relative;
  min-width: 0;
}
.visual-shell {
  position: relative;
  padding: 18px;
  border: 1px solid #dce8f1;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 75px rgba(24, 61, 91, 0.14);
}
.visual-shell.dark {
  border-color: rgba(255, 255, 255, 0.09);
  background: #0b2033;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}
.visual-label {
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 30px;
  padding: 8px 11px;
  border: 1px solid rgba(7, 23, 39, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.91);
  font:
    600 9px/1 JetBrains Mono,
    monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #385268;
  backdrop-filter: blur(10px);
}
.screenshot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  border: 1px solid rgba(7, 23, 39, 0.08);
}
.visual-caption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 6px 0;
  color: #708396;
  font-size: 0.72rem;
  line-height: 1.45;
}
.hack-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.hack-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #eaf0f5;
  min-height: 245px;
}
.hack-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
.hack-tag {
  position: absolute;
  left: 13px;
  bottom: 13px;
  padding: 8px 11px;
  border-radius: 10px;
  background: rgba(7, 23, 39, 0.88);
  color: #fff;
  font:
    600 9px/1 JetBrains Mono,
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.native-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}
.native-stack .hack-card {
  min-height: 180px;
}
.flow-board {
  padding: 34px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #dce8f1;
  box-shadow: 0 30px 75px rgba(24, 61, 91, 0.12);
}
.flow-title {
  font:
    600 11px/1 JetBrains Mono,
    monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #708396;
}
.flow-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.flow-step {
  flex: 1;
  min-width: 0;
  padding: 18px 10px;
  border: 1px solid #dce8f1;
  border-radius: 14px;
  background: #f9fbfd;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: #294358;
}
.flow-arrow {
  color: #9babb9;
  font-size: 1.1rem;
}
.flow-board .friction {
  margin-top: 25px;
  padding-top: 24px;
  border-top: 1px solid #e3e9f0;
}
.flow-board .friction .flow-step {
  background: #f3fffb;
  border-color: #bceee2;
}
.callout-line {
  margin-top: 25px;
  padding: 16px 18px;
  border-radius: 15px;
  background: #071727;
  color: #fff;
  font:
    500 1rem/1.5 Bricolage Grotesque,
    sans-serif;
}
.incident-board {
  padding: 30px;
  border: 1px solid #dce8f1;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 30px 75px rgba(24, 61, 91, 0.13);
}
.incident-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
}
.incident-head b {
  font:
    600 clamp(3.7rem, 7vw, 6.2rem)/0.82 Bricolage Grotesque,
    sans-serif;
  letter-spacing: -0.07em;
  color: #071727;
}
.incident-head b span {
  color: #0796ff;
}
.incident-head p {
  max-width: 190px;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #708396;
  text-align: right;
}
.incident-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 8px;
  margin-top: 30px;
}
.incident-day {
  aspect-ratio: 1;
  border-radius: 8px;
  background: #e4ebf1;
}
.incident-day.hit {
  background: linear-gradient(145deg, #0796ff, #00bdd4);
  box-shadow: 0 5px 14px rgba(7, 150, 255, 0.18);
}
.incident-key {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e3e9f0;
  font-size: 0.66rem;
  color: #708396;
}
.incident-key span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.incident-key i {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: #e4ebf1;
}
.incident-key .hit i {
  background: #0796ff;
}
.incident-source {
  margin-top: 16px;
  font-size: 0.64rem;
  line-height: 1.5;
  color: #94a4b1;
}
.ai-visual img {
  width: 100%;
  border-radius: 18px;
}
.calendar-collage {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 12px;
}
.calendar-collage img {
  width: 100%;
  height: 100%;
  min-height: 245px;
  object-fit: cover;
  object-position: left top;
  border-radius: 15px;
  border: 1px solid #dce8f1;
}
.calendar-side {
  display: grid;
  gap: 12px;
}
.calendar-side img {
  min-height: 0;
}
.mcp-board {
  position: relative;
  overflow: hidden;
  padding: 42px 34px;
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(7, 150, 255, 0.28),
      transparent 33%
    ),
    #071727;
  color: #fff;
  min-height: 520px;
}
.mcp-board:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.13) 1px,
    transparent 1px
  );
  background-size: 24px 24px;
}
.mcp-counts {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: end;
}
.mcp-count {
  text-align: center;
}
.mcp-count b {
  display: block;
  font:
    600 clamp(3.7rem, 7vw, 6.8rem)/0.86 Bricolage Grotesque,
    sans-serif;
  letter-spacing: -0.06em;
}
.mcp-count span {
  display: block;
  margin-top: 13px;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.56);
}
.mcp-count.votel b {
  color: #56efd0;
}
.mcp-vs {
  padding-bottom: 27px;
  font:
    600 10px/1 JetBrains Mono,
    monospace;
  color: rgba(255, 255, 255, 0.35);
}
.mcp-chips {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 52px;
}
.mcp-chips span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
}
.mcp-note {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  text-align: center;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.42);
}
.email-agent-board {
  overflow: hidden;
  border: 1px solid #dce8f1;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 30px 75px rgba(24, 61, 91, 0.13);
}
.email-agent-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  border-bottom: 1px solid #e3e9f0;
  background: #f9fbfd;
}
.email-agent-top span {
  font:
    600 10px/1 JetBrains Mono,
    monospace;
  letter-spacing: 0.1em;
  color: #667b8d;
  text-transform: uppercase;
}
.email-agent-top b {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.68rem;
  color: #087b67;
}
.email-agent-top b:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0bdeb1;
  box-shadow: 0 0 0 4px rgba(11, 222, 177, 0.13);
}
.email-agent-main {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 430px;
}
.email-chat {
  padding: 28px 22px;
  border-right: 1px solid #e3e9f0;
  background: linear-gradient(155deg, #eaf7ff, #f4fffc);
}
.email-bubble {
  max-width: 88%;
  padding: 14px 15px;
  border-radius: 15px 15px 4px 15px;
  background: #071727;
  color: #fff;
  font-size: 0.72rem;
  line-height: 1.55;
}
.email-bubble.agent {
  margin: 15px 0 0 auto;
  border-radius: 15px 15px 15px 4px;
  background: #fff;
  color: #385268;
  box-shadow: 0 8px 24px rgba(24, 61, 91, 0.1);
}
.email-thinking {
  display: flex;
  gap: 5px;
  margin-top: 18px;
}
.email-thinking i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0796ff;
  opacity: 0.3;
}
.email-thinking i:nth-child(2) {
  opacity: 0.58;
}
.email-thinking i:nth-child(3) {
  opacity: 1;
}
.email-build {
  padding: 30px 25px;
}
.email-build small {
  font:
    600 9px/1 JetBrains Mono,
    monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0876c7;
}
.email-build h3 {
  margin-top: 13px;
  font:
    600 1.6rem/1.05 Bricolage Grotesque,
    sans-serif;
}
.email-build-list {
  display: grid;
  gap: 9px;
  margin-top: 23px;
}
.email-build-step {
  display: grid;
  grid-template-columns: 25px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e3e9f0;
  border-radius: 12px;
}
.email-build-step i {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 8px;
  background: #dffbf4;
  color: #087b67;
  font-style: normal;
  font-size: 0.67rem;
  font-weight: 800;
}
.email-build-step strong {
  font-size: 0.73rem;
}
.email-build-step span {
  font:
    600 8px/1 JetBrains Mono,
    monospace;
  color: #087b67;
  text-transform: uppercase;
}
.email-review {
  margin-top: 18px;
  padding: 12px;
  border-radius: 11px;
  background: #0796ff;
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
}
.email-product-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.email-product-gallery img {
  display: block;
  width: 100%;
  min-width: 0;
  border: 1px solid #dce8f1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(24, 61, 91, 0.1);
}
.email-product-gallery img:first-child {
  grid-column: 1 / -1;
}
.audit-wrap {
  display: grid;
  gap: 13px;
}
.audit-wrap img {
  width: 100%;
  border: 1px solid #dce8f1;
  border-radius: 14px;
}
.audit-strip {
  display: grid;
  grid-template-columns: 1fr 0.48fr;
  gap: 13px;
}
.identity-board {
  overflow: hidden;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #dce8f1;
  box-shadow: 0 30px 75px rgba(24, 61, 91, 0.13);
}
.fake-browser {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 14px 17px;
  border-bottom: 1px solid #e3e9f0;
  background: #f9fbfd;
}
.fake-browser i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccd7df;
}
.fake-browser span {
  margin-left: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #edf2f6;
  font-size: 0.64rem;
  color: #708396;
}
.identity-main {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  min-height: 400px;
}
.identity-site {
  display: grid;
  place-items: center;
  padding: 30px;
  background: linear-gradient(145deg, #eaf7ff, #ebfff8);
}
.identity-site-card {
  text-align: center;
}
.identity-site-card i {
  display: grid;
  place-items: center;
  width: 65px;
  height: 65px;
  margin: auto;
  border-radius: 20px;
  background: #0796ff;
  color: #fff;
  font-style: normal;
  font-size: 1.4rem;
}
.identity-site-card b {
  display: block;
  margin-top: 18px;
  font-family:
    Bricolage Grotesque,
    sans-serif;
}
.identity-site-card small {
  display: block;
  margin-top: 8px;
  color: #708396;
}
.identity-record {
  padding: 30px;
}
.identity-alert {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border-radius: 999px;
  background: #dffbf4;
  color: #087b67;
  font:
    600 9px/1 JetBrains Mono,
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.identity-alert:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0bdeb1;
}
.identity-record h3 {
  margin-top: 22px;
  font:
    600 1.45rem/1.1 Bricolage Grotesque,
    sans-serif;
}
.identity-field {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid #e8eef3;
  font-size: 0.72rem;
}
.identity-field span {
  color: #708396;
}
.identity-field b {
  font-weight: 600;
  color: #294358;
}
.identity-actions {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}
.identity-actions span {
  padding: 9px 11px;
  border-radius: 9px;
  background: #e8f5ff;
  color: #0876c7;
  font-size: 0.65rem;
  font-weight: 700;
}
.meeting-board {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  background: #071727;
  color: #fff;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.3);
}
.meeting-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.meeting-top span {
  font:
    600 10px/1 JetBrains Mono,
    monospace;
  color: rgba(255, 255, 255, 0.55);
}
.meeting-top b {
  padding: 7px 10px;
  border-radius: 8px;
  background: #0bdeb1;
  color: #071727;
  font-size: 0.65rem;
}
.meeting-main {
  display: grid;
  grid-template-columns: 1fr 0.58fr;
}
.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  padding: 16px;
}
.video-tile {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 148px;
  border-radius: 15px;
  background: linear-gradient(145deg, #17364d, #0c263b);
}
.video-avatar {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0796ff, #0bdeb1);
  font-family:
    Bricolage Grotesque,
    sans-serif;
  font-weight: 700;
}
.video-tile:nth-child(2) .video-avatar {
  background: linear-gradient(145deg, #7658ff, #0796ff);
}
.video-tile:nth-child(3) .video-avatar {
  background: linear-gradient(145deg, #ff9870, #e5578b);
}
.video-tile:nth-child(4) .video-avatar {
  background: linear-gradient(145deg, #0bdeb1, #3f8e80);
}
.video-tile small {
  position: absolute;
  left: 11px;
  bottom: 9px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.6rem;
}
.meeting-notes {
  padding: 22px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background: #0a1d2d;
}
.meeting-notes h4 {
  font:
    600 0.95rem/1.2 Bricolage Grotesque,
    sans-serif;
}
.meeting-notes p {
  margin-top: 9px;
  font-size: 0.62rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.5);
}
.meeting-task {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.61rem;
  color: rgba(255, 255, 255, 0.7);
}
.meeting-task:before {
  content: "✓";
  color: #56efd0;
}
.meeting-flow {
  display: flex;
  justify-content: center;
  gap: 7px;
  padding: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.meeting-flow span {
  font-size: 0.58rem;
  color: rgba(255, 255, 255, 0.48);
}
.meeting-flow b {
  color: #56efd0;
  font-size: 0.58rem;
}
.verdict-section {
  padding: 110px 0;
  background: #071727;
  color: #fff;
}
.verdict-head {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: end;
}
.verdict-head p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.05rem;
  line-height: 1.7;
}
.scorecard {
  margin-top: 52px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
}
.score-row {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.8fr;
  align-items: center;
  min-height: 72px;
  padding: 0 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.score-row:last-child {
  border: 0;
}
.score-row.head {
  min-height: 50px;
  background: rgba(255, 255, 255, 0.04);
  font:
    600 9px/1 JetBrains Mono,
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.4);
}
.score-row > span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
}
.score-row > strong {
  font:
    600 1rem/1.2 Bricolage Grotesque,
    sans-serif;
}
.edge {
  justify-self: start;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(11, 222, 177, 0.13);
  color: #79f2da !important;
  font-size: 0.68rem !important;
  font-weight: 700;
}
.edge.highlevel {
  background: rgba(7, 150, 255, 0.14);
  color: #72c5ff !important;
}
.edge.context {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.65) !important;
}
.closing-section {
  padding: 110px 0;
  background:
    radial-gradient(
      circle at 80% 15%,
      rgba(11, 222, 177, 0.18),
      transparent 28%
    ),
    #e8f5ff;
}
.closing-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 70px;
  align-items: center;
}
.closing-photo {
  position: relative;
}
.closing-photo img {
  width: 100%;
  border-radius: 28px;
}
.closing-photo:after {
  content: "6 years on HighLevel";
  position: absolute;
  right: -16px;
  bottom: 20px;
  padding: 12px 15px;
  border-radius: 12px;
  background: #071727;
  color: #fff;
  font:
    600 10px/1 JetBrains Mono,
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.closing-copy h2 {
  font-size: clamp(2.6rem, 4.8vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}
.closing-reassurance {
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid rgba(7, 23, 39, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 32px rgba(7, 23, 39, 0.06);
}
.closing-reassurance strong {
  display: block;
  font:
    700 0.78rem/1.3 JetBrains Mono,
    monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #087a69;
}
.closing-reassurance p {
  margin-top: 10px;
  font-size: 0.94rem;
  line-height: 1.65;
  color: #294358;
}
.closing-copy blockquote {
  margin-top: 26px;
  font:
    500 clamp(1.25rem, 2.2vw, 1.7rem)/1.48 Bricolage Grotesque,
    sans-serif;
  color: #294358;
}
.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}
.choice {
  position: relative;
  overflow: hidden;
  min-height: 176px;
  padding: 58px 22px 22px;
  border: 1px solid transparent;
  border-radius: 19px;
  box-shadow: 0 14px 34px rgba(7, 23, 39, 0.09);
}
.choice:before {
  position: absolute;
  top: 18px;
  left: 21px;
  padding: 7px 9px;
  border-radius: 999px;
  font:
    700 0.6rem/1 JetBrains Mono,
    monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.highlevel-choice {
  border-color: rgba(7, 150, 255, 0.24);
  background: linear-gradient(145deg, #f8fbff 0%, #dceeff 100%);
}
.highlevel-choice:before {
  content: "Keep building";
  background: rgba(7, 150, 255, 0.13);
  color: #066db6;
}
.votel-choice {
  border-color: rgba(11, 222, 177, 0.55);
  background: linear-gradient(145deg, #e8fff9 0%, #a9f3e4 100%);
  box-shadow: 0 16px 38px rgba(0, 151, 127, 0.16);
}
.votel-choice:before {
  content: "My recommendation";
  background: #071727;
  color: #75f4db;
}
.choice strong {
  display: block;
  font:
    700 1.08rem/1.25 Bricolage Grotesque,
    sans-serif;
}
.choice p {
  margin-top: 8px;
  font-size: 0.8rem;
  line-height: 1.55;
  color: #496276;
}
.votel-choice p {
  color: #274e49;
}
.closing-actions {
  position: relative;
  justify-content: center;
  width: 100%;
  padding-top: 34px;
}
.cta-nudge {
  position: absolute;
  top: 0;
  left: 50%;
  width: 390px;
  max-width: 100%;
  padding: 0 54px;
  text-align: center;
  font:
    700 0.68rem/1.2 JetBrains Mono,
    monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #087a69;
  transform: translateX(-50%) rotate(-1deg);
}
.cta-nudge:before,
.cta-nudge:after {
  content: "";
  position: absolute;
  top: -7px;
  width: 40px;
  height: 32px;
  background: no-repeat center / contain;
}
.cta-nudge:before {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 34'%3E%3Cpath d='M39 3C25 4 16 12 8 27' fill='none' stroke='%23087a69' stroke-width='2.8' stroke-linecap='round'/%3E%3Cpath d='M7 20l1 8 8-3' fill='none' stroke='%23087a69' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.cta-nudge:after {
  right: 0;
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 34'%3E%3Cpath d='M39 3C25 4 16 12 8 27' fill='none' stroke='%23087a69' stroke-width='2.8' stroke-linecap='round'/%3E%3Cpath d='M7 20l1 8 8-3' fill='none' stroke='%23087a69' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.hero-actions .closing-cta {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 12px;
  width: 390px;
  max-width: 100%;
  min-height: 76px;
  padding: 12px 14px;
  border-radius: 20px;
  text-align: left;
  transform-origin: center;
  animation: cta-tilt 3.2s ease-in-out infinite;
  will-change: transform;
}
.hero-actions .closing-cta:before {
  content: "";
  width: 48px;
  height: 48px;
}
.hero-actions .closing-cta:hover {
  animation-play-state: paused;
  transform: translateY(-2px) rotate(-1deg) scale(1.02);
}
.closing-cta-copy {
  display: grid;
  gap: 2px;
  text-align: center;
}
.closing-cta-copy strong {
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.15;
}
.closing-cta-arrow {
  display: grid;
  width: 48px;
  height: 48px;
  flex: none;
  place-items: center;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.17);
  font-size: 1.2rem;
}
@keyframes cta-tilt {
  0%,
  68%,
  100% {
    transform: rotate(0deg);
  }
  74% {
    transform: rotate(-1.4deg);
  }
  80% {
    transform: rotate(1.4deg);
  }
  86% {
    transform: rotate(-0.8deg);
  }
  92% {
    transform: rotate(0.45deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-actions .closing-cta {
    animation: none;
  }
}
.article-note {
  padding: 36px 0 82px;
  background: #e8f5ff;
}
.article-note-inner {
  padding-top: 28px;
  border-top: 1px solid #bfd6e7;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #607588;
}
@media (max-width: 900px) {
  .bullish-hero {
    min-height: 0;
  }
  .bullish-hero-grid,
  .proof-grid,
  .proof-grid.reverse,
  .verdict-head,
  .closing-grid {
    grid-template-columns: 1fr;
  }
  .guard-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .bullish-portrait {
    max-width: 430px;
    margin: 12px auto 0;
  }
  .proof-grid.reverse .proof-copy,
  .proof-grid.reverse .proof-visual {
    order: initial;
  }
  .proof-grid {
    gap: 40px;
  }
  .proof-copy {
    max-width: 680px;
  }
  .bullish-section {
    padding: 82px 0;
  }
  .verdict-head {
    gap: 22px;
  }
  .closing-grid {
    gap: 45px;
  }
}
@media (max-width: 640px) {
  .bullish-hero {
    padding: 125px 0 68px;
  }
  .bullish-hero-grid {
    gap: 48px;
  }
  .bullish-title {
    font-size: 3.3rem;
  }
  .bullish-lede {
    font-size: 1rem;
  }
  .bullish-portrait {
    width: calc(100% - 18px);
    margin-left: 0;
  }
  .portrait-proof {
    right: -18px;
    bottom: -28px;
    max-width: 245px;
  }
  .story-nav {
    margin-top: 0;
    padding-top: 14px;
  }
  .story-nav-inner {
    border-radius: 18px;
  }
  .bullish-section {
    padding: 70px 0;
  }
  .guard-preface {
    padding-top: 48px;
  }
  .guard-card {
    padding: 27px 23px;
    border-radius: 21px;
  }
  .letter-opening {
    padding: 54px 0 15px;
  }
  .letter-card {
    border-radius: 22px;
  }
  .letter-split {
    grid-template-columns: 1fr;
  }
  .letter-side.turning {
    grid-column: auto;
  }
  .proof-copy h2 {
    font-size: 2.6rem;
  }
  .hack-stack,
  .native-stack,
  .calendar-collage,
  .audit-strip,
  .identity-main,
  .email-agent-main,
  .meeting-main,
  .choice-grid {
    grid-template-columns: 1fr;
  }
  .email-product-gallery {
    grid-template-columns: 1fr;
  }
  .email-product-gallery img:first-child {
    grid-column: auto;
  }
  .email-chat {
    border-right: 0;
    border-bottom: 1px solid #e3e9f0;
  }
  .hack-card {
    min-height: 200px;
  }
  .flow-board {
    padding: 24px 18px;
  }
  .flow-line {
    align-items: stretch;
    flex-direction: column;
  }
  .flow-arrow {
    transform: rotate(90deg);
    align-self: center;
  }
  .mcp-board {
    padding: 34px 16px;
    min-height: 460px;
  }
  .mcp-counts {
    gap: 6px;
  }
  .mcp-count b {
    font-size: 4.2rem;
  }
  .identity-main {
    min-height: 0;
  }
  .meeting-notes {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .meeting-flow {
    flex-wrap: wrap;
  }
  .score-row {
    grid-template-columns: 1fr 0.85fr;
    padding: 16px;
    gap: 8px;
    min-height: 0;
  }
  .score-row > span:nth-child(2) {
    display: none;
  }
  .score-row.head {
    display: none;
  }
  .edge {
    justify-self: end;
    text-align: right;
  }
  .closing-photo {
    max-width: 340px;
  }
  .closing-photo:after {
    right: -10px;
  }
  .closing-actions {
    width: 100%;
  }
  .cta-nudge {
    width: calc(100% - 12px);
    max-width: 100%;
    padding: 0 40px;
    font-size: 0.59rem;
  }
  .hero-actions .closing-cta {
    width: 100%;
  }
  .visual-shell {
    padding: 10px;
    border-radius: 20px;
  }
  .visual-label {
    left: 20px;
    top: 20px;
  }
  .calendar-collage img {
    min-height: 0;
  }
}
