:root {
    --ink: #233247;
    --muted: #617086;
    --line: #e4ebf3;
    --soft: #f5f9fd;
    --panel: #ffffff;
    --navy: #101b2c;
    --navy-2: #17283d;
    --blue: #1572e8;
    --powder: #dff3ff;
    --sky: #55b7e6;
    --green: #2ba66f;
    --coral: #ef7e56;
    --violet: #7b61ff;
    --shadow: 0 16px 38px rgba(30, 48, 73, 0.08);
    --font-body: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-heading: "Manrope", "Inter", ui-sans-serif, system-ui, sans-serif;
}

* {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
    text-rendering: optimizeLegibility;
}

a {
    color: var(--blue);
    text-decoration: none;
}

a:hover {
    color: #0e5ec4;
}

.container {
    width: min(1160px, calc(100% - 2rem));
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(220, 229, 240, 0.9);
    backdrop-filter: blur(14px);
    transition: box-shadow 0.22s ease, background 0.22s ease;
}

.site-header.is-scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 34px rgba(30, 48, 73, 0.08);
}

.navbar {
    min-height: 76px;
    padding: 0.7rem 0;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--ink);
}

.brand-mark:hover {
    color: var(--ink);
}

.brand-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: linear-gradient(135deg, #1572e8, #55b7e6);
    color: #fff;
    font-weight: 800;
    font-size: 0.9rem;
    box-shadow: 0 10px 24px rgba(21, 114, 232, 0.24);
}

.brand-mark strong,
.brand-mark small {
    display: block;
    line-height: 1.1;
    font-family: var(--font-heading);
}

.brand-mark strong {
    font-size: 1.05rem;
}

.brand-mark small {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 700;
}

.navbar-nav {
    gap: 0.15rem;
}

.nav-link {
    color: #4c5d72;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.94rem;
    padding: 0.65rem 0.8rem !important;
}

.nav-link:hover {
    color: var(--blue);
}

.dropdown-toggle::after {
    margin-left: 0.4rem;
    vertical-align: 0.12em;
}

.site-nav-dropdown {
    min-width: 250px;
    padding: 0.55rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(30, 48, 73, 0.14);
}

.site-nav-dropdown .dropdown-item {
    border-radius: 6px;
    color: #405169;
    font-family: var(--font-heading);
    font-size: 0.92rem;
    font-weight: 750;
    padding: 0.62rem 0.75rem;
}

.site-nav-dropdown .dropdown-item:hover,
.site-nav-dropdown .dropdown-item:focus {
    color: #095079;
    background: var(--powder);
}

.navbar-toggler {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0.65rem;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(21, 114, 232, 0.18);
}

.navbar-toggler-line {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--ink);
}

.btn {
    border-radius: 6px;
    font-family: var(--font-heading);
    font-weight: 800;
    border-width: 1px;
    position: relative;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: var(--blue);
    border-color: var(--blue);
    box-shadow: 0 10px 22px rgba(21, 114, 232, 0.22);
}

.btn-primary::after {
    content: "";
    position: absolute;
    top: -30%;
    bottom: -30%;
    left: -45%;
    width: 34%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    transform: skewX(-18deg) translateX(-180%);
    pointer-events: none;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #0f62ce;
    border-color: #0f62ce;
}

.btn-outline-light {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.62);
}

.btn-outline-light:hover {
    color: var(--navy);
    background: #fff;
}

.nav-demo-button {
    padding-inline: 1rem;
}

.hero-section {
    position: relative;
    min-height: calc(100svh - 150px);
    overflow: hidden;
    background: var(--navy);
}

.hero-media,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-media {
    background-image: url("/img/hero-document-operations.png");
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(7, 14, 25, 0.88) 0%, rgba(7, 14, 25, 0.68) 42%, rgba(7, 14, 25, 0.18) 100%),
        linear-gradient(180deg, rgba(7, 14, 25, 0.18) 0%, rgba(7, 14, 25, 0.42) 100%);
}

.hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1080px);
    gap: 2rem;
    padding: clamp(3.7rem, 8vh, 5.4rem) 0 clamp(2rem, 4vh, 3rem);
}

.hero-copy {
    color: #fff;
}

.hero-kicker,
.eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0.34rem 0.72rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-family: var(--font-heading);
    font-weight: 800;
    text-transform: uppercase;
    color: #095079;
    background: var(--powder);
}

