:root {
    --odax-brand-950: #08243d;
    --odax-brand-900: #0b3152;
    --odax-brand-800: #0f466f;
    --odax-brand-700: #12639a;
    --odax-brand-600: #1681bf;
    --odax-brand-500: #2aa8df;
    --odax-brand-400: #62c7ec;
    --odax-brand-200: #cceefa;
    --odax-brand-100: #eaf8fd;
    --odax-ink: #122536;
    --odax-muted: #647789;
    --odax-line: #dbe7ee;
    --odax-surface: #ffffff;
    --odax-soft: #f3f8fb;
    --odax-warm: #f6c55f;
    --odax-success: #168663;
    --odax-shadow: 0 22px 70px rgba(9, 50, 82, 0.14);
    --odax-shadow-sm: 0 12px 35px rgba(9, 50, 82, 0.10);
    --odax-radius: 24px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.odax-reference-body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--odax-ink);
    background:
        radial-gradient(circle at 90% 5%, rgba(98, 199, 236, 0.22), transparent 29rem),
        radial-gradient(circle at 7% 18%, rgba(42, 168, 223, 0.10), transparent 25rem),
        #fff;
    line-height: 1.55;
}

.odax-reference a {
    color: inherit;
    text-decoration: none;
}

.odax-reference button,
.odax-reference input,
.odax-reference textarea {
    font: inherit;
}

.odax-reference .container {
    width: min(1180px, calc(100% - 40px));
    margin: auto;
}

.odax-reference .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(219, 231, 238, 0.8);
}

