:root {
    --ink: #101b21;
    --ink-soft: #203038;
    --muted: #64747c;
    --line: #dfe7e3;
    --surface: #f5f8f6;
    --surface-strong: #eaf1ed;
    --white: #ffffff;
    --green: #62c82e;
    --green-dark: #3e9f17;
    --green-soft: #e9f8e2;
    --teal: #167f78;
    --blue: #2d73d5;
    --amber: #e59b21;
    --red: #d65353;
    --radius: 22px;
    --shadow: 0 24px 70px rgba(16, 27, 33, 0.12);
    --container: 1180px;
}

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

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

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body.nav-open {
    overflow: hidden;
}

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

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

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

button {
    font: inherit;
}

:focus-visible {
    outline: 3px solid rgba(98, 200, 46, 0.7);
    outline-offset: 4px;
}

.container {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
}

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

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 11px 16px;
    color: var(--ink);
    background: var(--white);
    border-radius: 8px;
    box-shadow: var(--shadow);
    transform: translateY(-150%);
}

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

.site-header {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    border-bottom: 1px solid transparent;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.site-header.is-scrolled,
body.nav-open .site-header {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(16, 27, 33, 0.08);
    box-shadow: 0 10px 30px rgba(16, 27, 33, 0.06);
    backdrop-filter: blur(16px);
}

.header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.brand > img {
    width: 152px;
    height: 41px;
    object-fit: contain;
    object-position: left center;
}

.brand-separator {
    width: 1px;
    height: 34px;
    margin: 0 17px;
    background: #ced8d3;
}

.product-wordmark {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.product-wordmark strong {
    font-size: 20px;
    letter-spacing: -0.04em;
}

.product-wordmark small {
    margin-top: 5px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.primary-navigation {
    display: flex;
    align-items: center;
    gap: 27px;
    color: var(--ink-soft);
    font-size: 14px;
    font-weight: 650;
}

.primary-navigation > a:not(.nav-cta) {
    position: relative;
    padding-block: 10px;
}

.primary-navigation > a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 2px;
    background: var(--green);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease;
}

.primary-navigation > a:not(.nav-cta):hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-cta {
    padding: 12px 18px;
    color: var(--white);
    background: var(--ink);
    border-radius: 10px;
    transition: background-color .2s ease, transform .2s ease;
}

.nav-cta:hover {
    background: var(--green-dark);
    transform: translateY(-1px);
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 11px;
    background: none;
    border: 0;
    cursor: pointer;
}

.menu-toggle > span:not(.sr-only) {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px 0;
    background: var(--ink);
    border-radius: 4px;
    transition: transform .2s ease, opacity .2s ease;
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 820px;
    padding: 165px 0 92px;
    background:
        radial-gradient(circle at 85% 18%, rgba(98, 200, 46, .17), transparent 28%),
        radial-gradient(circle at 48% 105%, rgba(22, 127, 120, .08), transparent 35%),
        linear-gradient(180deg, #f8fbf9 0%, #fff 100%);
}

.hero::before {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    right: -180px;
    top: 340px;
    border: 1px solid rgba(98, 200, 46, .28);
    border-radius: 50%;
}

.hero-grid-pattern,
.security-grid {
    position: absolute;
    inset: 0;
    opacity: .45;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(16, 27, 33, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 27, 33, .035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to right, transparent 1%, #000 45%, #000 100%);
}

.hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(560px, 1.12fr);
    align-items: center;
    gap: 54px;
}

.hero-copy {
    padding-bottom: 5px;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: var(--green-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.eyebrow > span {
    width: 27px;
    height: 2px;
    background: currentColor;
}

.eyebrow-light {
    color: #8bdd62;
}

h1,
h2,
h3,
p {
    overflow-wrap: break-word;
}

h1,
h2,
h3 {
    margin-top: 0;
    line-height: 1.08;
}

h1 {
    max-width: 690px;
    margin-bottom: 24px;
    font-size: clamp(50px, 5.3vw, 76px);
    letter-spacing: -.065em;
}

h1 em {
    color: var(--green-dark);
    font-style: normal;
}

.hero-lead {
    max-width: 600px;
    margin: 0 0 30px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.72;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 52px;
    padding: 13px 21px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.3;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.button span {
    font-size: 19px;
}

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

.button-primary {
    color: var(--white);
    background: var(--green-dark);
    box-shadow: 0 13px 28px rgba(62, 159, 23, .22);
}

.button-primary:hover {
    background: #348c13;
    box-shadow: 0 17px 35px rgba(62, 159, 23, .28);
}

.button-secondary {
    color: var(--ink);
    background: var(--white);
    border-color: #ccd7d2;
}

.button-secondary:hover {
    border-color: var(--green-dark);
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    padding: 0;
    margin: 27px 0 0;
    list-style: none;
    color: #52636b;
    font-size: 12px;
    font-weight: 650;
}

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

.hero-proof span {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    color: var(--green-dark);
    background: var(--green-soft);
    border-radius: 50%;
    font-size: 11px;
}

.product-preview {
    position: relative;
    min-height: 530px;
    display: flex;
    align-items: center;
}

.preview-glow {
    position: absolute;
    inset: 10% 5% 2%;
    background: rgba(98, 200, 46, .22);
    filter: blur(65px);
    border-radius: 50%;
}

.app-window {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    background: var(--white);
    border: 1px solid rgba(16, 27, 33, .10);
    border-radius: 20px;
    box-shadow: 0 40px 85px rgba(16, 27, 33, .19), 0 8px 22px rgba(16, 27, 33, .10);
    transform: perspective(1300px) rotateY(-3deg) rotateX(1.5deg);
}

.window-bar {
    height: 43px;
    display: grid;
    grid-template-columns: 80px 1fr 35px;
    align-items: center;
    padding: 0 15px;
    color: #75848a;
    background: #f7f9f8;
    border-bottom: 1px solid #e3e9e6;
    font-size: 8px;
}

.window-dots {
    display: flex;
    gap: 5px;
}

.window-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d2d9d5;
}

.window-dots span:first-child {
    background: #ff7d70;
}

.window-dots span:nth-child(2) {
    background: #f6c85e;
}

.window-dots span:last-child {
    background: #6bd08f;
}

.window-address {
    justify-self: center;
    width: min(260px, 85%);
    padding: 5px 10px;
    text-align: center;
    background: #edf1ef;
    border-radius: 5px;
}

.window-lock {
    justify-self: end;
    color: var(--green-dark);
    font-size: 9px;
}

.app-stage {
    height: 420px;
    display: grid;
    grid-template-columns: 100px 1fr;
    background: #f3f7f5;
}

.mock-sidebar {
    display: flex;
    flex-direction: column;
    padding: 19px 14px 14px;
    color: var(--white);
    background: var(--ink);
}

.mock-brand {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 9px;
}

.mock-brand span {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    color: var(--ink);
    background: var(--green);
    border-radius: 7px;
    font-size: 12px;
    font-weight: 900;
}

.mock-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 38px;
}

.mock-nav i {
    width: 53px;
    height: 6px;
    margin-left: 7px;
    background: rgba(255, 255, 255, .18);
    border-radius: 5px;
}

.mock-nav i::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    margin-left: -12px;
    background: rgba(255, 255, 255, .28);
    border-radius: 2px;
}

.mock-nav i.active,
.mock-nav i.active::before {
    background: var(--green);
}

.mock-user {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
}

.mock-user span {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
}

.mock-user i {
    width: 45px;
    height: 5px;
    background: rgba(255, 255, 255, .2);
    border-radius: 4px;
}

.mock-content {
    min-width: 0;
    padding: 27px 24px;
}

.mock-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.mock-heading div {
    display: flex;
    flex-direction: column;
}

.mock-heading small {
    color: #899790;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .14em;
}

.mock-heading strong {
    margin-top: 4px;
    font-size: 18px;
}

.mock-heading > span {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    color: var(--teal);
    background: #e3f4f1;
    border-radius: 6px;
    font-size: 7px;
    font-weight: 750;
}

.mock-heading > span i {
    width: 5px;
    height: 5px;
    background: #38b588;
    border-radius: 50%;
}

.metric-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
    margin-top: 23px;
}

.metric-row article {
    min-width: 0;
    padding: 13px 14px;
    background: var(--white);
    border: 1px solid #e5ebe8;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(16, 27, 33, .035);
}

.metric-row small,
.metric-row span {
    display: block;
    color: #87938d;
    font-size: 7px;
    line-height: 1.35;
}

.metric-row strong {
    display: block;
    margin: 4px 0 1px;
    font-size: 22px;
    letter-spacing: -.04em;
}

.metric-row .warning {
    color: #cb7c00;
}

.mock-panels {
    display: grid;
    grid-template-columns: 1.18fr .82fr;
    gap: 11px;
    margin-top: 12px;
}

.mock-panels article {
    height: 205px;
    padding: 16px;
    background: var(--white);
    border: 1px solid #e5ebe8;
    border-radius: 10px;
}

.mock-panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 8px;
}

.mock-panel-title span {
    color: #8b9791;
    font-size: 7px;
}

.bars {
    height: 135px;
    display: flex;
    align-items: end;
    gap: 7px;
    padding-top: 20px;
    border-bottom: 1px solid #dce5e0;
    background: repeating-linear-gradient(to bottom, transparent 0, transparent 37px, #edf2ef 38px);
}

.bars i {
    flex: 1;
    height: var(--h);
    background: linear-gradient(to top, var(--green-dark), #8bd95d);
    border-radius: 3px 3px 0 0;
}

.mock-alerts ul {
    padding: 0;
    margin: 16px 0 0;
    list-style: none;
}

.mock-alerts li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    border-top: 1px solid #edf1ef;
}

.mock-alerts li:first-child {
    border-top: 0;
}

.product-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: 50%;
}

.product-dot.red { background: var(--red); }
.product-dot.amber { background: var(--amber); }
.product-dot.green { background: var(--green-dark); }

.mock-alerts li div {
    min-width: 0;
}

.mock-alerts li b,
.mock-alerts li small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mock-alerts li b {
    font-size: 7px;
}

.mock-alerts li small {
    margin-top: 2px;
    color: #8b9791;
    font-size: 6px;
}

.floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 16px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(16, 27, 33, .08);
    border-radius: 12px;
    box-shadow: 0 18px 38px rgba(16, 27, 33, .14);
}