.hero-kicker {
    color: #dbf4ff;
    background: rgba(85, 183, 230, 0.18);
    border: 1px solid rgba(186, 230, 253, 0.3);
}

.hero-copy h1 {
    max-width: 900px;
    margin: 1.15rem 0 1rem;
    font-family: var(--font-heading);
    font-size: 4.2rem;
    line-height: 1;
    font-weight: 800;
}

.hero-lead {
    max-width: 690px;
    margin: 0;
    color: #d8e7f7;
    font-size: 1.24rem;
    font-weight: 500;
    line-height: 1.62;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    max-width: 760px;
}

.hero-proof-section {
    padding: 0.9rem 0;
    background: var(--navy);
}

.hero-proof-section .hero-proof {
    max-width: 1160px;
    margin: 0 auto;
}

.hero-proof div {
    min-height: 98px;
    padding: 1rem;
    border: 1px solid rgba(210, 228, 247, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(12px);
}

.hero-proof strong,
.hero-proof span {
    display: block;
}

.hero-proof strong {
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.06rem;
    font-weight: 800;
}

.hero-proof span {
    margin-top: 0.3rem;
    color: #d2e2f2;
    font-size: 0.92rem;
}

.trust-strip {
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.75rem;
    padding: 1rem 0;
}

.trust-grid span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #526379;
    background: #fff;
    font-size: 0.86rem;
    font-family: var(--font-heading);
    font-weight: 800;
    text-align: center;
}

