:root {
    --ink: #172126;
    --ink-soft: #334149;
    --paper: #ffffff;
    --mist: #f2f7f5;
    --mist-blue: #eef5f8;
    --line: #d6e1de;
    --line-dark: rgba(255, 255, 255, 0.18);
    --blue: #1267a9;
    --blue-dark: #0a466f;
    --mint: #65d3bc;
    --green: #173f3a;
    --green-bright: #2a755f;
    --coral: #ff6b57;
    --lime: #c8ec6b;
    --yellow: #f4c85a;
    --shadow: 0 24px 70px rgba(19, 36, 41, 0.14);
    --max-width: 1240px;
    --header-height: 76px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    letter-spacing: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Onest", "Avenir Next", "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

body.nav-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
summary {
    -webkit-tap-highlight-color: transparent;
}

p,
h1,
h2,
h3,
h4,
blockquote,
figure {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
strong {
    font-weight: 650;
}

h1,
h2,
h3,
h4 {
    color: inherit;
    line-height: 1.08;
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}

.section {
    width: 100%;
    padding: 112px 24px;
}

.section-inner,
.nav-shell,
.footer-inner,
.footer-cta,
.footer-bottom {
    width: min(100%, var(--max-width));
    margin: 0 auto;
}

.eyebrow,
.nav-kicker {
    margin: 0 0 14px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.eyebrow-light {
    color: rgba(255, 255, 255, 0.84);
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr);
    gap: 64px;
    align-items: end;
    margin-bottom: 48px;
}

.section-heading h2,
.center-heading h2,
.faq-heading h2,
.workflow-detail-heading h2,
.contact-options-heading h2 {
    margin: 0;
    font-size: 44px;
}

.section-heading > p,
.section-heading > a,
.center-heading > p,
.faq-heading > p,
.workflow-detail-heading > p,
.contact-options-heading > p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 18px;
}

.center-heading {
    max-width: 820px;
    margin: 0 auto 56px;
    text-align: center;
}

.center-heading > p:last-child {
    max-width: 680px;
    margin: 18px auto 0;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.2;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-light {
    color: var(--blue-dark);
    background: var(--paper);
    border-color: var(--paper);
}

.button-glass {
    color: var(--paper);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.48);
    backdrop-filter: blur(10px);
}

.button-ink {
    color: var(--paper);
    background: var(--ink);
    border-color: var(--ink);
}

.button-outline {
    color: var(--ink);
    background: transparent;
    border-color: var(--ink);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--blue-dark);
    font-weight: 650;
}

.text-link span,
.post-card-link span {
    transition: transform 180ms ease;
}

.text-link:hover span,
.post-card-link:hover span {
    transform: translateX(4px);
}

/* Header */

.site-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    color: var(--ink);
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid var(--line);
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hero-header .site-header:not(.is-scrolled) {
    color: var(--paper);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.14);
}

.site-header.is-scrolled {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.96);
    border-color: var(--line);
    box-shadow: 0 12px 30px rgba(18, 35, 40, 0.08);
    backdrop-filter: blur(16px);
}

.nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    flex: 0 0 auto;
}

.site-brand-logo {
    display: block;
    width: 100px;
    height: auto;
    flex: 0 0 auto;
    border-radius: 999px;
}

.site-brand-name > span {
    white-space: nowrap;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid currentColor;
    border-radius: 5px;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.brand-name {
    display: grid;
    color: inherit;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
}

.brand-name small {
    margin-top: 5px;
    font-size: 9px;
    font-weight: 600;
}

.nav {
    display: flex;
    align-items: center;
    gap: 28px;
    height: 100%;
    font-size: 14px;
    font-weight: 600;
}

.nav > a,
.nav-dropdown > summary {
    display: flex;
    align-items: center;
    min-height: 44px;
    cursor: pointer;
    list-style: none;
}

.nav-dropdown > summary::-webkit-details-marker {
    display: none;
}

.nav-dropdown > summary span {
    margin-left: 6px;
    font-size: 17px;
    font-weight: 400;
    transition: transform 180ms ease;
}

.nav-dropdown[open] > summary span {
    transform: rotate(45deg);
}

.nav-login {
    padding-left: 20px;
    border-left: 1px solid currentColor;
}

.nav-start {
    min-height: 42px !important;
    padding: 9px 16px;
    border-radius: 6px;
    color: var(--paper) !important;
    background: var(--ink);
}

.hero-header .site-header:not(.is-scrolled) .nav-start {
    color: var(--ink) !important;
    background: var(--paper);
}

.nav-dropdown {
    position: static;
}

.nav-mega {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    display: grid;
    grid-template-columns: 0.34fr 0.66fr;
    width: min(calc(100vw - 48px), 1080px);
    padding: 24px;
    color: var(--ink);
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: var(--shadow);
    transform: translateX(-50%);
}

.nav-mega-intro {
    padding: 20px 30px 20px 10px;
    border-right: 1px solid var(--line);
}

.nav-mega-intro strong {
    display: block;
    max-width: 260px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.18;
}

.nav-mega-intro a {
    color: var(--blue);
    font-weight: 650;
}

.nav-mega-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2px 18px;
    padding-left: 28px;
}

.nav-mega-links a {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    color: var(--ink-soft);
    font-size: 13px;
}

.nav-mega-links a:hover {
    color: var(--blue);
}

.nav-mega-links span {
    width: 22px;
    color: var(--blue);
    font-size: 10px;
    font-weight: 700;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 11px 9px;
    border: 0;
    border-radius: 0;
    color: inherit;
    background: transparent;
}

.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 4px auto;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* Hero */

.product-hero,
.page-sky-hero,
.article-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: var(--paper);
    background: var(--blue-dark);
}

.product-hero {
    height: calc(100svh - 32px);
    min-height: 720px;
    max-height: 900px;
}

.hero-backdrop,
.hero-shade {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-backdrop {
    object-fit: cover;
    object-position: center bottom;
}

.hero-shade {
    z-index: -1;
    background: rgba(7, 53, 72, 0.46);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 48px), 900px);
    margin: 0 auto;
    padding-top: 130px;
    text-align: center;
}

.hero-badges {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 18px;
}

.hero-badges span,
.feature-hero-index {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(8px);
}

.hero-product-name {
    margin: 0 0 8px;
    color: var(--lime);
    font-size: 18px;
    font-weight: 700;
}

.hero-content h1 {
    max-width: 850px;
    margin: 0 auto;
    font-size: 66px;
}

.hero-lead {
    max-width: 720px;
    margin: 20px auto 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 19px;
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 26px;
}

.hero-proof {
    display: flex;
    justify-content: center;
    gap: 26px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
}

.hero-proof span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.hero-proof strong {
    color: var(--paper);
    font-size: 17px;
}

.hero-product,
.page-hero-product {
    position: absolute;
    z-index: 1;
    left: 50%;
    width: min(calc(100% - 64px), 1120px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 6px 6px 0 0;
    background: var(--paper);
    box-shadow: 0 28px 80px rgba(3, 36, 50, 0.28);
    transform: translateX(-50%);
}

.hero-product {
    bottom: -188px;
    height: 360px;
}

.hero-product img,
.page-hero-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.page-sky-hero {
    height: calc(100svh - 96px);
    min-height: 700px;
    max-height: 850px;
}

.page-hero-copy {
    width: min(calc(100% - 48px), 880px);
    margin: 0 auto;
    padding-top: 148px;
    text-align: center;
}

.page-hero-copy h1 {
    margin: 0;
    font-size: 60px;
}

.page-hero-copy > p:not(.eyebrow) {
    max-width: 720px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 19px;
}

.page-hero-product {
    bottom: -130px;
    height: 330px;
}

.feature-detail-hero {
    min-height: 760px;
}

.feature-hero-copy {
    padding-top: 120px;
}

.feature-hero-copy .feature-hero-index {
    margin: 2px 0 18px;
}

.feature-hero-product {
    bottom: -80px;
    width: min(calc(100% - 64px), 980px);
    height: 290px;
}

.feature-hero-product img[src*="armoury-version-control"] {
    object-fit: contain;
}

.simple-page-hero {
    height: auto;
    min-height: 540px;
    max-height: none;
}

.simple-page-hero .page-hero-copy {
    padding-top: 170px;
    padding-bottom: 100px;
}

.pricing-hero {
    min-height: 680px;
}

.pricing-hero .page-hero-copy {
    max-width: 760px;
}

.pricing-hero-price {
    position: absolute;
    right: max(40px, calc((100vw - var(--max-width)) / 2));
    bottom: 64px;
    display: grid;
    padding-left: 28px;
    border-left: 3px solid var(--lime);
}

.pricing-hero-price span {
    font-size: 13px;
    font-weight: 650;
    text-transform: uppercase;
}

.pricing-hero-price strong {
    font-size: 38px;
    line-height: 1.1;
}

.pricing-hero-price small {
    color: rgba(255, 255, 255, 0.75);
}

/* Trust and comparison */

.trust-strip {
    padding: 48px 24px;
    border-bottom: 1px solid var(--line);
}

.trust-inner {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 50px;
    align-items: center;
}

.trust-inner > p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 600;
}

.logo-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
    align-items: center;
}

.logo-row img {
    width: 100%;
    height: 44px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.64;
}

.stack-section {
    background: var(--mist);
}

.stack-comparison {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px minmax(360px, 0.72fr);
    gap: 24px;
    align-items: stretch;
}

.stack-fragments {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.stack-fragments span,
.pricing-stack-old span {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 66px;
    padding: 14px 18px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--paper);
    font-weight: 600;
}

.stack-fragments small {
    color: var(--blue);
    font-size: 10px;
}

.stack-arrow {
    display: grid;
    place-items: center;
    color: var(--blue);
    font-size: 34px;
}

.stack-armoury,
.pricing-stack-total {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 32px;
    border-radius: 6px;
    color: var(--paper);
    background: var(--green);
}

.stack-armoury .brand-mark,
.pricing-stack-total .brand-mark {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    color: var(--lime);
}

.stack-armoury small,
.pricing-stack-total small {
    color: var(--mint);
    font-size: 12px;
    font-weight: 650;
    text-transform: uppercase;
}

.stack-armoury h3 {
    margin: 4px 0 8px;
    font-size: 34px;
}

.stack-armoury p,
.pricing-stack-total p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
}

/* Homepage workflow */

.workflow-row {
    display: grid;
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
    gap: 72px;
    align-items: center;
    padding: 76px 0;
    border-top: 1px solid var(--line);
}

.workflow-row-reverse .workflow-copy {
    order: 2;
}

.workflow-row-reverse .product-figure {
    order: 1;
}

.workflow-copy h3 {
    margin: 16px 0 20px;
    font-size: 42px;
}

.workflow-copy > p {
    color: var(--ink-soft);
    font-size: 18px;
}

.workflow-index {
    color: var(--blue);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.check-list {
    display: grid;
    gap: 10px;
    margin: 26px 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 28px;
    color: var(--ink-soft);
}

.check-list li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 3px solid var(--mint);
    border-radius: 50%;
}

.product-figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--mist-blue);
    box-shadow: var(--shadow);
}

.product-figure img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: top center;
}

.product-figure figcaption {
    padding: 12px 16px;
    color: var(--ink-soft);
    background: var(--paper);
    border-top: 1px solid var(--line);
    font-size: 12px;
}

.report-visual {
    min-height: 420px;
    padding: 38px;
    border-radius: 6px;
    color: var(--paper);
    background: var(--green);
    box-shadow: var(--shadow);
}

.report-topline {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line-dark);
}

.report-topline strong {
    color: var(--lime);
    font-size: 12px;
    text-transform: uppercase;
}

.report-progress {
    height: 8px;
    margin: 30px 0;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.report-progress span {
    display: block;
    width: var(--progress);
    height: 100%;
    background: var(--mint);
}

.report-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.report-metrics div {
    padding: 16px;
    border: 1px solid var(--line-dark);
    border-radius: 5px;
}

.report-metrics small,
.report-metrics strong {
    display: block;
}

.report-metrics small {
    color: rgba(255, 255, 255, 0.65);
}

.report-metrics strong {
    margin-top: 4px;
    font-size: 28px;
}

.report-bars {
    display: flex;
    align-items: end;
    gap: 14px;
    height: 150px;
    margin-top: 34px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.report-bars span {
    flex: 1;
    height: var(--bar);
    min-height: 20px;
    border-radius: 4px 4px 0 0;
    background: var(--bar-color);
}

/* Feature grids */

.features-band {
    background: var(--mist-blue);
}

.feature-grid-new {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.feature-card-new {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    padding: 26px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--paper);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.feature-card-new::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--blue);
}

.feature-card-new:nth-child(4n + 2)::before {
    background: var(--mint);
}

.feature-card-new:nth-child(4n + 3)::before {
    background: var(--coral);
}

.feature-card-new:nth-child(4n + 4)::before {
    background: var(--yellow);
}

.feature-card-new:hover {
    z-index: 1;
    border-color: var(--blue);
    box-shadow: 0 18px 42px rgba(19, 36, 41, 0.1);
    transform: translateY(-4px);
}

.feature-number,
.feature-group {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.feature-number {
    color: var(--blue);
}

.feature-group {
    margin-top: 34px;
    color: var(--green-bright);
}

.feature-card-new h3 {
    margin: 8px 0 12px;
    font-size: 24px;
}

.feature-card-new p {
    margin: 0 0 28px;
    color: var(--ink-soft);
    font-size: 14px;
}

.feature-arrow {
    margin-top: auto;
    color: var(--blue);
    font-size: 22px;
}

.feature-principles {
    background: var(--paper);
}

.principle-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.principle-grid article {
    min-height: 240px;
    padding: 30px;
    border-right: 1px solid var(--line);
}

.principle-grid article:last-child {
    border-right: 0;
}

.principle-grid span {
    color: var(--blue);
    font-size: 12px;
    font-weight: 700;
}

.principle-grid h3 {
    margin: 54px 0 10px;
    font-size: 28px;
}

.principle-grid p {
    margin: 0;
    color: var(--ink-soft);
}

.outcome-band,
.feature-outcome,
.contact-next-band {
    color: var(--ink);
    background: var(--lime);
}

.outcome-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
    gap: 80px;
    align-items: start;
}

.outcome-layout h2 {
    margin: 0;
    font-size: 44px;
}

.outcome-list {
    display: grid;
    gap: 18px;
}

.outcome-list span {
    display: grid;
    gap: 3px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(23, 33, 38, 0.22);
    color: var(--ink-soft);
}

.outcome-list strong {
    color: var(--ink);
}

/* Feature details */

.feature-signal {
    padding: 54px 24px;
    border-bottom: 1px solid var(--line);
}

.feature-signal-inner {
    display: grid;
    grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
    gap: 70px;
    align-items: center;
}

.feature-signal-inner > p {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
}

.feature-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-left: 1px solid var(--line);
}

.feature-stats span {
    display: grid;
    min-height: 80px;
    padding: 8px 24px;
    border-right: 1px solid var(--line);
    color: var(--ink-soft);
    font-size: 12px;
}

.feature-stats strong {
    color: var(--blue-dark);
    font-size: 22px;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--line);
}

.benefit-item {
    min-height: 250px;
    padding: 34px 38px 34px 0;
    border-bottom: 1px solid var(--line);
}

.benefit-item:nth-child(odd) {
    padding-right: 50px;
    border-right: 1px solid var(--line);
}

.benefit-item:nth-child(even) {
    padding-left: 50px;
}

.benefit-item > span {
    color: var(--coral);
    font-size: 12px;
    font-weight: 700;
}

.benefit-item h3 {
    margin: 42px 0 12px;
    font-size: 26px;
}

.benefit-item p {
    margin: 0;
    color: var(--ink-soft);
}

.workflow-detail-band {
    color: var(--paper);
    background: var(--green);
}

.workflow-detail-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
    gap: 90px;
}

.workflow-detail-heading .eyebrow {
    color: var(--mint);
}

.workflow-detail-heading > p {
    color: rgba(255, 255, 255, 0.72);
}

.workflow-detail-steps {
    display: grid;
}

.workflow-detail-steps article {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 24px;
    padding: 26px 0;
    border-top: 1px solid var(--line-dark);
}

.workflow-detail-steps article:last-child {
    border-bottom: 1px solid var(--line-dark);
}

.workflow-detail-steps > article > span {
    color: var(--lime);
    font-size: 13px;
    font-weight: 700;
}

.workflow-detail-steps h3 {
    margin: 0 0 8px;
    font-size: 24px;
}

.workflow-detail-steps p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

.outcome-copy p {
    margin: 0 0 24px;
    color: var(--ink-soft);
    font-size: 18px;
}

.related-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.related-feature {
    min-height: 240px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 6px;
    transition: transform 180ms ease, border-color 180ms ease;
}

.related-feature:hover {
    border-color: var(--blue);
    transform: translateY(-3px);
}

.related-feature > span {
    color: var(--blue);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.related-feature h3 {
    margin: 50px 0 12px;
    font-size: 25px;
}

.related-feature p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 14px;
}

/* Insights and customer quote */

.insights-section {
    background: var(--paper);
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.post-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--paper);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.post-card:hover {
    border-color: var(--blue);
    box-shadow: 0 18px 44px rgba(19, 36, 41, 0.1);
    transform: translateY(-4px);
}

.post-card-media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--blue);
}

.post-card:nth-child(3n + 2) .post-card-media {
    background: var(--green-bright);
}

.post-card:nth-child(3n + 3) .post-card-media {
    color: var(--ink);
    background: var(--yellow);
}

.post-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}

.post-card:hover .post-card-media img {
    transform: scale(1.025);
}

.post-card-fallback-image {
    filter: saturate(0.72);
}

.post-card-content {
    display: flex;
    flex-direction: column;
    min-height: 318px;
    padding: 24px;
}

.post-card-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px 14px;
    color: var(--ink-soft);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}

.post-card-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 16px;
}

.post-card-chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    max-width: 100%;
    padding: 4px 9px;
    overflow: hidden;
    border: 1px solid #b9cfca;
    border-radius: 999px;
    color: #21584e;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-card-chip-tag {
    color: var(--blue-dark);
    background: var(--mist-blue);
    border-color: #bfd4df;
}

.post-card-chip:hover,
.post-card-chip:focus-visible {
    color: var(--paper);
    background: var(--blue-dark);
    border-color: var(--blue-dark);
}

.post-card h3 {
    margin: 20px 0 12px;
    font-size: 23px;
    font-weight: 650;
    line-height: 1.2;
}

.post-card-meta + h3 {
    margin-top: 24px;
}

.post-card h3 a {
    display: block;
    overflow-wrap: anywhere;
}

.post-card-content > p {
    display: -webkit-box;
    margin: 0 0 22px;
    overflow: hidden;
    color: var(--ink-soft);
    font-size: 14px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.post-card-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-top: auto;
    color: var(--blue-dark);
    font-size: 13px;
    font-weight: 650;
}

.customer-section {
    color: var(--paper);
    background: var(--green);
}