.floating-card > span {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    flex: 0 0 auto;
    color: var(--green-dark);
    background: var(--green-soft);
    border-radius: 9px;
    font-weight: 900;
}

.floating-card small,
.floating-card strong {
    display: block;
    line-height: 1.3;
}

.floating-card small {
    color: #7b8982;
    font-size: 7px;
    text-transform: uppercase;
}

.floating-card strong {
    margin-top: 3px;
    font-size: 9px;
}

.floating-card-stock {
    right: -12px;
    bottom: 4px;
}

.floating-card-security {
    left: -27px;
    top: 34px;
}

.signal-strip {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--white);
}

.signal-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.signal-grid > div {
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    border-left: 1px solid var(--line);
}

.signal-grid > div:last-child {
    border-right: 1px solid var(--line);
}

.signal-grid strong {
    color: var(--green-dark);
    font-size: 31px;
    line-height: 1;
    letter-spacing: -.04em;
}

.signal-grid span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
}

.section {
    padding: 112px 0;
}

.intro-section {
    background: var(--surface);
}

.section-heading {
    max-width: 670px;
}

.section-heading-centered {
    margin: 0 auto 54px;
    text-align: center;
}

.section-heading-centered .eyebrow {
    justify-content: center;
}

.section-heading h2 {
    margin-bottom: 20px;
    font-size: clamp(38px, 4.4vw, 58px);
    letter-spacing: -.055em;
}

