* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
html {
    scroll-behavior: smooth
}
body {
    background: #eef1f3;
    color: #0e1b25;
    font-family: Manrope, sans-serif !important;
    font-size: 16px;
    line-height: 1.65;
    margin-top: 16px !important;
}
.mono {
    font-family: Manrope,sans-serif;
}
.wrap {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 24px
}
h1,
h2,
h3 {
    font-family: Manrope,sans-serif;
    line-height: 1.12
}

a {
    color: inherit
}

/* ---------- header ---------- */
/* header.site {
    border-bottom: 1px solid #d4dade;
    background: #ffffff;
}
.site-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    max-width: 1060px;
    margin: 0 auto;
}
.brand {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: -.02em
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: Manrope,sans-serif;
    font-size: 12px;
    letter-spacing: .08em;
    color: #17a05e;
    background: #e2f3ea;
    border: 1px solid #17a05e;
    border-radius: 999px;
    padding: 5px 12px
}
.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #17a05e;
    animation: pulse 2s infinite
}
@keyframes pulse {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .35
    }
} */
.eyebrow {
    font-family: Manrope,sans-serif;
    font-size: 12.5px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #8a97a3;
    margin-bottom: 20px
}
.hero h1 {
    font-size: 51px;
    font-weight: 600;
    letter-spacing: -.025em;
    max-width: 820px
}
/* .lag {
    position: relative;
    white-space: nowrap
} */
/* .lag .old {

    position: relative
} */
/* .lag .old::after {
    content: '';
    position: absolute;
    left: -4%;
    right: -4%;
    top: 52%;
    height: 4px;
    background: #c07f10;
    transform: rotate(-6deg);
    border-radius: 2px
} */

/* .lag .new {
    color: #17a05e;
} */
.hero p.sub {
    margin-top: 22px;
    font-size: 18px;
    color: white;
    max-width: 800px
}


.impact-number {
    color: #12a9b4;
    font-size: 30px;
    font-weight: 700;
}

/* ---------- tldr (GEO answer box) ---------- */
.tldr {
    background: #ffffff;
    border: 1px solid #d4dade;
    border-left: 4px solid #17a05e;
    padding: 24px 26px;
    margin: 20px 0;
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.tldr p {
    font-size: 16.5px;
    color: #0e1b25;
}

/* ---------- sections ---------- */
 .section-bebz {
    padding: 15px 0
} 

h2 {
    font-size: clamp(23px, 3vw, 30px);
    font-weight: 800;
    letter-spacing: -.02em;
    margin-bottom: 8px
}

.sec-eyebrow {
    font-family: Manrope,sans-serif;
    font-size: 15px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #8a97a3;
    margin-bottom: 15px;
    margin-top: 6px !important;
    margin-left: -30px !important;
    padding: 15px;
}

.lede {
    color:white;
    max-width: 800px;
    margin-bottom: 30px;
    margin-top: 15px !important;
    margin-left: -21px !important;
    font-size: 16px;
}
.lede1{
    color:black;
    max-width: 800px;
    margin-bottom: 30px;
    margin-top: 15px !important;
    margin-left: -21px !important;
    font-size: 16px;
}


/* snapshot table */
table {
    width: 100%;
    border-collapse: collapse;
    background:#ffffff;
    border: 1px solid #d4dade;
}

th,
td {
    text-align: left;
    padding: 13px 16px;
    border-bottom: 1px solid #d4dade;
    vertical-align: top
}

th {
   font-family: Manrope,sans-serif;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color:#8a97a3;
    font-weight: 500;
    background: #f7f9fa
}

tr:last-child td {
    border-bottom: none
}

.snapshot td:first-child {
    font-family: Manrope,sans-serif;
    font-size: 15px;
    color: #8a97a3;
    width: 34%;
    font-weight: 600;
    
}
.snapshot td:last-child {
    font-weight: 500;
    
}
.table-container {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

/* challenge list */
.steps {
    list-style: none;
    margin: 25px 0 30px;
    padding-left: 0rem !important;
    margin-left: -20px !important;
}
.steps li {
    position: relative;
    padding: 0 0 25px 34px;
    border-left: 2px solid #d4dade;
    margin-left: 8px;
    color: white;
  
    
}

.steps li::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c07f10;
    border: 2px solid #eef1f3;
}

.steps li:last-child {
    padding-bottom: 0
}

.pain {
    background:#f9efd9;
    border: 1px solid #c07f10;
    padding: 18px 22px;
    font-size: 15.5px;
    margin-left: -18px !important;
    margin-right: -18px !important;
}

.pain b {
    color: #c07f10;
}

/* workflows */
.workflows {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 26px;
    margin-left: -21px !important;
    margin-right: -21px !important;
}

.wf {
    background: #ffffff;
    border: 1px solid #d4dade;
    padding: 26px;
    margin-bottom: 15px;
}

.wf h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 14px
}