.customer-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    gap: 100px;
    align-items: center;
}

.customer-heading .eyebrow {
    color: var(--mint);
}

.customer-heading h2 {
    margin: 0 0 20px;
    font-size: 44px;
}

.customer-heading p:last-child {
    color: rgba(255, 255, 255, 0.72);
}

.customer-quote {
    margin: 0;
    padding-left: 50px;
    border-left: 1px solid var(--line-dark);
}

.customer-quote > p {
    margin: 0 0 32px;
    font-size: 30px;
    line-height: 1.35;
}

.customer-quote footer {
    display: flex;
    align-items: center;
    gap: 14px;
}

.customer-quote img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.customer-quote cite {
    display: grid;
    font-style: normal;
    font-weight: 650;
}

.customer-quote cite span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 400;
}

/* FAQ */

.faq-band {
    background: var(--mist);
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
    gap: 90px;
    align-items: start;
}

.faq-heading {
    position: sticky;
    top: 110px;
}

.faq-heading .button {
    margin-top: 28px;
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-list details {
    border-bottom: 1px solid var(--line);
}

.faq-list summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    gap: 18px;
    align-items: center;
    min-height: 76px;
    cursor: pointer;
    color: var(--ink);
    font-size: 17px;
    font-weight: 600;
    list-style: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid var(--line);
    border-radius: 50%;
    font-size: 18px;
    font-weight: 400;
    transition: transform 180ms ease;
}

.faq-list details[open] summary span {
    transform: rotate(45deg);
}

.faq-list details > p {
    max-width: 760px;
    margin: -2px 54px 24px 0;
    color: var(--ink-soft);
}

.faq-page-section {
    background: var(--paper);
}

.faq-page-layout {
    display: grid;
    grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1.58fr);
    gap: 90px;
    align-items: start;
}

.faq-page-nav {
    position: sticky;
    top: 108px;
}

.faq-page-nav h2 {
    margin: 0 0 30px;
    font-size: 32px;
}

.faq-page-nav nav {
    display: grid;
    border-top: 1px solid var(--line);
}

.faq-page-nav nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink-soft);
    font-size: 14px;
}

.faq-page-nav nav a:hover {
    color: var(--blue);
}

.faq-page-groups {
    display: grid;
    gap: 86px;
}

.faq-topic {
    scroll-margin-top: 110px;
}

.faq-topic > header {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin-bottom: 26px;
}

.faq-topic > header > span {
    color: var(--coral);
    font-size: 13px;
    font-weight: 700;
}

.faq-topic h2 {
    margin: 0;
    font-size: 34px;
}

/* Pricing */

.pricing-signal {
    padding: 42px 24px;
    border-bottom: 1px solid var(--line);
}

.pricing-signal-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-signal-inner span {
    display: grid;
    padding: 0 34px;
    border-right: 1px solid var(--line);
    color: var(--ink-soft);
    font-size: 13px;
}

.pricing-signal-inner span:first-child {
    padding-left: 0;
}

.pricing-signal-inner span:last-child {
    padding-right: 0;
    border-right: 0;
}

.pricing-signal-inner strong {
    color: var(--blue-dark);
    font-size: 25px;
}

.pricing-layout {
    display: grid;
    grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
    gap: 64px;
    align-items: stretch;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    min-height: 500px;
    padding: 42px;
    border-radius: 6px;
    color: var(--paper);
    background: var(--green);
}

.plan-label {
    display: inline-flex;
    padding: 6px 9px;
    border-radius: 999px;
    color: var(--ink);
    background: var(--lime);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.pricing-card-heading > p:first-of-type {
    margin: 48px 0 8px;
    color: var(--mint);
    font-weight: 650;
}

.pricing-card h2 {
    margin: 0 0 18px;
    font-size: 42px;
}

.pricing-card h2 small {
    font-size: 16px;
    font-weight: 400;
}

.pricing-card-heading > p:last-child {
    color: rgba(255, 255, 255, 0.72);
}

.pricing-card > .button {
    align-self: flex-start;
    margin-top: auto;
}

.plan-includes h2 {
    margin: 0 0 28px;
    font-size: 40px;
}

.plan-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--line);
}

.plan-feature-list span {
    position: relative;
    min-height: 76px;
    padding: 20px 16px 20px 30px;
    border-bottom: 1px solid var(--line);
    color: var(--ink-soft);
}

.plan-feature-list span::before {
    content: "";
    position: absolute;
    top: 29px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--mint);
}

.pricing-stack {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.62fr);
    gap: 24px;
}

.pricing-stack-old {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.pricing-stack-total strong {
    display: block;
    margin: 3px 0 8px;
    font-size: 28px;
}

.alliance-band {
    background: var(--mist-blue);
}

.alliance-grid-new,
.activation-steps,
.contact-context-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.alliance-card-new {
    min-height: 280px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--paper);
}

.alliance-card-new span {
    color: var(--blue);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.alliance-card-new h3 {
    margin: 70px 0 12px;
    font-size: 32px;
}

.alliance-card-new p {
    margin: 0;
    color: var(--ink-soft);
}

.alliance-note-new {
    margin: 26px 0 0;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    color: var(--ink-soft);
}

.activation-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    gap: 0;
}

.activation-steps article {
    min-height: 280px;
    padding: 28px;
    border-right: 1px solid var(--line);
}

.activation-steps article:last-child {
    border-right: 0;
}

.activation-steps span {
    color: var(--coral);
    font-size: 12px;
    font-weight: 700;
}

.activation-steps h3 {
    margin: 70px 0 12px;
    font-size: 23px;
}

.activation-steps p {
    margin: 0;
    color: var(--ink-soft);
}

/* Contact */

.contact-context-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    gap: 0;
}

.contact-context-grid article {
    min-height: 260px;
    padding: 28px;
    border-right: 1px solid var(--line);
}

.contact-context-grid article:last-child {
    border-right: 0;
}

.contact-context-grid span,
.contact-option > span {
    color: var(--coral);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-context-grid h3 {
    margin: 70px 0 10px;
    font-size: 24px;
}

.contact-context-grid p {
    margin: 0;
    color: var(--ink-soft);
}

.contact-options-band {
    color: var(--paper);
    background: var(--green);
}

.contact-options-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.6fr) minmax(0, 1.4fr);
    gap: 90px;
}

.contact-options-heading .eyebrow {
    color: var(--mint);
}

.contact-options-heading > p {
    color: rgba(255, 255, 255, 0.68);
}

.contact-options {
    display: grid;
    border-top: 1px solid var(--line-dark);
}

.contact-option {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr) minmax(170px, 0.7fr);
    gap: 22px;
    align-items: center;
    min-height: 100px;
    padding: 20px 0;
    border-bottom: 1px solid var(--line-dark);
}

.contact-option > span {
    color: var(--mint);
}

.contact-option strong {
    overflow-wrap: anywhere;
    font-size: 19px;
}

.contact-option small {
    color: rgba(255, 255, 255, 0.6);
}

/* Insight index and reader */

.insight-index-section {
    min-height: 700px;
}

.insight-filter-panel {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 16px 24px;
    align-items: start;
    margin-bottom: 46px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
}

.insight-filter-panel > span {
    padding-top: 7px;
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 650;
    text-transform: uppercase;
}

.category-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.category-bar a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 11px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 600;
}

.category-bar a.active,
.category-bar a:hover {
    color: var(--paper);
    background: var(--blue);
    border-color: var(--blue);
}

.tag-filter-bar {
    grid-column: 2;
}

.insight-posts-shell {
    position: relative;
}

.insight-loading {
    position: absolute;
    z-index: 3;
    inset: 0;
    display: none;
    place-items: start center;
    padding-top: 80px;
    background: rgba(255, 255, 255, 0.78);
}

.is-loading .insight-loading {
    display: grid;
}

.insight-loading span,
.insight-more-status.is-loading::before {
    width: 28px;
    height: 28px;
    border: 3px solid var(--line);
    border-top-color: var(--blue);
    border-radius: 50%;
    animation: spin 700ms linear infinite;
}

.insight-more-status {
    display: flex;
    justify-content: center;
    min-height: 64px;
    padding-top: 26px;
    color: var(--ink-soft);
    font-size: 13px;
}

.insight-more-status.is-loading::before {
    content: "";
    display: block;
}

.insight-sentinel {
    height: 1px;
}

.insight-empty {
    grid-column: 1 / -1;
    padding: 80px 20px;
    text-align: center;
    color: var(--ink-soft);
}

.insight-empty-archive strong {
    display: block;
    margin-bottom: 8px;
    color: var(--ink);
    font-size: 22px;
}

.insight-empty-archive p {
    max-width: 600px;
    margin: 0 auto 18px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.article-hero {
    min-height: 650px;
}

.article-hero-inner {
    width: min(calc(100% - 48px), 920px);
    margin: 0 auto;
    padding: 160px 0 92px;
    text-align: center;
}

.article-meta {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.article-hero h1 {
    margin: 0;
    font-size: 58px;
    overflow-wrap: anywhere;
}

.article-hero-inner > p {
    max-width: 740px;
    margin: 24px auto 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 19px;
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.article-tags a {
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    font-size: 11px;
}

.footer-language {
    display: flex;
    gap: 8px;
    margin-left: auto;
    align-items: center;
}

.footer-language label {
    color: rgba(255, 255, 255, .7);
}

.footer-language select,
.footer-language button {
    min-height: 34px;
    padding: 5px 10px;
    color: #fff;
    font: inherit;
    background: #17231f;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 3px;
}

.article-shell {
    width: min(calc(100% - 48px), 900px);
    margin: 0 auto;
    padding: 72px 0 110px;
}

.article-cover {
    width: 100%;
    max-height: 520px;
    margin-bottom: 58px;
    border-radius: 6px;
    object-fit: cover;
}

.insight-reader {
    --reader-font-scale: 1;
}

.article-body {
    color: var(--ink-soft);
    font-size: calc(18px * var(--reader-font-scale));
    line-height: 1.85;
}

.article-body h2,
.article-body h3,
.article-body h4 {
    color: var(--ink);
}

.article-body h2 {
    margin: 64px 0 20px;
    font-size: 36px;
}

.article-body h3 {
    margin: 42px 0 16px;
    font-size: 27px;
}

.article-body p,
.article-body ul,
.article-body ol,
.article-body blockquote,
.article-body pre,
.article-body table {
    margin-bottom: 24px;
}

.article-body a {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.article-body img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 40px auto;
    border-radius: 6px;
}

.article-body blockquote {
    margin-left: 0;
    padding: 20px 26px;
    border-left: 4px solid var(--mint);
    color: var(--ink);
    background: var(--mist);
}

.article-body pre {
    max-width: 100%;
    padding: 22px;
    overflow: auto;
    border-radius: 6px;
    color: var(--paper);
    background: var(--ink);
}

.article-body table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.article-body th,
.article-body td {
    padding: 12px 14px;
    border: 1px solid var(--line);
    text-align: left;
}

.reader-toolbar {
    position: fixed;
    z-index: 30;
    right: 22px;
    bottom: 24px;
    display: flex;
    gap: 4px;
    padding: 5px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 32px rgba(18, 35, 40, 0.12);
    backdrop-filter: blur(12px);
}

.reader-tool {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    color: var(--ink);
    background: transparent;
    cursor: pointer;
    font-size: 13px;
    font-weight: 650;
}

.reader-tool:hover {
    background: var(--mist);
}

.reader-tool:disabled {
    cursor: not-allowed;
    opacity: 0.36;
}

.insight-reader[data-reader-theme="dark"] {
    background: #111719;
}

.insight-reader[data-reader-theme="dark"] .article-shell,
.insight-reader[data-reader-theme="dark"] .article-body h2,
.insight-reader[data-reader-theme="dark"] .article-body h3,
.insight-reader[data-reader-theme="dark"] .article-body h4 {
    color: #f5f8f7;
}

.insight-reader[data-reader-theme="dark"] .article-body {
    color: #c8d1ce;
}

.insight-reader[data-reader-theme="dark"] .article-body blockquote {
    color: #f5f8f7;
    background: #1a2426;
}

/* Footer */

.footer {
    position: relative;
    overflow: hidden;
    color: var(--paper);
    background: var(--green);
}

.footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 68px 24px;
    border-bottom: 1px solid var(--line-dark);
}

.footer-cta .nav-kicker {
    color: var(--mint);
}

.footer-cta h2 {
    max-width: 700px;
    margin: 0;
    font-size: 42px;
}

.footer-cta .button-ink {
    flex: 0 0 auto;
    color: var(--ink);
    background: var(--lime);
    border-color: var(--lime);
}

.footer-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.35fr 0.55fr 0.55fr 1fr;
    gap: 64px;
    padding: 70px 24px 90px;
}

.footer .brand {
    color: var(--paper);
}

.footer-brand-logo {
    display: block;
    width: 175px;
    height: 50px;
    object-fit: contain;
    border-radius: 25px;
}

.footer-brand > p {
    max-width: 340px;
    margin: 26px 0 14px;
    color: rgba(255, 255, 255, 0.68);
}

.footer-brand > a {
    color: var(--mint);
}

.footer-links,
.footer-company {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer-links strong,
.footer-company strong {
    margin-bottom: 10px;
    color: var(--mint);
    font-size: 12px;
    text-transform: uppercase;
}

.footer-links a,
.footer-company a,
.footer-company p,
.footer-company span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.footer-company p {
    margin: 0;
}

.footer-links a:hover,
.footer-company a:hover {
    color: var(--paper);
}

.footer-bottom {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 24px;
    border-top: 1px solid var(--line-dark);
    color: rgba(255, 255, 255, 0.54);
    font-size: 11px;
}

.footer-wordmark {
    position: absolute;
    right: -10px;
    bottom: -46px;
    color: rgba(255, 255, 255, 0.035);
    font-size: 154px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
}

/* Compatibility for retained non-English and CMS templates */

.soft-section {
    background: var(--mist);
}

.dark-section {
    color: var(--paper);
    background: var(--green);
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.two-col,
.split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
    align-items: center;
}

.armoury-page-hero,
.page-hero {
    padding: 150px 24px 90px;
    color: var(--paper);
    background: var(--blue-dark);
}

.page-hero-inner,
.armoury-hero-inner {
    width: min(100%, var(--max-width));
    margin: 0 auto;
}

.armoury-subnav {
    display: none;
}

.meta,
.tags {
    color: var(--ink-soft);
}

/* Motion */

.motion-ready .reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 520ms ease, transform 520ms ease;
}

.motion-ready .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
    .motion-ready .reveal { opacity: 1; transform: none; }
}

/* Tablet */

@media (max-width: 1050px) {
    .nav {
        gap: 18px;
    }

    .nav-mega-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-content h1 {
        font-size: 56px;
    }

    .page-hero-copy h1,
    .article-hero h1 {
        font-size: 50px;
    }

    .section-heading h2,
    .center-heading h2,
    .faq-heading h2,
    .workflow-detail-heading h2,
    .contact-options-heading h2,
    .outcome-layout h2,
    .footer-cta h2,
    .customer-heading h2 {
        font-size: 38px;
    }

    .stack-comparison {
        grid-template-columns: minmax(0, 1fr) 38px minmax(300px, 0.72fr);
    }

    .workflow-row {
        gap: 46px;
    }

    .workflow-copy h3 {
        font-size: 36px;
    }

    .feature-grid-new,
    .post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .principle-grid,
    .activation-steps,
    .contact-context-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .principle-grid article:nth-child(2),
    .activation-steps article:nth-child(2),
    .contact-context-grid article:nth-child(2) {
        border-right: 0;
    }

    .principle-grid article:nth-child(-n + 2),
    .activation-steps article:nth-child(-n + 2),
    .contact-context-grid article:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }

    .customer-layout,
    .faq-layout,
    .contact-options-layout,
    .workflow-detail-layout {
        gap: 60px;
    }

    .footer-inner {
        grid-template-columns: 1.4fr 0.6fr 0.6fr;
    }

    .footer-company {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: start;
    }
}

/* Mobile navigation and layout */