.section-pad {
    padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.section-pad.compact {
    padding-top: clamp(3.8rem, 7vw, 5.8rem);
}

.section-heading {
    max-width: 780px;
    margin: 0 auto 2.3rem;
    text-align: center;
}

.section-heading.narrow {
    max-width: 600px;
}

.section-heading h2,
.workflow-layout h2,
.governance-copy h2,
.demo-copy h2 {
    margin: 1rem 0 0.75rem;
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 3rem;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.section-heading p,
.workflow-layout p,
.governance-copy p,
.demo-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.72;
}

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

.feature-card {
    min-height: 260px;
    padding: 1.35rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(30, 48, 73, 0.05);
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 34px;
    border-radius: 8px;
    color: #095079;
    background: var(--powder);
    font-weight: 850;
    font-family: var(--font-heading);
    font-size: 0.86rem;
}

.feature-card h3 {
    margin: 1rem 0 0.55rem;
    color: #243145;
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 800;
}

.feature-card p {
    margin: 0;
    color: #637187;
    font-weight: 500;
    line-height: 1.66;
}

.workflow-section,
.collaboration-section,
.governance-section,
.demo-section {
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    background: var(--soft);
}

.workflow-layout,
.collaboration-layout,
.governance-grid,
.demo-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.workflow-points {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.workflow-points div,
.collaboration-points div,
.governance-list div,
.capability-item,
.contact-panel div {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.workflow-points div {
    padding: 1rem;
}

.workflow-points strong,
.workflow-points span,
.collaboration-points strong,
.collaboration-points span,
.governance-list strong,
.governance-list span,
.capability-item strong,
.capability-item span,
.contact-panel strong,
.contact-panel span,
.contact-panel a {
    display: block;
}

.workflow-points strong,
.collaboration-points strong,
.governance-list strong,
.capability-item strong,
.contact-panel strong {
    color: #243145;
    font-family: var(--font-heading);
    font-weight: 800;
}

.workflow-points span,
.collaboration-points span,
.governance-list span,
.capability-item span,
.contact-panel span,
.contact-panel a {
    margin-top: 0.25rem;
    color: var(--muted);
}

.process-board {
    position: relative;
    display: grid;
    gap: 0.9rem;
    padding: 1rem;
    border: 1px solid #d8e4f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.process-stage {
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f9fbfe;
}

.process-stage.active {
    background: #edf8ff;
    border-color: #bae3f8;
}

.process-stage.done {
    background: #f0faf4;
    border-color: #ccebd7;
}

.process-stage span,
.process-stage strong {
    display: block;
}

.process-stage span {
    color: var(--muted);
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.process-stage strong {
    margin-top: 0.2rem;
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 1.15rem;
}

.collaboration-section {
    background: #fff;
}

.collaboration-copy h2 {
    margin: 1rem 0 0.75rem;
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 3rem;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.collaboration-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.72;
}

.collaboration-points {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.collaboration-points div {
    padding: 1rem;
}

.chat-preview {
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
    border: 1px solid #d8e4f0;
    border-radius: 8px;
    background: #f8fbff;
    box-shadow: var(--shadow);
}

.chat-preview-header,
.chat-preview-message,
.chat-preview-footer {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.chat-preview-header {
    display: grid;
    gap: 0.2rem;
    padding: 1rem;
}

.chat-preview-header span {
    color: #607089;
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.chat-preview-header strong {
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 1.25rem;
}

.chat-preview-message {
    display: grid;
    gap: 0.35rem;
    max-width: 86%;
    padding: 0.9rem;
}

.chat-preview-message.is-own {
    justify-self: end;
    background: #edf8ff;
    border-color: #bae3f8;
}

.chat-preview-message strong {
    color: #243145;
    font-family: var(--font-heading);
    font-size: 0.9rem;
}

.chat-preview-message span {
    color: var(--muted);
    line-height: 1.55;
}

.chat-preview-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    padding: 0.8rem;
}

.chat-preview-footer span {
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    background: var(--powder);
    color: #095079;
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 850;
}

.capability-band {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 1rem;
}

.capability-item {
    min-height: 170px;
    padding: 1.2rem;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.governance-section {
    color: #fff;
    background: var(--navy);
}

.governance-copy h2,
.governance-copy p {
    color: #fff;
}

.governance-copy p {
    color: #d6e4f3;
}

.governance-list {
    display: grid;
    gap: 0.85rem;
}

.governance-list div {
    padding: 1rem;
    border-color: rgba(215, 230, 247, 0.17);
    background: rgba(255, 255, 255, 0.08);
}

.governance-list strong {
    color: #fff;
}

.governance-list span {
    color: #d6e4f3;
}

.document-type-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 0.75rem;
}

.document-type-grid span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    padding: 0.75rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #405169;
    background: #fff;
    font-family: var(--font-heading);
    font-weight: 850;
    text-align: center;
    box-shadow: 0 8px 22px rgba(30, 48, 73, 0.04);
}

.demo-section {
    background:
        linear-gradient(180deg, #f5f9fd 0%, #ffffff 100%);
}

.reseller-section {
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    background: #fff;
}

.reseller-section .demo-layout {
    align-items: start;
}

.reseller-points {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.6rem;
}

.reseller-points div {
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f8fbff;
}

.reseller-points strong,
.reseller-points span {
    display: block;
}

.reseller-points strong {
    color: #243145;
    font-family: var(--font-heading);
    font-weight: 800;
}

.reseller-points span {
    margin-top: 0.25rem;
    color: var(--muted);
}

.demo-layout {
    align-items: start;
}

.contact-panel {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.6rem;
}

.contact-panel div {
    padding: 1rem;
}

.demo-form-card {
    padding: 1.4rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.demo-form {
    display: grid;
    gap: 1rem;
}

.form-field {
    display: grid;
    gap: 0.4rem;
}

.form-field label {
    color: #31435b;
    font-family: var(--font-heading);
    font-weight: 800;
}

.required-marker {
    color: #bd3030;
    font-weight: 900;
}

.form-field input,
.form-field textarea {
    width: 100%;
    border: 1px solid #d8e2ee;
    border-radius: 8px;
    padding: 0.86rem 0.95rem;
    color: var(--ink);
    background: #fbfdff;
    font: inherit;
    font-weight: 500;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.form-field textarea {
    resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: var(--blue);
    background: #fff;
    box-shadow: 0 0 0 0.2rem rgba(21, 114, 232, 0.14);
}

.form-field .input-validation-error {
    border-color: #d94f4f;
    background: #fff9f9;
}

.field-validation,
.validation-summary {
    color: #bd3030;
    font-size: 0.88rem;
}

.alert {
    border-radius: 8px;
    border-width: 1px;
    font-family: var(--font-heading);
    font-weight: 700;
}

.seo-links-section {
    background: #f8fbff;
}

.seo-link-grid,
.faq-grid {
    display: grid;
    gap: 1rem;
}

.seo-link-grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

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

.seo-link-card,
.faq-grid article,
.seo-page-panel,
.seo-callout,
.seo-final-cta,
.seo-detail-list article {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(30, 48, 73, 0.05);
}

.seo-link-card {
    min-height: 250px;
    padding: 1.25rem;
}

.seo-link-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 34px;
    border-radius: 8px;
    color: #095079;
    background: var(--powder);
    font-family: var(--font-heading);
    font-size: 0.86rem;
    font-weight: 850;
}

.seo-link-card h3,
.faq-grid h3,
.seo-detail-list h3,
.seo-callout h2,
.seo-final-cta h2 {
    margin: 1rem 0 0.55rem;
    color: #243145;
    font-family: var(--font-heading);
    font-weight: 800;
}

.seo-link-card h3,
.faq-grid h3,
.seo-detail-list h3 {
    font-size: 1.16rem;
}

.seo-link-card p,
.faq-grid p,
.seo-detail-list p,
.seo-callout p,
.seo-final-cta p {
    margin: 0;
    color: var(--muted);
    font-weight: 500;
    line-height: 1.66;
}

.seo-link-card a {
    display: inline-flex;
    margin-top: 1rem;
    font-family: var(--font-heading);
    font-weight: 800;
}

.faq-section {
    background: #fff;
}

.faq-grid article {
    min-height: 190px;
    padding: 1.25rem;
}

.seo-page-hero {
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(7, 14, 25, 0.9) 0%, rgba(7, 14, 25, 0.75) 48%, rgba(7, 14, 25, 0.4) 100%),
        url("/img/hero-document-operations.png") center/cover no-repeat,
        var(--navy);
}

.seo-page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.seo-page-layout h1 {
    max-width: 760px;
    margin: 1rem 0;
    font-family: var(--font-heading);
    font-size: 3.8rem;
    line-height: 1.02;
    font-weight: 800;
}

.seo-page-layout p {
    max-width: 720px;
    color: #d8e7f7;
    font-size: 1.12rem;
    font-weight: 500;
    line-height: 1.7;
}

.seo-page-panel {
    display: grid;
    gap: 0.8rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.seo-page-panel div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
    padding: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
}

.seo-page-panel span {
    width: 10px;
    height: 10px;
    margin-top: 0.52rem;
    border-radius: 999px;
    background: var(--sky);
}

.seo-page-panel p {
    margin: 0;
    color: #f3f8ff;
    font-size: 0.98rem;
}

.seo-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
}

.seo-detail-grid h2 {
    margin: 1rem 0 1.4rem;
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 2.75rem;
    line-height: 1.08;
    font-weight: 800;
}

.seo-detail-list {
    display: grid;
    gap: 0.85rem;
}

.seo-detail-list article,
.seo-callout,
.seo-final-cta {
    padding: 1.25rem;
}

.seo-callout {
    position: sticky;
    top: 100px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.seo-callout h2,
.seo-final-cta h2 {
    font-size: 1.45rem;
}

.seo-final-cta {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.seo-final-cta p {
    margin: 0 auto 1.4rem;
    max-width: 680px;
}

.careers-hero {
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(8, 16, 28, 0.94) 0%, rgba(9, 25, 43, 0.82) 58%, rgba(12, 55, 86, 0.68) 100%),
        url("/img/hero-document-operations.png") center/cover no-repeat,
        var(--navy);
}

.careers-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.46fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.careers-hero h1 {
    max-width: 880px;
    margin: 1rem 0;
    font-family: var(--font-heading);
    font-size: 3.6rem;
    line-height: 1.04;
    font-weight: 800;
}

.careers-hero p {
    max-width: 760px;
    color: #d8e7f7;
    font-size: 1.12rem;
    font-weight: 500;
    line-height: 1.7;
}

.career-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1.35rem 0 1.65rem;
}

.career-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: #f6fbff;
    background: rgba(255, 255, 255, 0.12);
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 850;
}

.career-apply-card,
.career-support-panel,
.career-list article,
.career-final-cta {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(30, 48, 73, 0.07);
}

.career-apply-card {
    padding: 1.35rem;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.95);
}

.career-card-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    color: #095079;
    background: var(--powder);
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 850;
}

.career-apply-card h2,
.career-support-panel h2,
.career-final-cta h2,
.career-detail-grid h2 {
    margin: 1rem 0 0.65rem;
    color: #243145;
    font-family: var(--font-heading);
    font-weight: 800;
}

.career-apply-card p {
    color: var(--muted);
}

.career-apply-card a {
    display: inline-flex;
    margin-top: 0.75rem;
    font-family: var(--font-heading);
    font-weight: 850;
}

.career-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.44fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
}

.career-detail-grid h2 {
    font-size: 2.7rem;
    line-height: 1.08;
}

.career-list {
    display: grid;
    gap: 0.85rem;
}

.career-list article {
    padding: 1.2rem;
}

.career-list h3 {
    margin: 0 0 0.45rem;
    color: #243145;
    font-family: var(--font-heading);
    font-size: 1.12rem;
    font-weight: 800;
}

.career-list p {
    margin: 0;
    color: var(--muted);
    font-weight: 500;
}

.career-support-panel {
    position: sticky;
    top: 100px;
    padding: 1.25rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.career-support-panel ul {
    display: grid;
    gap: 0.75rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.career-support-panel li {
    position: relative;
    padding-left: 2rem;
    color: #405169;
    font-weight: 700;
}

.career-support-panel li::before {
    content: "";
    position: absolute;
    top: 0.15rem;
    left: 0;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--green), #55c98f);
    box-shadow: 0 8px 18px rgba(43, 166, 111, 0.22);
}

.career-support-panel li::after {
    content: "";
    position: absolute;
    top: 0.48rem;
    left: 0.4rem;
    width: 0.52rem;
    height: 0.28rem;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.career-requirements-section {
    background: #f8fbff;
}

.career-requirements-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.career-requirements-grid span {
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 0.9rem 1rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #405169;
    background: #fff;
    font-family: var(--font-heading);
    font-weight: 850;
    box-shadow: 0 8px 22px rgba(30, 48, 73, 0.04);
}

.career-cta-section {
    padding: clamp(4rem, 7vw, 6rem) 0;
    background:
        linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%);
}

.career-final-cta {
    max-width: 840px;
    margin: 0 auto;
    padding: clamp(1.4rem, 3vw, 2rem);
    text-align: center;
}

.career-final-cta p {
    max-width: 650px;
    margin: 0 auto 1.35rem;
    color: var(--muted);
    font-weight: 500;
}

.site-footer {
    padding: 3rem 0 1.2rem;
    color: #d9e5f3;
    background: #0b1422;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto minmax(220px, auto);
    gap: 2rem;
    align-items: start;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand strong,
.footer-brand small {
    color: #fff;
}

.site-footer p {
    max-width: 440px;
    margin: 1rem 0 0;
    color: #aebbd0;
}

.footer-links,
.footer-contact {
    display: grid;
    gap: 0.55rem;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
    color: #cbd9e9;
    font-weight: 700;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.2rem;
    color: #96a7bc;
    font-size: 0.9rem;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        padding-top: 1rem;
    }

    .navbar-nav {
        align-items: stretch !important;
        padding: 1rem;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: #fff;
    }

    .site-nav-dropdown {
        width: 100%;
        margin: 0.15rem 0 0.65rem;
        border-color: #e3ecf6;
        box-shadow: none;
    }

    .site-nav-dropdown .dropdown-item {
        white-space: normal;
    }

    .nav-demo-button {
        display: block;
        margin-top: 0.4rem;
    }

    .hero-section {
        min-height: auto;
    }

    .hero-content {
        padding-top: 4rem;
    }

    .hero-copy h1,
    .seo-page-layout h1,
    .careers-hero h1 {
        font-size: 3.25rem;
    }

    .section-heading h2,
    .workflow-layout h2,
    .collaboration-copy h2,
    .governance-copy h2,
    .demo-copy h2,
    .seo-detail-grid h2,
    .career-detail-grid h2 {
        font-size: 2.45rem;
    }

    .hero-proof,
    .trust-grid,
    .feature-grid,
    .seo-link-grid,
    .faq-grid,
    .capability-band,
    .document-type-grid,
    .workflow-layout,
    .collaboration-layout,
    .governance-grid,
    .demo-layout,
    .seo-page-layout,
    .seo-detail-grid,
    .careers-hero-layout,
    .career-detail-grid,
    .footer-main {
        grid-template-columns: 1fr;
    }

    .seo-callout,
    .career-support-panel {
        position: static;
    }

    .document-type-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .career-requirements-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 575.98px) {
    .container {
        width: min(100% - 1.2rem, 1160px);
    }

    .brand-symbol {
        width: 38px;
        height: 38px;
    }

    .brand-mark strong {
        font-size: 0.98rem;
    }

    .brand-mark small {
        font-size: 0.66rem;
    }

    .hero-content {
        padding: 4rem 0 3rem;
    }

    .hero-copy h1 {
        font-size: 2.45rem;
    }

    .seo-page-layout h1,
    .careers-hero h1 {
        font-size: 2.35rem;
    }

    .hero-lead,
    .seo-page-layout p,
    .careers-hero p {
        font-size: 1.03rem;
    }

    .section-heading h2,
    .workflow-layout h2,
    .collaboration-copy h2,
    .governance-copy h2,
    .demo-copy h2,
    .seo-detail-grid h2,
    .career-detail-grid h2 {
        font-size: 2rem;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-proof {
        gap: 0.65rem;
    }

    .section-pad,
    .reseller-section,
    .workflow-section,
    .collaboration-section,
    .governance-section,
    .careers-hero,
    .career-cta-section,
    .demo-section {
        padding: 3.4rem 0;
    }

    .feature-card {
        min-height: auto;
    }

    .document-type-grid,
    .career-requirements-grid,
    .trust-grid,
    .seo-link-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

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

@keyframes heroDrift {
    0% {
        transform: scale(1.02) translate3d(0, 0, 0);
    }
    100% {
        transform: scale(1.075) translate3d(-22px, -12px, 0);
    }
}

@keyframes riseIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 28px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lineReveal {
    0% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes buttonSheen {
    0%, 52% {
        transform: skewX(-18deg) translateX(-180%);
    }
    100% {
        transform: skewX(-18deg) translateX(520%);
    }
}

@keyframes brandBreathe {
    0%, 100% {
        box-shadow: 0 10px 24px rgba(21, 114, 232, 0.24);
    }
    50% {
        box-shadow: 0 14px 32px rgba(21, 114, 232, 0.34);
    }
}

@media (prefers-reduced-motion: no-preference) {
    .brand-symbol {
        animation: brandBreathe 5.8s ease-in-out infinite;
    }

    .hero-media {
        animation: heroDrift 18s ease-in-out infinite alternate;
        will-change: transform;
    }

    .hero-kicker {
        animation: riseIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) both 0.08s;
    }

    .hero-copy h1 {
        animation: lineReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) both 0.16s;
    }

    .hero-lead {
        animation: riseIn 0.78s cubic-bezier(0.22, 1, 0.36, 1) both 0.28s;
    }

    .hero-actions {
        animation: riseIn 0.78s cubic-bezier(0.22, 1, 0.36, 1) both 0.4s;
    }

    .hero-proof div {
        animation: riseIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
        animation-delay: calc(0.5s + (var(--reveal-index, 0) * 90ms));
    }

    .btn-primary::after {
        animation: buttonSheen 4.6s ease-in-out infinite;
    }

    .reveal-on-scroll {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
        transition:
            opacity 0.72s ease,
            transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
            box-shadow 0.2s ease,
            border-color 0.2s ease;
        transition-delay: calc(var(--reveal-index, 0) * 60ms);
        will-change: opacity, transform;
    }

    .reveal-on-scroll.is-visible {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .feature-card,
    .seo-link-card,
    .faq-grid article,
    .seo-detail-list article,
    .capability-item,
    .document-type-grid span,
    .process-stage,
    .workflow-points div,
    .governance-list div,
    .contact-panel div,
    .demo-form-card,
    .career-list article,
    .career-requirements-grid span,
    .career-apply-card,
    .trust-grid span {
        transition:
            transform 0.22s ease,
            box-shadow 0.22s ease,
            border-color 0.22s ease,
            background 0.22s ease;
    }

    .feature-card:hover,
    .seo-link-card:hover,
    .faq-grid article:hover,
    .seo-detail-list article:hover,
    .capability-item:hover,
    .document-type-grid span:hover,
    .career-list article:hover,
    .career-requirements-grid span:hover,
    .career-apply-card:hover,
    .workflow-points div:hover,
    .contact-panel div:hover,
    .trust-grid span:hover {
        transform: translateY(-5px);
        border-color: #cfe2f4;
        box-shadow: 0 18px 36px rgba(30, 48, 73, 0.1);
    }

    .process-stage:hover,
    .governance-list div:hover {
        transform: translateX(5px);
        box-shadow: 0 16px 30px rgba(30, 48, 73, 0.08);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}