.wf .tag {
    font-family: Manrope,sans-serif;
    font-size: 11.5px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #17a05e;
    background: #e2f3ea;
    padding: 3px 9px;
    border-radius: 3px
}

.wf ul {
    list-style: none;
    padding: 0px;
    
}

.wf li {
    padding: 8px 0 8px 22px;
    position: relative;
    font-size: 15px;
    border-top: 1px dashed #d4dade;
    color: black;
}

.wf li::before {
    content: '▸';
    position: absolute;
    left: 2px;
    color: #17a05e;
}

.wf li b {
    font-weight: 600
}


/* ---------- signature: pipeline rail ---------- */
.pipeline {
    background: #0e1b25;
    color: #e8edf1;
    padding: 41px 0 10px;
    overflow: hidden;
    margin: 0px;
}

.pipeline h2 {
    color: #fff
}

.pipeline .sec-eyebrow {
    color: #7d8b97
}

.rail-wrap {
    position: relative;
    margin-top: 44px
}

.rail {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative
}

.rail::before {
    content: '';
    position: absolute;
    top: 26px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: #33434f
}

.packet {
    position: absolute;
    top: 20px;
    left: 12%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #17a05e;
    box-shadow: 0 0 14px #17a05e;
    animation: travel 5s linear infinite
}

@keyframes travel {
    0% {
        left: 12%
    }

    90% {
        left: calc(88% - 14px);
        opacity: 1
    }

    100% {
        left: calc(88% - 14px);
        opacity: 0
    }
}

@media (prefers-reduced-motion: reduce) {
    .packet {
        animation: none;
        left: 50%
    }

    .dot {
        animation: none
    }
}

.node {
    text-align: center;
    position: relative;
    padding: 0 10px
}

.node .bubble {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #16242f;
    border: 2px solid #33434f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-family: Manrope,sans-serif;
    font-size: 13px;
    color: #17a05e;
    position: relative;
    z-index: 1
}

.node h3 {
    font-size: 15px;
    color: #fff;
    font-weight: 700
}

.node p {
    font-size: 12.5px;
    color: #7d8b97;
    font-family: Manrope,sans-serif;
    margin-top: 4px
}


/* results table */
/* .results td:nth-child(2){color:var(--live);font-weight:500}
.results td:first-child{color:var(--ink-soft)} */
/* table */

.snapshot-table2 {
    background: #fff;
    border-radius: 1px;
    font-size: 13px;
    margin-top: 30px;
    margin-left: -33px !important;
    
}
/* @media (min-width: 576px) and (max-width:992)
{
    .snapshot-table2
    {
        font-size: 10px;
    }

}
.snapshot-table2 thead {
    background: #eef6f1;
}

.snapshot-table2 th {
    color: #1f2937;
    padding: 12px;
}

.snapshot-table2 td {
    padding: 7px;
    vertical-align: middle;
    padding: 1pxpx;
} */


/* .snapshot-table2 thead th:nth-child(2) {
    background: #e2f3e7;
}

.snapshot-table2 tbody td:nth-child(2) {
    background: #edf7ef;
} */

.sec-eyebrow1 {
    font-family: Manrope,sans-serif;
    font-size: 15px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #8a97a3;
    margin-bottom: 15px;
    margin-top: 10px !important;
    margin-left: 1px;
}
.sec-eyebrow2{
  
    font-family: Manrope,sans-serif;
    font-size: 15px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #8a97a3;
    margin-bottom: 15px;
    margin-top: -31px !important;
    margin-left: -17px !important;

}

.sec-head {
    margin-left: -22px !important;
    color:white;
}