.odax-reference .nav {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.odax-reference .brand {
    display: flex;
    align-items: center;
    flex: 0 0 260px;
    min-width: 0;
}

/* AI capabilities */
.ai-feature {
    border-color: rgba(37, 99, 235, .28);
    background: linear-gradient(135deg, #ffffff 0%, #f1f6ff 100%);
}

.oss-feature {
    border-color: rgba(22, 134, 99, .28);
    background: linear-gradient(135deg, #ffffff 0%, #effbf6 100%);
}

.oss-section {
    padding: 92px 0;
    background: linear-gradient(180deg, #f4fbf8 0%, #ffffff 100%);
    border-top: 1px solid #dcefe7;
    border-bottom: 1px solid #dcefe7;
}

.oss-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 46px;
    align-items: center;
}

.oss-mark {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    border-radius: var(--odax-radius);
    color: #fff;
    background: linear-gradient(145deg, #0b4f43, #168663);
    box-shadow: 0 22px 60px rgba(11, 79, 67, .2);
}

.oss-mark i { font-size: 38px; color: #b8f0d9; }
.oss-mark strong { margin-top: 8px; font-size: 34px; letter-spacing: .08em; }
.oss-mark span { color: #ccefe3; font-size: 12px; }

.oss-capabilities {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 42px;
}

.oss-capabilities article {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 16px;
    padding: 24px;
    border: 1px solid #d6ebe2;
    border-radius: 18px;
    background: #fff;
}

.oss-capabilities article > i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: #e9f8f2;
    color: #147457;
    font-size: 21px;
}

.oss-capabilities h3 { margin: 0 0 7px; font-size: 18px; }
.oss-capabilities p { margin: 0; color: var(--odax-muted); font-size: 14px; line-height: 1.65; }

.oss-control {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: center;
    margin-top: 18px;
    padding: 22px 24px;
    border: 1px solid #bfe2d3;
    border-radius: 16px;
    background: #eaf8f2;
    color: #164f40;
}

.oss-control > i { font-size: 27px; }
.oss-control strong,.oss-control span { display: block; }
.oss-control span { margin-top: 3px; color: #406b5f; }

.ai-section {
    padding: 92px 0;
    background:
        radial-gradient(circle at 88% 12%, rgba(37, 99, 235, .13), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    border-top: 1px solid #dce8f8;
    border-bottom: 1px solid #dce8f8;
}

.ai-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
}

.ai-heading > div:first-child {
    max-width: 880px;
}

.ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 11px 16px;
    border: 1px solid rgba(37, 99, 235, .24);
    border-radius: 999px;
    color: #174ea6;
    background: rgba(255, 255, 255, .82);
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(30, 64, 175, .08);
}

.ai-campaign {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
    gap: 38px;
    overflow: hidden;
    margin-top: 38px;
    padding: 40px;
    border: 1px solid rgba(98, 199, 236, .38);
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 12%, rgba(42, 168, 223, .24), transparent 34%),
        linear-gradient(145deg, var(--odax-brand-950), var(--odax-brand-800));
    box-shadow: 0 24px 60px rgba(8, 36, 61, .2);
    color: #fff;
}

.ai-campaign::after {
    position: absolute;
    right: -35px;
    bottom: -70px;
    color: rgba(255,255,255,.035);
    content: "AI";
    font-size: 220px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.ai-campaign-copy,
.ai-campaign-benefits { position: relative; z-index: 1; }

.ai-campaign-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #8ddcf6;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ai-campaign-copy h3 {
    max-width: 700px;
    margin: 15px 0 16px;
    color: #fff;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.ai-campaign-copy p {
    max-width: 720px;
    margin: 0;
    color: #d8edf8;
    font-size: 17px;
    line-height: 1.7;
}

.ai-campaign-copy > strong {
    display: block;
    margin-top: 20px;
    color: var(--odax-warm);
    font-size: 18px;
}

.ai-campaign-copy .btn { margin-top: 26px; }

.ai-campaign-benefits {
    display: grid;
    gap: 12px;
}

.ai-campaign-benefits > div {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 17px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
}

.ai-campaign-benefits > div > i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: rgba(98,199,236,.17);
    color: #8ddcf6;
    font-size: 21px;
}

.ai-campaign-benefits span,
.ai-campaign-benefits b,
.ai-campaign-benefits small { display: block; }
.ai-campaign-benefits b { color: #fff; font-size: 16px; }
.ai-campaign-benefits small { margin-top: 4px; color: #c7dfeb; font-size: 13px; line-height: 1.5; }

.ai-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 38px;
}

.ai-capability {
    padding: 25px;
    border: 1px solid #d8e4f4;
    border-radius: 20px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 12px 34px rgba(31, 73, 125, .07);
}

.ai-capability > i {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #0f766e);
    font-size: 21px;
}

.ai-capability h3,
.ai-control-card h3,
.ai-cost-card h3 {
    margin: 0 0 10px;
    color: #102a43;
}

.ai-capability p,
.ai-cost-card p {
    margin: 0;
    color: #52677d;
    line-height: 1.68;
}

.ai-control-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 20px;
    margin-top: 22px;
}

.ai-control-card,
.ai-cost-card {
    padding: 27px;
    border-radius: 20px;
}

.ai-control-card {
    border: 1px solid #d8e4f4;
    background: #fff;
}

.ai-control-card ul {
    margin: 15px 0 0;
    padding-left: 21px;
    color: #52677d;
    line-height: 1.7;
}

.ai-control-card li + li {
    margin-top: 7px;
}

.ai-cost-card {
    display: flex;
    gap: 19px;
    border: 1px solid rgba(234, 179, 8, .45);
    background: linear-gradient(135deg, #fffdf5, #fff8da);
}

.ai-cost-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 14px;
    color: #713f12;
    background: #fde68a;
    font-size: 22px;
}

.ai-cost-label {
    display: block;
    margin-bottom: 6px;
    color: #a16207;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ai-cost-note {
    margin-top: 12px !important;
    padding-top: 12px;
    border-top: 1px solid rgba(161, 98, 7, .2);
    font-size: 14px;
}

.ai-estimate {
    margin-top: 20px;
    padding: 18px;
    border: 1px solid rgba(161, 98, 7, .18);
    border-radius: 14px;
    background: rgba(255, 255, 255, .68);
}

.ai-estimate h4 {
    margin: 0 0 12px;
    color: #713f12;
    font-size: 16px;
}

.ai-estimate-table {
    width: 100%;
    border-collapse: collapse;
    color: #52677d;
    font-size: 14px;
}

.ai-estimate-table th,
.ai-estimate-table td {
    padding: 10px 9px;
    border-bottom: 1px solid rgba(161, 98, 7, .16);
    text-align: left;
    vertical-align: top;
}

.ai-estimate-table th:last-child,
.ai-estimate-table td:last-child {
    width: 150px;
    color: #713f12;
    white-space: nowrap;
}

.ai-estimate-summary {
    margin-top: 14px !important;
    color: #713f12 !important;
}

@media (max-width: 520px) {
    .ai-estimate-table-wrap {
        overflow-x: auto;
    }

    .ai-estimate-table {
        min-width: 520px;
    }
}

@media (max-width: 900px) {
    .ai-campaign { grid-template-columns: 1fr; padding: 30px; }
}

@media (max-width: 520px) {
    .ai-campaign { padding: 24px 20px; }
    .ai-campaign-copy h3 { font-size: 32px; }
    .ai-campaign-benefits > div { grid-template-columns: 40px 1fr; padding: 14px; }
    .ai-campaign-benefits > div > i { width: 40px; height: 40px; }
}

/* PayrollSuite AI */
.payroll-ai-section {
    margin-top: 64px;
    padding: 44px;
    border: 1px solid #cfe0f5;
    border-radius: 28px;
    background:
        radial-gradient(circle at 92% 7%, rgba(37, 99, 235, .16), transparent 25%),
        linear-gradient(145deg, #f8fbff 0%, #edf5ff 100%);
}

.payroll-ai-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
}

.payroll-ai-heading > div:first-child {
    max-width: 900px;
}

.payroll-ai-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.payroll-ai-card {
    padding: 22px;
    border: 1px solid #d8e5f5;
    border-radius: 18px;
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 12px 30px rgba(30, 64, 110, .06);
}

.payroll-ai-card > i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #0f766e);
    font-size: 20px;
}

.payroll-ai-card h3 {
    margin: 0 0 9px;
    color: #102a43;
    font-size: 18px;
}

.payroll-ai-card p,
.payroll-ai-card li {
    color: #52677d;
    line-height: 1.58;
}

.payroll-ai-card p {
    margin: 0;
}

.payroll-ai-card ul {
    margin: 12px 0 0;
    padding-left: 18px;
    font-size: 14px;
}

.payroll-ai-security {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 20px;
    margin-top: 20px;
}

.payroll-ai-security-copy,
.payroll-human-control {
    padding: 28px;
    border-radius: 20px;
}

.payroll-ai-security-copy {
    border: 1px solid #cfe0f5;
    background: #fff;
}

.payroll-ai-security-copy h3,
.payroll-human-control h3 {
    margin: 8px 0 10px;
    color: #102a43;
}

.payroll-ai-security-copy p,
.payroll-human-control p {
    color: #52677d;
    line-height: 1.65;
}

.payroll-ai-security-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin-top: 20px;
    color: #284d6f;
    font-size: 14px;
}

.payroll-ai-security-points i {
    margin-right: 6px;
    color: #0f766e;
}

.payroll-human-control {
    border: 1px solid rgba(234, 179, 8, .42);
    background: linear-gradient(145deg, #fffdf5, #fff6cc);
}

.payroll-human-control > i {
    color: #a16207;
    font-size: 32px;
}

.payroll-human-control small {
    display: block;
    margin-top: 17px;
    padding-top: 16px;
    border-top: 1px solid rgba(161, 98, 7, .22);
    color: #713f12;
    line-height: 1.55;
}

@media (max-width: 1120px) {
    .payroll-ai-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .payroll-ai-section {
        padding: 30px 22px;
    }

    .payroll-ai-heading {
        display: block;
    }

    .payroll-ai-heading .ai-badge {
        margin-top: 18px;
    }

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

@media (max-width: 600px) {
    .payroll-ai-grid,
    .payroll-ai-security-points {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .ai-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ai-control-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .ai-section {
        padding: 66px 0;
    }

    .ai-heading,
    .ai-cost-card {
        display: block;
    }

    .ai-badge {
        margin-top: 18px;
    }

    .ai-capability-grid {
        grid-template-columns: 1fr;
    }

    .ai-cost-icon {
        margin-bottom: 16px;
    }
}

.odax-reference .brand.activ-brand {
    position: relative;
    flex: 0 0 168px;
    width: 168px;
    height: 60px;
    overflow: hidden;
    border-radius: 10px;
}

.odax-reference .brand.activ-brand img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 168px;
    max-width: none;
    height: 168px;
    margin: 0;
    object-fit: contain;
    transform: translateY(-50%);
}

.odax-reference .brand img {
    display: block;
    width: 100%;
    max-width: 260px;
    height: auto;
}

.odax-reference .nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.odax-reference .nav-links a {
    padding: 9px 11px;
    border-radius: 10px;
    color: #3e586b;
    font-size: 14px;
    font-weight: 650;
}

.odax-reference .nav-links a:hover,
.odax-reference .nav-links a.active {
    color: var(--odax-brand-800);
    background: var(--odax-brand-100);
}

.odax-reference .nav-cta {
    padding: 11px 17px !important;
    background: var(--odax-brand-800) !important;
    color: white !important;
    box-shadow: 0 8px 20px rgba(15, 70, 111, 0.18);
}

.odax-reference .menu-btn {
    display: none;
    margin-left: auto;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid var(--odax-line);
    background: white;
    color: var(--odax-brand-900);
}

.odax-reference .menu-btn i {
    font-size: 1.45rem;
    line-height: 1;
}

.odax-reference .hero {
    padding: 74px 0 50px;
    overflow: hidden;
}

.odax-reference .hero-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 58px;
    align-items: center;
}

.odax-reference .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border: 1px solid #b8e5f7;
    background: rgba(234, 248, 253, 0.75);
    border-radius: 999px;
    color: var(--odax-brand-800);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.odax-reference .eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--odax-success);
    box-shadow: 0 0 0 4px rgba(22, 134, 99, 0.12);
}

.odax-reference .product-lockup {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 20px 0 14px;
}

.odax-reference .product-logo {
    width: min(100%, 360px);
    height: auto;
}

.odax-reference .product-divider {
    width: 1px;
    height: 46px;
    background: var(--odax-line);
}

.odax-reference .product-sub {
    font-size: 14px;
    color: var(--odax-muted);
    line-height: 1.2;
}

.odax-reference .product-sub strong {
    display: block;
    color: var(--odax-brand-700);
}

.odax-reference h1 {
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.03;
    letter-spacing: -.045em;
    margin: 0;
    max-width: 760px;
}

.odax-reference h1 span {
    color: var(--odax-brand-600);
}

.odax-reference .lead {
    font-size: 19px;
    color: #516779;
    max-width: 660px;
    margin: 24px 0 28px;
}

.odax-reference .hero-actions {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}

.odax-reference .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 13px;
    padding: 14px 20px;
    font-weight: 750;
    border: 1px solid transparent;
    cursor: pointer;
    transition: .2s transform, .2s box-shadow, .2s background;
}

.odax-reference .btn:hover {
    transform: translateY(-2px);
}

.odax-reference .btn-primary {
    background: linear-gradient(135deg, var(--odax-brand-800), var(--odax-brand-600));
    color: white;
    box-shadow: 0 15px 28px rgba(18, 99, 154, 0.22);
}

.odax-reference .btn i,
.odax-reference .check i,
.odax-reference .app-pill i,
.odax-reference .summary-box strong i,
.odax-reference .feature-link i {
    line-height: 1;
}