.section-heading > p:last-child,
.section-heading-split > p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.feature-card {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    padding: 34px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.feature-card:hover {
    border-color: #c5d2cc;
    box-shadow: 0 18px 40px rgba(16, 27, 33, .07);
    transform: translateY(-3px);
}

.feature-card-wide {
    min-height: 306px;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 68px minmax(0, .9fr) minmax(260px, .7fr);
    align-items: center;
    gap: 26px;
}

.feature-card-green {
    background: linear-gradient(135deg, #f7fff3 0%, #effae9 100%);
    border-color: #d4e9c9;
}

.feature-card-dark {
    color: var(--white);
    background: var(--ink);
    border-color: var(--ink);
}

.feature-card-dark p {
    color: #b9c8c1;
}

.feature-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 29px;
    color: var(--green-dark);
    background: var(--green-soft);
    border-radius: 14px;
}

.feature-card-wide .feature-icon {
    margin: 0;
}

.feature-card-dark .feature-icon {
    color: var(--green);
    background: rgba(98, 200, 46, .12);
}

.feature-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.card-kicker {
    margin: 0 0 9px;
    color: var(--green-dark);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.feature-card h3 {
    max-width: 520px;
    margin-bottom: 15px;
    font-size: 27px;
    letter-spacing: -.035em;
}

.feature-card > p,
.feature-card > div > p:last-of-type {
    max-width: 560px;
    margin-bottom: 0;
    color: var(--muted);
    line-height: 1.68;
}

.feature-card-dark .card-kicker {
    color: #8bdd62;
}

.mini-receipt {
    position: relative;
    padding: 24px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid #d8e3d2;
    border-radius: 15px;
    box-shadow: 0 15px 33px rgba(62, 159, 23, .11);
}

.mini-receipt::before {
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    right: 20px;
    top: 18px;
    background: var(--green-soft);
    border-radius: 50%;
}

.mini-receipt::after {
    content: "✓";
    position: absolute;
    right: 37px;
    top: 29px;
    color: var(--green-dark);
    font-size: 22px;
    font-weight: 900;
}

.mini-receipt > span {
    display: block;
    margin-bottom: 21px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 750;
}

.mini-receipt i {
    display: block;
    width: 75%;
    height: 6px;
    margin: 8px 0;
    background: #e8eeeb;
    border-radius: 5px;
}

.mini-receipt i:nth-of-type(2) { width: 56%; }
.mini-receipt i:nth-of-type(3) { width: 68%; }

.mini-receipt b {
    display: block;
    margin-top: 21px;
    color: var(--green-dark);
    font-size: 12px;
}

.status-flow {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.status-flow span {
    position: relative;
    padding-top: 17px;
    color: #809087;
    font-size: 9px;
    font-weight: 750;
}

.status-flow span::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    left: 50%;
    background: #d5dfda;
    border: 3px solid var(--white);
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d5dfda;
    transform: translateX(-50%);
}

.status-flow span.done::before {
    background: var(--green-dark);
    box-shadow: 0 0 0 1px var(--green-dark);
}

.status-flow i {
    height: 2px;
    flex: 1;
    margin: -17px 7px 0;
    background: linear-gradient(to right, var(--green-dark), #d5dfda);
}

.alert-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
}

.alert-pills span {
    padding: 8px 11px;
    color: #aa6715;
    background: #fff5dc;
    border: 1px solid #f3dba7;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 750;
}

.audit-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.audit-list > span {
    display: grid;
    grid-template-columns: 8px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 9px;
}

.audit-list i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.audit-list i.green { background: var(--green); }
.audit-list i.blue { background: #5a9cff; }
.audit-list i.amber { background: #ffc05a; }

.audit-list b {
    color: #eef4f1;
    font-size: 9px;
}

.audit-list small {
    color: #83958c;
    font-size: 8px;
}

.process-section {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background: var(--ink);
}

.process-section::after {
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    left: -300px;
    bottom: -280px;
    border: 1px solid rgba(98, 200, 46, .2);
    border-radius: 50%;
    box-shadow: 0 0 0 100px rgba(98, 200, 46, .025), 0 0 0 200px rgba(98, 200, 46, .015);
}

.process-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: .83fr 1.17fr;
    gap: 105px;
}

.process-copy {
    position: sticky;
    top: 140px;
    align-self: start;
}

.process-copy h2 {
    color: var(--white);
}

.process-copy > p:last-of-type {
    color: #aebdb6;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    color: #90e76a;
    font-size: 13px;
    font-weight: 750;
}

.text-link span {
    font-size: 18px;
    transition: transform .2s ease;
}

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

.process-list {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

.process-list::before {
    content: "";
    position: absolute;
    top: 46px;
    bottom: 46px;
    left: 35px;
    width: 1px;
    background: linear-gradient(var(--green), rgba(98, 200, 46, .12));
}

.process-list li {
    position: relative;
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 30px;
    padding: 0 0 48px;
}

.process-list li:last-child {
    padding-bottom: 0;
}

.process-list li > span {
    z-index: 1;
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    color: var(--green);
    background: #16262d;
    border: 1px solid rgba(98, 200, 46, .35);
    border-radius: 18px;
    font-size: 15px;
    font-weight: 850;
}

.process-list li > div {
    padding: 8px 0 38px;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.process-list li:last-child > div {
    border-bottom: 0;
}

.process-list small {
    color: #7dd550;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
}

.process-list h3 {
    margin: 8px 0 10px;
    font-size: 24px;
}

.process-list p {
    margin: 0;
    color: #aebdb6;
    font-size: 14px;
}

.section-heading-split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .6fr);
    align-items: end;
    gap: 100px;
    margin-bottom: 52px;
}

.section-heading-split h2 {
    margin-bottom: 0;
}

.role-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.role-grid article {
    min-height: 260px;
    padding: 30px 25px;
    border-right: 1px solid var(--line);
    background: var(--white);
    transition: background-color .2s ease;
}

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

.role-grid article:hover {
    background: #f6fbf3;
}

.role-grid article > span {
    color: var(--green-dark);
    font-size: 11px;
    font-weight: 850;
}

.role-grid h3 {
    margin: 58px 0 14px;
    font-size: 20px;
    letter-spacing: -.025em;
}

.role-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.65;
}

.security-section {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background: #13272b;
}

.security-grid {
    opacity: .18;
    background-image:
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    mask-image: radial-gradient(circle at 22% 50%, #000, transparent 48%);
}

.security-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.security-visual {
    position: relative;
    min-height: 490px;
    display: grid;
    place-items: center;
}

.security-orbit {
    position: absolute;
    border: 1px solid rgba(98, 200, 46, .25);
    border-radius: 50%;
}

.orbit-one {
    width: 360px;
    height: 360px;
}

.orbit-two {
    width: 250px;
    height: 250px;
    border-style: dashed;
}

.shield {
    position: relative;
    z-index: 2;
    width: 150px;
    height: 150px;
    display: grid;
    place-items: center;
    color: var(--green);
    background: linear-gradient(145deg, rgba(98, 200, 46, .17), rgba(98, 200, 46, .05));
    border: 1px solid rgba(98, 200, 46, .35);
    border-radius: 44px;
    box-shadow: 0 0 70px rgba(98, 200, 46, .17);
    transform: rotate(8deg);
}

.shield svg {
    width: 76px;
    height: 76px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: rotate(-8deg);
}

.security-tag {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    color: #dceae3;
    background: rgba(26, 49, 52, .92);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .2);
    font-size: 11px;
    font-weight: 750;
}

.security-tag span {
    color: var(--green);
}

.tag-2fa { top: 72px; right: 45px; }
.tag-https { left: 40px; top: 190px; }
.tag-log { right: 45px; bottom: 66px; }

.security-copy h2 {
    color: var(--white);
}

.security-copy > p:last-of-type {
    color: #afc0b8;
}

.security-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 24px;
    padding: 0;
    margin: 33px 0 0;
    list-style: none;
}

.security-list li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 11px;
}