@media (max-width: 820px) {
    :root {
        --header-height: 66px;
    }

    .section {
        padding: 78px 20px;
    }

    .section-heading,
    .trust-inner,
    .stack-comparison,
    .workflow-row,
    .feature-signal-inner,
    .workflow-detail-layout,
    .outcome-layout,
    .customer-layout,
    .faq-layout,
    .pricing-layout,
    .pricing-stack,
    .faq-page-layout,
    .contact-options-layout {
        grid-template-columns: 1fr;
    }

    .section-heading {
        gap: 20px;
        margin-bottom: 34px;
    }

    .section-heading h2,
    .center-heading h2,
    .faq-heading h2,
    .workflow-detail-heading h2,
    .contact-options-heading h2,
    .outcome-layout h2,
    .footer-cta h2,
    .customer-heading h2 {
        font-size: 34px;
    }

    .section-heading > p,
    .center-heading > p,
    .faq-heading > p,
    .workflow-detail-heading > p,
    .contact-options-heading > p {
        font-size: 16px;
    }

    .nav-shell {
        padding: 0 18px;
    }

    .nav-toggle {
        display: block;
    }

    .nav {
        position: fixed;
        top: var(--header-height);
        left: 0;
        display: none;
        width: 100%;
        height: calc(100svh - var(--header-height));
        padding: 22px 20px 40px;
        overflow-y: auto;
        color: var(--ink);
        background: var(--paper);
        border-top: 1px solid var(--line);
    }

    .nav.is-open,
    .hero-header .site-header:not(.is-scrolled) .nav.is-open {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
    }

    .nav > a,
    .nav-dropdown > summary {
        min-height: 52px;
        border-bottom: 1px solid var(--line);
    }

    .nav-login {
        margin-top: 8px;
        padding-left: 0;
        border-left: 0;
    }

    .nav-start,
    .hero-header .site-header:not(.is-scrolled) .nav-start {
        justify-content: center;
        margin-top: 8px;
        color: var(--paper) !important;
        background: var(--ink);
    }

    .nav-dropdown {
        width: 100%;
    }

    .nav-mega {
        position: static;
        display: block;
        width: 100%;
        padding: 10px 0 16px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        transform: none;
    }

    .nav-mega-intro {
        display: none;
    }

    .nav-mega-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2px 10px;
        padding-left: 0;
    }

    .nav-mega-links a {
        min-height: 42px;
        font-size: 12px;
    }

    .product-hero {
        height: calc(100svh - 32px);
        min-height: 600px;
        max-height: none;
    }

    .hero-content {
        width: min(calc(100% - 32px), 660px);
        padding-top: 98px;
    }

    .hero-content h1 {
        font-size: 46px;
    }

    .hero-lead {
        font-size: 16px;
    }

    .hero-proof {
        gap: 12px;
    }

    .hero-product {
        bottom: -90px;
        width: calc(100% - 32px);
        height: 205px;
    }

    .page-sky-hero {
        height: calc(100svh - 96px);
        min-height: 620px;
        max-height: none;
    }

    .page-hero-copy {
        width: calc(100% - 40px);
        padding-top: 116px;
    }

    .page-hero-copy h1,
    .article-hero h1 {
        font-size: 43px;
    }

    .page-hero-copy > p:not(.eyebrow),
    .article-hero-inner > p {
        font-size: 16px;
    }

    .page-hero-product,
    .feature-hero-product {
        bottom: -65px;
        width: calc(100% - 32px);
        height: 210px;
    }

    .feature-detail-hero {
        min-height: 680px;
    }

    .simple-page-hero {
        height: auto;
        min-height: 500px;
    }

    .simple-page-hero .page-hero-copy {
        padding-top: 130px;
        padding-bottom: 76px;
    }

    .pricing-hero-price {
        position: static;
        width: fit-content;
        margin: 40px auto 0;
        padding-left: 18px;
    }

    .trust-inner {
        gap: 30px;
    }

    .trust-inner > p {
        text-align: center;
    }

    .logo-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .stack-comparison {
        gap: 16px;
    }

    .stack-arrow {
        min-height: 48px;
        transform: rotate(90deg);
    }

    .workflow-row {
        gap: 34px;
        padding: 58px 0;
    }

    .workflow-row-reverse .workflow-copy,
    .workflow-row-reverse .product-figure {
        order: initial;
    }

    .workflow-copy h3 {
        font-size: 34px;
    }

    .workflow-copy > p {
        font-size: 16px;
    }

    .product-figure {
        order: 2;
    }

    .feature-grid-new,
    .post-grid,
    .principle-grid,
    .benefit-grid,
    .related-feature-grid,
    .alliance-grid-new,
    .activation-steps,
    .contact-context-grid,
    .pricing-signal-inner {
        grid-template-columns: 1fr;
    }

    .feature-card-new {
        min-height: 260px;
    }

    .principle-grid article,
    .principle-grid article:nth-child(2),
    .activation-steps article,
    .activation-steps article:nth-child(2),
    .contact-context-grid article,
    .contact-context-grid article:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .principle-grid article:last-child,
    .activation-steps article:last-child,
    .contact-context-grid article:last-child {
        border-bottom: 0;
    }

    .feature-stats {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .feature-stats span:first-child {
        padding-left: 0;
    }

    .benefit-item,
    .benefit-item:nth-child(odd),
    .benefit-item:nth-child(even) {
        min-height: 0;
        padding: 30px 0;
        border-right: 0;
    }

    .benefit-item h3 {
        margin-top: 34px;
    }

    .workflow-detail-layout,
    .outcome-layout,
    .customer-layout,
    .faq-layout,
    .contact-options-layout {
        gap: 44px;
    }

    .customer-quote {
        padding: 34px 0 0;
        border-top: 1px solid var(--line-dark);
        border-left: 0;
    }

    .customer-quote > p {
        font-size: 25px;
    }

    .faq-heading,
    .faq-page-nav {
        position: static;
    }

    .faq-page-groups {
        gap: 68px;
    }

    .pricing-signal-inner span,
    .pricing-signal-inner span:first-child,
    .pricing-signal-inner span:last-child {
        padding: 16px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .pricing-signal-inner span:last-child {
        border-bottom: 0;
    }

    .pricing-card {
        min-height: 450px;
        padding: 32px;
    }

    .pricing-stack-old,
    .plan-feature-list {
        grid-template-columns: 1fr;
    }

    .contact-option {
        grid-template-columns: 84px minmax(0, 1fr);
    }

    .contact-option small {
        grid-column: 2;
    }

    .insight-filter-panel {
        grid-template-columns: 1fr;
    }

    .tag-filter-bar {
        grid-column: 1;
    }

    .article-hero {
        min-height: 580px;
    }

    .article-hero-inner {
        width: calc(100% - 40px);
        padding: 130px 0 72px;
    }

    .article-shell {
        width: calc(100% - 40px);
        padding: 54px 0 84px;
    }

    .article-body {
        font-size: calc(17px * var(--reader-font-scale));
    }

    .article-body h2 {
        font-size: 31px;
    }

    .footer-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 56px 20px;
    }

    .footer-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 48px 30px;
        padding: 58px 20px 76px;
    }

    .footer-brand,
    .footer-company {
        grid-column: 1 / -1;
    }

    .footer-company {
        display: flex;
    }

    .footer-bottom {
        padding: 22px 20px;
    }

    .footer-wordmark {
        font-size: 88px;
    }

    .two-col,
    .split {
        grid-template-columns: 1fr;
    }
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.nav-language {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.nav-language select,
.nav-language button {
    min-height: 34px;
    padding: 5px 26px 5px 9px;
    color: inherit;
    font: inherit;
    font-size: 12px;
    background-color: transparent;
    border: 1px solid currentColor;
    border-radius: 4px;
}

.nav-language select {
    max-width: 104px;
}

.nav-language option {
    color: var(--ink);
    background: var(--paper);
}

.nav-language noscript {
    margin-left: 5px;
}

@media (max-width: 1180px) {
    .nav-language {
        width: 100%;
        min-height: 52px;
        padding: 8px 0;
        border-bottom: 1px solid var(--line);
    }

    .nav-language select {
        width: 100%;
        max-width: none;
        min-height: 40px;
        color: var(--ink);
        background: var(--paper);
    }
}

@media (max-width: 520px) {
    .section {
        padding: 68px 16px;
    }

    .site-brand {
        gap: 9px;
    }

    .site-brand-logo {
        width: 92px;
    }

    .brand-name {
        font-size: 17px;
    }

    .hero-content {
        width: calc(100% - 28px);
        padding-top: 88px;
    }

    .hero-badges span:nth-child(2) {
        display: none;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .hero-actions .button {
        min-width: 0;
        padding: 11px 12px;
        font-size: 13px;
    }

    .hero-proof {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px 14px;
        text-align: left;
    }

    .hero-proof span:nth-child(3) {
        display: none;
    }

    .hero-product {
        bottom: -72px;
        width: calc(100% - 20px);
        height: 170px;
    }

    .page-sky-hero {
        min-height: 590px;
    }

    .feature-detail-hero {
        min-height: 650px;
    }

    .page-hero-copy {
        width: calc(100% - 28px);
        padding-top: 102px;
    }

    .page-hero-copy h1,
    .article-hero h1 {
        font-size: 38px;
    }

    .page-hero-product,
    .feature-hero-product {
        width: calc(100% - 20px);
        height: 176px;
    }

    .simple-page-hero {
        min-height: 470px;
    }

    .simple-page-hero .page-hero-copy {
        padding-top: 116px;
        padding-bottom: 58px;
    }

    .section-heading h2,
    .center-heading h2,
    .faq-heading h2,
    .workflow-detail-heading h2,
    .contact-options-heading h2,
    .outcome-layout h2,
    .footer-cta h2,
    .customer-heading h2 {
        font-size: 31px;
    }

    .stack-fragments {
        grid-template-columns: 1fr;
    }

    .stack-armoury,
    .pricing-stack-total {
        align-items: flex-start;
        padding: 24px;
    }

    .workflow-copy h3 {
        font-size: 31px;
    }

    .report-visual {
        min-height: 360px;
        padding: 24px;
    }

    .report-metrics strong {
        font-size: 23px;
    }

    .feature-stats {
        grid-template-columns: 1fr;
    }

    .feature-stats span {
        min-height: 70px;
        padding: 14px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .feature-stats span:last-child {
        border-bottom: 0;
    }

    .feature-card-new {
        min-height: 240px;
        padding: 22px;
    }

    .feature-card-new h3 {
        font-size: 22px;
    }

    .customer-quote > p {
        font-size: 22px;
    }

    .pricing-card h2 {
        font-size: 34px;
    }

    .contact-option {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 24px 0;
    }

    .contact-option small {
        grid-column: 1;
    }

    .faq-topic > header {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .faq-topic h2 {
        font-size: 29px;
    }

    .article-hero {
        min-height: 540px;
    }

    .article-meta {
        flex-wrap: wrap;
    }

    .article-cover {
        margin-bottom: 40px;
    }

    .reader-toolbar {
        right: 10px;
        bottom: 12px;
    }

    .footer-inner {
        grid-template-columns: 1fr;
    }

    .footer-brand,
    .footer-company {
        grid-column: 1;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

/* Outcome-led marketing refresh */

:where(a, button, summary, input, select, textarea):focus-visible {
    outline: 3px solid #65d8cf;
    outline-offset: 3px;
}

.nav a:focus-visible,
.nav summary:focus-visible,
.button:focus-visible {
    border-radius: 4px;
}

.nav > a[aria-current="page"],
.nav-dropdown > summary[aria-current="page"] {
    color: var(--intelligence-acid);
}

.site-header.is-scrolled .nav > a[aria-current="page"],
.site-header.is-scrolled .nav-dropdown > summary[aria-current="page"] {
    color: #145c4d;
}

body.nav-open #arcontactus,
body.nav-open iframe[src*="api-chat.keenlity.com"] {
    visibility: hidden !important;
    pointer-events: none !important;
}

.marketing-hero .intelligent-hero-copy {
    width: 590px;
}

.marketing-hero .intelligent-hero-lead {
    max-width: 610px;
}

.marketing-hero .hero-domain-list {
    flex-wrap: wrap;
}

.marketing-hero .hero-domain-list span {
    font-size: 10px;
}

.outcome-story-section {
    background: #fff;
}

.outcome-row {
    display: grid;
    grid-template-columns: minmax(320px, .76fr) minmax(500px, 1.2fr);
    gap: 72px;
    align-items: center;
    padding: 72px 0;
    border-top: 1px solid var(--intelligence-line);
}

.outcome-row:last-child {
    padding-bottom: 0;
}

.outcome-row-reverse .outcome-copy {
    order: 2;
}

.outcome-index {
    display: block;
    margin-bottom: 20px;
    color: #287764;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.outcome-copy h3 {
    margin: 0 0 20px;
    font-size: 38px;
}

.outcome-copy > p {
    margin-bottom: 24px;
    color: #526059;
    font-size: 17px;
}

.outcome-copy .platform-list {
    margin-bottom: 28px;
}

.test-evidence-visual {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr);
    align-items: stretch;
    min-height: 300px;
    border: 1px solid var(--intelligence-line);
    background: var(--intelligence-surface);
}

.test-evidence-visual > div {
    display: grid;
    gap: 12px;
    align-content: center;
    padding: 38px;
    background: #fff;
}

.test-evidence-visual > i {
    display: grid;
    place-items: center;
    color: #287764;
    font-size: 22px;
    font-style: normal;
}

.test-evidence-visual small {
    color: #287764;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.test-evidence-visual strong {
    font-size: 22px;
}

.test-evidence-visual span {
    padding-top: 10px;
    border-top: 1px solid var(--intelligence-line);
    color: #68736e;
    font-size: 13px;
}

.test-evidence-visual .is-passed {
    color: #21614f;
    font-weight: 700;
}

.product-shot {
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--intelligence-line);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 26px 64px rgba(17, 24, 21, .13);
}

.product-shot img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center top;
}

.product-shot figcaption,
.feature-real-product-shot figcaption {
    margin: 0;
    padding: 12px 16px;
    color: #5b6962;
    font-size: 12px;
    background: #fff;
    border-top: 1px solid var(--intelligence-line);
}

.operations-evidence-list {
    border-top: 1px solid var(--intelligence-line);
}

.operations-evidence-list span {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    min-height: 86px;
    border-bottom: 1px solid var(--intelligence-line);
}

.operations-evidence-list b {
    color: #287764;
    font-size: 11px;
    text-transform: uppercase;
}

.operations-evidence-list strong {
    font-size: 17px;
}

.operations-evidence-list small {
    color: #69766f;
    font-size: 12px;
}

.marketing-ai-section {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
}

.customer-evidence-section {
    color: #fff;
    background: #24312c;
}

.customer-evidence-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .62fr);
    gap: 80px;
    align-items: center;
}

.customer-evidence-copy .platform-kicker {
    color: var(--intelligence-acid);
}

.customer-evidence-copy h2 {
    max-width: 700px;
    margin: 0 0 34px;
    font-size: 48px;
}

.customer-evidence-copy blockquote {
    max-width: 760px;
    margin: 0;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.customer-evidence-copy blockquote p {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .86);
    font-size: 22px;
    line-height: 1.55;
}

.customer-evidence-copy cite {
    display: flex;
    gap: 10px;
    color: var(--intelligence-cyan);
    font-size: 13px;
    font-style: normal;
}

.customer-evidence-copy cite span {
    color: rgba(255, 255, 255, .6);
}

.customer-evidence-art {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    background: var(--intelligence-acid);
}

.customer-evidence-art img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    filter: grayscale(1) contrast(1.08);
    mix-blend-mode: multiply;
    opacity: .62;
}

.customer-evidence-art > span {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 16px;
    padding: 18px;
    color: var(--intelligence-ink);
    background: #fff;
}

.customer-evidence-art small,
.customer-evidence-art strong {
    display: block;
}

.customer-evidence-art small {
    font-size: 10px;
    text-transform: uppercase;
}

.customer-evidence-art strong {
    font-size: 18px;
}

.customer-evidence-art b {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    color: #287764;
    font-size: 11px;
    text-transform: uppercase;
}

.home-case-studies-section {
    background: var(--intelligence-surface);
}

.section-heading-action > p {
    margin: 0 0 18px;
    color: #536159;
    font-size: 17px;
}

.home-case-empty {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 44px;
    align-items: end;
    padding: 44px 0;
    border-top: 1px solid var(--intelligence-line);
    border-bottom: 1px solid var(--intelligence-line);
}

.home-case-empty span {
    color: #287764;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-case-empty h3 {
    margin: 10px 0;
    font-size: 28px;
}

.home-case-empty p {
    max-width: 680px;
    margin: 0;
    color: #59665f;
}

.home-platform-cta {
    background: #fff;
}

.home-platform-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr);
    gap: 80px;
    align-items: center;
}

.home-platform-cta h2 {
    margin: 0;
    font-size: 42px;
}

.home-platform-summary {
    max-width: 700px;
    margin: 22px 0 0;
    color: #536159;
    font-size: 16px;
    line-height: 1.7;
}

.home-platform-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 30px;
    align-items: center;
}

.home-platform-scope {
    border-top: 1px solid var(--intelligence-line);
}

.home-platform-scope > span {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 3px 12px;
    align-items: center;
    min-height: 84px;
    border-bottom: 1px solid var(--intelligence-line);
}

.home-platform-scope b {
    grid-row: 1 / 3;
    color: #287764;
    font-size: 10px;
}

.home-platform-scope strong {
    align-self: end;
    font-size: 16px;
}

.home-platform-scope small {
    align-self: start;
    color: #65736c;
    font-size: 12px;
}

.feature-real-product-shot {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .24);
}

.feature-real-product-shot img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center top;
}

.plan-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 520px);
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.plan-facts > span {
    display: grid;
    min-height: 150px;
    padding: 24px;
    align-content: space-between;
    border-right: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.plan-facts small {
    color: var(--intelligence-cyan);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.plan-facts strong {
    font-size: 21px;
}

.plan-facts b {
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    font-weight: 500;
}

.plan-process-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plan-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
    margin-top: 48px;
    padding: 36px 0;
    border-top: 1px solid var(--intelligence-line);
    border-bottom: 1px solid var(--intelligence-line);
}

.plan-final-cta h3 {
    margin-bottom: 8px;
    font-size: 26px;
}

.plan-final-cta p {
    max-width: 720px;
    margin: 0;
    color: #56635c;
}

.insight-load-more {
    display: flex;
    margin: 34px auto 0;
}

.insight-load-more[hidden] {
    display: none;
}

.case-study-hero .hero-backdrop,
.article-hero .hero-backdrop {
    object-position: center 42%;
}

@media (max-width: 980px) {
    .outcome-row,
    .customer-evidence-layout,
    .home-platform-cta-inner {
        grid-template-columns: 1fr;
    }

    .outcome-row {
        gap: 44px;
    }

    .outcome-row-reverse .outcome-copy {
        order: initial;
    }

    .customer-evidence-art {
        width: min(100%, 520px);
    }

    .home-platform-cta-inner > .button {
        grid-column: auto;
    }

    .feature-real-product-shot {
        width: min(100%, 760px);
    }

    .plans-subhero .subhero-copy {
        width: min(100%, 560px);
    }
}

@media (max-width: 820px) {
    .marketing-hero .intelligent-hero-copy {
        width: min(100%, 650px);
    }

    .customer-evidence-copy h2 {
        font-size: 38px;
    }

    .outcome-copy h3 {
        font-size: 32px;
    }

    .test-evidence-visual {
        grid-template-columns: 1fr;
    }

    .test-evidence-visual > i {
        min-height: 50px;
        transform: rotate(90deg);
    }

    .operations-evidence-list span {
        grid-template-columns: 90px minmax(0, 1fr);
        padding: 14px 0;
    }

    .operations-evidence-list small {
        grid-column: 2;
    }

    .home-case-empty,
    .plan-final-cta {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .plan-facts {
        width: min(100%, 560px);
    }

    .plan-process-three {
        grid-template-columns: 1fr;
    }

    .feature-intelligent-hero:has(.feature-real-product-shot),
    .feature-intelligent-hero:has(.feature-real-product-shot) .feature-intelligent-layout {
        min-height: auto;
    }

    .feature-real-product-shot {
        margin: 8px 0 0;
    }
}

@media (max-width: 520px) {
    .marketing-hero .hero-domain-list {
        grid-template-columns: 1fr;
    }

    .customer-evidence-copy h2 {
        font-size: 31px;
    }

    .outcome-row {
        padding: 54px 0;
    }

    .outcome-copy h3 {
        font-size: 28px;
    }

    .outcome-copy > p {
        font-size: 15px;
    }

    .test-evidence-visual > div {
        padding: 26px;
    }

    .product-shot img {
        aspect-ratio: 4 / 3;
    }

    .customer-evidence-copy blockquote p {
        font-size: 18px;
    }

    .customer-evidence-copy cite {
        display: grid;
    }

    .customer-evidence-art,
    .customer-evidence-art img {
        min-height: 290px;
        height: 290px;
    }

    .home-case-empty h3 {
        font-size: 24px;
    }

    .home-platform-cta h2 {
        font-size: 31px;
    }

    .plan-facts {
        grid-template-columns: 1fr;
    }

    .plan-facts > span {
        min-height: 118px;
    }

    .feature-intelligent-hero:has(.feature-real-product-shot) {
        height: auto;
    }

    .feature-intelligent-hero:has(.feature-real-product-shot) .feature-intelligent-layout {
        display: grid;
        min-height: auto;
        padding-bottom: 56px;
    }

    .feature-real-product-shot {
        position: static;
        height: auto;
        margin: 24px 0 0;
    }

    .feature-real-product-shot img {
        aspect-ratio: 4 / 3;
    }
}

/* Armoury Intelligent product refresh */

.intelligent-site {
    --intelligence-ink: #111815;
    --intelligence-deep: #17231f;
    --intelligence-forest: #1b4036;
    --intelligence-surface: #f4f7f3;
    --intelligence-surface-2: #e8eeea;
    --intelligence-line: #cad5ce;
    --intelligence-acid: #d9ff72;
    --intelligence-cyan: #65d8cf;
    --intelligence-coral: #ff806c;
    --intelligence-blue: #2776b6;
    color: var(--intelligence-ink);
    background: #fff;
}

.skip-link {
    position: fixed;
    z-index: 2000;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    color: #fff;
    background: var(--intelligence-ink, #111815);
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

.intelligent-site .site-header {
    border-color: rgba(255, 255, 255, 0.14);
}

.intelligent-site .site-header.is-scrolled {
    border-color: var(--intelligence-line);
}

.intelligent-site .brand-mark {
    color: var(--intelligence-acid);
    background: var(--intelligence-ink);
    border-color: var(--intelligence-acid);
}

.intelligent-site.hero-header .site-header:not(.is-scrolled) .brand-mark {
    color: var(--intelligence-ink);
    background: var(--intelligence-acid);
    border-color: var(--intelligence-acid);
}

.intelligent-site .brand-name small {
    color: currentColor;
    opacity: 0.62;
}

.intelligent-site .nav-start,
.intelligent-site.hero-header .site-header:not(.is-scrolled) .nav-start {
    color: var(--intelligence-ink) !important;
    background: var(--intelligence-acid);
}

.intelligent-site .nav-mega-intro a,
.intelligent-site .nav-mega-links a:hover,
.intelligent-site .nav-mega-links span {
    color: #196c5a;
}

.intelligent-site .nav-mega-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 24px;
}

.intelligent-site .nav-mega-links a {
    min-height: 46px;
    font-size: 14px;
}

.intelligent-site .section {
    padding-top: 104px;
    padding-bottom: 104px;
}

.platform-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 18px;
    color: #287764;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.platform-kicker > span {
    display: inline-block;
    width: 18px;
    height: 2px;
    background: currentColor;
}

.intelligent-hero,
.intelligent-subhero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background: var(--intelligence-ink);
}

.intelligent-hero {
    height: min(760px, calc(100svh - 72px));
    min-height: 680px;
}

.hero-grid,
.subhero-grid {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    opacity: 0.26;
}

.hero-grid::before,
.subhero-grid::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 600px);
    width: 1px;
    background: #678278;
    box-shadow: 200px 0 #678278, 400px 0 #678278, 600px 0 #678278, 800px 0 #678278, 1000px 0 #678278, 1200px 0 #678278;
    content: "";
}