.odax-reference .btn-secondary {
    background: white;
    border-color: var(--odax-line);
    color: var(--odax-brand-900);
    box-shadow: 0 8px 22px rgba(12, 56, 89, 0.08);
}

.odax-reference .hero-trust {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 30px;
    color: #60788a;
    font-size: 13px;
}

.odax-reference .hero-trust span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.odax-reference .check {
    display: grid;
    place-items: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #e7f7f1;
    color: var(--odax-success);
    font-weight: 900;
}

.odax-reference .app-stage {
    position: relative;
    min-height: 0;
    display: grid;
    place-items: center;
}

.odax-reference .getting-started-section {
    padding: 34px 0 16px;
}

.odax-reference .getting-started-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    padding: 28px 30px;
    border: 1px solid #cfe2f2;
    border-radius: 22px;
    background: linear-gradient(135deg, #f7fbff 0%, #eef7ff 58%, #fffaf0 100%);
    box-shadow: 0 18px 42px rgba(12, 56, 89, 0.09);
}

.odax-reference .getting-started-icon {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--odax-brand-800), var(--odax-brand-600));
    font-size: 30px;
    box-shadow: 0 14px 28px rgba(18, 99, 154, 0.2);
}

.odax-reference .getting-started-copy h2 {
    margin: 3px 0 8px;
    font-size: clamp(25px, 3vw, 34px);
}

.odax-reference .getting-started-copy p {
    max-width: 800px;
    margin: 0;
    color: #526b7e;
}

.odax-reference .getting-started-actions {
    display: grid;
    justify-items: stretch;
    gap: 10px;
    min-width: 235px;
}

.odax-reference .guide-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--odax-brand-800);
    font-size: 13px;
    font-weight: 750;
}

@media (max-width: 980px) {
    .odax-reference .getting-started-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .odax-reference .getting-started-actions {
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media (max-width: 620px) {
    .odax-reference .getting-started-card {
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }

    .odax-reference .getting-started-actions {
        grid-column: auto;
        grid-template-columns: 1fr;
    }
}

.odax-reference .stage-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
}

.odax-reference .orb-a {
    width: 370px;
    height: 370px;
    background: rgba(42, 168, 223, 0.12);
    right: -100px;
    top: -20px;
}

.odax-reference .orb-b {
    width: 250px;
    height: 250px;
    background: rgba(246, 197, 95, 0.16);
    left: -40px;
    bottom: -30px;
}

.odax-reference .app-window {
    position: relative;
    width: 100%;
    border-radius: 8px;
    background: white;
    border: 1px solid #cfe0ea;
    box-shadow: 0 32px 90px rgba(4, 39, 65, 0.23);
    overflow: hidden;
}

.odax-reference .product-screenshot {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1624 / 967;
    object-fit: cover;
}

.odax-reference .app-titlebar {
    height: 42px;
    background: #edf4f8;
    display: flex;
    align-items: center;
    padding: 0 14px;
    gap: 8px;
    border-bottom: 1px solid #d7e5ed;
}

.odax-reference .win-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b9c9d3;
}

.odax-reference .app-title {
    font-size: 11px;
    font-weight: 750;
    color: #587184;
    margin-left: 8px;
}

.odax-reference .app-body {
    display: grid;
    grid-template-columns: 150px 1fr;
    min-height: 440px;
}

.odax-reference .app-side {
    background: linear-gradient(180deg, var(--odax-brand-950), var(--odax-brand-900));
    padding: 17px 12px;
    color: white;
}

.odax-reference .mini-brand {
    font-weight: 900;
    letter-spacing: .15em;
    font-size: 15px;
    padding: 0 8px 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.odax-reference .mini-brand small {
    display: block;
    font-size: 8px;
    color: #8ccce8;
    letter-spacing: .1em;
    margin-top: 4px;
}

.odax-reference .side-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 8px;
    border-radius: 8px;
    font-size: 10px;
    color: #b9d2e1;
    margin-top: 3px;
}

.odax-reference .side-item.active {
    background: rgba(98, 199, 236, 0.18);
    color: white;
}

.odax-reference .side-icon {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.10);
    display: grid;
    place-items: center;
    font-size: 9px;
}

.odax-reference .side-icon i,
.odax-reference .feature-icon i,
.odax-reference .principle-icon i,
.odax-reference .floating-icon i {
    line-height: 1;
}

.odax-reference .feature-icon i,
.odax-reference .principle-icon i,
.odax-reference .floating-icon i {
    font-size: 1.05rem;
}

.odax-reference .app-content {
    padding: 17px;
    background: #f8fbfd;
}

.odax-reference .app-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.odax-reference .app-head h3 {
    font-size: 15px;
    margin: 0;
    color: #19354c;
}

.odax-reference .app-head p {
    font-size: 9px;
    margin: 2px 0 0;
    color: #7890a0;
}

.odax-reference .app-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 8px;
    background: #e5f6fc;
    color: #126a9e;
    border: 1px solid #c3eafa;
    padding: 5px 8px;
    border-radius: 999px;
    font-weight: 800;
}

.odax-reference .app-tools {
    display: grid;
    grid-template-columns: 1.15fr .9fr .9fr auto;
    gap: 7px;
    margin: 14px 0 10px;
}

.odax-reference .app-field,
.odax-reference .app-button {
    height: 30px;
    border: 1px solid #d7e5ec;
    background: white;
    border-radius: 6px;
    padding: 7px;
    font-size: 8px;
    color: #688091;
}

.odax-reference .app-button {
    background: var(--odax-brand-700);
    color: white;
    border-color: var(--odax-brand-700);
    padding-inline: 11px;
    font-weight: 800;
}

.odax-reference .app-table {
    background: white;
    border: 1px solid #dbe7ed;
    border-radius: 8px;
    overflow: hidden;
}

.odax-reference .table-row {
    display: grid;
    grid-template-columns: 50px 52px 1.35fr 62px 1.15fr 64px;
    min-height: 31px;
    align-items: center;
    border-bottom: 1px solid #e7eef2;
    font-size: 8px;
    color: #536c7e;
}

.odax-reference .table-row:last-child {
    border-bottom: 0;
}

.odax-reference .table-row > span {
    padding: 6px;
    border-right: 1px solid #edf2f5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.odax-reference .table-row > span:last-child {
    border-right: 0;
    text-align: right;
}

.odax-reference .table-head {
    background: #eef5f8;
    color: #35576d;
    font-weight: 800;
    min-height: 28px;
}

.odax-reference .row-highlight {
    background: #f2fbff;
    box-shadow: inset 3px 0 0 var(--odax-brand-500);
}

.odax-reference .app-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 10px;
}

.odax-reference .summary-box {
    background: white;
    border: 1px solid #dfeaf0;
    border-radius: 8px;
    padding: 9px;
}

.odax-reference .summary-box small {
    display: block;
    font-size: 7px;
    color: #8195a3;
}

.odax-reference .summary-box strong {
    font-size: 11px;
    color: #23445b;
}

.odax-reference .floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    border: 1px solid #d8e7ee;
    box-shadow: var(--odax-shadow-sm);
    border-radius: 14px;
    padding: 12px 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    z-index: 3;
}

.odax-reference .float-one {
    right: -24px;
    top: 105px;
}

.odax-reference .float-two {
    left: -30px;
    bottom: 70px;
}

.odax-reference .floating-icon {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: var(--odax-brand-100);
    color: var(--odax-brand-700);
    font-weight: 900;
}

.odax-reference .floating-card strong {
    display: block;
    font-size: 11px;
}

.odax-reference .floating-card small {
    display: block;
    color: #758b9a;
    font-size: 9px;
}