.security-list li > span {
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    color: var(--ink);
    background: var(--green);
    border-radius: 7px;
    font-size: 12px;
    font-weight: 900;
}

.security-list strong,
.security-list small {
    display: block;
}

.security-list strong {
    font-size: 13px;
}

.security-list small {
    margin-top: 5px;
    color: #91a69c;
    font-size: 11px;
    line-height: 1.55;
}

.implementation-section {
    background: var(--surface);
}

.implementation-layout {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 40px 105px;
}

.implementation-steps {
    grid-row: span 2;
}

.implementation-steps article {
    display: grid;
    grid-template-columns: 57px 1fr;
    gap: 21px;
    padding: 0 0 31px;
    margin-bottom: 31px;
    border-bottom: 1px solid #d7e0dc;
}

.implementation-steps article:last-child {
    margin-bottom: 0;
}

.implementation-steps article > span {
    width: 57px;
    height: 57px;
    display: grid;
    place-items: center;
    color: var(--green-dark);
    background: var(--green-soft);
    border-radius: 15px;
    font-size: 16px;
    font-weight: 850;
}

.implementation-steps h3 {
    margin-bottom: 9px;
    font-size: 21px;
}

.implementation-steps p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.implementation-card {
    display: flex;
    align-items: center;
    gap: 21px;
    min-height: 135px;
    padding: 23px 26px;
    color: var(--white);
    background: var(--ink);
    border-radius: 18px;
}