.sec-head1 {
    margin-left: -21px !important;
    color: black;
}
.sec-head2{
    margin-left: -18px !important;

}
.sec-head3 {
    padding: 0px;
    color: black;
    margin-left: -21px !important;
}

.sec-eyebrow1 {
    padding: 5px;
    margin-left: -21px !important;
}
.eyebrow{
    color: white;
    font-family: Manrope,sans-serif;
}




/* scale + stack */
.scale-box {
    background:#ffffff;
    border: 1px solid #d4dade;
    padding: 28px;
    border-left: 4px solid #17a05e;
    font-size: 16.5px;
    max-width: 961px;
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-bottom: 20px;
}

.stack {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px;
    margin-left: -20px !important;
    margin-right: -18px !important;
}

/* .tech{background:var(--panel);border:1px solid var(--line);padding:20px}
.tech b{font-family:'IBM Plex Mono',monospace;font-size:14px;display:block;margin-bottom:8px}
.tech p{font-size:13.5px;color:var(--ink-soft)} */

.tech {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 25px;

    height: 90%;
    transition: .3s;
    margin-top: 10px;
}

.tech:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
}

.tech-img {
    font-size: 42px;
    color: #4f46e5;
    margin-bottom: 17px;


}

.tech h5 {
    font-weight: 600;
    font-size: 18px;
}

.tech p {
    color: #6b7280;
    margin-top: 10px;
    font-size: 15px;
}


/* FAQ */
details {
    background: #ffffff;
    border: 1px solid #d4dade;
    margin-bottom: 10px;
    margin-left: -22px !important;
    margin-right: -20px !important;
}

summary {
    cursor: pointer !important;
    padding: 16px 20px;
    font-weight: 600;
    font-size: 15.5px;
    list-style: none;
    display: flex !important;
    justify-content: space-between;
    align-items: center
}

summary::after {
    content: '+';
    font-family: Manrope,sans-serif;
    color: #17a05e;
    font-size: 18px
}

details[open] summary::after {
    content: '–'
}

details p {
    padding: 0 20px 18px;
    color: #3d4d59;
    font-size: 15px
}

summary:focus-visible {
    outline: 2px solid #17a05e;
    outline-offset: 2px
}

/* CTA */
.cta {
    background:#0e1b25;
    color: #fff;
    text-align: center;
    padding: 64px 24px
}

.cta h2 {
    color: #fff;
    margin-bottom: 12px
}

.cta p {
    color: #9aa8b3;
    max-width: 560px;
    margin: 0 auto 28px
}

.btn {
    display: inline-block;
    background: #17a05e;
    color: #fff;
    text-decoration: none;
    font-family: Manrope,sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 34px;
    border-radius: 4px;
    transition: transform .15s ease, box-shadow .15s ease
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(23, 160, 94, .35)
}

.btn:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px
}



@media(max-width:820px) {
    .stats {
        grid-template-columns: repeat(2, 1fr)
    }

    .workflows {
        grid-template-columns: 1fr
    }

    .stack {
        grid-template-columns: repeat(2, 1fr)
    }

    .rail {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 34px
    }

    .rail::before,
    .packet {
        display: none
    }
}

@media(max-width:480px) {
    .stack {
        grid-template-columns: 1fr
    }

    .stats {
        grid-template-columns: repeat(2, 1fr)
    }

    .site-inner {
        flex-direction: column;
        gap: 10px
    }
}

.expert-card {
    border-radius: 15px;
    background-image: url(https://d2q4gipm2ebkzp.cloudfront.net/img/insurance-images/insurance-card-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    
    
}


.btn-theme-primary {
    color: #fff;
    background: linear-gradient(82.77deg, #21D496 -71.55%, #054A91 158.62%) !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: 0 6px 16px #002a3833;
    border-radius: 8px !important;
    padding: 9px 24px !important;
    transition: transform .2s ease-in-out;
    position: relative;
}

@media (max-width: 768px) {
    .robot-img {
        width: 100%;
    }
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

@media(min-width:768px) {
    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
        border-radius: 15px !important;
    }
}
/* .banner-background{
     background: linear-gradient(180deg, #0B162E 0%, #0A0B19 100%);
     width: 100% !important;

} */
.head{
    color: white;
}
.head{
    color: white;
}
.para{
    color: white;
}