.hero-grid::after,
.subhero-grid::after {
    position: absolute;
    top: 120px;
    right: 0;
    left: 0;
    height: 1px;
    background: #678278;
    box-shadow: 0 120px #678278, 0 240px #678278, 0 360px #678278, 0 480px #678278, 0 600px #678278;
    content: "";
}

.intelligent-hero::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 56%;
    height: 100%;
    background: #18362f;
    content: "";
}

.intelligent-hero-inner {
    position: relative;
    width: min(100%, 1440px);
    height: 100%;
    margin: 0 auto;
    padding: 0 32px;
}

.intelligent-hero-copy {
    position: relative;
    z-index: 3;
    width: 610px;
    padding-top: 138px;
}

.intelligent-hero .platform-kicker,
.intelligent-subhero .platform-kicker {
    color: var(--intelligence-acid);
}

.intelligent-hero h1 {
    margin: 0;
    color: #fff;
    font-size: 82px;
    line-height: 0.94;
}

.intelligent-hero h1 strong {
    display: block;
    color: var(--intelligence-acid);
    font-weight: 650;
}

.intelligent-hero-statement {
    margin: 24px 0 10px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.28;
}

.intelligent-hero-lead {
    max-width: 580px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.7;
}

.intelligent-site .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.button-accent,
.button-accent-dark {
    gap: 10px;
    color: var(--intelligence-ink);
    background: var(--intelligence-acid);
    border-color: var(--intelligence-acid);
}

.button-accent-dark {
    background: #fff;
    border-color: #fff;
}

.button-quiet {
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.38);
}

.hero-domain-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.hero-domain-list span::before {
    margin-right: 7px;
    color: var(--intelligence-cyan);
    content: "+";
}

.hero-cockpit {
    position: absolute;
    z-index: 1;
    top: 126px;
    right: -90px;
    width: 830px;
    height: 520px;
    overflow: hidden;
    color: #dfe9e4;
    background: #1b2622;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.34);
}

.hero-product-shot {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    margin: 0;
    background: #fff;
}

.hero-product-shot img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: left top;
}

.hero-product-shot figcaption {
    padding: 12px 16px;
    color: #5b6962;
    background: #fff;
    border-top: 1px solid var(--intelligence-line);
    font-size: 12px;
}

.cockpit-topbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    height: 48px;
    padding: 0 16px;
    background: #22302b;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    font-size: 11px;
}

.cockpit-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 650;
}

.cockpit-brand b,
.feature-screen-topbar b {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    color: var(--intelligence-ink);
    background: var(--intelligence-acid);
    border-radius: 3px;
    font-size: 11px;
}

.cockpit-project {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.68);
}

.cockpit-project i {
    width: 6px;
    height: 6px;
    background: var(--intelligence-cyan);
    border-radius: 50%;
}

.cockpit-user {
    display: grid;
    justify-self: end;
    place-items: center;
    width: 26px;
    height: 26px;
    color: #fff;
    background: #426159;
    border-radius: 50%;
    font-size: 9px;
}

.cockpit-body {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    height: calc(100% - 48px);
}

.cockpit-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px 10px;
    background: #151e1b;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.cockpit-nav span {
    display: flex;
    align-items: center;
    gap: 9px;
    height: 36px;
    padding: 0 9px;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    font-size: 10px;
}

.cockpit-nav span.active {
    color: #fff;
    background: #29463e;
}

.cockpit-nav b {
    color: var(--intelligence-cyan);
    font-size: 8px;
}

.cockpit-main {
    padding: 24px;
}

.cockpit-main > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.cockpit-main > header div {
    display: grid;
    gap: 3px;
}

.cockpit-main > header small,
.agent-stream-heading small,
.feature-screen-main header small {
    color: rgba(255, 255, 255, 0.46);
    font-size: 9px;
    text-transform: uppercase;
}

.cockpit-main > header strong {
    color: #fff;
    font-size: 21px;
}

.live-chip {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 5px 8px;
    color: var(--intelligence-cyan);
    border: 1px solid rgba(101, 216, 207, 0.38);
    border-radius: 3px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.live-chip i {
    width: 5px;
    height: 5px;
    background: currentColor;
    border-radius: 50%;
    animation: intelligent-pulse 1.8s ease-in-out infinite;
}

.cockpit-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cockpit-metrics > div {
    display: grid;
    min-height: 90px;
    padding: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.cockpit-metrics > div:last-child {
    border-right: 0;
}

.cockpit-metrics small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 9px;
}

.cockpit-metrics strong {
    margin-top: 3px;
    color: #fff;
    font-size: 24px;
}

.metric-line {
    align-self: end;
    width: 72%;
    height: 2px;
}

.metric-green { background: var(--intelligence-acid); }
.metric-cyan { background: var(--intelligence-cyan); }
.metric-coral { background: var(--intelligence-coral); }

.cockpit-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 14px;
    margin-top: 14px;
}

.cockpit-chart,
.agent-stream {
    min-height: 242px;
    padding: 16px;
    background: #202e29;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.chart-heading {
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.76);
    font-size: 10px;
}

.chart-heading small {
    color: rgba(255, 255, 255, 0.36);
}

.chart-bars {
    display: flex;
    align-items: end;
    justify-content: space-between;
    height: 176px;
    margin-top: 18px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.chart-bars i {
    width: 18px;
    height: var(--h);
    background: #628279;
    border-top: 2px solid var(--intelligence-acid);
}

.agent-stream {
    padding: 14px;
}

.agent-stream-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.agent-stream-heading > div {
    display: grid;
}

.agent-stream-heading strong {
    color: #fff;
    font-size: 11px;
}

.ai-glyph {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: var(--intelligence-ink);
    background: var(--intelligence-acid);
    border-radius: 3px;
    font-size: 9px;
    font-weight: 700;
}

.agent-event {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.agent-event > i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.event-ok { background: var(--intelligence-acid); }
.event-live { background: var(--intelligence-coral); animation: intelligent-pulse 1.8s ease-in-out infinite; }

.agent-event div {
    display: grid;
}

.agent-event strong {
    color: rgba(255, 255, 255, 0.82);
    font-size: 9px;
}

.agent-event small,
.agent-event > span {
    color: rgba(255, 255, 255, 0.36);
    font-size: 8px;
}

.agent-scope {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 14px;
}

.agent-scope span,
.agent-scope b {
    padding: 3px 6px;
    color: rgba(255, 255, 255, 0.64);
    background: rgba(255, 255, 255, 0.06);
    border-radius: 2px;
    font-size: 7px;
    font-weight: 600;
    text-transform: uppercase;
}

.agent-scope b {
    color: var(--intelligence-cyan);
    background: transparent;
}

@keyframes intelligent-pulse {
    0%, 100% { opacity: 0.35; }
    50% { opacity: 1; }
}

.proof-strip {
    padding: 24px;
    background: #fff;
    border-bottom: 1px solid var(--intelligence-line);
}

.proof-strip-inner {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 54px;
    align-items: center;
}

.proof-strip p {
    margin: 0;
    color: #68726e;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.4;
    text-transform: uppercase;
}

.proof-strip .logo-row {
    gap: 44px;
}

.proof-strip .logo-row img {
    max-width: 110px;
    max-height: 32px;
    filter: grayscale(1);
    opacity: 0.58;
}

.capability-rail {
    background: var(--intelligence-surface);
    border-bottom: 1px solid var(--intelligence-line);
}

.capability-rail-inner {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.capability-rail a {
    position: relative;
    display: grid;
    min-height: 116px;
    padding: 22px 18px;
    border-right: 1px solid var(--intelligence-line);
    transition: color 180ms ease, background-color 180ms ease;
}

.capability-rail a:first-child {
    border-left: 1px solid var(--intelligence-line);
}

.capability-rail a:hover {
    color: #fff;
    background: var(--intelligence-forest);
}

.capability-rail span {
    color: #5c766d;
    font-size: 9px;
    font-weight: 700;
}

.capability-rail strong {
    align-self: end;
    max-width: 130px;
    font-size: 14px;
    line-height: 1.25;
}

.capability-rail i {
    position: absolute;
    top: 18px;
    right: 16px;
    color: #75847e;
    font-style: normal;
    font-size: 13px;
}

.intelligent-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.55fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 64px;
}

.intelligent-heading .platform-kicker,
.intelligent-heading h2 {
    grid-column: 1;
}

.intelligent-heading h2 {
    margin: 0;
    font-size: 52px;
}

.intelligent-heading > p:last-child {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0;
    color: #53615c;
    font-size: 18px;
}

.ai-operating-section {
    background: #fff;
}

.mcp-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.68fr) minmax(560px, 1fr);
    gap: 76px;
    align-items: center;
}

.mcp-copy {
    display: grid;
    gap: 0;
}

.mcp-point {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 18px;
    padding: 24px 0;
    border-top: 1px solid var(--intelligence-line);
}

.mcp-point > span {
    color: #347b69;
    font-size: 11px;
    font-weight: 700;
}

.mcp-point h3 {
    margin: 0 0 7px;
    font-size: 21px;
}

.mcp-point p {
    margin: 0;
    color: #596560;
    font-size: 15px;
}

.mcp-copy .text-link {
    margin-top: 22px;
    color: #1e6957;
}

.mcp-console {
    overflow: hidden;
    color: #dce7e2;
    background: #141c19;
    border: 1px solid #2d3e38;
    border-radius: 6px;
    box-shadow: 0 26px 64px rgba(16, 31, 26, 0.2);
}

.mcp-console-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 46px;
    padding: 0 16px;
    background: #202b27;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mcp-console-bar > span {
    display: flex;
    gap: 5px;
}

.mcp-console-bar > span i {
    width: 7px;
    height: 7px;
    background: #597067;
    border-radius: 50%;
}

.mcp-console-bar strong {
    font-size: 10px;
}

.mcp-console-bar small {
    justify-self: end;
    color: var(--intelligence-cyan);
    font-size: 9px;
}

.mcp-console-body {
    padding: 22px;
}

.mcp-request {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    color: rgba(255, 255, 255, 0.8);
    background: #22312b;
    border-left: 2px solid var(--intelligence-acid);
}

.mcp-request span,
.mcp-tool > span {
    color: var(--intelligence-acid);
    font-size: 8px;
    font-weight: 700;
}

.mcp-request p {
    margin: 0;
    font-size: 13px;
}

.mcp-tool {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 68px;
    padding: 9px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mcp-tool > span {
    color: #72a496;
}

.mcp-tool > div {
    display: grid;
    gap: 3px;
}

.mcp-tool strong {
    color: rgba(255, 255, 255, 0.9);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 12px;
}

.mcp-tool small {
    color: rgba(255, 255, 255, 0.43);
    font-size: 10px;
}

.mcp-tool > b {
    color: var(--intelligence-cyan);
    font-size: 8px;
    text-transform: uppercase;
}

.mcp-tool em {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 8px;
    background: #34443e;
}

.mcp-tool em i {
    display: block;
    width: var(--w);
    height: 100%;
    background: var(--intelligence-coral);
}

.mcp-tool-active {
    background: rgba(255, 255, 255, 0.025);
}

.mcp-policy {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    padding: 17px 14px 0;
    color: rgba(255, 255, 255, 0.38);
    font-size: 8px;
    text-transform: uppercase;
}

.mcp-policy strong {
    padding: 4px 7px;
    color: rgba(255, 255, 255, 0.72);
    background: #293a34;
    border-radius: 2px;
    font-size: 8px;
}

.mcp-policy i {
    margin-left: auto;
    color: var(--intelligence-cyan);
    font-style: normal;
}

.api-platform-section {
    color: #fff;
    background: var(--intelligence-forest);
}

.api-platform-layout {
    display: grid;
    grid-template-columns: minmax(340px, 0.68fr) minmax(620px, 1.15fr);
    gap: 78px;
    align-items: center;
}

.api-platform-copy .platform-kicker {
    color: var(--intelligence-acid);
}

.api-platform-copy h2 {
    margin: 0 0 22px;
    font-size: 48px;
}

.api-platform-copy > p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
}

.platform-list {
    display: grid;
    gap: 10px;
    margin: 30px 0 34px;
    padding: 0;
    list-style: none;
}

.platform-list li {
    position: relative;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
}

.platform-list li::before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 7px;
    height: 2px;
    background: var(--intelligence-cyan);
    content: "";
}

.api-platform-copy .button-ink {
    color: var(--intelligence-ink);
    background: var(--intelligence-acid);
    border-color: var(--intelligence-acid);
}

.api-workspace {
    overflow: hidden;
    color: #dce6e2;
    background: #101815;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
}

.workspace-toolbar {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 10px;
    align-items: center;
    height: 50px;
    padding: 0 14px;
    background: #1c2824;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 11px;
}

.workspace-toolbar small {
    padding: 5px 8px;
    color: var(--intelligence-cyan);
    border: 1px solid rgba(101, 216, 207, 0.24);
    border-radius: 2px;
}

.workspace-toolbar b {
    padding: 7px 10px;
    color: var(--intelligence-ink);
    background: var(--intelligence-acid);
    border-radius: 3px;
    font-size: 9px;
}

.api-workspace-body {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    min-height: 480px;
}

.api-tree {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 16px 10px;
    background: #141e1a;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.api-tree > strong {
    margin: 0 8px 8px;
    color: rgba(255, 255, 255, 0.34);
    font-size: 8px;
}

.api-tree > span {
    position: relative;
    min-height: 30px;
    padding: 7px 8px;
    color: rgba(255, 255, 255, 0.55);
    border-radius: 2px;
    font-size: 9px;
}

.api-tree .indent {
    padding-left: 25px;
}

.api-tree .indent::before {
    position: absolute;
    top: 12px;
    left: 8px;
    width: 11px;
    font-size: 6px;
    font-weight: 700;
}

.api-tree .method-post::before { color: var(--intelligence-coral); content: "POST"; }
.api-tree .method-get::before { color: var(--intelligence-cyan); content: "GET"; }
.api-tree > span.active { color: #fff; background: #294039; }

.api-editor {
    padding: 18px;
}

.request-line {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 52px;
    gap: 8px;
    align-items: center;
}

.request-line span,
.request-line b {
    display: grid;
    place-items: center;
    height: 34px;
    border-radius: 2px;
    font-size: 8px;
}

.request-line span {
    color: var(--intelligence-coral);
    background: #29332f;
}

.request-line code {
    display: flex;
    align-items: center;
    height: 34px;
    padding: 0 10px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.72);
    background: #1b2521;
    border: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 9px;
    white-space: nowrap;
}

.request-line b {
    color: var(--intelligence-ink);
    background: var(--intelligence-acid);
}

.editor-tabs {
    display: flex;
    gap: 20px;
    height: 44px;
    margin-top: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.editor-tabs span {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.43);
    font-size: 9px;
}

.editor-tabs span.active {
    color: #fff;
    border-bottom: 2px solid var(--intelligence-cyan);
}

.api-editor pre {
    height: 160px;
    margin: 14px 0;
    padding: 15px;
    overflow: hidden;
    color: #b7d7ce;
    background: #0e1512;
    border: 1px solid rgba(255, 255, 255, 0.07);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
    line-height: 1.8;
}

.response-panel {
    background: #17211d;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.response-panel header {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 38px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 8px;
}

.response-panel header span {
    margin-left: auto;
    color: var(--intelligence-cyan);
}

.response-panel header small {
    color: rgba(255, 255, 255, 0.4);
}

.response-check {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    min-height: 34px;
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.62);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 8px;
}

.response-check i {
    width: 5px;
    height: 5px;
    background: var(--intelligence-acid);
    border-radius: 50%;
}

.response-check b {
    color: var(--intelligence-cyan);
    font-size: 7px;
    text-transform: uppercase;
}

.test-system-section {
    background: var(--intelligence-surface);
}

.intelligent-site .section-heading h2,
.quality-ops-heading h2,
.capability-system-layout h2,
.plan-capabilities-layout h2 {
    font-size: 46px;
}

.intelligent-site .section-heading > p {
    color: #596560;
}

.test-system-map {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 90px minmax(0, 1fr);
    align-items: center;
    min-height: 470px;
    background: #fff;
    border: 1px solid var(--intelligence-line);
}

.test-library-pane,
.test-run-pane {
    align-self: stretch;
    padding: 28px;
}

.pane-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--intelligence-line);
}

.pane-label span {
    font-size: 13px;
    font-weight: 700;
}

.pane-label small {
    color: #748079;
    font-size: 10px;
}