.odax-reference .signal-bar {
    padding: 18px 0 62px;
}

.odax-reference .signals {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.odax-reference .signal {
    padding: 18px 20px;
    border: 1px solid var(--odax-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 8px 30px rgba(11, 49, 82, 0.05);
}

.odax-reference .signal strong {
    display: block;
    font-size: 15px;
    color: var(--odax-brand-900);
}

.odax-reference .signal span {
    font-size: 12px;
    color: var(--odax-muted);
}

.odax-reference section {
    padding: 86px 0;
}

.odax-reference .soft-section {
    background: linear-gradient(180deg, #f5fafc, #eef7fb);
}

.odax-reference .section-kicker {
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--odax-brand-600);
    margin-bottom: 10px;
}

.odax-reference .section-title {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.12;
    letter-spacing: -.035em;
    margin: 0;
    max-width: 820px;
}

.odax-reference .section-intro {
    color: var(--odax-muted);
    font-size: 17px;
    max-width: 760px;
    margin: 18px 0 0;
}

.odax-reference .difference-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 32px;
    margin-top: 42px;
}

.odax-reference .quote-card {
    border-radius: var(--odax-radius);
    background: linear-gradient(150deg, var(--odax-brand-950), var(--odax-brand-800));
    color: white;
    padding: 35px;
    box-shadow: var(--odax-shadow);
    position: relative;
    overflow: hidden;
}

.odax-reference .quote-card::after {
    content: "ODAX";
    position: absolute;
    right: -20px;
    bottom: -28px;
    font-weight: 900;
    font-size: 92px;
    color: rgba(255, 255, 255, 0.035);
    letter-spacing: .08em;
}

.odax-reference .quote-card blockquote {
    margin: 0;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -.02em;
}

.odax-reference .quote-card p {
    color: #a9d3e7;
    margin: 24px 0 0;
    font-size: 14px;
}

.odax-reference .principles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.odax-reference .principle {
    background: white;
    border: 1px solid var(--odax-line);
    border-radius: 18px;
    padding: 23px;
    box-shadow: 0 8px 26px rgba(12, 62, 96, 0.06);
}

.odax-reference .principle-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--odax-brand-100);
    display: grid;
    place-items: center;
    color: var(--odax-brand-700);
    margin-bottom: 14px;
}

.odax-reference .principle h3 {
    margin: 0 0 7px;
    font-size: 17px;
}

.odax-reference .principle p {
    margin: 0;
    color: var(--odax-muted);
    font-size: 13px;
}

.odax-reference .features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 42px;
}

.odax-reference .feature {
    position: relative;
    background: white;
    border: 1px solid var(--odax-line);
    border-radius: 20px;
    padding: 25px;
    min-height: 235px;
    overflow: hidden;
    transition: .25s transform, .25s box-shadow;
}

.odax-reference .feature-wide {
    grid-column: 1 / -1;
    min-height: 190px;
}

.odax-reference .feature:hover {
    transform: translateY(-5px);
    box-shadow: var(--odax-shadow-sm);
}

.odax-reference .feature-number {
    position: absolute;
    right: 17px;
    top: 12px;
    color: #e7f1f6;
    font-size: 50px;
    font-weight: 900;
}

.odax-reference .feature-icon {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 13px;
    background: #e8f7fd;
    color: var(--odax-brand-700);
    display: grid;
    place-items: center;
    font-weight: 900;
    margin-bottom: 18px;
}

.odax-reference .feature h3 {
    position: relative;
    margin: 0 0 9px;
    font-size: 18px;
}

.odax-reference .feature p {
    position: relative;
    margin: 0;
    color: var(--odax-muted);
    font-size: 13px;
}

.odax-reference .feature-link {
    position: absolute;
    bottom: 21px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 800;
    color: var(--odax-brand-700);
}

.odax-reference .product-screens-section {
    background: #f4f8fb;
}

.odax-reference .context-story {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-top: 46px;
}

.odax-reference .context-visual {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--odax-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--odax-shadow-sm);
}

.odax-reference .context-visual-wide {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(250px, .55fr);
    align-items: stretch;
    margin-top: 34px;
}

.odax-reference .context-visual-reverse {
    grid-template-columns: minmax(250px, .55fr) minmax(0, 1.7fr);
}

.odax-reference .context-visual-reverse img {
    order: 2;
}

.odax-reference .context-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
}

.odax-reference .context-story .context-visual img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
}

.odax-reference .context-visual figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 28px;
}

.odax-reference .context-visual figcaption strong {
    color: var(--odax-brand-950);
    font-size: 20px;
    line-height: 1.3;
}

.odax-reference .context-visual figcaption span {
    color: var(--odax-muted);
    font-size: 14px;
    line-height: 1.65;
}

.odax-reference .product-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

.odax-reference .product-screen {
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--odax-line);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(11, 49, 82, 0.07);
}

.odax-reference .product-screen-wide {
    grid-column: 1 / -1;
}

.odax-reference .screen-preview {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--odax-line);
    background: #f7f9fb;
    cursor: zoom-in;
    overflow: hidden;
}

.odax-reference .screen-preview img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    transition: transform .25s ease;
}

.odax-reference .screen-preview:hover img {
    transform: scale(1.015);
}

.odax-reference .screen-preview:focus-visible {
    outline: 3px solid var(--odax-brand-500);
    outline-offset: -3px;
}

.odax-reference .screen-expand {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(4, 39, 65, 0.88);
    box-shadow: 0 6px 18px rgba(4, 39, 65, 0.25);
}

.odax-reference .product-screen figcaption {
    padding: 17px 19px 19px;
}

.odax-reference .product-screen figcaption strong,
.odax-reference .product-screen figcaption span {
    display: block;
}
.odax-reference .screen-group-heading { margin:48px 0 18px; }
.odax-reference .screen-group-heading span { color:var(--odax-brand-600); font-size:12px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.odax-reference .screen-group-heading h3 { margin:4px 0 0; color:var(--odax-brand-950); font-size:27px; }
.odax-reference .product-gallery-three { grid-template-columns:repeat(3,minmax(0,1fr)); }
.odax-reference .payroll-screen-heading { margin-top:58px; }
.odax-reference .payroll-gallery { grid-template-columns:repeat(2,minmax(0,1fr)); }

.odax-reference .product-screen figcaption strong {
    color: var(--odax-brand-950);
    font-size: 15px;
}

.odax-reference .product-screen figcaption span {
    margin-top: 5px;
    color: var(--odax-muted);
    font-size: 12px;
}

.odax-reference .screen-dialog {
    width: min(96vw, 1680px);
    max-width: none;
    max-height: 94vh;
    padding: 0;
    overflow: hidden;
    border: 1px solid #cfe0ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 30px 100px rgba(4, 39, 65, 0.35);
}

.odax-reference .screen-dialog::backdrop {
    background: rgba(4, 25, 42, 0.78);
}

.odax-reference .screen-dialog-bar {
    min-height: 52px;
    padding: 8px 10px 8px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--odax-line);
}

.odax-reference .screen-dialog-close {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: var(--odax-brand-950);
    background: #edf4f8;
    cursor: pointer;
}

.odax-reference .screen-dialog > img {
    display: block;
    width: 100%;
    max-height: calc(94vh - 53px);
    object-fit: contain;
    background: #f4f7f9;
}

.odax-reference .spotlight-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 20px;
    margin-top: 42px;
}

.odax-reference .spotlight-main {
    background: linear-gradient(155deg, #0b3152, #11699f);
    color: white;
    border-radius: 28px;
    padding: 36px;
    min-height: 460px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--odax-shadow);
}

.odax-reference .spotlight-main h3 {
    font-size: 31px;
    line-height: 1.15;
    max-width: 560px;
    margin: 0 0 14px;
    letter-spacing: -.03em;
}

