:root {
    --es-primary: #7c5cff;
    /* electric violet */
    --es-secondary: #00e5b0;
    /* aqua mint */
    --es-dark: #0b0f1a;
    --es-mid: #111827;
    /* slate-900 */
    --es-soft: rgba(255, 255, 255, .08);
    --es-gradient: radial-gradient(1200px 600px at 80% -10%, rgba(124, 92, 255, .25), transparent 60%),
        radial-gradient(800px 800px at -10% 110%, rgba(0, 229, 176, .18), transparent 50%),
        linear-gradient(180deg, #0b0f1a 0%, #0d1220 100%);
}

body {
    background: var(--es-gradient);
    color: #dbe2f7;
}

.navbar {
    background: rgba(11, 15, 26, .6) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--es-soft);
}

.btn-primary {
    background: var(--es-primary);
    border-color: var(--es-primary);
}

.btn-outline-primary {
    border-color: var(--es-primary);
    color: var(--es-primary);
}

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

.text-gradient {
    background: linear-gradient(90deg, #9aa7ff, #6efad2);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.glass,
.accordion-item,
.accordion-button,
.accordion-button:not(.collapsed) {
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--es-soft);
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.accordion-button {
    border-radius: 16px !important;
}

.accordion-item {
    margin-bottom: 15px;
}

.badge-soft {
    background: rgba(124, 92, 255, .15);
    color: #c5b9ff;
}

.section {
    padding: 4rem 0;
}

.logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: conic-gradient(from 200deg, var(--es-primary), var(--es-secondary));
    display: inline-grid;
    place-items: center;
}

.logo-mark i {
    color: #0b0f1a;
}

.kpi {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
}

.kpi-sm {
    font-size: clamp(1.5rem, 3.25vw, 2.25rem);
    font-weight: 700;
}

.feature-icon {
    width: 48px;
    height: 48px;
    display: inline-grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(124, 92, 255, .15);
    color: #c9baff;
}

.divider {
    height: 1px;
    background: var(--es-soft);
    margin: 3rem 0;
}

footer {
    border-top: 1px solid var(--es-soft);
    background: rgba(11, 15, 26, .5);
}

.card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--es-soft);
}

.avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 1.2rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--es-soft);
}

.timeline-item {
    position: relative;
    padding-left: 3rem;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: .9rem;
    top: .35rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--es-secondary);
    box-shadow: 0 0 0 4px rgba(0, 229, 176, .15);
}

.bg-dot {
    background-image: radial-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 12px 12px;
}

a {
    text-decoration: none;
}

.text-secondary {
    color: #ddd !important;
}

.headshot {
    max-height: 300px;
    height: 300px;
}

.lg-icon {
    max-height: 450px;
    height: 450px;
}

img {
    max-height: 100% !important;
    max-width: 100% !important;
}

ul.no-style {
    list-style: none;
    padding: 0;
    margin: 0;
}

pre.blackbox {
    white-space: pre-wrap;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-4 {
    padding-bottom: 40px !important;
}

.blockquote-footer {
    margin-top: 0rem !important;
}

.cta {
    padding: 6rem 0;
    background: linear-gradient(90deg, rgba(124,92,255,.12), rgba(0,229,176,.10));
    border-top: 1px solid var(--es-soft);
    border-bottom: 1px solid var(--es-soft);
}

code,
.wrap {
    text-wrap: wrap;
    max-width: 100%;
}
