.elementor-69 .elementor-element.elementor-element-18e2ac4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-113d618 *//*Background đầu trang*/
html[data-ab-theme="light"] .ab-video-hero{
    background:
        radial-gradient(circle at 12% -6%, rgba(47,111,210,.16), transparent 32%),
        radial-gradient(circle at 94% 8%, rgba(53,159,210,.10), transparent 30%),
        linear-gradient(180deg,#e2eaf5 0%,#edf3fa 46%,#e7edf6 100%) !important;
}

html[data-ab-theme="light"] .ab-video-hero::after{
    background:
        linear-gradient(
            90deg,
            rgba(231,238,248,.92),
            rgba(231,238,248,.68) 52%,
            rgba(231,238,248,.90)
        ),
        linear-gradient(
            180deg,
            rgba(231,238,248,.08),
            rgba(231,238,248,.86)
        ) !important;
}

html[data-ab-theme="light"] .ab-hero-copy h1{
    color:var(--ab-ink)!important;
    -webkit-text-fill-color:var(--ab-ink)!important;
}

html[data-ab-theme="light"] .ab-hero-copy p{
    color:var(--ab-muted)!important;
    -webkit-text-fill-color:var(--ab-muted)!important;
}

html[data-ab-theme="light"] .ab-eyebrow{
    color:var(--ab-ink)!important;
    background:rgba(255,255,255,.72)!important;
    border-color:rgba(7,16,30,.16)!important;
}

.ab-dot{
    background:#3f825f!important;
    box-shadow:0 0 16px rgba(63,130,95,.45)!important;
}

html[data-ab-theme="light"] .ab-hero-console{
    background:rgba(255,255,255,.58)!important;
    border:1px solid rgba(7,16,30,.14)!important;
    box-shadow:var(--ab-shadow)!important;
}

html[data-ab-theme="light"] .ab-console-card{
    background:linear-gradient(
        135deg,
        rgba(255,255,255,.55),
        rgba(235,242,250,.82)
    )!important;

    border:1px solid rgba(7,16,30,.12)!important;
}

html[data-ab-theme="light"] .ab-console-card strong{
    color:var(--ab-ink)!important;
}

html[data-ab-theme="light"] .ab-console-card span,
html[data-ab-theme="light"] .ab-console-card b{
    color:var(--ab-muted)!important;
}

html[data-ab-theme="light"] .ab-video-tile{
    color:var(--ab-ink)!important;

    background:rgba(255,255,255,.60)!important;

    border-color:rgba(7,16,30,.14)!important;
}

html[data-ab-theme="light"] .ab-video-tile span{
    color:var(--ab-muted)!important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-18e2ac4 *//*
  Six additional NONI sections integrated with the existing ArmorBionic page.
  Load after Noni(2).css. The HTML contains no additional parent wrapper.
  Theme contract: html[data-ab-theme="dark"].
*/

:root {
  --ab-accent-cyan: #54e8ff;
  --ab-accent-green: #75f5b1;
  --ab-section-surface: rgba(247, 250, 255, .72);
  --ab-section-surface-strong: rgba(247, 250, 255, .94);
  --ab-section-control: rgba(247, 250, 255, .76);
  --ab-section-grid-line: rgba(7, 16, 30, .055);
  --ab-section-panel-bg:
    radial-gradient(circle at var(--mx, 18%) var(--my, 12%), rgba(47, 111, 210, .18), transparent 34%),
    linear-gradient(145deg, var(--ab-card-strong), var(--ab-card));
}

html[data-ab-theme="dark"] {
  --ab-section-surface: rgba(255, 255, 255, .075);
  --ab-section-surface-strong: rgba(255, 255, 255, .11);
  --ab-section-control: rgba(255, 255, 255, .07);
  --ab-section-grid-line: rgba(255, 255, 255, .055);
  --ab-section-panel-bg:
    radial-gradient(circle at var(--mx, 18%) var(--my, 12%), rgba(84, 232, 255, .18), transparent 34%),
    radial-gradient(circle at 90% 84%, rgba(117, 245, 177, .07), transparent 30%),
    linear-gradient(145deg, #07101e, #142544);
}

:is(#mission-gallery, #case-study, #smart-use-case-dock, #smart-spec, #roi-calculator, #faq) {
  position: relative;
  isolation: isolate;
  color: var(--ab-ink);
}

:is(#mission-gallery, #case-study, #smart-use-case-dock, #smart-spec, #roi-calculator, #faq)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 0%, rgba(84, 232, 255, .10), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(117, 245, 177, .08), transparent 28%);
  opacity: .75;
}

:is(#mission-gallery, #case-study, #smart-use-case-dock, #smart-spec, #roi-calculator, #faq) [hidden] {
  display: none !important;
}

:is(#mission-gallery, #case-study, #smart-use-case-dock, #smart-spec, #roi-calculator, #faq) button,
:is(#mission-gallery, #case-study, #smart-use-case-dock, #smart-spec, #roi-calculator, #faq) input,
:is(#mission-gallery, #case-study, #smart-use-case-dock, #smart-spec, #roi-calculator, #faq) select {
  font: inherit;
}

:is(#mission-gallery, #case-study, #smart-use-case-dock, #smart-spec, #roi-calculator, #faq) button:focus-visible,
:is(#mission-gallery, #case-study, #smart-use-case-dock, #smart-spec, #roi-calculator, #faq) input:focus-visible,
:is(#mission-gallery, #case-study, #smart-use-case-dock, #smart-spec, #roi-calculator, #faq) select:focus-visible,
:is(#mission-gallery, #case-study, #smart-use-case-dock, #smart-spec, #roi-calculator, #faq) summary:focus-visible {
  outline: 3px solid rgba(47, 111, 210, .34);
  outline-offset: 3px;
}

:is(#mission-gallery, #case-study, #smart-use-case-dock, #smart-spec, #roi-calculator, #faq) .ab-section-head h2 {
  max-width: 860px;
  font-size: clamp(20px, 5vw, 50px);
  letter-spacing: -.044em;
}

:is(#mission-gallery, #case-study, #smart-use-case-dock, #smart-spec, #roi-calculator, #faq) .ab-section-head p {
  max-width: 540px;
}

.ab-theme-panel {
  color: var(--ab-ink);
  background: var(--ab-section-panel-bg);
  border: 1px solid var(--ab-line);
  box-shadow: var(--ab-shadow, 0 28px 90px rgba(7, 16, 30, .18));
}

.ab-theme-panel .ab-eyebrow {
  color: var(--ab-ink);
  background: var(--ab-section-surface);
  border-color: var(--ab-line);
}

.ab-theme-panel .ab-dot {
  background: var(--ab-blue, #2f6fd2);
}

/* Mission gallery */
.ab-gallery-shell {
  position: relative;
  overflow: hidden;
  border-radius: 44px;
  padding: 18px;
}

.ab-gallery-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(var(--ab-section-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--ab-section-grid-line) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .58), transparent 94%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .58), transparent 94%);
  opacity: .72;
}

.ab-gallery-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.ab-gallery-dock {
  min-height: 664px;
  border-radius: 30px;
  padding: 18px;
}

.ab-gallery-dock h3 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.06;
  letter-spacing: -.035em;
}

.ab-gallery-dock p {
  margin: 0 0 18px;
  color: var(--ab-muted);
  font-size: 14px;
  line-height: 1.62;
}

.ab-filter-group {
  margin-top: 18px;
}

.ab-filter-label {
  display: block;
  margin: 0 0 9px;
  color: var(--ab-soft);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ab-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ab-filter-pill {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--ab-line);
  border-radius: 999px;
  background: var(--ab-section-control);
  color: var(--ab-ink);
  cursor: pointer !important;
  font-size: 12.5px !important;
  font-weight: 820 !important;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ab-filter-pill:hover {
  transform: translateY(-2px);
  box-shadow: var(--ab-shadow-soft);
}

.ab-filter-pill.active {
  color: #fff;
  background: linear-gradient(135deg, var(--ab-blue), var(--ab-blue-2));
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(47, 111, 210, .22);
}

.ab-gallery-stage {
  min-height: 664px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
  border-radius: 34px;
  position: relative;
}

.ab-gallery-preview {
  position: relative;
  min-height: 438px;
  overflow: hidden;
}

.ab-gallery-preview::before,
.ab-gallery-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ab-gallery-preview::before {
  background:
    linear-gradient(180deg, rgba(247, 250, 255, .02), rgba(7, 16, 30, .12)),
    radial-gradient(circle at 32% 24%, rgba(47, 111, 210, .24), transparent 34%),
    linear-gradient(145deg, #e8f1fc, #cfdff3);
  transition: background .38s ease;
}

.ab-spec-lead h2{
    font-size: clamp(20px, 5vw, 50px)!important;
}

.ab-gallery-preview[data-scene="transport"]::before {
  background:
    linear-gradient(180deg, rgba(247, 250, 255, .02), rgba(7, 16, 30, .11)),
    radial-gradient(circle at 24% 30%, rgba(47, 111, 210, .30), transparent 28%),
    linear-gradient(145deg, #eef5fd, #cadcf2);
}

.ab-gallery-preview[data-scene="lift"]::before {
  background:
    linear-gradient(180deg, rgba(247, 250, 255, .02), rgba(7, 16, 30, .11)),
    radial-gradient(circle at 70% 30%, rgba(47, 111, 210, .28), transparent 28%),
    linear-gradient(145deg, #f0f6fe, #d4e1f4);
}

.ab-gallery-preview[data-scene="safety"]::before {
  background:
    linear-gradient(180deg, rgba(247, 250, 255, .02), rgba(7, 16, 30, .11)),
    radial-gradient(circle at 42% 24%, rgba(84, 232, 255, .24), transparent 28%),
    linear-gradient(145deg, #edf6fb, #cfe2ed);
}

.ab-gallery-preview[data-scene="fleet"]::before {
  background:
    linear-gradient(180deg, rgba(247, 250, 255, .02), rgba(7, 16, 30, .11)),
    radial-gradient(circle at 26% 66%, rgba(117, 245, 177, .20), transparent 30%),
    linear-gradient(145deg, #eaf6f3, #cfdfec);
}

html[data-ab-theme="dark"] .ab-gallery-preview::before {
  background:
    linear-gradient(180deg, rgba(7, 16, 30, .08), rgba(7, 16, 30, .88)),
    radial-gradient(circle at 32% 24%, rgba(120, 168, 255, .25), transparent 34%),
    linear-gradient(145deg, #07101e, #1b2c49);
}

html[data-ab-theme="dark"] .ab-gallery-preview[data-scene="transport"]::before {
  background:
    linear-gradient(180deg, rgba(7, 16, 30, .08), rgba(7, 16, 30, .88)),
    radial-gradient(circle at 24% 30%, rgba(120, 168, 255, .32), transparent 28%),
    linear-gradient(145deg, #07101e, #263750);
}

html[data-ab-theme="dark"] .ab-gallery-preview[data-scene="lift"]::before {
  background:
    linear-gradient(180deg, rgba(7, 16, 30, .08), rgba(7, 16, 30, .88)),
    radial-gradient(circle at 70% 30%, rgba(120, 168, 255, .30), transparent 28%),
    linear-gradient(145deg, #07101e, #1f3158);
}

html[data-ab-theme="dark"] .ab-gallery-preview[data-scene="safety"]::before {
  background:
    linear-gradient(180deg, rgba(7, 16, 30, .08), rgba(7, 16, 30, .88)),
    radial-gradient(circle at 42% 24%, rgba(120, 168, 255, .28), transparent 28%),
    linear-gradient(145deg, #07101e, #25324b);
}

html[data-ab-theme="dark"] .ab-gallery-preview[data-scene="fleet"]::before {
  background:
    linear-gradient(180deg, rgba(7, 16, 30, .08), rgba(7, 16, 30, .88)),
    radial-gradient(circle at 26% 66%, rgba(120, 168, 255, .28), transparent 30%),
    linear-gradient(145deg, #07101e, #1f3a4a);
}

.ab-gallery-preview::after {
  background-image:
    linear-gradient(var(--ab-section-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--ab-section-grid-line) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .72), transparent 88%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .72), transparent 88%);
}

.ab-preview-content {
  position: absolute;
  inset: auto 24px 24px;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
}

.ab-preview-content h3 {
  margin: 0 0 10px;
  max-width: 760px;
  color: var(--ab-ink);
  font-size: clamp(20px, 4.8vw, 50px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.ab-preview-content p {
  margin: 0;
  max-width: 700px;
  color: var(--ab-muted);
}

.ab-preview-play {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ab-ink);
  background: var(--ab-section-surface);
  border: 1px solid var(--ab-line);
  box-shadow: 0 24px 80px rgba(7, 16, 30, .16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ab-gallery-cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  background: linear-gradient(180deg, transparent, rgba(47, 111, 210, .06));
  border-top: 1px solid var(--ab-line);
}

.ab-gallery-card {
  min-height: 172px;
  padding: 15px;
  border-radius: 24px;
  border: 1px solid var(--ab-line);
  background: var(--ab-section-surface);
  color: var(--ab-ink);
  cursor: pointer !important;
  text-align: left;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform .22s cubic-bezier(.2, .8, .2, 1), background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.ab-gallery-card:hover {
  transform: translateY(-4px);
  background: var(--ab-section-surface-strong);
  box-shadow: var(--ab-shadow-soft);
  color: black !important;
}

.ab-gallery-card.active {
  background: rgba(47, 111, 210, .16);
  border-color: rgba(47, 111, 210, .38);
  box-shadow: inset 0 0 0 1px rgba(47, 111, 210, .10);
  color: black!important;
}

/* Fix chữ tràn trong gallery card */
.ab-gallery-card,
.noni-gallery-card {
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

.ab-gallery-card small,
.ab-gallery-card b,
.ab-gallery-card span,
.noni-gallery-card small,
.noni-gallery-card b,
.noni-gallery-card span {
  display: block;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.ab-gallery-card b,
.noni-gallery-card b {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.25;
}

.ab-gallery-card small {
  display: block;
  margin-bottom: 20px;
  color: var(--ab-soft);
  font-size: 11.5px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ab-gallery-card b {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.22;
}

.ab-gallery-card span {
  display: block;
  color: var(--ab-muted);
  font-size: 12.5px;
  line-height: 1.42;
}

/* Factory case study */
.ab-case-shell {
  overflow: hidden;
  border-radius: 44px;
  position: relative;
}

.ab-case-shell::after,
.ab-usecase-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(var(--ab-section-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--ab-section-grid-line) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .68), transparent 88%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .68), transparent 88%);
}

.ab-case-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  min-height: 720px;
}

.ab-case-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

.ab-case-left h2 {
  margin: 18px 0 14px;
  max-width: 620px;
  color: var(--ab-ink);
  font-size: clamp(20px, 5vw, 50px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.ab-case-left p {
  margin: 0;
  max-width: 570px;
  color: var(--ab-muted);
}

.ab-case-persona {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.ab-case-persona > div,
.ab-workflow-step,
.ab-case-value {
  background: var(--ab-section-surface);
  border: 1px solid var(--ab-line);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.ab-case-persona > div {
  padding: 15px;
  border-radius: 22px;
}

.ab-case-persona b {
  display: block;
  margin-bottom: 5px;
  color: var(--ab-ink);
  font-size: 13px;
}

.ab-case-persona span {
  display: block;
  color: var(--ab-muted);
  font-size: 12.5px;
  line-height: 1.48;
}

.ab-case-right {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  padding: 18px;
}

.ab-case-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
  border-radius: 24px;
  background: var(--ab-section-surface);
  border: 1px solid var(--ab-line);
}

.ab-case-tab {
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid var(--ab-line);
  background: var(--ab-section-control);
  color: var(--ab-ink);
  cursor: pointer;
  font-size: 12.5px !important;
  font-weight: 860 !important;
}

.ab-case-tab.active {
  color: #fff;
  background: linear-gradient(135deg, var(--ab-blue), var(--ab-blue-2));
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(47, 111, 210, .22);
}

.ab-case-tab.hover {
    background-color: green !important;
}

.ab-case-dashboard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  border-radius: 30px;
  background: var(--ab-section-surface);
  border: 1px solid var(--ab-line);
}

.ab-case-value {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border-radius: 24px;
}

.ab-case-value small {
  color: var(--ab-soft);
  font-size: 11.5px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ab-case-value b {
  display: block;
  color: var(--ab-ink);
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -.02em;
}

.ab-case-value span {
  color: var(--ab-muted);
  font-size: 12.5px;
  line-height: 1.44;
}

.ab-workflow-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.ab-workflow-step {
  min-height: 98px;
  padding: 13px;
  border-radius: 20px;
}

.ab-workflow-step b {
  display: block;
  margin-bottom: 7px;
  color: var(--ab-ink);
  font-size: 12.5px;
}

.ab-workflow-step span {
  display: block;
  color: var(--ab-muted);
  font-size: 11.5px;
  line-height: 1.4;
}

/* Use-case dock, Smart Spec, ROI, FAQ shared layout */
.ab-smart-dock-shell,
.ab-smart-spec-shell,
.ab-roi-shell,
.ab-faq-shell {
  display: grid;
      grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 18px;
  align-items: start;
}

.ab-smart-dock,
.ab-roi-control {
  align-self: start;
  overflow: hidden;
  padding: 18px;
  border-radius: 34px;
}

.ab-smart-dock {
  position: sticky;
  top: calc(var(--ab-header-h, 68px) + 18px);
}

.ab-smart-dock h3,
.ab-roi-control h3 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.ab-smart-dock p,
.ab-roi-control p {
  margin: 0 0 18px;
  color: var(--ab-muted);
  font-size: 14px;
  line-height: 1.62;
}

.ab-usecase-btn {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  min-height: 58px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 8px 0;
  padding: 10px 12px;
  border: 1px solid var(--ab-line);
  border-radius: 20px;
  background: var(--ab-section-control);
  color: var(--ab-ink);
  cursor: pointer;
  text-align: left;
  transition: transform .22s cubic-bezier(.2, .8, .2, 1), background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.ab-usecase-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--ab-shadow-soft);
}

.ab-usecase-btn.active {
  color: #fff;
  background: linear-gradient(135deg, var(--ab-blue), var(--ab-blue-2));
  border-color: transparent;
  box-shadow: 0 18px 44px rgba(47, 111, 210, .24);
}

.ab-usecase-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #06101e;
  background: linear-gradient(135deg, var(--ab-accent-cyan), var(--ab-accent-green));
  font-weight: 950;
}

.ab-usecase-btn b {
  display: block;
  font-size: 13.5px;
  line-height: 1.15;
}

.ab-usecase-btn > span > span {
  display: block;
  margin-top: 3px;
  color: var(--ab-muted);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 750;
    white-space:normal;
}

.ab-usecase-btn.active > span > span {
  color: rgba(255, 255, 255, .72);
}

.ab-usecase-stage {
  min-height: 680px;
  overflow: hidden;
  position: relative;
  padding: 24px;
  border-radius: 42px;
}

.ab-usecase-content {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) .9fr;
  gap: 26px;
  align-items: end;
}

.ab-usecase-copy h3 {
  margin: 0 0 14px;
  color: var(--ab-ink);
  font-size: clamp(20px, 5vw, 50px);
  line-height: .98;
  letter-spacing: -.055em;
}

.ab-usecase-copy p {
  margin: 0 0 22px;
  max-width: 680px;
  color: var(--ab-muted);
  font-size: 16px;
  line-height: 1.68;
}

.ab-usecase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ab-usecase-tags span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--ab-ink);
  background: var(--ab-section-surface);
  border: 1px solid var(--ab-line);
  font-size: 12px;
  font-weight: 850;
}

.ab-mission-stack {
  display: grid;
  gap: 10px;
}

.ab-mission-card {
  padding: 16px;
  border-radius: 22px;
  background: var(--ab-section-surface);
  border: 1px solid var(--ab-line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ab-mission-card small {
  display: block;
  margin-bottom: 5px;
  color: var(--ab-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ab-mission-card b {
  display: block;
  color: var(--ab-ink);
  font-size: 16px;
  line-height: 1.25;
}

.ab-mission-card span {
  display: block;
  margin-top: 6px;
  color: var(--ab-muted);
  font-size: 13px;
  line-height: 1.48;
}

/* Smart specification */
.ab-spec-command {
  overflow: hidden;
  padding: 26px;
  border-radius: 42px;
}

.ab-spec-command h3 {
  margin: 14px 0 12px;
  color: var(--ab-ink);
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.ab-spec-command p {
  color: var(--ab-muted);
  line-height: 1.68;
}

.ab-spec-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.ab-spec-kpi {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  border-radius: 22px;
  background: var(--ab-section-surface);
  border: 1px solid var(--ab-line);
}

.ab-spec-kpi small {
  color: var(--ab-soft);
  font-size: 11.5px;
  line-height: 1.3;
  font-weight: 850;
}

.ab-spec-kpi b {
  color: var(--ab-ink);
  font-size: clamp(10px, 3vw, 20px);
  line-height: 1;
  letter-spacing: -.04em;
}

.ab-spec-kpi span {
  color: var(--ab-muted);
  font-size: 12px;
}

.ab-smart-spec-board {
  overflow: hidden;
  padding: 18px;
  border-radius: 42px;
}

.ab-spec-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.ab-spec-filter {
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid var(--ab-line);
  border-radius: 999px;
  background: var(--ab-section-control);
  color: var(--ab-ink);
  cursor: pointer;
  font-size: 12px!important;
  font-weight: 900!important;
  transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.ab-spec-filter:hover {
  transform: translateY(-1px);
  box-shadow: var(--ab-shadow-soft);
}

.ab-spec-filter.active {
  color: #06101e;
  background: linear-gradient(135deg, var(--ab-accent-cyan), var(--ab-accent-green));
  border-color: transparent;
}

.ab-spec-table {
  overflow: hidden;
  border: 1px solid var(--ab-line);
  border-radius: 28px;
}

.ab-spec-columns,
.ab-spec-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) minmax(0, 1fr);
}

.ab-spec-columns {
  color: var(--ab-ink);
  background: rgba(47, 111, 210, .10);
  border-bottom: 1px solid var(--ab-line);
}

.ab-spec-columns b,
.ab-spec-columns span,
.ab-spec-row b,
.ab-spec-row span {
  padding: 13px 15px;
  font-size: 13.5px;
  line-height: 1.42;
}

.ab-spec-columns b,
.ab-spec-columns span {
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ab-spec-row {
  border-top: 1px solid var(--ab-line);
}

.ab-spec-row:first-of-type {
  border-top: 0;
}

.ab-spec-row b {
  color: var(--ab-muted);
  background: rgba(47, 111, 210, .07);
  font-size: 11.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ab-spec-row span {
  color: var(--ab-ink);
  font-weight: 720;
}

/* ROI calculator */
.ab-roi-dashboard {
  overflow: hidden;
  padding: 18px;
  border-radius: 42px;
}

.ab-roi-inputs {
  display: grid;
  gap: 10px;
}

.ab-roi-input {
  display: grid;
  gap: 6px;
}

.ab-roi-input label {
  color: var(--ab-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
}

.ab-roi-input input,
.ab-roi-input select {
  min-height: 42px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--ab-line);
  border-radius: 15px;
  outline: none;
  background: var(--ab-section-control);
  color: var(--ab-ink);
  font-weight: 760;
}

.ab-roi-output-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.ab-roi-output {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border-radius: 24px;
  overflow: hidden;
}

.ab-roi-output small {
  color: var(--ab-soft);
  font-size: 11.5px;
  font-weight: 900;
}

.ab-roi-output b {
  color: var(--ab-ink);
  font-size: clamp(10px, 3vw, 20px);
  line-height: 1;
  letter-spacing: -.04em;
  display: block;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.ab-roi-output span {
  color: var(--ab-muted);
  font-size: 12px;
  line-height: 1.35;
}

.ab-roi-chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ab-roi-chart-card {
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--ab-line);
  border-radius: 28px;
  background: var(--ab-section-control);
}

.ab-roi-chart-card h4 {
  margin: 0 0 12px;
  color: var(--ab-ink);
  font-size: 17px;
  letter-spacing: -.02em;
}

.ab-roi-bars {
  display: grid;
  gap: 10px;
}

.ab-roi-bar-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 90px;
  gap: 10px;
  align-items: center;
  color: var(--ab-muted);
  font-size: 12.5px;
  font-weight: 850;
}

.ab-roi-bar-row b {
  color: var(--ab-ink);
  text-align: right;
  display: block;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.ab-roi-bar-track {
  height: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(47, 111, 210, .10);
}

.ab-roi-bar-fill {
  width: 20%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ab-blue), var(--ab-accent-cyan));
  transition: width .36s cubic-bezier(.2, .8, .2, 1);
}

.ab-roi-bar-fill.robot {
  background: linear-gradient(90deg, var(--ab-accent-cyan), var(--ab-accent-green));
}

.ab-roi-payback {
  position: relative;
  height: 230px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  padding-top: 24px;
}

.ab-roi-payback::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--ab-line);
}

.ab-roi-paybar {
  position: relative;
  z-index: 1;
  min-height: 8px;
  border-radius: 14px 14px 6px 6px;
  background: linear-gradient(180deg, var(--ab-accent-cyan), var(--ab-blue));
  transition: height .36s cubic-bezier(.2, .8, .2, 1), opacity .36s ease;
}

.ab-roi-paybar.negative {
  opacity: .36;
}

.ab-roi-paybar span {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 6px);
  transform: translateX(-50%);
  color: var(--ab-muted);
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.ab-roi-note {
  margin: 14px 0 0;
  color: var(--ab-muted);
  font-size: 12.5px;
  line-height: 1.52;
}

/* FAQ */
.ab-faq-lead {
  padding: 26px;
  border-radius: 40px;
}

.ab-faq-lead h3 {
  margin: 14px 0 12px;
  color: var(--ab-ink);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.03;
  letter-spacing: -.045em;
}

.ab-faq-lead p {
  color: var(--ab-muted);
  line-height: 1.68;
}

.ab-faq-list {
  padding: 18px;
  border-radius: 40px;
}

.ab-faq-list details {
  overflow: hidden;
  margin: 10px 0;
  border: 1px solid var(--ab-line);
  border-radius: 22px;
  background: var(--ab-section-control);
}

.ab-faq-list summary {
  position: relative;
  padding: 17px 54px 17px 18px;
  color: var(--ab-ink);
  cursor: pointer;
  list-style: none;
  font-weight: 950;
  letter-spacing: -.01em;
}

.ab-faq-list summary::-webkit-details-marker {
  display: none;
}

.ab-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;

  width: 28px;
  height: 28px;
    padding-bottom: 10px;
  display: grid;
  place-items: center;

  border-radius: 10px;
  background: rgba(47, 111, 210, .10);
  color: var(--ab-blue);

  font-size: 20px;
  font-weight: 700;
  line-height: 1;

  transform: translateY(-50%);
  transition: .2s ease;
}

.ab-faq-list details[open] summary::after {
  content: "−";
  transform: translateY(-50%);
}

.ab-faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--ab-muted);
  font-size: 15px;
  line-height: 1.65;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .ab-gallery-card,
  .ab-case-persona > div,
  .ab-case-value,
  .ab-workflow-step,
  .ab-mission-card {
    background: var(--ab-card-strong);
  }
}

@media (max-width: 1180px) {
  .ab-gallery-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ab-smart-dock-shell,
  .ab-smart-spec-shell,
  .ab-roi-shell,
  .ab-faq-shell {
    grid-template-columns: 1fr;
  }

  .ab-smart-dock {
    position: relative;
    top: auto;
  }

  .ab-roi-output-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .ab-gallery-layout,
  .ab-case-grid {
    grid-template-columns: 1fr;
  }

  .ab-gallery-dock {
    min-height: auto;
  }

  .ab-case-left {
    border-right: 0;
    border-bottom: 1px solid var(--ab-line);
  }

  .ab-workflow-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ab-usecase-content {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ab-usecase-stage {
    min-height: auto;
  }
}

@media (max-width: 800px) {
  .ab-spec-kpis,
  .ab-roi-output-grid,
  .ab-roi-chart-grid {
    grid-template-columns: 1fr;
  }

  .ab-spec-columns {
    display: none;
  }

  .ab-spec-row {
    grid-template-columns: 1fr;
  }

  .ab-spec-row b {
    border-bottom: 1px solid var(--ab-line);
  }

  .ab-spec-row span {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
  }

  .ab-spec-row span::before {
    content: attr(data-label);
    color: var(--ab-soft);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  .ab-roi-bar-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .ab-roi-bar-row b {
    text-align: left;
  }
}

@media (max-width: 720px) {
  .ab-gallery-shell {
    padding: 14px;
    border-radius: 34px;
  }

  .ab-gallery-stage {
    min-height: auto;
  }

  .ab-gallery-preview {
    min-height: 520px;
  }

  .ab-preview-content {
    grid-template-columns: 1fr;
  }

  .ab-preview-play {
    width: 72px;
    height: 72px;
  }

  .ab-gallery-cards,
  .ab-case-dashboard,
  .ab-workflow-strip {
    grid-template-columns: 1fr;
  }

  .ab-case-left,
  .ab-case-right,
  .ab-usecase-stage,
  .ab-spec-command,
  .ab-faq-lead {
    padding: 22px;
  }

  .ab-roi-payback {
    gap: 5px;
  }
}

@media (max-width: 460px) {
  .ab-filter-pills,
  .ab-spec-filter-row,
  .ab-case-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ab-filter-pill,
  .ab-spec-filter,
  .ab-case-tab {
    width: 100%;
  }

  .ab-preview-content {
    inset: auto 18px 18px;
  }

  .ab-usecase-btn {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .ab-usecase-icon {
    width: 36px;
    height: 36px;
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  :is(#mission-gallery, #case-study, #smart-use-case-dock, #smart-spec, #roi-calculator, #faq) *,
  :is(#mission-gallery, #case-study, #smart-use-case-dock, #smart-spec, #roi-calculator, #faq) *::before,
  :is(#mission-gallery, #case-study, #smart-use-case-dock, #smart-spec, #roi-calculator, #faq) *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Smart Spec uses a wider command rail so engineering terms do not break mid-word. */
@media (min-width: 1181px) {
  .ab-smart-spec-shell {
    grid-template-columns: minmax(380px, .92fr) minmax(0, 1.65fr);
  }
}

.ab-spec-command h3 {
  max-width: 760px;
  font-size: clamp(20px, 5vw, 40px);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}/* End custom CSS */