.implementation-card img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    object-position: center 10%;
    background: var(--white);
    border-radius: 14px;
}

.implementation-card p,
.implementation-card strong,
.implementation-card span {
    display: block;
    margin: 0;
}

.implementation-card p {
    color: #90a29a;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.implementation-card strong {
    margin-top: 4px;
    font-size: 21px;
}

.implementation-card span {
    margin-top: 4px;
    color: #b8c6bf;
    font-size: 11px;
}

.faq-layout {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 100px;
}

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

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

.faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 0;
    cursor: pointer;
    font-size: 17px;
    font-weight: 750;
    list-style: none;
}

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

.faq-list summary span {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--green-dark);
    background: var(--green-soft);
    border-radius: 9px;
    font-size: 20px;
    font-weight: 400;
    transition: transform .2s ease;
}

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

.faq-list details p {
    max-width: 690px;
    padding: 0 48px 25px 0;
    margin: -5px 0 0;
    color: var(--muted);
    line-height: 1.75;
}

.contact-section {
    padding: 30px 0 90px;
}

.contact-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 60px;
    padding: 60px 66px;
    color: var(--white);
    background:
        radial-gradient(circle at 92% 15%, rgba(143, 232, 101, .24), transparent 32%),
        linear-gradient(135deg, #3c9e18 0%, #57bb29 60%, #3e981c 100%);
    border-radius: 26px;
    box-shadow: 0 24px 55px rgba(62, 159, 23, .22);
}