.odax-reference .spotlight-main p {
    max-width: 590px;
    color: #bddbea;
}

.odax-reference .flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 34px;
    position: relative;
    z-index: 2;
}

.odax-reference .flow-step {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    padding: 17px;
    backdrop-filter: blur(8px);
}

.odax-reference .flow-step span {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    border-radius: 8px;
    background: var(--odax-warm);
    color: #5d460c;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 12px;
}

.odax-reference .flow-step strong {
    font-size: 13px;
    display: block;
}

.odax-reference .flow-step small {
    display: block;
    color: #b7d8e8;
    font-size: 10px;
    margin-top: 5px;
}

.odax-reference .spotlight-main::after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    right: -90px;
    bottom: -130px;
    border: 54px solid rgba(98, 199, 236, 0.10);
}

.odax-reference .spot-stack {
    display: grid;
    gap: 16px;
}

.odax-reference .spot-card {
    background: white;
    border: 1px solid var(--odax-line);
    border-radius: 21px;
    padding: 25px;
    min-height: 142px;
    box-shadow: 0 8px 30px rgba(9, 50, 82, 0.06);
}

.odax-reference .spot-card .tag {
    display: inline-block;
    font-size: 9px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--odax-brand-700);
    background: var(--odax-brand-100);
    padding: 5px 7px;
    border-radius: 6px;
}

.odax-reference .spot-card h4 {
    margin: 11px 0 5px;
    font-size: 17px;
}

.odax-reference .spot-card p {
    margin: 0;
    font-size: 12px;
    color: var(--odax-muted);
}

.odax-reference .audience {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    align-items: center;
}

.odax-reference .audience-single {
    grid-template-columns: 1fr;
    justify-items: center;
}

.odax-reference .audience-card {
    border-radius: 28px;
    background: #fff;
    border: 1px solid var(--odax-line);
    padding: 34px;
    box-shadow: var(--odax-shadow-sm);
}

.odax-reference .audience-single .audience-card {
    width: 100%;
    max-width: 920px;
}

.odax-reference .audience-list {
    display: grid;
    gap: 14px;
    margin-top: 25px;
}

.odax-reference .audience-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding-bottom: 14px;
    border-bottom: 1px solid #e6eef2;
}

.odax-reference .audience-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.odax-reference .audience-item span {
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
    border-radius: 9px;
    background: #e7f7f1;
    color: var(--odax-success);
    display: grid;
    place-items: center;
    font-weight: 900;
}

.odax-reference .audience-item span i {
    line-height: 1;
    font-size: .95rem;
}

.odax-reference .audience-item strong {
    display: block;
    font-size: 14px;
}

.odax-reference .audience-item small {
    color: var(--odax-muted);
    font-size: 12px;
}

.odax-reference .not-for-all {
    background: linear-gradient(145deg, #eef8fc, #fff);
    border: 1px solid #cfe7f2;
    border-radius: 28px;
    padding: 38px;
}

.odax-reference .not-for-all .big {
    font-size: 58px;
    font-weight: 900;
    color: var(--odax-brand-800);
    line-height: 1;
}

.odax-reference .not-for-all h3 {
    font-size: 25px;
    margin: 14px 0 10px;
}

.odax-reference .not-for-all p {
    color: var(--odax-muted);
}

.odax-reference .roadmap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 42px;
}

.odax-reference .phase {
    background: white;
    border: 1px solid var(--odax-line);
    border-radius: 20px;
    padding: 25px;
    position: relative;
}

.odax-reference .phase::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: #d9e9f1;
    border-radius: 20px 20px 0 0;
}

.odax-reference .phase.done::before {
    background: var(--odax-success);
}

.odax-reference .phase.active::before {
    background: var(--odax-brand-500);
}

.odax-reference .phase-status {
    font-size: 9px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .11em;
    color: var(--odax-muted);
}

.odax-reference .phase h3 {
    margin: 10px 0 7px;
    font-size: 18px;
}

.odax-reference .phase p {
    margin: 0;
    color: var(--odax-muted);
    font-size: 13px;
}

.odax-reference .cta-section {
    padding: 90px 0 100px;
}

.odax-reference .cta-box {
    background: linear-gradient(135deg, var(--odax-brand-950), #0b5686);
    border-radius: 32px;
    padding: 48px;
    color: white;
    display: grid;
    grid-template-columns: 1fr .78fr;
    gap: 38px;
    align-items: center;
    box-shadow: 0 30px 80px rgba(5, 43, 70, 0.25);
    overflow: hidden;
    position: relative;
}

.odax-reference .cta-box::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    right: -130px;
    top: -160px;
    background: rgba(98, 199, 236, 0.10);
}

.odax-reference .cta-box h2 {
    font-size: 39px;
    line-height: 1.12;
    margin: 0 0 14px;
    letter-spacing: -.035em;
    position: relative;
    z-index: 2;
}

.odax-reference .cta-box p {
    color: #b9d9e8;
    position: relative;
    z-index: 2;
}

.odax-reference .demo-form {
    position: relative;
    z-index: 2;
    background: white;
    border-radius: 20px;
    padding: 20px;
    color: var(--odax-ink);
    display: grid;
    gap: 10px;
}

.odax-reference .demo-form input,
.odax-reference .demo-form textarea {
    width: 100%;
    border: 1px solid var(--odax-line);
    border-radius: 10px;
    padding: 11px 12px;
    outline: none;
    font-size: 13px;
}

.odax-reference .demo-form input:focus,
.odax-reference .demo-form textarea:focus {
    border-color: var(--odax-brand-400);
    box-shadow: 0 0 0 3px rgba(98, 199, 236, 0.18);
}

.odax-reference .demo-form textarea {
    resize: vertical;
    min-height: 76px;
}

.odax-reference .form-note {
    font-size: 11px;
    color: #8293a0;
    text-align: center;
}

.odax-reference .form-success {
    border-radius: 10px;
    background: #e7f7f1;
    color: #116f53;
    padding: 11px;
    font-size: 12px;
    font-weight: 750;
}

.odax-reference .validation-summary-errors,
.odax-reference .field-validation-error {
    color: #c43636;
    font-size: 12px;
}

.odax-reference .validation-summary-errors ul {
    margin: 0;
    padding-left: 18px;
}

.odax-reference .input-validation-error {
    border-color: #d55353 !important;
    box-shadow: 0 0 0 3px rgba(213, 83, 83, 0.12);
}

.odax-reference footer {
    border-top: 1px solid var(--odax-line);
    padding: 30px 0 34px;
    background: #fbfdfe;
}

.odax-reference .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: #6f8391;
    font-size: 12px;
}

.odax-reference .footer-links {
    display: flex;
    gap: 18px;
}

