/* Inner pages (template: features / ai-analytics / solution / pricing / blog / contact). Values measured at 1440 / 1200 / 810 / 390. */

/* ---------- banner (inner hero) ---------- */
.banner { position: relative; padding: 234px 0 263px; overflow: hidden; }
.banner-bg { position: absolute; inset: 0; z-index: 0; }
.banner-bg img { width: 100%; height: 100%; object-fit: cover; }
.banner-bg.grad { background: linear-gradient(180deg, #000 0%, #2f2c2a 67%); }
.banner-overlay { position: absolute; left: 0; right: 0; bottom: 0; height: var(--ov, 333px); z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 83.35%); pointer-events: none; }
.banner .container { position: relative; z-index: 2; }
.banner-content { display: flex; flex-direction: column; align-items: center; gap: 45px; }
.banner-content .title-block { max-width: var(--tw, 1120px); }
.banner-content .t-body { max-width: var(--dw, 634px); }
.banner .btn { padding: 10px 26px; }

/* ---------- alternating rows (features "Built to Answer…") ---------- */
.rows-block { width: 1253px; max-width: 100%; display: flex; flex-direction: column; gap: 135px; }
.frow { display: flex; justify-content: space-between; align-items: flex-start; }
.frow.flip { flex-direction: row-reverse; }
.frow-text { width: 514px; display: flex; flex-direction: column; gap: 25px; }
.frow-text h3 { font-family: var(--sans); font-weight: 500; font-size: 40px; line-height: 1.25; max-width: 475px; color: var(--text); }
.checks.plain li { height: auto; min-height: 16px; }
.frow-media { width: 660px; aspect-ratio: 660 / 360; flex: none; }

/* big frosted panel (HTML version of the template's panel screenshots) */
.panel-ui { container-type: inline-size; width: 100%; height: 100%; }
.panel-ui > .pu { position: relative; width: 100%; height: 100%; border-radius: 3.4cqw; background: rgba(120,117,112,.3); overflow: hidden; display: flex; flex-direction: column; font-family: var(--sans); color: #f3f1ef; }
.panel-ui > .pu::after { content: ""; position: absolute; inset: 0; border-radius: inherit; border: 1px solid rgba(255,255,255,.14); pointer-events: none; }
.pu .pu-head { display: flex; justify-content: space-between; align-items: flex-start; padding: 3.4cqw 3.4cqw 2.6cqw; border-bottom: 1px solid rgba(255,255,255,.08); }
.pu .pu-head b { display: block; font-weight: 500; font-size: 2.6cqw; }
.pu .pu-head small { display: block; font-size: 1.7cqw; color: rgba(255,255,255,.7); margin-top: .6cqw; }
.pu .pu-body { flex: 1; padding: 2.6cqw 3.4cqw; display: flex; flex-direction: column; gap: 1.6cqw; min-height: 0; }
.pu .pu-foot { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.08); }
.pu .pu-foot > div { padding: 2.2cqw 3.4cqw; border-left: 1px solid rgba(255,255,255,.08); }
.pu .pu-foot > div:first-child { border-left: 0; }
.pu .pu-foot small { display: block; font-size: 1.6cqw; color: rgba(255,255,255,.65); }
.pu .pu-foot b { display: block; font-weight: 400; font-size: 2.3cqw; margin-top: .5cqw; }
.pu .mono { font-family: ui-monospace, "SF Mono", Menlo, monospace; }
.pu .chips { display: flex; gap: 1cqw; }
.pu .chip { font-size: 1.6cqw; padding: .8cqw 1.8cqw; border-radius: 1.2cqw; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.85); }
.pu .chip.on { background: rgba(255,255,255,.16); }
.pu .tl { display: grid; grid-template-columns: repeat(21, 1fr); gap: .5cqw; }
.pu .tl i { height: 3.2cqw; border-radius: .6cqw; background: rgba(255,255,255,.1); }
.pu .tl i.c { background: rgba(56,95,239,.45); } .pu .tl i.r { background: rgba(185,174,245,.5); } .pu .tl i.now { background: #fff; }
.pu .lg { display: flex; justify-content: space-between; font-size: 1.6cqw; color: rgba(255,255,255,.65); }
.pu .li { display: flex; justify-content: space-between; align-items: center; gap: 2cqw; padding: 1.3cqw 0; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 1.9cqw; }
.pu .li:last-child { border-bottom: 0; }
.pu .li .k small { display: block; font-size: 1.5cqw; color: rgba(255,255,255,.6); margin-top: .3cqw; }
.pu .tip { position: absolute; border-radius: 1.8cqw; background: rgba(40,38,36,.92); padding: 1.8cqw 2.2cqw; font-size: 1.7cqw; line-height: 1.4; box-shadow: 0 1cqw 4cqw rgba(0,0,0,.4); }
.pu .tip b { display: block; font-weight: 500; font-size: 2cqw; margin-bottom: .4cqw; }
.pu .up { color: #7fd6a0; } .pu .down { color: #e39393; } .pu .blue { color: #7f9bff; } .pu .lav { color: #c6bcf8; } .pu .dim { color: rgba(255,255,255,.6); }
.pu .code { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 1.75cqw; line-height: 1.7; color: #f3f1ef; background: rgba(0,0,0,.28); border-radius: 1.4cqw; padding: 2cqw 2.4cqw; white-space: pre; overflow: hidden; }
.pu .code .c1 { color: rgba(255,255,255,.45); } .pu .code .c2 { color: #7f9bff; } .pu .code .c3 { color: #c6bcf8; }
.pu .redact { display: inline-block; height: 1.9cqw; border-radius: .4cqw; background: #0d0d0d; vertical-align: middle; }

/* ---------- 4 icon cards (why stand out) ---------- */
.icon4 { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 60px; }
.icon4 .card { display: flex; flex-direction: column; gap: 82px; }
.icon4 .card img { width: 66px; height: 66px; }
.icon4 .card .card-text { display: flex; flex-direction: column; gap: 15px; }

/* ---------- process cards (ai-analytics) ---------- */
.process { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 19px; }
.pcard { position: relative; background: var(--card); border-radius: 18px; padding: 26px; display: flex; flex-direction: column; gap: 27px; }
.pcard::after { content: ""; position: absolute; inset: 0; border-radius: inherit; border: 1px solid var(--line); pointer-events: none; }
.pcard .num { display: flex; align-items: center; gap: 6px; font-family: var(--body); font-size: 14px; line-height: 22.4px; letter-spacing: -.02em; color: var(--blue); }
.pcard .num i { width: 16px; height: 1px; background: var(--blue); }
.pcard .card-text { display: flex; flex-direction: column; gap: 15px; }
.pcard .mini-c { container-type: inline-size; }
.pcard .mini { position: relative; aspect-ratio: 271 / 166; border-radius: 12px; background: rgba(0,0,0,.28); overflow: hidden; padding: 6cqw; display: flex; flex-direction: column; gap: 4cqw; font-family: var(--sans); color: #f3f1ef; }
.pcard .mini::after { content: ""; position: absolute; inset: 0; border-radius: inherit; border: 1px solid rgba(255,255,255,.12); pointer-events: none; }
.mini .mr { display: flex; justify-content: space-between; align-items: center; font-size: 4.4cqw; }
.mini .mr span:first-child { display: flex; align-items: center; gap: 2.6cqw; }
.mini .mr i { width: 2.4cqw; height: 2.4cqw; border-radius: 50%; background: #7f9bff; }
.mini .mono { font-family: ui-monospace, "SF Mono", Menlo, monospace; }
.mini .bars { display: flex; align-items: flex-end; gap: 2cqw; height: 100%; }
.mini .bars i { flex: 1; border-radius: 1cqw 1cqw 0 0; background: rgba(127,155,255,.55); }
.mini .bars i.hi { background: #fff; }
.mini .cap { font-size: 3.6cqw; color: rgba(255,255,255,.62); }

/* ---------- model cards (feature cards + category pill) ---------- */
.model-grid { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.model-grid .feature-card .card-text { max-width: none; }
.mtitle { display: flex; justify-content: space-between; align-items: flex-start; gap: 25px; }
.pill { flex: none; position: relative; padding: 6px 18px; border-radius: 100px; background: rgba(56,95,239,.1); font-family: var(--body); font-size: 10px; line-height: 15px; color: #fff; white-space: nowrap; }
.pill::after { content: ""; position: absolute; inset: 0; border-radius: inherit; border: .67px solid rgba(255,255,255,.16); pointer-events: none; }
.model-grid .ui.glass .g { border-radius: 4.8cqw; }

/* ---------- annotated widget (how to read a signal) ---------- */
.annot { width: 1171px; max-width: 100%; display: flex; align-items: flex-start; }
.annot-side { width: 260px; display: flex; flex-direction: column; gap: 50px; flex: none; }
.annot-side.right { width: 249px; padding-top: 115px; gap: 70px; }
.annot-center { width: 641px; aspect-ratio: 641 / 420; flex: none; margin: 0 0 0 19px; }
.anote { display: flex; gap: 10px; }
.anote .n { flex: none; position: relative; width: 24px; height: 24px; border-radius: 50%; background: rgba(76,141,255,.14); display: grid; place-items: center; font: 700 11px/13.2px Inter, system-ui, sans-serif; color: #4c8dff; }
.anote .n::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(76,141,255,.4); }
.anote b { display: block; font-family: var(--body-medium); font-weight: 500; font-size: 16px; line-height: 24px; color: var(--text); }
.anote p { margin-top: 6px; font-family: var(--sans); font-size: 12px; line-height: 20px; color: var(--text); }

/* ---------- live markets table (banner of Markets) ---------- */
.mtable { width: 1060px; max-width: 100%; }
.mtable .pu-body { padding-top: 1cqw; gap: 0; }
.mtable .pu-head { padding-bottom: 1.8cqw; }
.mt-row { display: grid; grid-template-columns: 1.7fr 1fr 1fr .8fr .8fr 1.1fr; align-items: center; gap: 1.5cqw; padding: .62cqw 0; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 1.45cqw; }
.mt-row:last-child { border-bottom: 0; }
.mt-row.h { font-size: 1.2cqw; text-transform: uppercase; letter-spacing: .03em; color: rgba(255,255,255,.6); padding-top: 0; }
.mt-row .sym { display: flex; align-items: center; gap: 1.2cqw; }
.mt-row .sym img { width: 2cqw; height: 2cqw; }
.mt-row .sym b { font-weight: 500; } .mt-row .sym small { color: rgba(255,255,255,.6); font-size: 1.2cqw; }
.mt-row .r { text-align: right; }
.mt-row a { color: rgba(255,255,255,.8); }

/* ---------- compare table (pricing page) ---------- */
.ctable { width: 1200px; max-width: 100%; display: flex; flex-direction: column; }
.crow { display: grid; grid-template-columns: 2fr 1fr 1fr; align-items: center; padding: 38px 0 36px; border-bottom: 1px solid rgba(231,229,228,.21); }
.crow.h { padding: 40px 0 34px; }
.crow > :first-child { padding-left: 16px; font-family: var(--body); font-size: 18px; line-height: 26px; color: var(--text); }
.crow > :not(:first-child) { text-align: center; font-family: var(--body); font-size: 18px; line-height: 26px; color: var(--text); }
.crow.h > :not(:first-child) { font-family: var(--sans); font-weight: 500; font-size: 20px; line-height: 28px; }
.crow .yes { display: inline-block; width: 24px; height: 24px; background: url("../assets/img/21LlHMiHhyLawKCCiZdAqtHqcI.svg") center / contain no-repeat; vertical-align: middle; }
.crow .no { color: rgba(231,229,228,.4); }
.crow .mono { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 16px; }

/* ---------- docs index (blog masonry) ---------- */
.docs-wrap { width: 100%; display: flex; gap: 40px; align-items: flex-start; }
.docs-col { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 60px; }
.dcard { display: flex; flex-direction: column; gap: 18px; }
.dcard .im { width: 100%; aspect-ratio: 655 / 535; border-radius: 18px; overflow: hidden; background: var(--card); }
.dcard.tall .im { aspect-ratio: 655 / 804; }
.dcard .im img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--tween); }
.dcard:hover .im img { transform: scale(1.04); }
.dcard .body { display: flex; flex-direction: column; gap: 20px; }
.dcard .tb { display: flex; flex-direction: column; gap: 18px; }
.cat { align-self: flex-start; position: relative; padding: 6px 19px; border-radius: 100px; background: var(--blue); font-family: var(--body); font-size: 14px; line-height: 22.4px; letter-spacing: -.02em; color: #fff; }
.cat::after { content: ""; position: absolute; inset: 0; border-radius: inherit; border: .67px solid rgba(255,255,255,.26); pointer-events: none; }
.dcard .tt { display: flex; flex-direction: column; gap: 14px; }
.dcard .tt p { max-width: 570px; }
.meta { display: flex; justify-content: space-between; gap: 10px; font-family: var(--body); font-size: 14px; line-height: 22.4px; letter-spacing: -.02em; color: var(--text); }
.meta .g { color: #666; } .meta .w { color: #fff; }

/* ---------- doc page (blog details) ---------- */
.doc { position: relative; padding: 234px 0 130px; background: #000; }
.doc-bg { position: absolute; left: 0; right: 0; top: 0; height: 837px; }
.doc-bg img { width: 100%; height: 100%; object-fit: cover; }
.doc-bg::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 315px; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 83.35%); }
.doc .container { position: relative; }
.doc-head { display: flex; flex-direction: column; align-items: center; gap: 45px; max-width: 760px; }
.doc-head .t-h2 { text-align: center; }
.pills { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.doc-banner { width: 100%; aspect-ratio: 1350 / 853; border-radius: 24px; overflow: hidden; margin-top: 98px; }
.doc-banner img { width: 100%; height: 100%; object-fit: cover; }
.prose { width: 1031px; max-width: 100%; margin-top: 98px; color: var(--text); font-family: var(--body); font-size: 16px; line-height: 24px; }
.prose h2, .prose h3 { font-family: var(--sans); font-weight: 500; font-size: 40px; line-height: 50px; margin: 60px 0 25px; }
.prose > :first-child { margin-top: 0; }
.prose h4 { font-family: var(--sans); font-weight: 500; font-size: 24px; line-height: 32px; margin: 36px 0 16px; }
.prose p { margin: 0 0 25px; }
.prose ul, .prose ol { margin: 0 0 25px; padding-left: 22px; }
.prose li { margin: 0 0 10px; }
.prose a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.prose code { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: .9em; background: rgba(255,255,255,.07); border-radius: 5px; padding: 1px 5px; }
.prose pre { position: relative; margin: 0 0 25px; padding: 20px 22px; border-radius: 14px; background: var(--card); overflow-x: auto; }
.prose pre::after { content: ""; position: absolute; inset: 0; border-radius: inherit; border: 1px solid rgba(255,255,255,.14); pointer-events: none; }
.prose pre code { background: none; padding: 0; font-size: 14px; line-height: 22px; }
.prose table { width: 100%; border-collapse: collapse; margin: 0 0 25px; }
.prose th, .prose td { text-align: left; padding: 14px 16px 14px 0; border-bottom: 1px solid rgba(231,229,228,.21); vertical-align: top; }
.prose th { font-family: var(--sans); font-weight: 500; }
.prose strong { color: #fff; font-weight: 500; font-family: var(--body-medium); }
.docnav { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }

/* ---------- contact ---------- */
.contact-hero { position: relative; padding: 234px 0 0; }
.contact-hero .bgg { position: absolute; left: 0; right: 0; top: 0; height: 1310px; background: linear-gradient(180deg, #000 0%, #2f2c2a 67%); }
.contact-hero .container { position: relative; }
.contact-wrap { display: flex; flex-direction: column; align-items: center; gap: 142px; }
.contact-grid { width: 1263px; max-width: 100%; display: flex; gap: 30px; align-items: flex-start; }
.dcardx { position: relative; border-radius: 22px; background: linear-gradient(158deg, #131619 0%, #0c0e11 100%); }
.dcardx::after { content: ""; position: absolute; inset: 0; border-radius: inherit; border: 1px solid rgba(255,255,255,.26); pointer-events: none; }
.contracts { width: 700px; flex: none; padding: 43px 43px 45px; display: flex; flex-direction: column; gap: 44px; }
.contracts .head { display: flex; flex-direction: column; gap: 25px; }
.crow2 { display: flex; flex-direction: column; gap: 6px; }
.crow2 .l { font-family: var(--body); font-size: 14px; line-height: 22.4px; letter-spacing: -.02em; color: #fff; }
.crow2 .v { display: flex; align-items: center; gap: 10px; border-radius: 8px; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)); padding: 12px 12px 12px 17px; }
.crow2 .v code { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 13px; color: var(--text); }
.crow2 .v button, .crow2 .v a { font-size: 12px; padding: 5px 10px; border-radius: 50px; background: rgba(255,255,255,.08); color: var(--text); white-space: nowrap; }
.clist { display: flex; flex-direction: column; gap: 20px; }
.sidebar { flex: 1; display: flex; flex-direction: column; gap: 14px; }
.scard { padding: 34px; display: flex; flex-direction: column; gap: 18px; }
.scard .top { display: flex; gap: 28px; }
.scard .ic { flex: none; position: relative; width: 38px; height: 38px; border-radius: 6px; background: rgba(56,95,239,.2); display: grid; place-items: center; }
.scard .ic::after { content: ""; position: absolute; inset: 0; border-radius: inherit; border: 2px solid rgba(139,140,240,.29); }
.scard .ic img { width: 14px; height: 14px; object-fit: contain; }
.scard .card-text { display: flex; flex-direction: column; gap: 15px; }
.scard .kv2 { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.18); font-family: var(--sans); font-size: 12px; line-height: 14.4px; }
.scard .kv2:last-child { border-bottom: 0; padding-bottom: 0; }
.scard .kv2 span { color: #5e6167; } .scard .kv2 a, .scard .kv2 b { color: #fff; font-weight: 400; }

/* ================= responsive ================= */
@media (max-width: 1439.98px) {
  .rows-block { width: 100%; }
  .frow-text { width: 476px; }
  .frow-text h3 { font-size: 38px; }
  .frow-media { width: 615px; aspect-ratio: 615 / 335; }
  .icon4 { gap: 40px; }
}
@media (max-width: 1199.98px) {
  .banner { padding: 140px 0 120px; }
  .banner-content { gap: 32px; }
  .rows-block { gap: 60px; }
  .frow-text { width: 300px; gap: 16px; }
  .frow-text h3 { font-size: 28px; }
  .frow-media { width: 439px; aspect-ratio: 439 / 240; }
  .icon4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 24px; }
  .icon4 .card { gap: 24px; }
  .process { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .model-grid { gap: 20px; }
  .annot { flex-direction: column; align-items: center; gap: 24px; }
  .annot-side, .annot-side.right { width: 100%; padding: 0; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
  .annot-center { width: 100%; margin: 0; }
  .contact-grid { flex-direction: column; }
  .contracts { width: 100%; }
  .sidebar { width: 100%; }
  .docs-wrap { gap: 20px; } .docs-col { gap: 40px; }
  .doc { padding-top: 160px; }
  .doc-banner, .prose { margin-top: 60px; }
  .prose h2, .prose h3 { font-size: 30px; line-height: 38px; }
  .crow > :first-child, .crow > :not(:first-child) { font-size: 16px; }
}
@media (max-width: 809.98px) {
  .banner { padding: 120px 0 100px; }
  .banner-content { gap: 24px; }
  .frow, .frow.flip { flex-direction: column; gap: 24px; }
  .frow-text { width: 100%; }
  .frow-text h3 { font-size: 24px; max-width: 312px; }
  .frow-media { width: 100%; aspect-ratio: 350 / 191; }
  .icon4 { grid-template-columns: minmax(0, 1fr); }
  .icon4 .card img { width: 48px; height: 48px; }
  .process { grid-template-columns: minmax(0, 1fr); }
  .model-grid { grid-template-columns: minmax(0, 1fr); }
  .mtitle { flex-direction: column; gap: 10px; }
  .annot-side, .annot-side.right { grid-template-columns: minmax(0, 1fr); }
  .docs-wrap { flex-direction: column; gap: 40px; }
  .dcard.tall .im { aspect-ratio: 655 / 535; }
  .doc { padding-top: 120px; }
  .prose h2, .prose h3 { font-size: 24px; line-height: 30px; margin-top: 40px; }
  .contracts { padding: 24px; gap: 28px; }
  .scard { padding: 22px; }
  .scard .top { gap: 16px; }
  .contact-hero { padding-top: 120px; }
  .contact-wrap { gap: 60px; }
  .crow { grid-template-columns: 1.4fr 1fr 1fr; padding: 20px 0; }
  .crow > :first-child { padding-left: 0; font-size: 14px; }
  .crow > :not(:first-child) { font-size: 13px; }
  .mtable .pu-foot { display: none; }
  .mt-row { grid-template-columns: 1.4fr 1fr .8fr; font-size: 3cqw; }
  .mt-row .hide-sm { display: none; }
  .mt-row .sym img { width: 3.6cqw; height: 3.6cqw; } .mt-row .sym small { display: none; }
}

/* ---------- mirrored tabs (solution page: media left, list right) ---------- */
.steps.mirror { flex-direction: row-reverse; }
.steps.mirror .steps-list { gap: 40px; }
.steps.mirror .step { padding-bottom: 40px; }
.steps.mirror .step::after { background: rgba(255,255,255,.2); }
.steps.mirror .steps-media .ui.glass { width: 55%; }
@media (max-width: 1199.98px) { .steps.mirror .steps-list { gap: 24px; } .steps.mirror .step { padding-bottom: 24px; } }
@media (max-width: 809.98px) { .steps.mirror { flex-direction: column; } .steps.mirror .steps-list { gap: 12px; } .steps.mirror .step { padding-bottom: 12px; } }
.icon4.narrow { width: 1264px; max-width: 100%; }
.icw { position: relative; width: 62px; height: 62px; border-radius: 50%; background: var(--card); display: grid; place-items: center; }
.icw::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(255,255,255,.23); }
.icw img { width: 24px !important; height: 24px !important; }
a.card { color: inherit; }

/* ---- overflow guards (long addresses, wide tables) ---- */
.banner-content > *, .banner-content .stack { max-width: 100%; }
.mtable { width: 1060px; max-width: 100%; min-width: 0; }
.mt-row > * { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.contact-grid > *, .contracts, .clist, .crow2, .crow2 .v { min-width: 0; max-width: 100%; }
.crow2 .v code { white-space: nowrap; }
@media (max-width: 809.98px) {
  .mtable .pu-head .chips { display: none; }
  .mtable .pu-head b { font-size: 4.2cqw; } .mtable .pu-head small { font-size: 3cqw; }
  .mt-row { font-size: 3.4cqw; padding: 1.6cqw 0; }
  .mt-row.h { font-size: 2.6cqw; }
  .crow2 .v a { display: none; }
}
.banner-content, .contact-wrap, .docs-wrap { width: 100%; }
.docs-col, .dcard, .dcard .body, .meta { min-width: 0; }
.contracts { flex: 0 1 700px; width: auto; }
.sidebar { min-width: 0; }
.prose { overflow-wrap: anywhere; }
.prose pre code { overflow-wrap: normal; }
@media (max-width: 1199.98px) { .contracts { flex: none; width: 100%; } }
@media (max-width: 1199.98px) { .contact-hero .bgg { height: 100%; background: linear-gradient(180deg, #000 0%, #2f2c2a 30%, #000 100%); } }