.contact-card::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    right: -90px;
    bottom: -130px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
}

.contact-copy {
    position: relative;
    z-index: 1;
}

.contact-copy .eyebrow {
    color: #e2ffd6;
}

.contact-copy h2 {
    max-width: 700px;
    margin-bottom: 15px;
    font-size: clamp(34px, 4vw, 52px);
    letter-spacing: -.05em;
}

.contact-copy > p:last-child {
    margin: 0;
    color: #e7f7df;
}

.contact-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.button-light {
    min-width: 300px;
    color: var(--ink);
    background: var(--white);
    box-shadow: 0 14px 28px rgba(19, 45, 23, .16);
}

.contact-actions small {
    margin-top: 12px;
    color: #dff5d5;
    font-size: 10px;
}

.site-footer {
    color: #b9c7c0;
    background: var(--ink);
}

.footer-top {
    min-height: 150px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-brand strong,
.footer-brand span {
    display: block;
}

.footer-brand strong {
    color: var(--white);
    font-size: 25px;
    letter-spacing: -.04em;
}

.footer-brand span {
    margin-top: 2px;
    font-size: 10px;
}

.footer-top nav {
    display: flex;
    gap: 27px;
    font-size: 12px;
    font-weight: 650;
}

.footer-top nav a:hover {
    color: var(--green);
}

.footer-company {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 13px;
}

.footer-company span {
    color: #72847c;
    font-size: 8px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.footer-company img {
    width: 125px;
    height: 34px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(1.55) grayscale(.15);
}

.footer-bottom {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    color: #72847c;
    font-size: 10px;
}

.footer-bottom p {
    margin: 0;
}

@media (max-width: 1100px) {
    .primary-navigation {
        gap: 18px;
    }

    .hero-layout {
        grid-template-columns: .9fr 1.1fr;
        gap: 28px;
    }

    .product-preview {
        min-height: 480px;
    }

    .app-stage {
        height: 390px;
    }

    .feature-card-wide {
        grid-template-columns: 58px 1fr .72fr;
    }

    .role-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .role-grid article:nth-child(3) {
        border-right: 0;
    }

    .role-grid article:nth-child(-n+3) {
        border-bottom: 1px solid var(--line);
    }

    .role-grid article:nth-child(4) {
        grid-column: 1 / span 1;
    }

    .security-layout {
        gap: 55px;
    }

    .implementation-layout,
    .faq-layout {
        gap: 60px;
    }

    .contact-card {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-actions {
        align-items: flex-start;
    }
}

@media (max-width: 920px) {
    .header-inner {
        min-height: 72px;
    }

    .brand > img {
        width: 128px;
        height: 35px;
    }

    .brand-separator {
        height: 30px;
        margin-inline: 13px;
    }

    .product-wordmark strong {
        font-size: 18px;
    }

    .menu-toggle {
        position: relative;
        z-index: 2;
        display: block;
    }

    .menu-toggle[aria-expanded="true"] > span:first-child {
        transform: translateY(7px) rotate(45deg);
    }

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

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

    .primary-navigation {
        position: fixed;
        inset: 72px 0 auto;
        max-height: calc(100vh - 72px);
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        overflow-y: auto;
        padding: 20px;
        background: var(--white);
        border-top: 1px solid var(--line);
        box-shadow: 0 20px 35px rgba(16, 27, 33, .12);
        visibility: hidden;
        opacity: 0;
        transform: translateY(-12px);
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    }

    .primary-navigation.is-open {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .primary-navigation > a:not(.nav-cta) {
        padding: 15px 6px;
        border-bottom: 1px solid var(--line);
    }

    .nav-cta {
        margin-top: 15px;
        text-align: center;
    }

    .hero {
        min-height: auto;
        padding: 130px 0 75px;
    }

    .hero-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .hero-copy {
        max-width: 690px;
    }

    .product-preview {
        max-width: 680px;
        min-height: auto;
        margin-inline: auto;
    }

    .signal-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .signal-grid > div:nth-child(2) {
        border-right: 1px solid var(--line);
    }

    .signal-grid > div:nth-child(-n+2) {
        border-bottom: 1px solid var(--line);
    }

    .feature-card-wide {
        grid-template-columns: 58px 1fr;
    }

    .feature-card-wide > :last-child {
        grid-column: 2;
    }

    .process-layout,
    .security-layout,
    .implementation-layout,
    .faq-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .process-copy {
        position: static;
    }

    .section-heading-split {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .security-visual {
        order: 2;
    }

    .implementation-steps {
        grid-row: auto;
    }

    .implementation-card {
        max-width: 520px;
    }

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

    .footer-top nav {
        grid-column: 1 / -1;
        grid-row: 2;
        padding-bottom: 26px;
    }
}

@media (max-width: 650px) {
    .container {
        width: min(calc(100% - 28px), var(--container));
    }

    .brand > img {
        width: 112px;
        height: 30px;
    }

    .brand-separator {
        margin-inline: 10px;
    }

    .product-wordmark strong {
        font-size: 16px;
    }

    .product-wordmark small {
        display: none;
    }

    .hero {
        padding-top: 113px;
    }

    h1 {
        font-size: clamp(42px, 13vw, 57px);
    }

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

    .button {
        width: 100%;
    }

    .hero-proof {
        display: grid;
        grid-template-columns: 1fr;
    }

    .app-window {
        border-radius: 13px;
        transform: none;
    }

    .window-address {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .app-stage {
        height: 340px;
        grid-template-columns: 60px 1fr;
    }

    .mock-sidebar {
        padding-inline: 9px;
    }

    .mock-brand b,
    .mock-nav i,
    .mock-user i {
        display: none;
    }

    .mock-brand {
        justify-content: center;
    }

    .mock-nav {
        align-items: center;
    }

    .mock-nav i::before {
        margin-left: 0;
    }

    .mock-user {
        justify-content: center;
    }

    .mock-content {
        padding: 18px 13px;
    }

    .mock-heading strong {
        font-size: 14px;
    }

    .metric-row {
        gap: 6px;
        margin-top: 14px;
    }

    .metric-row article {
        padding: 9px;
    }

    .metric-row strong {
        font-size: 17px;
    }

    .metric-row small,
    .metric-row span {
        font-size: 6px;
    }

    .mock-panels {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .mock-panels article {
        height: 150px;
        padding: 11px;
    }

    .mock-alerts {
        display: none;
    }

    .bars {
        height: 100px;
    }

    .floating-card {
        display: none;
    }

    .signal-grid > div {
        min-height: 96px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 16px;
    }

    .signal-grid strong {
        font-size: 25px;
    }

    .signal-grid span br {
        display: none;
    }

    .section {
        padding: 78px 0;
    }

    .section-heading-centered {
        text-align: left;
    }

    .section-heading-centered .eyebrow {
        justify-content: flex-start;
    }

    .section-heading h2 {
        font-size: 38px;
    }

    .section-heading > p:last-child,
    .section-heading-split > p {
        font-size: 15px;
    }

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

    .feature-card,
    .feature-card-wide {
        min-height: auto;
        display: block;
        grid-column: auto;
        padding: 27px;
    }

    .feature-card-wide .feature-icon {
        margin-bottom: 25px;
    }

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

    .mini-receipt,
    .audit-list {
        margin-top: 27px;
    }

    .process-list li {
        grid-template-columns: 52px 1fr;
        gap: 18px;
    }

    .process-list::before {
        left: 26px;
    }

    .process-list li > span {
        width: 52px;
        height: 52px;
        border-radius: 14px;
        font-size: 12px;
    }

    .process-list li > div {
        padding-top: 2px;
    }

    .process-list h3 {
        font-size: 20px;
    }

    .role-grid {
        grid-template-columns: 1fr;
    }

    .role-grid article,
    .role-grid article:nth-child(3),
    .role-grid article:nth-child(4) {
        min-height: auto;
        grid-column: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .role-grid article:last-child {
        border-bottom: 0;
    }

    .role-grid h3 {
        margin-top: 26px;
    }

    .security-visual {
        min-height: 390px;
    }

    .orbit-one {
        width: 300px;
        height: 300px;
    }

    .orbit-two {
        width: 210px;
        height: 210px;
    }

    .shield {
        width: 125px;
        height: 125px;
    }

    .shield svg {
        width: 62px;
        height: 62px;
    }

    .tag-2fa { right: 0; top: 40px; }
    .tag-https { left: 0; top: 160px; }
    .tag-log { right: 0; bottom: 40px; }

    .security-list {
        grid-template-columns: 1fr;
    }

    .implementation-steps article {
        grid-template-columns: 48px 1fr;
        gap: 16px;
    }

    .implementation-steps article > span {
        width: 48px;
        height: 48px;
    }

    .implementation-card {
        padding: 19px;
    }

    .implementation-card img {
        width: 60px;
        height: 60px;
    }

    .faq-list summary {
        font-size: 15px;
    }

    .contact-section {
        padding-bottom: 60px;
    }

    .contact-card {
        width: calc(100% - 20px);
        padding: 40px 24px;
        border-radius: 20px;
    }

    .button-light {
        min-width: 0;
    }

    .contact-actions small {
        text-align: center;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 38px 0 28px;
    }

    .footer-company {
        justify-self: start;
    }

    .footer-top nav {
        grid-column: auto;
        grid-row: auto;
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 3px;
        min-height: 90px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media print {
    .site-header,
    .hero-actions,
    .floating-card,
    .contact-section,
    .site-footer {
        display: none !important;
    }

    .hero,
    .section {
        min-height: 0;
        padding: 30px 0;
        color: #000;
        background: #fff;
    }

    .feature-card,
    .role-grid {
        break-inside: avoid;
    }
}