/* Product pricing and PayrollSuite */
.odax-reference .pricing-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; margin-top:42px; align-items:stretch; }
.odax-reference .pricing-card { position:relative; display:flex; flex-direction:column; padding:36px; border:1px solid var(--odax-line); border-radius:var(--odax-radius); background:#fff; box-shadow:var(--odax-shadow-sm); }
.odax-reference .pricing-card-featured { border:2px solid var(--odax-brand-500); transform:translateY(-8px); }
.odax-reference .recommended-badge { position:absolute; top:-17px; left:28px; padding:8px 14px; border-radius:999px; background:var(--odax-brand-800); color:#fff; font-size:12px; font-weight:800; letter-spacing:.02em; }
.odax-reference .pricing-card-head { display:flex; justify-content:space-between; gap:20px; align-items:flex-start; }
.odax-reference .pricing-card-head > i { font-size:30px; color:var(--odax-brand-600); }
.odax-reference .pricing-label { display:block; color:var(--odax-brand-600); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.1em; margin-bottom:8px; }
.odax-reference .pricing-card h3 { margin:0; color:var(--odax-brand-950); font-size:25px; }
.odax-reference .pricing-card > p { color:var(--odax-muted); min-height:48px; }
.odax-reference .pricing-features { list-style:none; padding:18px 0 22px; margin:0; border-top:1px solid var(--odax-line); }
.odax-reference .pricing-features li { display:flex; gap:10px; padding:7px 0; color:#31495b; }
.odax-reference .pricing-features i { color:var(--odax-success); font-weight:900; }
.odax-reference .price { display:flex; align-items:baseline; gap:9px; margin-top:auto; }
.odax-reference .price strong { color:var(--odax-brand-950); font-size:46px; line-height:1; }
.odax-reference .price span,.odax-reference .price small { color:var(--odax-muted); }
.odax-reference .price-note { color:var(--odax-muted); font-size:13px; margin:10px 0 24px; }
.odax-reference .license-promo { display:flex; align-items:center; gap:16px; margin:26px 0 8px; padding:18px 22px; border:1px solid #efd28a; border-radius:16px; background:#fff9e9; color:#72510a; }
.odax-reference .license-promo > i { font-size:25px; color:#c88a00; }
.odax-reference .license-promo strong,.odax-reference .license-promo span { display:block; }
.odax-reference .license-promo span { margin-top:2px; font-size:13px; color:#846927; }
.odax-reference .price-promotional { flex-wrap:wrap; }
.odax-reference .price-promotional del { color:#71808d; font-size:25px; font-weight:700; text-decoration-thickness:1px; text-decoration-color:#65737f; }
.odax-reference .payroll-promo-label { display:inline-block; margin-top:14px; padding:5px 9px; border-radius:8px; background:rgba(246,197,95,.18); color:#ffe09b; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.04em; }
.odax-reference .service-prices { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; margin-top:28px; }
.odax-reference .service-prices article { display:flex; gap:14px; align-items:flex-start; padding:22px; background:#fff; border:1px solid var(--odax-line); border-radius:18px; }
.odax-reference .service-prices article > i { display:grid; place-items:center; flex:0 0 38px; height:38px; border-radius:12px; background:var(--odax-brand-100); color:var(--odax-brand-700); font-size:18px; }
.odax-reference .service-prices h3 { margin:0 0 8px; font-size:15px; }
.odax-reference .service-prices strong { color:var(--odax-brand-800); font-size:21px; }
.odax-reference .service-prices p,.odax-reference .service-prices span { margin:5px 0 0; color:var(--odax-muted); font-size:12px; line-height:1.5; }
.odax-reference .comparison-wrap { margin-top:28px; padding:28px; background:#fff; border:1px solid var(--odax-line); border-radius:var(--odax-radius); }
.odax-reference .comparison-wrap > h3 { margin:0 0 18px; font-size:24px; }
.odax-reference .table-scroll { overflow-x:auto; }
.odax-reference .comparison-table { width:100%; border-collapse:collapse; min-width:560px; }
.odax-reference .comparison-table th,.odax-reference .comparison-table td { padding:14px 18px; border-bottom:1px solid var(--odax-line); text-align:center; }
.odax-reference .comparison-table th:first-child,.odax-reference .comparison-table td:first-child { text-align:left; }
.odax-reference .comparison-table th { background:var(--odax-soft); color:var(--odax-brand-900); }
.odax-reference .comparison-table .yes { color:var(--odax-success); font-size:20px; font-weight:900; }
.odax-reference .price-list-section { padding:96px 0; background:linear-gradient(180deg,#fff 0%,#f4f9fc 100%); scroll-margin-top:92px; }
.odax-reference .price-list-promo { display:flex; align-items:flex-start; gap:16px; margin:30px 0 22px; padding:20px 24px; border:1px solid #f0c5c5; border-radius:18px; background:#fff7f7; color:#6f2020; }
.odax-reference .price-list-promo > i { display:grid; place-items:center; flex:0 0 42px; height:42px; border-radius:13px; background:#c72d2d; color:#fff; font-size:20px; }
.odax-reference .price-list-promo strong,.odax-reference .price-list-promo span { display:block; }
.odax-reference .price-list-promo strong { margin-bottom:4px; font-size:16px; }
.odax-reference .price-list-promo span { color:#825050; font-size:14px; line-height:1.55; }
.odax-reference .installment-notice { display:flex; align-items:center; gap:15px; margin:0 0 22px; padding:18px 22px; border:1px solid #b9dbe9; border-radius:18px; background:#f1faff; color:var(--odax-brand-900); }
.odax-reference .installment-notice > i { display:grid; place-items:center; flex:0 0 42px; height:42px; border-radius:13px; background:var(--odax-brand-700); color:#fff; font-size:19px; }
.odax-reference .installment-notice strong,.odax-reference .installment-notice span { display:block; }
.odax-reference .installment-notice span { margin-top:3px; color:var(--odax-muted); font-size:13px; }
.odax-reference .price-list-card { overflow:hidden; border:1px solid var(--odax-line); border-radius:var(--odax-radius); background:#fff; box-shadow:var(--odax-shadow); }
.odax-reference .price-list-table { width:100%; min-width:720px; border-collapse:collapse; }
.odax-reference .price-list-table caption { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.odax-reference .price-list-table th,.odax-reference .price-list-table td { padding:17px 22px; border-bottom:1px solid var(--odax-line); }
.odax-reference .price-list-table thead th { background:var(--odax-brand-950); color:#fff; font-size:13px; font-weight:800; letter-spacing:.035em; text-align:right; text-transform:uppercase; }
.odax-reference .price-list-table thead th:first-child { width:46%; text-align:left; }
.odax-reference .price-list-table tbody th { color:#203c50; font-size:15px; font-weight:700; text-align:left; }
.odax-reference .price-list-table tbody td { color:#566a78; font-weight:750; text-align:right; white-space:nowrap; }
.odax-reference .price-list-table tbody tr:nth-child(even) { background:#f8fbfd; }
.odax-reference .price-list-table tbody tr:last-child th,.odax-reference .price-list-table tbody tr:last-child td { border-bottom:0; }
.odax-reference .price-list-table del { color:#788792; font-weight:650; text-decoration-color:#9ba6ad; }
.odax-reference .price-list-table .promo-price { color:#c62828; font-size:20px; font-weight:900; }
.odax-reference .price-list-table .standard-price { color:var(--odax-brand-800); font-size:17px; font-weight:850; text-align:center; }
.odax-reference .price-list-table .installment-price { color:var(--odax-brand-900); text-align:right; }
.odax-reference .price-list-table .installment-price strong,.odax-reference .price-list-table .installment-price span { display:block; }
.odax-reference .price-list-table .installment-price strong { font-size:17px; }
.odax-reference .price-list-table .installment-price span { margin-top:2px; color:var(--odax-muted); font-size:11px; font-weight:600; }
.odax-reference .price-list-table .not-available { color:#a3afb7; text-align:center; }
.odax-reference .price-list-table .bundle-row th > span { display:inline-block; margin-right:8px; padding:4px 8px; border-radius:7px; background:var(--odax-brand-100); color:var(--odax-brand-700); font-size:10px; font-weight:900; letter-spacing:.06em; text-transform:uppercase; }
.odax-reference .price-list-footnote { display:flex; align-items:flex-start; gap:13px; padding:20px 22px; border-top:1px solid var(--odax-line); background:#f7fbfd; color:var(--odax-muted); }
.odax-reference .price-list-footnote i { color:var(--odax-brand-600); font-size:21px; }
.odax-reference .price-list-footnote p { margin:0; font-size:14px; line-height:1.6; }
.odax-reference .price-list-footnote strong { color:var(--odax-brand-900); }
.odax-reference .payroll-hero { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr); gap:44px; align-items:center; }
.odax-reference .payroll-price-card { padding:30px; color:#fff; border-radius:var(--odax-radius); background:linear-gradient(145deg,var(--odax-brand-950),var(--odax-brand-700)); box-shadow:var(--odax-shadow); }
.odax-reference .payroll-price-card > span { color:var(--odax-brand-200); font-weight:800; }
.odax-reference .payroll-price-card .price { margin:18px 0 8px; }
.odax-reference .payroll-price-card .price strong { color:#fff; }
.odax-reference .payroll-price-card .price small,.odax-reference .payroll-price-card p { color:#cceefa; }
.odax-reference .payroll-price-card hr { border:0; border-top:1px solid rgba(255,255,255,.22); margin:22px 0; }
.odax-reference .payroll-price-card > div:not(.price) { padding:7px 0; color:#dff5fc; font-size:14px; }
.odax-reference .payroll-feature-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin-top:50px; }
.odax-reference .payroll-feature-grid article,.odax-reference .payroll-details article { padding:26px; border:1px solid var(--odax-line); border-radius:18px; background:#fff; }
.odax-reference .payroll-feature-grid i { font-size:26px; color:var(--odax-brand-600); }
.odax-reference .payroll-feature-grid h3,.odax-reference .payroll-details h3 { margin:15px 0 9px; font-size:19px; }
.odax-reference .payroll-feature-grid p,.odax-reference .payroll-details p { margin:0; color:var(--odax-muted); font-size:14px; line-height:1.65; }
.odax-reference .sirv-guide-card { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:24px; margin:24px 0; padding:28px 30px; border:1px solid #c9ddf1; border-radius:var(--odax-radius); background:linear-gradient(135deg,#f4f9ff,#fff); box-shadow:0 16px 36px rgba(12,56,89,.08); }
.odax-reference .sirv-guide-icon { display:grid; place-items:center; width:66px; height:66px; border-radius:18px; background:var(--odax-brand-800); color:#fff; font-size:28px; }
.odax-reference .sirv-guide-copy h3 { margin:5px 0 8px; font-size:25px; }
.odax-reference .sirv-guide-copy p { margin:0; color:#40596b; line-height:1.65; }
.odax-reference .sirv-guide-actions { display:grid; gap:10px; min-width:230px; }
.odax-reference .payroll-highlight { display:grid; grid-template-columns:auto 1fr; gap:24px; align-items:center; margin:24px 0; padding:30px; border-radius:var(--odax-radius); background:var(--odax-brand-100); border:1px solid var(--odax-brand-200); }
.odax-reference .payroll-highlight-icon { display:grid; place-items:center; width:64px; height:64px; border-radius:18px; background:var(--odax-brand-800); color:#fff; font-size:28px; }
.odax-reference .payroll-highlight h3 { margin:0 0 8px; font-size:25px; }
.odax-reference .payroll-highlight p { margin:0; color:#40596b; line-height:1.65; }
.odax-reference .payroll-details { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.odax-reference .payroll-details h3 { margin-top:0; }
.odax-reference .saft-heading { display:grid; grid-template-columns:minmax(0,1fr) 230px; gap:46px; align-items:center; }
.odax-reference .saft-mark { display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:190px; border-radius:var(--odax-radius); background:linear-gradient(145deg,var(--odax-brand-950),var(--odax-brand-700)); color:#fff; box-shadow:var(--odax-shadow); }
.odax-reference .saft-mark i { font-size:38px; color:var(--odax-brand-200); }
.odax-reference .saft-mark strong { margin-top:8px; font-size:31px; letter-spacing:.08em; }
.odax-reference .saft-mark span { color:var(--odax-brand-200); font-size:12px; }
.odax-reference .saft-capabilities { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin-top:42px; }
.odax-reference .saft-capabilities article { display:grid; grid-template-columns:44px 1fr; gap:16px; padding:24px; border:1px solid var(--odax-line); border-radius:18px; background:#fff; }
.odax-reference .saft-capabilities article > i { display:grid; place-items:center; width:44px; height:44px; border-radius:13px; background:var(--odax-brand-100); color:var(--odax-brand-700); font-size:20px; }
.odax-reference .saft-capabilities h3 { margin:0 0 7px; font-size:18px; }
.odax-reference .saft-capabilities p { margin:0; color:var(--odax-muted); font-size:14px; line-height:1.6; }
.odax-reference .order-form { margin-top:38px; padding:34px; border:1px solid var(--odax-line); border-radius:var(--odax-radius); background:#fff; box-shadow:var(--odax-shadow-sm); }
.odax-reference .order-block { margin:0 0 24px; padding:25px; border:1px solid var(--odax-line); border-radius:18px; }
.odax-reference .order-block legend { width:auto; padding:0 10px; color:var(--odax-brand-950); font-size:18px; font-weight:800; }
.odax-reference .order-block legend span { display:inline-grid; place-items:center; width:29px; height:29px; margin-right:8px; border-radius:9px; background:var(--odax-brand-800); color:#fff; font-size:13px; }
.odax-reference .order-fields,.odax-reference .order-product-fields { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.odax-reference .order-product-fields { grid-template-columns:minmax(0,3fr) minmax(180px,1fr); }
.odax-reference .order-product-options { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.odax-reference .order-product-option { position:relative; cursor:pointer; }
.odax-reference .order-product-option input { position:absolute; opacity:0; pointer-events:none; }
.odax-reference .order-product-option > span { display:flex; flex-direction:column; height:100%; min-height:112px; padding:17px; border:1px solid #cbdbe4; border-radius:13px; background:#fff; transition:.18s ease; }
.odax-reference .order-product-option i { margin-bottom:8px; color:var(--odax-brand-600); font-size:21px; }
.odax-reference .order-product-option b { color:var(--odax-brand-950); font-size:14px; }
.odax-reference .order-product-option small { margin-top:3px; color:var(--odax-muted); font-size:11px; }
.odax-reference .order-product-option input:checked + span { border:2px solid var(--odax-brand-500); background:var(--odax-brand-100); box-shadow:0 7px 18px rgba(22,129,191,.12); }
.odax-reference .order-product-option input:focus-visible + span { outline:3px solid rgba(42,168,223,.25); }
.odax-reference .payment-plan-field { margin-top:4px; }
.odax-reference .payment-plan-options { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.odax-reference .payment-plan-option { position:relative; cursor:pointer; }
.odax-reference .payment-plan-option input { position:absolute; opacity:0; pointer-events:none; }
.odax-reference .payment-plan-option > span { display:grid; grid-template-columns:auto 1fr; column-gap:12px; min-height:84px; padding:16px; border:1px solid #cbdbe4; border-radius:13px; background:#fff; transition:.18s ease; }
.odax-reference .payment-plan-option i { grid-row:1 / 3; color:var(--odax-brand-600); font-size:22px; }
.odax-reference .payment-plan-option b { color:var(--odax-brand-950); font-size:14px; }
.odax-reference .payment-plan-option small { margin-top:3px; color:var(--odax-muted); font-size:11px; }
.odax-reference .payment-plan-option input:checked + span { border:2px solid var(--odax-brand-500); background:var(--odax-brand-100); box-shadow:0 7px 18px rgba(22,129,191,.12); }
.odax-reference .payment-plan-option input:focus-visible + span { outline:3px solid rgba(42,168,223,.25); }
.odax-reference .order-form .field { display:flex; flex-direction:column; gap:7px; }
.odax-reference .order-form .field-wide { grid-column:span 2; }
.odax-reference .order-product-fields .field-wide { grid-column:auto; }
.odax-reference .order-form label { color:#294254; font-size:13px; font-weight:750; }
.odax-reference .order-form label small { color:var(--odax-muted); font-weight:500; }
.odax-reference .order-form input,.odax-reference .order-form select,.odax-reference .order-form textarea { width:100%; padding:13px 14px; border:1px solid #cbdbe4; border-radius:11px; background:#fff; color:var(--odax-ink); font:inherit; }
.odax-reference .order-form input:focus,.odax-reference .order-form select:focus,.odax-reference .order-form textarea:focus { outline:3px solid rgba(42,168,223,.16); border-color:var(--odax-brand-500); }
.odax-reference .order-form textarea { resize:vertical; min-height:125px; }
.odax-reference .order-submit { display:flex; justify-content:space-between; align-items:center; gap:24px; }
.odax-reference .order-submit strong,.odax-reference .order-submit span { display:block; }
.odax-reference .order-submit span { color:var(--odax-muted); font-size:12px; }
.odax-reference .order-success { margin-bottom:22px; }
.odax-reference .order-validation:empty { display:none; }

@media (max-width: 980px) {
    .odax-reference .nav-links {
        display: none;
        position: absolute;
        top: 70px;
        left: 20px;
        right: 20px;
        background: white;
        border: 1px solid var(--odax-line);
        border-radius: 16px;
        padding: 12px;
        box-shadow: var(--odax-shadow-sm);
        flex-direction: column;
        align-items: stretch;
    }

    .odax-reference .nav-links.open {
        display: flex;
    }

    .odax-reference .menu-btn {
        display: grid;
        place-items: center;
    }

    .odax-reference .hero-grid,
    .odax-reference .difference-grid,
    .odax-reference .spotlight-grid,
    .odax-reference .audience,
    .odax-reference .cta-box {
        grid-template-columns: 1fr;
    }

    .odax-reference .service-prices { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .odax-reference .context-visual-wide,.odax-reference .context-visual-reverse { grid-template-columns:1fr; }
    .odax-reference .context-visual-reverse img { order:0; }
    .odax-reference .payroll-hero { grid-template-columns:1fr; }
    .odax-reference .saft-heading { grid-template-columns:1fr; }
    .odax-reference .saft-mark { min-height:150px; }
    .odax-reference .payroll-feature-grid,.odax-reference .payroll-details { grid-template-columns:repeat(2,minmax(0,1fr)); }

    .odax-reference .hero {
        padding-top: 50px;
    }

    .odax-reference .hero-copy {
        text-align: center;
    }

    .odax-reference .lead {
        margin-left: auto;
        margin-right: auto;
    }

    .odax-reference .hero-actions,
    .odax-reference .hero-trust,
    .odax-reference .product-lockup {
        justify-content: center;
    }

    .odax-reference .app-stage {
        min-height: 0;
    }

    .odax-reference .float-one {
        right: 0;
    }

    .odax-reference .float-two {
        left: 0;
    }

    .odax-reference .signals,
    .odax-reference .features,
    .odax-reference .roadmap {
        grid-template-columns: repeat(2, 1fr);
    }

    .odax-reference .principles {
        grid-template-columns: 1fr 1fr;
    }

    .odax-reference .cta-box {
        text-align: center;
    }

    .odax-reference .demo-form {
        text-align: left;
    }
}

@media (max-width: 650px) {
    .odax-reference .container {
        width: min(100% - 24px, 1180px);
    }

    .odax-reference .nav {
        min-height: 68px;
    }

    .odax-reference .brand img {
        width: min(100%, 240px);
    }

    .odax-reference .hero {
        padding-top: 36px;
    }

    .odax-reference .product-lockup {
        margin-top: 16px;
        flex-direction: column;
        gap: 12px;
    }

    .odax-reference .product-divider {
        width: 56px;
        height: 1px;
    }

    .odax-reference h1 {
        font-size: 40px;
    }

    .odax-reference .lead {
        font-size: 16px;
    }

    .odax-reference .btn {
        width: 100%;
    }

    .odax-reference .app-stage {
        min-height: 0;
    }

    .odax-reference .app-window {
        transform: none;
    }

    .odax-reference .app-body {
        grid-template-columns: 105px 1fr;
    }

    .odax-reference .app-side {
        padding: 12px 8px;
    }

    .odax-reference .side-item {
        font-size: 0;
    }

    .odax-reference .side-item .side-icon {
        font-size: 9px;
    }

    .odax-reference .app-content {
        padding: 10px;
    }

    .odax-reference .app-tools {
        grid-template-columns: 1fr 1fr;
    }

    .odax-reference .app-tools .app-button {
        grid-column: span 2;
    }

    .odax-reference .table-row {
        grid-template-columns: 40px 1fr 50px;
    }

    .odax-reference .table-row span:nth-child(2),
    .odax-reference .table-row span:nth-child(4),
    .odax-reference .table-row span:nth-child(5) {
        display: none;
    }

    .odax-reference .floating-card {
        display: none;
    }

    .odax-reference .signals,
    .odax-reference .features,
    .odax-reference .context-story,
    .odax-reference .product-gallery,
    .odax-reference .roadmap,
    .odax-reference .principles {
        grid-template-columns: 1fr;
    }

    .odax-reference .product-gallery-three,.odax-reference .payroll-gallery { grid-template-columns:1fr; }

    .odax-reference .product-screen-wide {
        grid-column: auto;
    }

    .odax-reference .context-visual img { min-height:0; aspect-ratio:16 / 9; }
    .odax-reference .context-visual figcaption { padding:22px; }

    .odax-reference section {
        padding: 65px 0;
    }

    .odax-reference .quote-card,
    .odax-reference .spotlight-main,
    .odax-reference .cta-box {
        padding: 28px;
    }

    .odax-reference .flow {
        grid-template-columns: 1fr;
    }

    .odax-reference .spotlight-main {
        min-height: auto;
    }

    .odax-reference .cta-box h2 {
        font-size: 31px;
    }

    .odax-reference .footer-row {
        flex-direction: column;
        text-align: center;
    }

    .odax-reference .footer-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .odax-reference .pricing-grid,.odax-reference .service-prices,.odax-reference .payroll-feature-grid,.odax-reference .payroll-details { grid-template-columns:1fr; }
    .odax-reference .saft-capabilities { grid-template-columns:1fr; }
    .odax-reference .order-form { padding:22px 16px; }
    .odax-reference .order-fields,.odax-reference .order-product-fields { grid-template-columns:1fr; }
    .odax-reference .order-product-options { grid-template-columns:1fr; }
    .odax-reference .payment-plan-options { grid-template-columns:1fr; }
    .odax-reference .order-form .field-wide { grid-column:auto; }
    .odax-reference .order-submit { align-items:stretch; flex-direction:column; }
    .odax-reference .pricing-card-featured { transform:none; margin-top:10px; }
    .odax-reference .pricing-card { padding:28px 22px; }
    .odax-reference .price-list-section { padding:72px 0; }
    .odax-reference .price-list-promo { padding:18px; }
    .odax-reference .payroll-highlight { grid-template-columns:1fr; }
}

@media (max-width: 980px) {
    .odax-reference .sirv-guide-card { grid-template-columns:auto minmax(0,1fr); }
    .odax-reference .sirv-guide-actions { grid-column:1 / -1; grid-template-columns:minmax(0,1fr) minmax(0,1fr); }
    .oss-heading { grid-template-columns: 1fr; }
    .oss-mark { min-height: 150px; }
}

@media (max-width: 620px) {
    .odax-reference .sirv-guide-card { grid-template-columns:1fr; padding:24px 20px; }
    .odax-reference .sirv-guide-actions { grid-column:auto; grid-template-columns:1fr; }
    .oss-section { padding: 70px 0; }
    .oss-capabilities { grid-template-columns: 1fr; }
    .oss-control { grid-template-columns: 1fr; }
}