.tree-node {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    height: 36px;
    color: #53605b;
    font-size: 10px;
}

.tree-node i {
    width: 6px;
    height: 6px;
    border: 1px solid #679082;
}

.tree-node.child { padding-left: 20px; }
.tree-node.leaf { padding-left: 40px; color: var(--intelligence-ink); }
.tree-node small { color: #89938e; }

.case-line {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 52px;
    margin-left: 38px;
    padding: 0 12px;
    border-top: 1px solid #e7ece8;
    font-size: 9px;
}

.case-line > span {
    color: #b75043;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.case-line > strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-line > b {
    color: #397866;
    font-size: 8px;
}

.template-binding {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    margin: 18px 0 0 38px;
    padding: 12px;
    background: #edf5f1;
    border-left: 2px solid #4d9c83;
    font-size: 9px;
}

.template-binding > span { color: #44806e; font-size: 8px; text-transform: uppercase; }
.template-binding small { color: #7a8781; }

.snapshot-bridge {
    display: grid;
    place-items: center;
    gap: 8px;
    align-content: center;
    height: 100%;
    color: #3b7463;
    background: var(--intelligence-surface-2);
    border-right: 1px solid var(--intelligence-line);
    border-left: 1px solid var(--intelligence-line);
}

.snapshot-bridge span {
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.snapshot-bridge i {
    font-style: normal;
    font-size: 22px;
}

.run-progress {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    margin-bottom: 22px;
    padding: 16px;
    background: var(--intelligence-ink);
    color: #fff;
}

.run-progress strong { font-size: 22px; }
.run-progress > span { height: 4px; background: #34433d; }
.run-progress > span i { display: block; width: var(--w); height: 100%; background: var(--intelligence-acid); }
.run-progress small { color: rgba(255,255,255,.48); font-size: 8px; }

.run-case {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 66px;
    border-bottom: 1px solid var(--intelligence-line);
}

.run-case > i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.status-pass { background: #4ba889; }
.status-fail { background: var(--intelligence-coral); }
.status-block { background: #d3a83c; }

.run-case > div { display: grid; gap: 3px; min-width: 0; }
.run-case strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.run-case small { color: #77827d; font-size: 9px; }
.run-case > b { color: #56635e; font-size: 8px; text-transform: uppercase; }

.supporting-capabilities {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 190px;
    margin-top: 18px;
    border: 1px solid var(--intelligence-line);
    background: #fff;
}

.supporting-capabilities > span,
.supporting-capabilities > a {
    display: flex;
    flex-direction: column;
    min-height: 110px;
    padding: 20px;
    border-right: 1px solid var(--intelligence-line);
    color: #66716c;
    font-size: 11px;
}

.supporting-capabilities strong {
    margin-bottom: 7px;
    color: var(--intelligence-ink);
    font-size: 12px;
}

.supporting-capabilities > a {
    justify-content: space-between;
    color: #fff;
    background: var(--intelligence-forest);
    border-right: 0;
    font-weight: 650;
}

.supporting-capabilities a i { align-self: flex-end; font-style: normal; }

.operations-band {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.operations-half {
    min-width: 0;
    padding: 96px max(32px, calc((100vw - 1240px) / 2));
}

.daily-half {
    padding-right: 66px;
    color: #fff;
    background: #1d3743;
}

.equipment-half {
    padding-left: 66px;
    color: var(--intelligence-ink);
    background: var(--intelligence-acid);
}

.operations-inner {
    width: min(100%, 540px);
}

.equipment-half .operations-inner { margin-left: auto; }

.operations-half .platform-kicker { color: var(--intelligence-cyan); }
.equipment-half .platform-kicker { color: #1d6655; }

.operations-half h2 {
    margin: 0 0 20px;
    font-size: 44px;
}

.operations-half > .operations-inner > p:not(.platform-kicker) {
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

.equipment-half > .operations-inner > p:not(.platform-kicker) { color: #3e514a; }

.daily-preview,
.equipment-preview {
    margin: 32px 0 26px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.equipment-preview {
    background: #fff;
    border-color: rgba(17, 24, 21, 0.18);
}

.daily-tabs {
    display: flex;
    min-height: 42px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.daily-tabs span {
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 0 14px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 9px;
}

.daily-tabs span.active {
    color: #fff;
    border-bottom: 2px solid var(--intelligence-cyan);
}

.daily-tabs b { color: var(--intelligence-cyan); font-size: 8px; }

.daily-item {
    display: grid;
    grid-template-columns: 7px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 62px;
    padding: 0 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.daily-item > i { width: 6px; height: 6px; background: var(--intelligence-cyan); border-radius: 50%; }
.daily-item > div { display: grid; gap: 2px; }
.daily-item strong { color: #fff; font-size: 10px; }
.daily-item small { color: rgba(255,255,255,.43); font-size: 8px; }
.daily-item > span { color: var(--intelligence-acid); font-size: 7px; text-transform: uppercase; }

.equipment-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 72px;
    border-bottom: 1px solid var(--intelligence-line);
}

.equipment-kpis span {
    display: grid;
    place-items: center;
    align-content: center;
    color: #617069;
    border-right: 1px solid var(--intelligence-line);
    font-size: 8px;
}

.equipment-kpis span:last-child { border-right: 0; }
.equipment-kpis strong { color: var(--intelligence-ink); font-size: 19px; }

.equipment-line {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) 80px auto;
    gap: 8px;
    align-items: center;
    min-height: 56px;
    padding: 0 12px;
    border-bottom: 1px solid var(--intelligence-line);
    font-size: 8px;
}

.equipment-line > span { font-size: 10px; font-weight: 650; }
.equipment-line small { color: #77837d; }
.equipment-line i { padding: 4px 6px; color: #287260; background: #e1f2ea; border-radius: 2px; font-style: normal; }
.equipment-line i.loaned { color: #975144; background: #fff0ed; }

.operations-half .text-link { color: #fff; }
.equipment-half .text-link { color: var(--intelligence-ink); }

.quality-ops-section {
    background: #fff;
}

.quality-ops-layout {
    display: grid;
    grid-template-columns: minmax(340px, 0.72fr) minmax(520px, 1fr);
    gap: 100px;
    align-items: start;
}

.quality-ops-heading {
    position: sticky;
    top: 110px;
}

.quality-ops-heading h2 {
    margin: 0 0 22px;
}

.quality-ops-heading > p:not(.platform-kicker) {
    margin-bottom: 30px;
    color: #59655f;
    font-size: 17px;
}

.quality-signal-list {
    border-top: 1px solid var(--intelligence-line);
}

.quality-signal-list article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 24px;
    min-height: 140px;
    padding: 30px 0;
    border-bottom: 1px solid var(--intelligence-line);
}

.quality-signal-list article > span {
    color: #307764;
    font-size: 11px;
    font-weight: 700;
}

.quality-signal-list h3 {
    margin: 0 0 8px;
    font-size: 23px;
}

.quality-signal-list p {
    margin: 0;
    color: #5f6a65;
}

.platform-index-section {
    background: var(--intelligence-surface);
}

.platform-index-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--intelligence-line);
    border-left: 1px solid var(--intelligence-line);
}

.platform-index-item {
    position: relative;
    min-height: 280px;
    padding: 28px;
    background: #fff;
    border-right: 1px solid var(--intelligence-line);
    border-bottom: 1px solid var(--intelligence-line);
    transition: color 180ms ease, background-color 180ms ease;
}

.platform-index-item:hover {
    color: #fff;
    background: var(--intelligence-forest);
}

.platform-index-item > span,
.intelligent-related-item > span {
    color: #43806f;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.platform-index-item h3,
.intelligent-related-item h3 {
    margin: 58px 0 12px;
    font-size: 25px;
}

.platform-index-item p,
.intelligent-related-item p {
    margin: 0;
    color: #64706a;
    font-size: 14px;
}

.platform-index-item:hover p { color: rgba(255,255,255,.68); }

.platform-index-item > i,
.intelligent-related-item > i {
    position: absolute;
    top: 24px;
    right: 25px;
    font-style: normal;
}

.platform-index-item.feature-sso {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 150px minmax(240px, .45fr) minmax(320px, 1fr) 24px;
    gap: 28px;
    align-items: center;
    min-height: 190px;
    color: #fff;
    background: var(--intelligence-forest);
}

.platform-index-item.feature-sso > span { color: var(--intelligence-acid); }
.platform-index-item.feature-sso h3 { margin: 0; }
.platform-index-item.feature-sso p { color: rgba(255, 255, 255, .68); }
.platform-index-item.feature-sso > i { position: static; justify-self: end; }

.intelligent-faq {
    background: #fff;
}

.intelligent-faq .faq-list details,
.intelligent-faq-page .faq-list details {
    border-color: var(--intelligence-line);
}

.intelligent-faq .faq-list summary span,
.intelligent-faq-page .faq-list summary span {
    color: #26725f;
}

.intelligent-site .faq-list summary {
    min-width: 0;
    overflow: hidden;
    overflow-wrap: anywhere;
}

/* Platform and feature pages */

.intelligent-subhero {
    min-height: 660px;
}

.subhero-inner {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 660px;
    padding: 110px 24px 70px;
}

.subhero-copy {
    position: relative;
    z-index: 2;
    width: min(100%, 680px);
}

.subhero-copy h1 {
    margin: 0;
    color: #fff;
    font-size: 64px;
}

.subhero-copy > p:not(.platform-kicker) {
    max-width: 620px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.67);
    font-size: 18px;
}

.platform-subhero .subhero-copy {
    width: 590px;
}

.platform-map {
    position: absolute;
    right: 0;
    width: 570px;
    height: 500px;
}

.platform-map::before,
.platform-map::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
}

.platform-map::before { width: 360px; height: 360px; }
.platform-map::after { width: 500px; height: 500px; }

.platform-map-core,
.platform-map-node {
    position: absolute;
    z-index: 2;
    display: grid;
    align-content: center;
    min-height: 82px;
    padding: 12px 16px;
    color: #fff;
    background: #22312c;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 4px;
}

.platform-map-core {
    top: 50%;
    left: 50%;
    place-items: center;
    width: 150px;
    height: 150px;
    background: var(--intelligence-acid);
    border-color: var(--intelligence-acid);
    color: var(--intelligence-ink);
    transform: translate(-50%, -50%);
}

.platform-map-core span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 6px;
    border: 1px solid currentColor;
    border-radius: 3px;
    font-weight: 700;
}

.platform-map-core strong { font-size: 15px; }
.platform-map-core small { color: #46544e; font-size: 8px; }

.platform-map-node { width: 155px; }
.platform-map-node span { color: var(--intelligence-cyan); font-size: 8px; }
.platform-map-node strong { margin: 3px 0; font-size: 11px; }
.platform-map-node small { color: rgba(255,255,255,.42); font-size: 8px; text-transform: uppercase; }
.node-ai { top: 0; left: 207px; }
.node-sso { top: 70px; left: 0; }
.node-test { top: 70px; right: 0; }
.node-ops { top: 220px; left: 0; }
.node-api { top: 220px; right: 0; }
.node-equipment { bottom: 0; left: 90px; }
.node-daily { right: 90px; bottom: 0; }

.platform-principles {
    background: var(--intelligence-acid);
}

.platform-principles-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.platform-principles-inner > span {
    display: grid;
    min-height: 170px;
    padding: 28px;
    border-right: 1px solid rgba(17,24,21,.18);
}

.platform-principles-inner > span:first-child { border-left: 1px solid rgba(17,24,21,.18); }
.platform-principles-inner b { color: #357261; font-size: 9px; }
.platform-principles-inner strong { align-self: end; margin: 18px 0 5px; font-size: 18px; }
.platform-principles-inner small { color: #4c5e56; font-size: 11px; line-height: 1.5; }

.platform-catalog { background: #fff; }

.platform-catalog-list { border-top: 1px solid var(--intelligence-line); }

.platform-catalog-row {
    display: grid;
    grid-template-columns: 70px 230px minmax(0, 1fr) 30px;
    gap: 24px;
    align-items: center;
    min-height: 150px;
    padding: 24px 0;
    border-bottom: 1px solid var(--intelligence-line);
    transition: padding 180ms ease, color 180ms ease;
}

.platform-catalog-row:hover { padding-right: 18px; padding-left: 18px; color: #fff; background: var(--intelligence-forest); }
.catalog-number { color: #397b69; font-size: 11px; font-weight: 700; }
.catalog-title small { color: #63706a; font-size: 9px; text-transform: uppercase; }
.catalog-title h3 { margin: 4px 0 0; font-size: 25px; }
.platform-catalog-row p { margin: 0; color: #5d6963; font-size: 14px; }
.platform-catalog-row:hover .catalog-number,
.platform-catalog-row:hover .catalog-title small { color: var(--intelligence-cyan); }
.platform-catalog-row:hover p { color: rgba(255,255,255,.66); }
.platform-catalog-row > i { justify-self: end; font-style: normal; }

.capability-system-band { color: #fff; background: #1d3743; }
.capability-system-layout { display: grid; grid-template-columns: minmax(300px,.7fr) minmax(480px,1fr); gap: 90px; }
.capability-system-layout .platform-kicker { color: var(--intelligence-cyan); }
.capability-system-layout h2 { margin: 0; }
.capability-system-list { border-top: 1px solid rgba(255,255,255,.18); }
.capability-system-list span { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 24px; padding: 18px 0; color: rgba(255,255,255,.56); border-bottom: 1px solid rgba(255,255,255,.14); font-size: 13px; }
.capability-system-list strong { color: #fff; }

.feature-intelligent-hero { min-height: 700px; }
.feature-intelligent-layout { position: relative; display: grid; grid-template-columns: minmax(340px,.72fr) minmax(570px,1fr); gap: 70px; align-items: center; min-height: 700px; padding: 120px 24px 70px; }
.feature-intelligent-copy { width: auto; }
.feature-intelligent-copy h1 { font-size: 56px; }

.feature-product-screen {
    overflow: hidden;
    color: #dbe7e2;
    background: #17211d;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 6px;
    box-shadow: 0 30px 70px rgba(0,0,0,.32);
}

.feature-screen-topbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 48px; padding: 0 14px; background: #22302b; border-bottom: 1px solid rgba(255,255,255,.1); }
.feature-screen-topbar > span { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 650; }
.feature-screen-topbar small { color: rgba(255,255,255,.52); font-size: 8px; text-transform: uppercase; }
.feature-screen-topbar > i { justify-self: end; width: 24px; height: 24px; background: #456159; border-radius: 50%; }
.feature-screen-body { display: grid; grid-template-columns: 54px minmax(0,1fr); min-height: 430px; }
.feature-screen-rail { display: flex; flex-direction: column; align-items: center; gap: 18px; padding-top: 22px; background: #111916; border-right: 1px solid rgba(255,255,255,.08); }
.feature-screen-rail i { width: 16px; height: 16px; border: 1px solid #5a7169; border-radius: 3px; }
.feature-screen-rail i:first-child { background: var(--intelligence-acid); border-color: var(--intelligence-acid); }
.feature-screen-main { padding: 26px; }
.feature-screen-main > header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.feature-screen-main header > div { display: grid; }
.feature-screen-main header strong { color: #fff; font-size: 21px; }
.feature-screen-main header > span { padding: 5px 8px; color: var(--intelligence-cyan); border: 1px solid rgba(101,216,207,.3); border-radius: 2px; font-size: 8px; text-transform: uppercase; }
.feature-screen-metrics { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid rgba(255,255,255,.1); }
.feature-screen-metrics div { display: grid; min-height: 76px; padding: 13px; border-right: 1px solid rgba(255,255,255,.1); }
.feature-screen-metrics div:last-child { border-right: 0; }
.feature-screen-metrics small { color: rgba(255,255,255,.42); font-size: 8px; }
.feature-screen-metrics strong { align-self: end; color: #fff; font-size: 20px; }
.feature-screen-list { margin-top: 16px; border-top: 1px solid rgba(255,255,255,.1); }
.feature-screen-list > div { display: grid; grid-template-columns: 8px minmax(0,1fr) auto; gap: 12px; align-items: center; min-height: 67px; padding: 0 8px; border-bottom: 1px solid rgba(255,255,255,.08); }
.feature-screen-list > div > i { width: 6px; height: 6px; background: var(--intelligence-acid); border-radius: 50%; }
.feature-screen-list span { display: grid; gap: 2px; min-width: 0; }
.feature-screen-list strong { overflow: hidden; color: #fff; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.feature-screen-list small { color: rgba(255,255,255,.42); font-size: 8px; }
.feature-screen-list b { color: var(--intelligence-cyan); font-size: 7px; text-transform: uppercase; }

.feature-proof-band { background: var(--intelligence-acid); }
.feature-proof-inner { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(520px,1fr); gap: 70px; align-items: center; min-height: 180px; }
.feature-proof-inner > p { margin: 0; font-size: 22px; font-weight: 600; line-height: 1.35; }
.feature-proof-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.feature-proof-stats span { display: grid; min-height: 90px; padding: 12px 24px; border-left: 1px solid rgba(17,24,21,.2); color: #4b5d55; font-size: 10px; }
.feature-proof-stats strong { align-self: end; margin-bottom: 3px; color: var(--intelligence-ink); font-size: 22px; }

.intelligent-benefits { background: #fff; }
.intelligent-benefit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--intelligence-line); border-left: 1px solid var(--intelligence-line); }
.intelligent-benefit { min-height: 300px; padding: 30px; border-right: 1px solid var(--intelligence-line); border-bottom: 1px solid var(--intelligence-line); }
.intelligent-benefit > span { color: #347967; font-size: 10px; font-weight: 700; }
.intelligent-benefit h3 { margin: 70px 0 14px; font-size: 25px; }
.intelligent-benefit p { margin: 0; color: #606c66; font-size: 15px; }

.intelligent-workflow-band { color: #fff; background: var(--intelligence-forest); }
.intelligent-workflow-layout { display: grid; grid-template-columns: minmax(320px,.72fr) minmax(520px,1fr); gap: 100px; }
.intelligent-workflow-heading .platform-kicker { color: var(--intelligence-acid); }
.intelligent-workflow-heading h2 { margin: 0 0 22px; font-size: 45px; }
.intelligent-workflow-heading > p:not(.platform-kicker) { color: rgba(255,255,255,.64); font-size: 16px; }
.intelligent-workflow-steps { border-top: 1px solid rgba(255,255,255,.18); }
.intelligent-workflow-steps article { display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 22px; min-height: 145px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.intelligent-workflow-steps article > span { color: var(--intelligence-cyan); font-size: 10px; font-weight: 700; }
.intelligent-workflow-steps h3 { margin: 0 0 7px; font-size: 22px; }
.intelligent-workflow-steps p { margin: 0; color: rgba(255,255,255,.62); }

.intelligent-outcome-band { background: var(--intelligence-acid); }
.intelligent-outcome-layout { display: grid; grid-template-columns: minmax(340px,.85fr) minmax(420px,.75fr); gap: 100px; align-items: center; }
.intelligent-outcome-layout .platform-kicker { color: #256b59; }
.intelligent-outcome-layout h2 { margin: 0; font-size: 47px; }
.intelligent-outcome-layout > div:last-child p { color: #43544d; font-size: 18px; }
.intelligent-outcome-layout .button-accent-dark { margin-top: 14px; color: #fff; background: var(--intelligence-ink); border-color: var(--intelligence-ink); }

.intelligent-related { background: var(--intelligence-surface); }
.intelligent-related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--intelligence-line); border-left: 1px solid var(--intelligence-line); }
.intelligent-related-item { position: relative; min-height: 270px; padding: 28px; background: #fff; border-right: 1px solid var(--intelligence-line); border-bottom: 1px solid var(--intelligence-line); }
.intelligent-related-item h3 { margin-top: 55px; }

/* Plans */

.public-plans-hero,
.public-plans-hero .subhero-inner {
    min-height: 720px;
}

.plans-subhero .subhero-inner {
    justify-content: space-between;
    gap: 72px;
}

.plans-subhero.public-plans-hero .subhero-copy {
    width: min(100%, 650px);
}

.plan-scale-panel {
    flex: 0 0 470px;
    width: min(100%, 470px);
    padding: 26px;
    background: rgba(23, 35, 31, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.2);
}

.plan-scale-panel > header {
    display: grid;
    gap: 4px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.plan-scale-panel > header span,
.plan-scale-panel > footer > span {
    color: var(--intelligence-acid);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.plan-scale-panel > header strong {
    font-size: 19px;
}

.plan-scale-row {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 82px;
    gap: 12px;
    align-items: center;
    min-height: 46px;
}

.plan-scale-row > span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 700;
}

.plan-scale-row > i {
    position: relative;
    height: 4px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.13);
}

.plan-scale-row > i b {
    display: block;
    height: 100%;
    min-width: 7px;
    background: var(--intelligence-cyan);
}

.plan-scale-row > i .scale-free { width: 3%; }
.plan-scale-row > i .scale-one { width: 10%; }
.plan-scale-row > i .scale-five { width: 50%; }
.plan-scale-row > i .scale-ten { width: 100%; background: var(--intelligence-acid); }

.plan-scale-row > strong {
    justify-self: end;
    color: #fff;
    font-size: 12px;
}

.plan-scale-panel > footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 20px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.plan-scale-panel > footer strong {
    justify-self: end;
    color: var(--intelligence-cyan);
    font-size: 12px;
}

.plan-scale-panel > footer small {
    grid-column: 1 / -1;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
}

.public-plans-section {
    background: #fff;
}

.plan-price-lock {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    margin: -8px 0 28px;
    color: var(--intelligence-ink);
    background: #f2ffd2;
    border-top: 1px solid #b8d55f;
    border-bottom: 1px solid #b8d55f;
}

.plan-price-lock-date {
    display: grid;
    gap: 4px;
    padding: 20px 24px;
    align-content: center;
    border-right: 1px solid #b8d55f;
}

.plan-price-lock-date span {
    color: #376d5d;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.plan-price-lock-date time {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.plan-price-lock > div:last-child {
    padding: 20px 26px;
}

.plan-price-lock > div:last-child strong {
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
}

.plan-price-lock > div:last-child p {
    margin: 0;
    color: #4d5c54;
    font-size: 13px;
}

.public-plan-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.public-plan-card {
    display: flex;
    min-width: 0;
    min-height: 620px;
    padding: 26px;
    flex-direction: column;
    color: var(--intelligence-ink);
    background: #fff;
    border: 1px solid var(--intelligence-line);
    border-top: 4px solid #6f8279;
    border-radius: 6px;
}

.public-plan-card.is-primary {
    color: #fff;
    background: var(--intelligence-forest);
    border-color: var(--intelligence-forest);
    border-top-color: var(--intelligence-acid);
    box-shadow: 0 24px 55px rgba(20, 58, 49, 0.2);
}

.public-plan-card.is-growth { border-top-color: var(--intelligence-cyan); }
.public-plan-card.is-scale { border-top-color: var(--intelligence-blue); }

.public-plan-card > header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    min-height: 66px;
}

.public-plan-code {
    display: block;
    margin-bottom: 4px;
    color: #277461;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.public-plan-card.is-primary .public-plan-code {
    color: var(--intelligence-acid);
}

.public-plan-card h3 {
    margin: 0;
    font-size: 27px;
}

.public-plan-card > header small {
    max-width: 112px;
    padding: 5px 7px;
    color: #315f53;
    background: var(--intelligence-surface-2);
    border-radius: 3px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.public-plan-card.is-primary > header small {
    color: var(--intelligence-ink);
    background: var(--intelligence-acid);
}

.public-plan-summary {
    min-height: 80px;
    margin: 14px 0 22px;
    color: #5b6862;
    font-size: 13px;
}

.public-plan-card.is-primary .public-plan-summary,
.public-plan-card.is-primary .public-plan-price-context,
.public-plan-card.is-primary .public-plan-price-note,
.public-plan-card.is-primary li {
    color: rgba(255, 255, 255, 0.67);
}

.public-plan-price-context {
    min-height: 20px;
    margin: 0 0 8px;
    color: #65726b;
    font-size: 11px;
    font-weight: 600;
}

.public-plan-price-context.is-offer {
    color: #9d4639;
}

.public-plan-price-context del {
    margin-left: 4px;
    text-decoration-thickness: 1px;
}

.public-plan-price {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 6px;
    white-space: nowrap;
}

.public-plan-price > span {
    color: #3b7566;
    font-size: 12px;
    font-weight: 700;
}

.public-plan-card.is-primary .public-plan-price > span {
    color: var(--intelligence-cyan);
}

.public-plan-price strong {
    min-width: 0;
    font-size: 38px;
    line-height: 1;
}

.public-plan-price.is-compact strong {
    font-size: 32px;
}

.public-plan-price > small {
    flex: 0 0 auto;
    color: #65726b;
    font-size: 11px;
    font-weight: 600;
}

.public-plan-card.is-primary .public-plan-price > small {
    color: rgba(255, 255, 255, 0.67);
}

.public-plan-price-note {
    min-height: 34px;
    margin: 8px 0 18px;
    color: #6a7770;
    font-size: 11px;
}

.public-plan-users {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 16px 0;
    border-top: 1px solid var(--intelligence-line);
    border-bottom: 1px solid var(--intelligence-line);
}

.public-plan-card.is-primary .public-plan-users {
    border-color: rgba(255, 255, 255, 0.2);
}

.public-plan-users strong {
    font-size: 30px;
    line-height: 1;
}

.public-plan-users span {
    color: #58665f;
    font-size: 12px;
}

.public-plan-card.is-primary .public-plan-users span {
    color: rgba(255, 255, 255, 0.68);
}

.public-plan-card ul {
    display: grid;
    gap: 10px;
    margin: 22px 0 26px;
    padding: 0;
    list-style: none;
}

.public-plan-card li {
    display: grid;
    grid-template-columns: 15px minmax(0, 1fr);
    color: #536159;
    font-size: 12px;
}

.public-plan-card li::before {
    color: #26745f;
    font-weight: 700;
    content: "+";
}

.public-plan-card.is-primary li::before {
    color: var(--intelligence-acid);
}

.public-plan-button {
    width: 100%;
    margin-top: auto;
    color: var(--intelligence-ink);
    background: var(--intelligence-surface-2);
    border-color: var(--intelligence-line);
}

.public-plan-card.is-primary .public-plan-button {
    color: var(--intelligence-ink);
    background: var(--intelligence-acid);
    border-color: var(--intelligence-acid);
}

.public-plan-card.is-growth .public-plan-button {
    background: #e9f8f6;
    border-color: #b9dcd7;
}

.public-plan-card.is-scale .public-plan-button {
    background: #edf4fa;
    border-color: #c5d8e7;
}

.public-plan-currency {
    margin: 22px 0 0;
    color: #66736c;
    font-size: 12px;
    text-align: right;
}

.plan-comparison-section {
    background: var(--intelligence-surface);
}

.plan-comparison-scroll {
    overflow-x: auto;
    border: 1px solid var(--intelligence-line);
    border-radius: 4px;
    background: #fff;
    scrollbar-color: #80918a var(--intelligence-surface-2);
}

.plan-comparison-scroll:focus-visible {
    outline: 3px solid #2b7966;
    outline-offset: 3px;
}

.plan-comparison-table {
    width: 100%;
    min-width: 960px;
    border-spacing: 0;
    table-layout: fixed;
}

.plan-comparison-table th,
.plan-comparison-table td {
    min-width: 0;
    padding: 18px 16px;
    border-right: 1px solid var(--intelligence-line);
    border-bottom: 1px solid var(--intelligence-line);
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
}

.plan-comparison-table tr > :last-child {
    border-right: 0;
}

.plan-comparison-table tbody tr:last-child > * {
    border-bottom: 0;
}

.plan-comparison-table thead th {
    color: #fff;
    background: var(--intelligence-ink);
}

.plan-comparison-table thead th:nth-child(3) {
    color: var(--intelligence-ink);
    background: var(--intelligence-acid);
}

.plan-comparison-table thead th:first-child,
.plan-comparison-table tbody th {
    position: sticky;
    z-index: 2;
    left: 0;
    width: 240px;
    text-align: left;
}

.plan-comparison-table thead th:first-child {
    z-index: 3;
    background: var(--intelligence-forest);
}

.plan-comparison-table thead strong,
.plan-comparison-table thead small,
.plan-comparison-table thead b,
.plan-comparison-table thead del {
    display: block;
}

.plan-comparison-table thead strong {
    margin-bottom: 4px;
    font-size: 17px;
}

.plan-comparison-table thead small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
    font-weight: 500;
}

.plan-comparison-table thead del {
    margin-top: 3px;
    color: #ff9d8d;
    font-size: 9px;
    font-weight: 500;
    text-decoration-thickness: 1px;
}

.plan-comparison-table thead b {
    margin-top: 3px;
    color: var(--intelligence-cyan);
    font-size: 11px;
}

.plan-comparison-table thead th:nth-child(3) small,
.plan-comparison-table thead th:nth-child(3) b {
    color: rgba(17, 24, 21, 0.64);
}

.plan-comparison-table tbody th {
    color: #26342e;
    background: #edf2ee;
}

.plan-comparison-table tbody td {
    color: #526159;
    background: #fff;
}

.plan-comparison-table tbody td:nth-child(3) {
    color: #173e34;
    background: #f6fde4;
    font-weight: 700;
}

.plan-capacity-note {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 18px 0 0;
    color: #637069;
    font-size: 12px;
    line-height: 1.6;
}

.plan-capacity-note > span {
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin-top: 5px;
    background: var(--intelligence-coral);
    border-radius: 50%;
}

.plan-capacity-copy {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.plan-capacity-copy p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.plan-limits-entry {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    margin-top: 30px;
    padding: 26px 28px;
    background: #f0f5f1;
    border-top: 1px solid #bdcbc4;
    border-bottom: 1px solid #bdcbc4;
}

.plan-limits-entry > div {
    display: grid;
    gap: 5px;
}

.plan-limits-entry > div > span {
    color: #28705e;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.plan-limits-entry strong {
    color: var(--intelligence-ink);
    font-size: 18px;
}

.plan-limits-entry p {
    margin: 0;
    color: #5e6d65;
    font-size: 12px;
    line-height: 1.6;
}

.plan-limits-entry .button {
    white-space: nowrap;
}

.plan-limits-hero,
.plan-limits-hero .subhero-inner {
    min-height: 720px;
}

.plan-limits-hero .subhero-inner {
    justify-content: space-between;
    gap: 72px;
}

.plan-limits-hero .subhero-copy {
    width: min(100%, 650px);
}

.plan-limit-overview {
    flex: 0 0 470px;
    width: min(100%, 470px);
    padding: 26px;
    background: rgba(23, 35, 31, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.2);
}

.plan-limit-overview > header {
    display: grid;
    gap: 5px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.plan-limit-overview > header span,
.plan-limit-overview > footer span {
    color: var(--intelligence-acid);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.plan-limit-overview > header strong {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}

.plan-limit-overview > a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 18px;
    gap: 10px;
    align-items: center;
    min-height: 58px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    transition: color 180ms ease, background-color 180ms ease;
}

.plan-limit-overview > a:hover,
.plan-limit-overview > a:focus-visible {
    color: var(--intelligence-acid);
    background: rgba(255, 255, 255, 0.04);
}

.plan-limit-overview > a > span {
    color: var(--intelligence-cyan);
    font-size: 10px;
    font-weight: 700;
}

.plan-limit-overview > a > strong {
    min-width: 0;
    font-size: 13px;
}

.plan-limit-overview > a > i {
    justify-self: end;
    font-size: 15px;
    font-style: normal;
}

.plan-limit-overview > footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 18px;
}

.plan-limit-overview > footer strong {
    color: var(--intelligence-cyan);
    font-size: 12px;
}

.plan-limits-section {
    background: #fff;
}

.plan-limit-groups {
    display: grid;
    gap: 72px;
}

.plan-limit-block {
    min-width: 0;
    scroll-margin-top: 100px;
}

.plan-limit-group-heading {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 20px 0 18px;
    border-top: 1px solid var(--intelligence-line);
}

.plan-limit-group-heading > span {
    color: #2d7462;
    font-size: 10px;
    font-weight: 700;
}

.plan-limit-group-heading h2 {
    margin: 0;
    font-size: 26px;
}

.plan-limits-scroll {
    max-width: 100%;
    overflow-x: auto;
    background: #fff;
    border: 1px solid var(--intelligence-line);
    border-radius: 4px;
    scrollbar-color: #80918a var(--intelligence-surface-2);
}

.plan-limits-scroll:focus-visible {
    outline: 3px solid #2b7966;
    outline-offset: 3px;
}

.plan-limits-table {
    width: 100%;
    min-width: 980px;
    border-spacing: 0;
    table-layout: fixed;
}

.plan-limits-table th,
.plan-limits-table td {
    min-width: 0;
    padding: 16px 18px;
    border-right: 1px solid var(--intelligence-line);
    border-bottom: 1px solid var(--intelligence-line);
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
    vertical-align: middle;
}

.plan-limits-table tr > :last-child {
    border-right: 0;
}

.plan-limits-table tbody tr:last-child > * {
    border-bottom: 0;
}

.plan-limits-table thead th {
    color: #fff;
    background: var(--intelligence-ink);
    font-size: 14px;
}

.plan-limits-table thead th:nth-child(3) {
    color: var(--intelligence-ink);
    background: var(--intelligence-acid);
}

.plan-limits-table thead th:first-child,
.plan-limits-table tbody th {
    position: sticky;
    z-index: 2;
    left: 0;
    width: 370px;
    text-align: left;
}

.plan-limits-table thead th:first-child {
    z-index: 3;
    background: var(--intelligence-forest);
}

.plan-limits-table tbody th {
    color: #26342e;
    background: #edf2ee;
    font-weight: 600;
}

.plan-limits-table tbody td {
    color: #526159;
    background: #fff;
}

.plan-limits-table tbody tr.is-highlight th {
    color: #173e34;
    background: #dfece5;
}

.plan-limits-table tbody tr.is-highlight td {
    color: #173e34;
    background: #f6fde4;
}

.plan-limit-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #276f5c;
    font-weight: 700;
}

.plan-limit-status > i {
    display: inline-grid;
    width: 17px;
    height: 17px;
    place-items: center;
    color: #fff;
    background: #2c7965;
    border-radius: 50%;
    font-size: 10px;
    font-style: normal;
    line-height: 1;
}

.plan-limit-status.is-unavailable {
    color: #7a655f;
}

.plan-limit-status.is-unavailable > i {
    background: #9a6a5f;
}

.plan-limit-api-note {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 30px;
    margin-top: 72px;
    padding: 28px 30px;
    color: #fff;
    background: #1d3743;
    border-left: 5px solid var(--intelligence-acid);
}

.plan-limit-api-note > span {
    color: var(--intelligence-cyan);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.plan-limit-api-note strong {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
}

.plan-limit-api-note p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    line-height: 1.65;
}

.plan-common-band {
    color: #fff;
    background: #1d3743;
}

.plan-common-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.68fr) minmax(560px, 1fr);
    gap: 90px;
    align-items: start;
}

.plan-common-layout .platform-kicker {
    color: var(--intelligence-cyan);
}

.plan-common-layout h2 {
    margin: 0 0 20px;
    font-size: 46px;
}

.plan-common-layout > div:first-child > p:last-child {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
}

.plan-common-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.plan-common-list > span {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 4px 12px;
    min-height: 126px;
    padding: 22px;
    align-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.17);
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.plan-common-list b {
    grid-row: 1 / 3;
    color: var(--intelligence-cyan);
    font-size: 10px;
}

.plan-common-list strong {
    font-size: 14px;
}

.plan-common-list small {
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
    line-height: 1.5;
}

.plan-decision-band {
    background: var(--intelligence-acid);
}

.plan-decision-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 64px;
    align-items: center;
}

.plan-decision-inner .platform-kicker {
    color: #256b59;
}

.plan-decision-inner h2 {
    margin: 0 0 12px;
    font-size: 42px;
}

.plan-decision-inner p:last-child {
    max-width: 720px;
    margin: 0;
    color: #43534b;
}

.plan-decision-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.plan-decision-actions .text-link {
    color: var(--intelligence-ink);
    white-space: nowrap;
}

/* Subscription guides */

.subscription-guide-hero,
.subscription-guide-hero .subhero-inner {
    min-height: 720px;
}

.subscription-guide-hero-inner {
    justify-content: space-between;
    gap: 72px;
}

.subscription-guide-hero .subhero-copy {
    width: min(100%, 680px);
}

.subscription-plan-panel {
    flex: 0 0 430px;
    width: min(100%, 430px);
    padding: 28px;
    background: rgba(23, 35, 31, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.subscription-plan-panel > header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.subscription-plan-panel > header span {
    color: var(--intelligence-acid);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.subscription-plan-panel > header strong {
    color: #fff;
    font-size: 48px;
    line-height: 0.9;
}

.subscription-plan-users {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 26px 0 22px;
}

.subscription-plan-users strong {
    color: var(--intelligence-cyan);
    font-size: 44px;
    line-height: 1;
}

.subscription-plan-users span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.subscription-plan-panel dl {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.subscription-plan-panel dl > div {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 20px;
    min-height: 57px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.subscription-plan-panel dt {
    color: rgba(255, 255, 255, 0.45);
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.subscription-plan-panel dd {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
}

.subscription-process-section {
    background: #fff;
}

.subscription-process {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--intelligence-line);
    list-style: none;
}

.subscription-process-step {
    display: grid;
    grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
    gap: 64px;
    min-width: 0;
    padding: 58px 0;
    align-items: center;
    border-bottom: 1px solid var(--intelligence-line);
}

.subscription-process-step:nth-child(even) .subscription-step-copy {
    order: 2;
}

.subscription-process-step:nth-child(even) {
    grid-template-columns: minmax(0, 1.3fr) minmax(250px, 0.7fr);
}

.subscription-process-step:nth-child(even) figure {
    order: 1;
}

.subscription-step-copy {
    min-width: 0;
    padding: 0 12px;
}

.subscription-step-number {
    display: block;
    margin-bottom: 25px;
    color: #26745f;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.subscription-step-copy h3 {
    margin: 0 0 16px;
    font-size: 31px;
    line-height: 1.12;
}

.subscription-step-copy p {
    margin: 0;
    color: #56645d;
    font-size: 15px;
    line-height: 1.75;
}

.subscription-step-copy p a {
    color: #176b55;
    font-weight: 650;
    text-decoration: underline;
    text-decoration-color: #86b6a7;
    text-underline-offset: 3px;
}

.subscription-process-step figure {
    min-width: 0;
    margin: 0;
}

.subscription-step-image {
    position: relative;
    overflow: hidden;
    background: var(--intelligence-surface-2);
    border: 1px solid #cbd5d0;
    border-radius: 4px;
    box-shadow: 0 20px 46px rgba(25, 48, 40, 0.12);
}

.subscription-step-image img {
    display: block;
    width: 100%;
    height: auto;
}

.subscription-process-step figcaption {
    margin-top: 10px;
    color: #718079;
    font-size: 10px;
    font-weight: 600;
}

.subscription-flow-cta {
    color: #fff;
    background: var(--intelligence-forest);
}

.subscription-flow-cta-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 72px;
    align-items: center;
}

.subscription-flow-cta .platform-kicker {
    color: var(--intelligence-cyan);
}

.subscription-flow-cta h2 {
    max-width: 820px;
    margin: 0 0 16px;
    font-size: 43px;
}

.subscription-flow-cta p:not(.platform-kicker) {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

.subscription-flow-cta-action .button {
    min-width: 310px;
}

.subscription-payment-support {
    color: var(--intelligence-ink);
    background: var(--intelligence-acid);
}

.subscription-payment-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 76px;
    align-items: center;
}

.subscription-payment-layout .platform-kicker {
    color: #256b59;
}

.subscription-payment-layout h2,
.subscription-security-layout h2 {
    margin: 0 0 16px;
    font-size: 43px;
}

.subscription-payment-layout > div:first-child > p:last-child {
    max-width: 760px;
    margin: 0;
    color: #43534b;
}

.subscription-payment-actions {
    align-self: center;
}

.subscription-payment-actions .button {
    width: 100%;
}

.subscription-security-band {
    color: #fff;
    background: #1d3743;
}

.subscription-security-layout {
    display: grid;
    grid-template-columns: minmax(260px, 410px) minmax(0, 1fr);
    gap: 82px;
    align-items: center;
}

.subscription-security-mark {
    display: grid;
    min-height: 190px;
    padding: 32px 0 32px 32px;
    align-content: center;
    border-left: 4px solid var(--intelligence-acid);
}

.subscription-security-mark span {
    margin-bottom: 13px;
    color: var(--intelligence-cyan);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.subscription-security-mark strong {
    font-size: 43px;
    line-height: 1;
}

.subscription-security-layout .platform-kicker {
    color: var(--intelligence-cyan);
}

.subscription-security-layout p:not(.platform-kicker) {
    max-width: 760px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.7);
}

.subscription-security-layout .text-link {
    color: #fff;
}

@media (max-width: 1080px) {
    .public-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-plan-card {
        min-height: 575px;
    }

    .public-plan-summary {
        min-height: 58px;
    }

    .plan-common-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .subscription-process-step {
        grid-template-columns: minmax(230px, 0.78fr) minmax(0, 1.22fr);
        gap: 40px;
    }

    .subscription-process-step:nth-child(even) {
        grid-template-columns: minmax(0, 1.22fr) minmax(230px, 0.78fr);
    }

    .subscription-payment-layout,
    .subscription-security-layout {
        gap: 48px;
    }
}

@media (max-width: 980px) {
    .plans-subhero.public-plans-hero .subhero-inner {
        display: grid;
        min-height: auto;
        padding-top: 130px;
        padding-bottom: 84px;
        align-content: start;
        gap: 52px;
    }

    .plans-subhero.public-plans-hero .subhero-copy {
        width: min(100%, 700px);
    }

    .plan-scale-panel {
        width: min(100%, 700px);
    }

    .plan-limits-hero .subhero-inner {
        display: grid;
        min-height: auto;
        padding-top: 130px;
        padding-bottom: 84px;
        align-content: start;
        gap: 52px;
    }

    .plan-limits-hero .subhero-copy,
    .plan-limit-overview {
        width: min(100%, 700px);
    }

    .plan-limit-overview {
        flex-basis: auto;
    }

    .plan-decision-inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .subscription-guide-hero .subhero-inner {
        display: grid;
        min-height: auto;
        padding-top: 130px;
        padding-bottom: 84px;
        align-content: start;
        gap: 52px;
    }

    .subscription-guide-hero .subhero-copy,
    .subscription-plan-panel {
        width: min(100%, 700px);
    }

    .subscription-plan-panel {
        flex-basis: auto;
    }

    .subscription-flow-cta-layout,
    .subscription-payment-layout,
    .subscription-security-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .subscription-security-mark {
        min-height: 0;
    }
}

@media (max-width: 680px) {
    .public-plan-grid,
    .plan-common-list {
        grid-template-columns: 1fr;
    }

    .subscription-process-step,
    .subscription-process-step:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 42px 0;
    }

    .subscription-process-step:nth-child(even) .subscription-step-copy,
    .subscription-process-step:nth-child(even) figure {
        order: initial;
    }

    .subscription-step-copy {
        padding: 0;
    }

    .subscription-flow-cta-action .button {
        width: 100%;
        min-width: 0;
    }

    .public-plan-card,
    .public-plan-summary {
        min-height: 0;
    }

    .public-plan-card {
        min-height: 560px;
    }

    .plan-common-list > span {
        min-height: 104px;
    }

    .plan-limits-entry,
    .plan-limit-api-note {
        grid-template-columns: 1fr;
    }

    .plan-limits-entry {
        gap: 20px;
    }

    .plan-limits-entry .button {
        width: 100%;
    }

    .plan-limit-api-note {
        gap: 10px;
    }
}

@media (max-width: 520px) {
    .plans-subhero.public-plans-hero .subhero-inner {
        padding-top: 104px;
        padding-bottom: 64px;
        gap: 38px;
    }

    .plan-limits-hero .subhero-inner {
        padding-top: 104px;
        padding-bottom: 64px;
        gap: 38px;
    }

    .subscription-guide-hero .subhero-inner {
        padding-top: 90px;
        padding-bottom: 30px;
        gap: 24px;
    }

    .subscription-guide-hero .subhero-copy h1 {
        font-size: 35px;
    }

    .subscription-plan-panel {
        padding: 16px;
    }

    .subscription-plan-panel > header {
        padding-bottom: 15px;
    }

    .subscription-plan-panel > header strong {
        font-size: 36px;
    }

    .subscription-plan-users {
        padding: 16px 0 14px;
    }

    .subscription-plan-users strong {
        font-size: 34px;
    }

    .subscription-plan-panel dl > div {
        grid-template-columns: 94px minmax(0, 1fr);
        gap: 12px;
        min-height: 48px;
    }

    .subscription-step-copy h3,
    .subscription-flow-cta h2,
    .subscription-payment-layout h2,
    .subscription-security-layout h2 {
        font-size: 31px;
    }

    .subscription-step-number {
        margin-bottom: 18px;
    }

    .subscription-security-mark {
        padding: 24px 0 24px 24px;
    }

    .subscription-security-mark strong {
        font-size: 35px;
    }

    .plan-limit-overview {
        padding: 18px;
    }

    .plan-limit-overview > a {
        grid-template-columns: 30px minmax(0, 1fr) 14px;
        min-height: 54px;
    }

    .plan-scale-panel {
        padding: 18px;
    }

    .plan-scale-panel > header strong {
        font-size: 16px;
    }

    .plan-price-lock {
        grid-template-columns: 1fr;
        margin-top: 0;
    }

    .plan-price-lock-date {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 16px;
        padding: 16px 18px;
        border-right: 0;
        border-bottom: 1px solid #b8d55f;
    }

    .plan-price-lock > div:last-child {
        padding: 18px;
    }

    .plan-price-lock > div:last-child strong {
        font-size: 16px;
    }

    .plan-scale-row {
        grid-template-columns: 44px minmax(0, 1fr) 76px;
        gap: 8px;
        min-height: 42px;
    }

    .public-plan-card {
        min-height: 550px;
        padding: 22px;
    }

    .public-plan-price strong {
        font-size: 36px;
    }

    .public-plan-currency {
        text-align: left;
    }

    .plan-comparison-table {
        min-width: 820px;
    }

    .plan-comparison-table thead th:first-child,
    .plan-comparison-table tbody th {
        width: 190px;
    }

    .plan-comparison-table th,
    .plan-comparison-table td {
        padding: 15px 12px;
        font-size: 12px;
    }

    .plan-limits-entry {
        padding: 21px 20px;
    }

    .plan-limit-groups {
        gap: 56px;
    }

    .plan-limit-group-heading {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 10px;
    }

    .plan-limit-group-heading h2 {
        font-size: 23px;
    }

    .plan-limits-table {
        min-width: 820px;
    }

    .plan-limits-table thead th:first-child,
    .plan-limits-table tbody th {
        width: 190px;
    }

    .plan-limits-table th,
    .plan-limits-table td {
        padding: 14px 12px;
        font-size: 12px;
    }

    .plan-limit-api-note {
        margin-top: 56px;
        padding: 22px 20px;
    }

    .plan-common-layout h2,
    .plan-decision-inner h2 {
        font-size: 31px;
    }

    .plan-decision-actions {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* FAQ and contact */

.faq-intelligent-hero { min-height: 560px; }
.faq-intelligent-hero .subhero-inner { min-height: 560px; }
.intelligent-faq-page { background: #fff; }
.intelligent-faq-page .faq-page-nav h2 { font-size: 37px; }
.intelligent-faq-page .faq-page-nav nav a:hover { color: #26725f; }
.intelligent-faq-page .faq-topic > header > span { color: #317765; }
.intelligent-faq-page .faq-topic h2 { margin: 0; }
.intelligent-faq-page .faq-topic .platform-kicker { margin-bottom: 8px; }

.contact-intelligent-hero .subhero-inner { justify-content: space-between; gap: 70px; }
.contact-signal { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); width: 440px; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.contact-signal span { display: grid; min-height: 120px; padding: 22px; align-content: space-between; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); font-size: 13px; }
.contact-signal b { color: var(--intelligence-cyan); font-size: 9px; }
.contact-scope-section { background: #fff; }
.intelligent-contact-grid { border-top: 1px solid var(--intelligence-line); border-left: 1px solid var(--intelligence-line); }
.intelligent-contact-grid article { border-color: var(--intelligence-line); }
.intelligent-contact-options { color: #fff; background: var(--intelligence-forest); }
.intelligent-contact-options .platform-kicker { color: var(--intelligence-acid); }
.intelligent-contact-options .contact-options-heading > p:not(.platform-kicker),
.intelligent-contact-options .contact-option small { color: rgba(255,255,255,.62); }
.intelligent-contact-options .contact-option { border-color: rgba(255,255,255,.18); }
.intelligent-contact-options .contact-option > span { color: var(--intelligence-cyan); }

.footer-cta-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 24px;
}

.footer-cta-actions .text-link { color: #fff; }

.intelligent-site + .footer,
.intelligent-site .footer {
    background: var(--intelligence-forest);
}

@media (prefers-reduced-motion: reduce) {
    .live-chip i,
    .event-live {
        animation: none;
    }
}

@media (max-width: 1180px) {
    .intelligent-site .nav { gap: 18px; }
    .intelligent-hero-copy { width: 530px; }
    .intelligent-hero h1 { font-size: 68px; }
    .hero-cockpit { right: -280px; opacity: .78; }
    .mcp-layout,
    .api-platform-layout { grid-template-columns: minmax(300px,.62fr) minmax(500px,1fr); gap: 48px; }
    .feature-intelligent-layout { grid-template-columns: minmax(320px,.72fr) minmax(500px,1fr); gap: 45px; }
    .platform-map { right: -120px; opacity: .78; }
    .operations-half { padding-right: 36px; padding-left: 36px; }
}

@media (max-width: 980px) {
    .intelligent-heading,
    .mcp-layout,
    .api-platform-layout,
    .quality-ops-layout,
    .capability-system-layout,
    .feature-intelligent-layout,
    .feature-proof-inner,
    .intelligent-workflow-layout,
    .intelligent-outcome-layout,
    .plan-capabilities-layout {
        grid-template-columns: 1fr;
    }

    .intelligent-heading { gap: 22px; }
    .intelligent-heading > p:last-child { grid-column: 1; grid-row: auto; max-width: 650px; }
    .hero-cockpit { right: -440px; opacity: .62; }
    .intelligent-hero-copy { width: 570px; }
    .capability-rail-inner { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .capability-rail a:nth-child(4),
    .capability-rail a:nth-child(7) { border-left: 1px solid var(--intelligence-line); }
    .mcp-layout,
    .api-platform-layout { gap: 58px; }
    .mcp-copy { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
    .mcp-point { grid-template-columns: 1fr; align-content: start; }
    .mcp-copy .text-link { grid-column: 1 / -1; }
    .api-workspace { width: min(100%,760px); }
    .test-system-map { grid-template-columns: 1fr 60px 1fr; }
    .supporting-capabilities { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .supporting-capabilities > span:nth-child(2) { border-right: 0; }
    .operations-band { grid-template-columns: 1fr; }
    .operations-half { padding: 78px 32px; }
    .operations-inner,
    .equipment-half .operations-inner { width: min(100%,760px); margin: 0 auto; }
    .quality-ops-heading { position: static; }
    .platform-map { right: -230px; }
    .feature-intelligent-layout { padding-top: 135px; padding-bottom: 65px; }
    .feature-product-screen { width: min(100%,760px); }
    .feature-proof-inner { gap: 34px; padding: 40px 24px; }
    .platform-index-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .intelligent-related-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .plan-dimension-grid,
    .plan-process { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .plans-subhero .subhero-copy { width: 540px; }
    .plan-meter { width: 390px; }
    .contact-signal { width: 360px; }
}

@media (max-width: 820px) {
    .intelligent-site #arcontactus .arcu-prompt {
        display: none !important;
    }

    .intelligent-site #arcontactus {
        right: 10px !important;
        bottom: 10px !important;
        transform: scale(.78);
        transform-origin: right bottom;
    }

    .intelligent-site .nav-start,
    .intelligent-site.hero-header .site-header:not(.is-scrolled) .nav-start {
        color: var(--intelligence-ink) !important;
        background: var(--intelligence-acid);
    }

    .intelligent-site .nav-mega-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .intelligent-site .section { padding: 78px 20px; }
    .intelligent-hero { height: 720px; min-height: 720px; }
    .intelligent-hero::before { top: 365px; width: 100%; height: 355px; }
    .intelligent-hero-inner { padding: 0 20px; }
    .intelligent-hero-copy { width: min(100%,660px); padding-top: 102px; }
    .intelligent-hero h1 { font-size: 58px; }
    .intelligent-hero-statement { font-size: 22px; }
    .intelligent-hero-lead { max-width: 600px; font-size: 15px; }
    .hero-domain-list { margin-top: 22px; }
    .hero-cockpit { top: 430px; right: -90px; width: 720px; height: 420px; opacity: .88; }
    .cockpit-body { grid-template-columns: 115px minmax(0,1fr); }
    .cockpit-main { padding: 16px; }
    .cockpit-workspace { grid-template-columns: minmax(0,1fr) 205px; }
    .cockpit-chart,.agent-stream { min-height: 180px; }
    .chart-bars { height: 116px; }
    .proof-strip { padding: 22px 20px; }
    .proof-strip-inner { grid-template-columns: 1fr; gap: 18px; }
    .proof-strip p { text-align: center; }
    .capability-rail-inner { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .capability-rail a:nth-child(odd) { border-left: 1px solid var(--intelligence-line); }
    .capability-rail a:nth-child(4) { border-left: 0; }
    .intelligent-heading h2,
    .api-platform-copy h2,
    .intelligent-site .section-heading h2,
    .quality-ops-heading h2,
    .capability-system-layout h2,
    .plan-capabilities-layout h2 { font-size: 38px; }
    .mcp-copy { grid-template-columns: 1fr; }
    .mcp-copy .text-link { grid-column: 1; }
    .mcp-point { grid-template-columns: 34px minmax(0,1fr); }
    .api-workspace-body { grid-template-columns: 145px minmax(0,1fr); }
    .api-editor { padding: 14px; }
    .test-system-map { grid-template-columns: 1fr; }
    .snapshot-bridge { display: flex; flex-direction: row; min-height: 62px; border: 1px solid var(--intelligence-line); }
    .snapshot-bridge span { writing-mode: initial; }
    .snapshot-bridge i { transform: rotate(90deg); }
    .supporting-capabilities { grid-template-columns: 1fr; }
    .supporting-capabilities > span,
    .supporting-capabilities > a { min-height: 96px; border-right: 0; border-bottom: 1px solid var(--intelligence-line); }
    .platform-index-grid { grid-template-columns: 1fr; }
    .platform-index-item { min-height: 240px; }
    .platform-index-item.feature-sso { display: block; min-height: 240px; }
    .platform-index-item.feature-sso h3 { margin: 45px 0 12px; }
    .platform-index-item.feature-sso > i { position: absolute; }
    .quality-ops-layout { gap: 50px; }
    .subhero-inner { min-height: 610px; padding: 110px 20px 70px; }
    .intelligent-subhero { min-height: 610px; }
    .subhero-copy h1 { font-size: 48px; }
    .platform-subhero .subhero-copy { width: min(100%,570px); }
    .platform-map { right: -310px; opacity: .42; }
    .platform-principles-inner { grid-template-columns: 1fr; }
    .platform-principles-inner > span,
    .platform-principles-inner > span:first-child { min-height: 130px; border-left: 1px solid rgba(17,24,21,.18); border-bottom: 1px solid rgba(17,24,21,.18); }
    .platform-catalog-row { grid-template-columns: 42px minmax(0,1fr) 24px; gap: 15px; min-height: 142px; }
    .platform-catalog-row > p { grid-column: 2; }
    .platform-catalog-row > i { grid-column: 3; grid-row: 1; }
    .capability-system-layout { gap: 45px; }
    .feature-intelligent-hero { min-height: auto; }
    .feature-intelligent-layout { min-height: auto; }
    .feature-intelligent-copy h1 { font-size: 46px; }
    .feature-product-screen { margin-top: 10px; }
    .feature-proof-stats { grid-template-columns: 1fr; }
    .feature-proof-stats span { min-height: 72px; border-top: 1px solid rgba(17,24,21,.2); border-left: 0; }
    .intelligent-benefit-grid { grid-template-columns: 1fr; }
    .intelligent-benefit { min-height: 240px; }
    .intelligent-benefit h3 { margin-top: 45px; }
    .intelligent-workflow-layout,
    .intelligent-outcome-layout { gap: 48px; }
    .intelligent-outcome-layout h2 { font-size: 39px; }
    .intelligent-related-grid { grid-template-columns: 1fr; }
    .intelligent-related-item { min-height: 230px; }
    .plans-subhero .subhero-inner,
    .contact-intelligent-hero .subhero-inner { display: grid; align-content: center; gap: 34px; }
    .plans-subhero .subhero-copy { width: 100%; }
    .plan-meter { display: none; }
    .contact-signal { width: min(100%,520px); }
    .plan-dimension-grid,
    .plan-process { grid-template-columns: 1fr; }
    .plan-dimension-grid article,
    .plan-process article { min-height: 240px; }
    .plan-capability-list span,
    .capability-system-list span { grid-template-columns: 1fr; gap: 5px; }
    .footer-cta-actions { flex-wrap: wrap; }
}

@media (max-width: 520px) {
    .intelligent-site .section { padding: 64px 16px; }
    .intelligent-site .brand-name { font-size: 16px; }
    .intelligent-site .brand-name small { font-size: 8px; }
    .intelligent-hero { height: 760px; min-height: 760px; }
    .intelligent-hero-inner { padding: 0 16px; }
    .intelligent-hero-copy { padding-top: 92px; }
    .intelligent-hero h1 { font-size: 45px; }
    .intelligent-hero-statement { margin-top: 18px; font-size: 19px; }
    .intelligent-hero-lead { font-size: 14px; line-height: 1.55; }
    .intelligent-site .hero-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 22px; }
    .intelligent-site .hero-actions .button { min-width: 0; padding: 10px; font-size: 12px; }
    .hero-domain-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 5px 12px; margin-top: 18px; font-size: 9px; }
    .hero-cockpit { top: 540px; right: -215px; width: 620px; height: 330px; }
    .cockpit-topbar { grid-template-columns: 1fr auto; }
    .cockpit-user { display: none; }
    .cockpit-body { grid-template-columns: 88px minmax(0,1fr); }
    .cockpit-nav { padding: 10px 6px; }
    .cockpit-nav span { height: 28px; padding: 0 6px; font-size: 8px; }
    .cockpit-main { padding: 12px; }
    .cockpit-main > header { margin-bottom: 10px; }
    .cockpit-main > header strong { font-size: 15px; }
    .cockpit-metrics > div { min-height: 60px; padding: 8px; }
    .cockpit-metrics strong { font-size: 16px; }
    .cockpit-workspace { grid-template-columns: 1fr 180px; gap: 8px; margin-top: 8px; }
    .cockpit-chart,.agent-stream { min-height: 140px; padding: 9px; }
    .chart-bars { height: 90px; margin-top: 10px; }
    .chart-bars i { width: 12px; }
    .proof-strip .logo-row { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
    .capability-rail a { min-height: 98px; padding: 15px; }
    .capability-rail strong { font-size: 12px; }
    .intelligent-heading { margin-bottom: 38px; }
    .intelligent-heading h2,
    .api-platform-copy h2,
    .intelligent-site .section-heading h2,
    .quality-ops-heading h2,
    .capability-system-layout h2,
    .plan-capabilities-layout h2 { font-size: 31px; }
    .intelligent-heading > p:last-child { font-size: 15px; }
    .mcp-point { padding: 18px 0; }
    .mcp-point h3 { font-size: 18px; }
    .mcp-console-body { padding: 12px; }
    .mcp-request { grid-template-columns: 38px minmax(0,1fr); padding: 10px; }
    .mcp-request p { font-size: 11px; }
    .mcp-tool { grid-template-columns: 38px minmax(0,1fr); min-height: 62px; }
    .mcp-tool > b { grid-column: 2; justify-self: start; }
    .mcp-policy i { width: 100%; margin-left: 0; }
    .api-platform-copy > p { font-size: 15px; }
    .api-workspace-body { grid-template-columns: 98px minmax(0,1fr); min-height: 400px; }
    .api-tree { padding: 10px 5px; }
    .api-tree > span { padding-right: 4px; padding-left: 5px; overflow: hidden; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
    .api-tree .indent { padding-left: 18px; }
    .api-tree .indent::before { left: 3px; transform: scale(.75); transform-origin: left; }
    .api-editor { padding: 9px; }
    .request-line { grid-template-columns: 38px minmax(0,1fr) 42px; gap: 4px; }
    .request-line code { font-size: 7px; }
    .editor-tabs { gap: 10px; }
    .editor-tabs span { font-size: 7px; }
    .api-editor pre { height: 140px; padding: 10px; font-size: 8px; }
    .test-library-pane,.test-run-pane { padding: 18px; }
    .case-line { grid-template-columns: 42px minmax(0,1fr) auto; margin-left: 18px; }
    .template-binding { grid-template-columns: 1fr; margin-left: 18px; }
    .run-progress { grid-template-columns: 52px minmax(0,1fr); }
    .run-progress small { grid-column: 2; }
    .operations-half { padding: 64px 16px; }
    .operations-half h2 { font-size: 31px; }
    .daily-tabs span { padding: 0 8px; font-size: 8px; }
    .equipment-line { grid-template-columns: 52px minmax(0,1fr) auto; }
    .equipment-line small { display: none; }
    .quality-signal-list article { grid-template-columns: 32px minmax(0,1fr); gap: 14px; }
    .quality-signal-list h3 { font-size: 20px; }
    .platform-index-item { min-height: 220px; padding: 22px; }
    .platform-index-item h3 { margin-top: 45px; font-size: 22px; }
    .subhero-inner { min-height: 560px; padding: 96px 16px 54px; }
    .intelligent-subhero { min-height: 560px; }
    .subhero-copy h1 { font-size: 39px; }
    .subhero-copy > p:not(.platform-kicker) { font-size: 15px; }
    .platform-map { display: none; }
    .platform-catalog-row { grid-template-columns: 34px minmax(0,1fr) 18px; gap: 10px; }
    .catalog-title h3 { font-size: 21px; }
    .platform-catalog-row p { font-size: 12px; }
    .feature-intelligent-hero {
        height: 780px;
        min-height: 780px;
    }

    .feature-intelligent-layout {
        display: block;
        min-height: 780px;
        padding: 96px 16px 0;
    }

    .feature-intelligent-copy h1 { font-size: 38px; }

    .feature-product-screen {
        position: absolute;
        right: 16px;
        bottom: -38px;
        left: 16px;
        width: auto;
        height: 330px;
        margin: 0;
    }

    .feature-screen-body { grid-template-columns: 38px minmax(0,1fr); min-height: 282px; }
    .feature-screen-main { padding: 14px; }
    .feature-screen-main header strong { font-size: 15px; }
    .feature-screen-metrics div { min-height: 62px; padding: 8px; }
    .feature-screen-metrics strong { font-size: 15px; }
    .feature-screen-list > div { min-height: 57px; gap: 8px; }
    .feature-screen-list strong { font-size: 8px; }
    .feature-proof-inner { padding: 36px 16px; }
    .feature-proof-inner > p { font-size: 18px; }
    .intelligent-benefit { min-height: 220px; padding: 23px; }
    .intelligent-workflow-heading h2 { font-size: 32px; }
    .intelligent-outcome-layout h2 { font-size: 32px; }
    .plan-dimension-grid article,
    .plan-process article { min-height: 220px; padding: 22px; }
    .plan-dimension-grid h3,
    .plan-process h3 { margin-top: 44px; }
    .faq-intelligent-hero,
    .faq-intelligent-hero .subhero-inner { min-height: 510px; }
    .contact-signal { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-signal span { min-height: 84px; padding: 14px; font-size: 11px; }
    .footer-cta-actions { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px) {
    .marketing-hero {
        height: 870px;
        min-height: 870px;
    }

    .marketing-hero .hero-cockpit {
        top: 555px;
        right: 16px;
        left: 16px;
        width: auto;
        height: 300px;
    }

    .marketing-hero .cockpit-topbar {
        grid-template-columns: 1fr auto;
    }

    .marketing-hero .cockpit-body {
        grid-template-columns: 1fr;
    }

    .marketing-hero .cockpit-nav {
        display: none;
    }

    .marketing-hero .cockpit-main {
        padding: 12px;
    }

    .marketing-hero .cockpit-workspace {
        grid-template-columns: minmax(0, 1fr) 132px;
    }

    .marketing-hero .agent-stream {
        overflow: hidden;
    }

    .marketing-hero .agent-event span,
    .marketing-hero .agent-scope {
        display: none;
    }
}

/* Keep the hero product view fully framed at desktop and tablet widths. */
.marketing-hero .hero-cockpit {
    right: 24px;
    width: min(56vw, 760px);
}

@media (max-width: 1180px) and (min-width: 821px) {
    .marketing-hero .hero-cockpit {
        right: 20px;
        width: 54vw;
        opacity: .7;
    }
}

@media (max-width: 980px) and (min-width: 821px) {
    .marketing-hero .hero-cockpit {
        width: 52vw;
        opacity: .48;
    }
}

@media (max-width: 520px) {
    .marketing-hero .hero-cockpit {
        right: 16px;
        width: auto;
    }

    #arcontactus .arcu-prompt {
        display: none !important;
    }

    #arcontactus {
        right: 10px !important;
        bottom: 10px !important;
        transform: scale(.78) !important;
        transform-origin: right bottom;
    }
}

@media (max-width: 820px) {
    .feature-intelligent-hero,
    .feature-intelligent-hero:has(.feature-real-product-shot),
    .feature-intelligent-hero .feature-intelligent-layout,
    .feature-intelligent-hero:has(.feature-real-product-shot) .feature-intelligent-layout {
        height: auto;
        min-height: auto;
    }

    .feature-intelligent-hero .feature-intelligent-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
        padding: 96px 16px 56px;
    }

    .feature-product-screen {
        position: static;
        inset: auto;
        width: 100%;
        height: clamp(330px, 56vw, 460px);
        margin: 0;
    }

    .feature-real-product-shot {
        width: 100%;
        margin: 0;
    }
}

.proof-signal-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-left: 1px solid var(--intelligence-line);
}

.proof-signal-row span {
    min-height: 42px;
    padding: 13px 18px;
    border-right: 1px solid var(--intelligence-line);
    color: #263630;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
    text-align: center;
}

.customer-evidence-note {
    max-width: 760px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.customer-evidence-note p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .88);
    font-size: 21px;
    line-height: 1.55;
}

.customer-evidence-note span {
    display: block;
    max-width: 650px;
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 820px) {
    .proof-signal-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .proof-signal-row span:nth-child(2) {
        border-right: 0;
    }

    .proof-signal-row span:nth-child(-n + 2) {
        border-bottom: 1px solid var(--intelligence-line);
    }
}

@media (max-width: 520px) {
    .proof-signal-row {
        grid-template-columns: 1fr;
    }

    .proof-signal-row span,
    .proof-signal-row span:nth-child(2) {
        border-right: 1px solid var(--intelligence-line);
        border-bottom: 1px solid var(--intelligence-line);
    }

    .proof-signal-row span:last-child {
        border-bottom: 0;
    }

    .customer-evidence-note p {
        font-size: 18px;
    }
}

:where(a, button, summary, input, select, textarea):focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
    box-shadow: 0 0 0 6px #145c4d;
}

.outcome-copy .platform-list li {
    color: #46564f;
}

.outcome-copy .platform-list li::before {
    background: #1e7768;
}

.evidence-history {
    position: absolute;
    inset: 26px 26px 92px;
    display: grid;
    align-content: center;
    border-top: 1px solid rgba(17, 24, 21, .24);
    border-left: 1px solid rgba(17, 24, 21, .24);
}

.evidence-history span {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 18px;
    min-height: 62px;
    padding: 14px 18px;
    align-items: center;
    border-right: 1px solid rgba(17, 24, 21, .24);
    border-bottom: 1px solid rgba(17, 24, 21, .24);
}

.evidence-history small {
    color: rgba(17, 24, 21, .56);
    font-size: 10px;
    text-transform: uppercase;
}

.evidence-history strong {
    color: var(--intelligence-ink);
    font-size: 15px;
}

.marketing-hero .hero-cockpit {
    width: min(52vw, 720px);
}

@media (max-width: 1260px) {
    .nav-shell {
        padding: 0 18px;
    }

    .nav-toggle {
        display: block;
    }

    .nav,
    .hero-header .site-header:not(.is-scrolled) .nav {
        position: fixed;
        top: var(--header-height);
        left: 0;
        display: none;
        width: 100%;
        height: calc(100svh - var(--header-height));
        padding: 22px 20px 40px;
        overflow-y: auto;
        color: var(--ink);
        background: var(--paper);
        border-top: 1px solid var(--line);
    }

    .nav.is-open,
    .hero-header .site-header:not(.is-scrolled) .nav.is-open {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
    }

    .nav > a,
    .nav-dropdown > summary,
    .hero-header .site-header:not(.is-scrolled) .nav > a,
    .hero-header .site-header:not(.is-scrolled) .nav-dropdown > summary {
        min-height: 52px;
        color: var(--ink);
        border-bottom: 1px solid var(--line);
    }

    .nav > a[aria-current="page"],
    .nav-dropdown > summary[aria-current="page"],
    .hero-header .site-header:not(.is-scrolled) .nav > a[aria-current="page"],
    .hero-header .site-header:not(.is-scrolled) .nav-dropdown > summary[aria-current="page"] {
        color: #145c4d !important;
    }

    .nav-login {
        margin-top: 8px;
        padding-left: 0;
        border-left: 0;
    }

    .nav-start,
    .hero-header .site-header:not(.is-scrolled) .nav-start {
        justify-content: center;
        margin-top: 8px;
        color: var(--paper) !important;
        background: var(--ink);
    }

    .nav-dropdown {
        width: 100%;
    }

    .nav-mega {
        position: static;
        display: block;
        width: 100%;
        padding: 10px 0 16px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        transform: none;
    }

    .nav-mega-intro {
        display: none;
    }

    .nav-mega-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2px 10px;
        padding-left: 0;
    }

    .nav-mega-links a {
        min-height: 42px;
        font-size: 12px;
    }

    .marketing-hero {
        height: auto;
        min-height: 0;
    }

    .marketing-hero .intelligent-hero-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
        min-height: 0;
        padding: calc(var(--header-height) + 46px) 20px 56px;
        align-content: start;
    }

    .marketing-hero .intelligent-hero-copy {
        width: min(100%, 680px);
        padding-top: 0;
    }

    .marketing-hero .hero-cockpit {
        position: relative;
        inset: auto;
        justify-self: end;
        width: min(100%, 760px);
        height: auto;
        aspect-ratio: 83 / 52;
        opacity: 1;
    }
}

@media (min-width: 1181px) and (max-width: 1360px) {
    .marketing-hero {
        height: auto;
        min-height: 760px;
    }

    .marketing-hero .intelligent-hero-inner {
        display: grid;
        grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
        gap: 34px;
        min-height: 760px;
        padding: calc(var(--header-height) + 34px) 28px 50px;
        align-items: center;
    }

    .marketing-hero .intelligent-hero-copy {
        width: auto;
        padding-top: 0;
    }

    .marketing-hero .hero-cockpit {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        aspect-ratio: 83 / 52;
    }
}

@media (max-width: 520px) {
    .marketing-hero .intelligent-hero-inner {
        gap: 28px;
        padding: calc(var(--header-height) + 30px) 16px 44px;
    }

    .evidence-history {
        inset: 18px 18px 88px;
    }

    .evidence-history span {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 10px;
        padding: 12px;
    }
}

.inquiry-section {
    background: var(--intelligence-surface);
}

.inquiry-layout {
    display: grid;
    grid-template-columns: minmax(260px, .58fr) minmax(0, 1fr);
    gap: 86px;
    align-items: start;
}

.inquiry-intro h2 {
    margin: 0 0 20px;
    font-size: 42px;
}

.inquiry-intro > p:not(.platform-kicker) {
    margin-bottom: 18px;
    color: #506059;
    font-size: 16px;
    line-height: 1.7;
}

.inquiry-intro > span {
    display: block;
    padding-top: 18px;
    color: #65736d;
    font-size: 13px;
    line-height: 1.65;
    border-top: 1px solid var(--intelligence-line);
}

.inquiry-form {
    padding: 30px;
    border: 1px solid var(--intelligence-line);
    background: #fff;
}

.inquiry-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.form-field {
    display: grid;
    gap: 8px;
}

.form-field-wide {
    grid-column: 1 / -1;
}

.form-field label {
    color: #273831;
    font-size: 12px;
    font-weight: 700;
}

.form-field label span {
    color: #74817b;
    font-weight: 500;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    color: var(--intelligence-ink);
    font: inherit;
    font-size: 15px;
    background: #fff;
    border: 1px solid #aeb9b4;
    border-radius: 3px;
}

.form-field textarea {
    min-height: 150px;
    resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: #7a8781;
}

.form-consent {
    margin-top: 22px;
}

.form-consent label {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    color: #4b5a54;
    font-size: 13px;
    line-height: 1.55;
}

.form-consent input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: #145c4d;
}

.errorlist {
    margin: 0;
    padding: 0;
    color: #9a2f2f;
    font-size: 12px;
    list-style: none;
}

.form-error-summary {
    margin-bottom: 22px;
    padding: 12px 14px;
    color: #7b2424;
    font-size: 13px;
    background: #fff2f2;
    border-left: 3px solid #b73a3a;
}

.inquiry-form-actions {
    display: flex;
    gap: 20px;
    margin-top: 26px;
    align-items: center;
}

.inquiry-form-actions p {
    max-width: 430px;
    margin: 0;
    color: #6a7771;
    font-size: 11px;
    line-height: 1.55;
}

.inquiry-success {
    padding: 36px;
    color: #fff;
    background: var(--intelligence-forest);
}

.inquiry-success > span {
    color: var(--intelligence-acid);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.inquiry-success h3 {
    margin: 30px 0 14px;
    color: #fff;
    font-size: 34px;
}

.inquiry-success p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .72);
}

@media (max-width: 900px) {
    .inquiry-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }
}

@media (max-width: 520px) {
    .inquiry-intro h2 {
        font-size: 31px;
    }

    .inquiry-form {
        padding: 20px;
    }

    .inquiry-form-grid {
        grid-template-columns: 1fr;
    }

    .form-field-wide {
        grid-column: auto;
    }

    .inquiry-form-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-language {
        width: 100%;
        margin-left: 0;
    }

    .footer-language select {
        flex: 1;
    }
}

@media (max-width: 820px) {
    .feature-real-product-shot {
        overflow: hidden;
    }

    .feature-real-product-shot img {
        width: 158%;
        max-width: none;
        transform: translateX(-31%);
    }
}
