@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Crimson+Pro:ital,wght@1,400;1,500&family=Outfit:wght@300;400;500;600&family=DM+Mono:wght@400;500&display=swap');


a{text-decoration-thickness:1px!important;text-underline-offset:.1em}:where(.wp-site-blocks :focus){outline-width:2px;outline-style:solid}.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child){margin-bottom:3px}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content{outline-offset:4px}.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content{outline-offset:0}blockquote,caption,figcaption,h1,h2,h3,h4,h5,h6,p{text-wrap:pretty}.more-link{display:block}:where(pre){overflow-x:auto}


/* contact page  */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Crimson+Pro:ital,wght@1,400;1,500&family=Outfit:wght@300;400;500;600&family=DM+Mono:wght@400;500&display=swap');

:root {
    --bg: #08090d;
    --panel: #0c0e14;
    --accent: #4a7fa5;
    --accentdk: #1e3d52;
    --white: #eceae3;
    --mid: #a8bfcc;
    --muted: #607888;
    --dim: #2e4455
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    background: var(--bg);
    color: var(--white);
    font-family: "Outfit",sans-serif;
    font-weight: 300;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

body::after,body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0
}

body::before {
    background: radial-gradient(900px 500px at 70% -10%,rgba(74,127,165,.1),transparent 60%),linear-gradient(var(--bg),var(--bg))
}

body::after {
    opacity: .025;
    background-image: linear-gradient(var(--dim) 1px,transparent 1px),linear-gradient(90deg,var(--dim) 1px,transparent 1px);
    background-size: 54px 54px
}

.display,h1,h2,h3,h4 {
    font-family: "Bebas Neue",sans-serif;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: .98
}

nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(8,9,13,.82);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--dim)
}

.hero h1 em {
    color: var(--accent);
    font-style: normal
}

.navlinks a {
    letter-spacing: .01em
}

@media (max-width:820px) {
    .navlinks a:not(.btn) {
        display: none
    }
}

.hero {
    padding: 78px 0 64px;
    position: relative
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 54px;
    align-items: center
}

@media (max-width:920px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

.hero h1 {
    font-size: clamp(46px,6.4vw,82px);
    margin: 22px 0 0;
    max-width: 14ch
}

.hero .sub {
    font-size: 18px;
    color: var(--mid);
    max-width: 46ch;
    margin: 22px 0 30px
}

.hero .sub b,.spec li b {
    color: var(--white);
    font-weight: 500
}

.cta-row {
    margin-bottom: 26px
}

.panel .swapnote,.trust {
    font-family: "DM Mono",monospace
}

.trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    font-size: 11px;
    letter-spacing: .06em;
    color: var(--muted)
}

.trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px
}

.trust span::before {
    content: "";
    width: 5px;
    height: 5px;
    background: var(--accent);
    border-radius: 50%
}

.panel,section {
    position: relative
}

.panel {
    background: linear-gradient(160deg,var(--panel),#070810);
    border: 1px solid var(--dim);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 30px 80px -30px rgba(0,0,0,.8)
}

.panel .swapnote {
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 9px;
    letter-spacing: .12em;
    color: var(--accentdk);
    text-transform: uppercase;
    z-index: 3
}

.panel-top {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 11px 14px;
    border-bottom: 1px solid var(--dim);
    background: #0a0b11
}

.dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--dim)
}

.panel-top .label {
    margin-left: 8px;
    font-family: "DM Mono",monospace;
    font-size: 11px;
    color: var(--muted);
    letter-spacing: .05em
}

.panel-body {
    padding: 18px
}

.stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    margin-bottom: 16px
}

.stat {
    background: #0a0c12;
    border: 1px solid var(--dim);
    border-radius: 4px;
    padding: 12px 13px
}

.stat .n {
    font-family: "Bebas Neue";
    font-size: 30px;
    color: var(--white);
    line-height: 1
}

.stat .l {
    font-family: "DM Mono",monospace;
    font-size: 9.5px;
    color: var(--muted);
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-top: 5px
}

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

.tline .row {
    display: flex;
    gap: 11px;
    align-items: flex-start
}

.tline .time {
    font-family: "DM Mono",monospace;
    font-size: 10px;
    color: var(--accent);
    white-space: nowrap;
    padding-top: 2px
}

.tline .ev {
    font-size: 12.5px;
    color: var(--mid);
    flex: 1;
    border-left: 1px solid var(--dim);
    padding-left: 11px
}

.flag,.tline .ev .cite {
    font-family: "DM Mono",monospace;
    font-size: 9px
}

.tline .ev .cite {
    color: var(--muted);
    display: block;
    margin-top: 2px
}

.flag {
    display: inline-block;
    color: #d8a657;
    border: 1px solid #5a4520;
    border-radius: 2px;
    padding: 1px 5px;
    margin-left: 6px;
    letter-spacing: .05em;
    vertical-align: middle
}

section {
    padding: 88px 0
}

.rule {
    height: 1px;
    background: var(--dim);
    border: 0;
    margin: 0
}

.origin {
    background: var(--panel);
    border-top: 1px solid var(--dim);
    border-bottom: 1px solid var(--dim)
}

.origin .quote {
    font-family: "Crimson Pro",serif;
    font-style: italic;
    font-weight: 400;
    font-size: clamp(24px,3vw,38px);
    line-height: 1.32;
    color: var(--white);
    max-width: 24ch;
    margin: 20px 0 8px
}

.origin .quote .hl {
    color: var(--accent)
}

.phases {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0;
    margin-top: 54px;
    border: 1px solid var(--dim);
    border-radius: 6px;
    overflow: hidden
}

@media (max-width:820px) {
    .phases {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:520px) {
    .phases {
        grid-template-columns: 1fr
    }
}

.phase {
    padding: 26px 22px;
    border-right: 1px solid var(--dim);
    position: relative
}

.phase:last-child {
    border-right: 0
}

.phase .ph {
    font-family: "DM Mono",monospace;
    font-size: 10px;
    letter-spacing: .14em;
    color: var(--accent);
    text-transform: uppercase
}

.card h3,.phase h4 {
    font-family: "Bebas Neue";
    font-weight: 400;
    letter-spacing: .02em;
    color: var(--white);
    font-size: 22px;
    margin: 13px 0 9px
}

.phase h4 {
    font-size: 24px;
    margin: 12px 0 9px
}

.card p,.phase p {
    color: var(--mid)
}

.phase p {
    font-size: 13.5px
}

.phase.now {
    background: linear-gradient(160deg,rgba(74,127,165,.1),transparent)
}

.feat-head .quote {
    font-family: "Crimson Pro";
    font-style: italic;
    font-size: clamp(20px,2.4vw,28px);
    color: var(--mid);
    max-width: 30ch;
    margin-top: 20px;
    line-height: 1.4
}

.feat-head .quote b {
    color: var(--white);
    font-style: normal;
    font-weight: 500
}

.grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px;
    background: var(--dim);
    border: 1px solid var(--dim);
    margin-top: 52px;
    border-radius: 6px;
    overflow: hidden
}

@media (max-width:920px) {
    .grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width:520px) {
    .grid {
        grid-template-columns: 1fr
    }
}

.card {
    background: var(--bg);
    padding: 26px 22px;
    transition: background .25s
}

.card:hover,.compare {
    background: var(--panel)
}

.card .ix {
    font-family: "DM Mono",monospace;
    font-size: 10px;
    color: var(--accent);
    letter-spacing: .1em
}

.card p {
    font-size: 13px
}

.compare {
    border-top: 1px solid var(--dim);
    border-bottom: 1px solid var(--dim)
}

.ctable {
    margin-top: 46px;
    border: 1px solid var(--dim);
    border-radius: 6px;
    overflow: hidden
}

.crow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid var(--dim)
}

.crow:last-child {
    border-bottom: 0
}

.crow.head .c {
    font-family: "DM Mono",monospace;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase
}

.crow .c {
    padding: 16px 22px;
    font-size: 14.5px
}

.crow .c:first-child {
    color: var(--muted);
    border-right: 1px solid var(--dim)
}

.crow .c:last-child {
    color: var(--white)
}

.crow.head .c:first-child {
    color: var(--muted)
}

.crow.head .c:last-child {
    color: var(--accent)
}

.crow .c:last-child::before {
    content: "›  ";
    color: var(--accent)
}

.crow.head .c:last-child::before {
    content: ""
}

.finalcta h2 {
    font-family: "Bebas Neue";
    font-weight: 400
}

footer {
    background: #06070a;
    border-top: 1px solid var(--dim);
    padding: 54px 0 30px
}

.foot-col h5 {
    font-family: "DM Mono",monospace;
    font-size: 10px;
    letter-spacing: .14em;
    color: var(--muted);
    text-transform: uppercase;
    margin-bottom: 14px
}

.foot-bottom {
    letter-spacing: .04em
}

.how .steps {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin-top: 50px
}

@media (max-width:760px) {
    .how .steps {
        grid-template-columns: 1fr
    }
}

.step {
    background: var(--panel);
    border: 1px solid var(--dim);
    border-radius: 6px;
    padding: 28px 24px;
    position: relative
}

.step .num,.step h3 {
    font-family: "Bebas Neue"
}

.step .num {
    font-size: 46px;
    color: var(--accentdk);
    line-height: .9
}

.step h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .02em;
    color: var(--white);
    margin: 8px 0 9px
}

.side .blk p,.step p {
    font-size: 13.5px;
    color: var(--mid)
}

.step::after {
    content: "";
    position: absolute;
    top: 34px;
    right: -13px;
    width: 14px;
    height: 1px;
    background: var(--dim)
}

.step:last-child::after {
    display: none
}

@media (max-width:760px) {
    .step::after {
        display: none
    }
}

.trustsec {
    background: var(--panel);
    border-top: 1px solid var(--dim);
    border-bottom: 1px solid var(--dim)
}

.trustgrid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    background: var(--dim);
    border: 1px solid var(--dim);
    border-radius: 6px;
    overflow: hidden;
    margin-top: 44px
}

@media (max-width:760px) {
    .trustgrid {
        grid-template-columns: 1fr
    }
}

.titem {
    background: var(--bg);
    padding: 22px;
    display: flex;
    gap: 12px;
    align-items: flex-start
}

.titem .tk {
    font-family: "DM Mono",monospace;
    font-size: 11px;
    color: var(--accent);
    padding-top: 3px
}

.formcard h3 {
    color: var(--white);
    font-family: "Bebas Neue";
    font-size: 26px;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 6px
}

.titem .tt {
    font-size: 14px;
    color: var(--white)
}

.field label,.titem .td {
    display: block;
    color: var(--muted)
}

.titem .td {
    font-size: 12px;
    margin-top: 3px
}

.chero {
    padding: 84px 0 20px;
    text-align: center
}

.chero h1 {
    font-size: clamp(42px,5.6vw,74px);
    max-width: 16ch;
    margin: 18px auto 0
}

.chero .sub {
    font-size: 18px;
    color: var(--mid);
    max-width: 48ch;
    margin: 20px auto 0
}

.cbody {
    padding: 60px 0 90px
}

.cgrid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 48px;
    align-items: start
}

@media (max-width:880px) {
    .cgrid {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

.formcard {
    background: var(--panel);
    border: 1px solid var(--dim);
    border-radius: 8px;
    padding: 32px
}

.formcard .desc {
    font-size: 13.5px;
    color: var(--mid);
    margin-bottom: 24px
}

.field {
    margin-bottom: 16px
}

.field label {
    font-family: "DM Mono",monospace;
    font-size: 10.5px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 7px
}

.field input,.field select,.field textarea {
    width: 100%;
    background: #0a0c12;
    border: 1px solid var(--dim);
    border-radius: 4px;
    color: var(--white);
    font-family: "Outfit",sans-serif;
    font-size: 14px;
    padding: 11px 13px;
    outline: 0;
    transition: border-color .2s
}

.field input:focus,.field select:focus,.field textarea:focus {
    border-color: var(--accent)
}

.field textarea {
    resize: vertical;
    min-height: 96px
}

.field.two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

@media (max-width:480px) {
    .field.two {
        grid-template-columns: 1fr
    }
}

.formnote,.submit {
    font-family: "DM Mono",monospace
}

.submit {
    width: 100%;
    margin-top: 6px;
    background: var(--accent);
    color: var(--bg);
    font-size: 12.5px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 500;
    border: 0;
    border-radius: 2px;
    padding: 14px;
    cursor: pointer;
    transition: all .2s
}

.submit:hover {
    background: #5d96bf
}

.formnote {
    font-size: 10.5px;
    color: var(--muted);
    letter-spacing: .03em;
    text-align: center
}

.side .blk {
    border: 1px solid var(--dim);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 16px;
    background: var(--panel)
}

.side .blk h4 {
    font-family: "Bebas Neue";
    font-size: 22px;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 6px
}

.side .blk a.line {
    display: block;
    text-decoration: none;
    font-size: 13px;
    margin-top: 10px;
    letter-spacing: .03em
}

.side .blk a.line:hover {
    color: #5d96bf
}

.side .demo {
    background: linear-gradient(160deg,rgba(74,127,165,.1),transparent);
    border-color: var(--accentdk)
}

.formnote,.side .demo .btn {
    margin-top: 14px
}

.detail {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    margin-top: 12px
}

.detail .k,.side .blk a.line {
    font-family: "DM Mono",monospace;
    color: var(--accent)
}

.detail .k {
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    width: 64px;
    flex: 0 0 auto;
    padding-top: 3px
}

.detail .v {
    font-size: 14px;
    color: var(--mid)
}

.detail .v a {
    color: var(--mid);
    text-decoration: none
}

.detail .v a:hover,.side .blk h4 {
    color: var(--white)
}

.mark {
    display: grid;
    place-items: center
}

.mark::before {
    transform: rotate(45deg)
}

@media (max-width:820px) {
    .navlinks a:not(.btn) {
        display: none
    }
}

.abhero {
    padding: 92px 0 70px;
    text-align: center
}

.abhero h1 {
    font-size: clamp(44px,6vw,80px);
    max-width: 18ch;
    margin: 20px auto 0
}

.abhero .lede {
    font-family: "Crimson Pro";
    font-style: italic;
    font-size: clamp(22px,3vw,34px);
    color: var(--mid);
    max-width: 26ch;
    margin: 26px auto 0;
    line-height: 1.34
}

.abhero .lede .hl {
    color: var(--accent)
}

.story {
    background: var(--panel);
    border-top: 1px solid var(--dim);
    border-bottom: 1px solid var(--dim)
}

.tl {
    margin-top: 46px;
    border-left: 1px solid var(--dim);
    max-width: 760px
}

.tl .node {
    padding: 0 0 44px 34px;
    position: relative
}

.tl .node:last-child {
    padding-bottom: 0
}

.tl .node::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--bg);
    border: 1.5px solid var(--accent)
}

.tl .node.now::before {
    background: var(--accent);
    box-shadow: 0 0 14px rgba(74,127,165,.6)
}

.tl .ph {
    font-family: "DM Mono",monospace;
    font-size: 10.5px;
    letter-spacing: .14em;
    color: var(--accent);
    text-transform: uppercase
}

.member h4,.tl h3 {
    font-family: "Bebas Neue";
    font-weight: 400;
    color: var(--white);
    letter-spacing: .02em
}

.tl h3 {
    font-size: 30px;
    margin: 9px 0 10px
}

.bdf p,.tl p {
    font-size: 15px;
    color: var(--mid);
    max-width: 60ch
}

.bdf .quote {
    font-family: "Crimson Pro";
    font-style: italic;
    font-size: clamp(22px,2.8vw,32px);
    color: var(--white);
    max-width: 30ch;
    line-height: 1.35;
    margin-top: 18px
}

.bdf .quote .hl,.logotext span {
    color: var(--accent)
}

.bdf p {
    max-width: 62ch;
    margin-top: 22px
}

.team {
    background: var(--panel);
    border-top: 1px solid var(--dim);
    border-bottom: 1px solid var(--dim)
}

.teamgrid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin-top: 46px
}

@media (max-width:820px) {
    .teamgrid {
        grid-template-columns: 1fr
    }
}

.member {
    background: var(--bg);
    border: 1px solid var(--dim);
    border-radius: 6px;
    padding: 26px 24px;
    position: relative
}

.member .swap {
    position: absolute;
    top: 9px;
    right: 11px;
    font-family: "DM Mono",monospace;
    font-size: 8.5px;
    letter-spacing: .1em;
    color: var(--accentdk);
    text-transform: uppercase
}

.member .av,.member .role {
    font-family: "DM Mono",monospace;
    color: var(--accent)
}

.member .av {
    width: 48px;
    height: 48px;
    border: 1.5px solid var(--accent);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 13px;
    margin-bottom: 16px
}

.member h4 {
    font-size: 23px
}

.member .role {
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 5px 0 12px
}

.member p,.spec li {
    font-size: 13px;
    color: var(--mid)
}

.mission {
    text-align: center
}

.mission h2,h2.big {
    font-size: clamp(38px,5.2vw,70px);
    max-width: 20ch;
    margin: 18px auto 0
}

.mission .msub {
    font-family: "Crimson Pro";
    font-style: italic;
    font-size: clamp(18px,2.2vw,24px);
    color: var(--mid);
    max-width: 42ch;
    margin: 26px auto 0;
    line-height: 1.5
}

.slogan,.tier.feature .ribbon {
    font-family: "DM Mono",monospace;
    letter-spacing: .1em;
    text-transform: uppercase
}

.slogan {
    font-size: 12.5px;
    color: var(--muted);
    margin-top: 38px
}

.finalcta {
    border-top: 1px solid var(--dim)
}

.btn-block {
    display: block;
    text-align: center;
    width: 100%
}

@media (max-width:820px) {
    .navlinks a:not(.btn) {
        display: none
    }
}

.phero {
    padding: 84px 0 30px;
    text-align: center
}

.fhero h1,.phero h1 {
    font-size: clamp(42px,5.6vw,74px);
    max-width: 18ch;
    margin: 18px auto 0
}

.phero .sub {
    font-size: 18px;
    color: var(--mid);
    max-width: 48ch;
    margin: 22px auto 0
}

.trial-banner {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 26px;
    background: rgba(74,127,165,.08);
    border: 1px solid var(--accentdk);
    border-radius: 3px;
    padding: 10px 18px;
    font-family: "DM Mono",monospace;
    font-size: 12px;
    letter-spacing: .06em;
    color: var(--mid)
}

.spec li::before,.trial-banner b {
    color: var(--accent);
    font-weight: 500
}

.pricing {
    padding: 54px 0 90px
}

.tiers {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    align-items: stretch
}

@media (max-width:980px) {
    .tiers {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:540px) {
    .tiers {
        grid-template-columns: 1fr
    }
}

.tier {
    background: var(--panel);
    border: 1px solid var(--dim);
    border-radius: 8px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    position: relative
}

.tier.feature {
    border-color: var(--accent);
    box-shadow: 0 0 40px -12px rgba(74,127,165,.4)
}

.tier.feature .ribbon {
    position: absolute;
    top: -1px;
    right: -1px;
    background: var(--accent);
    color: var(--bg);
    font-size: 9.5px;
    padding: 5px 11px;
    border-radius: 0 8px 0 8px;
    font-weight: 500
}

.tier .name {
    font-family: "Bebas Neue";
    font-size: 30px;
    color: var(--white);
    letter-spacing: .03em
}

.tier .who {
    font-size: 13px;
    color: var(--muted);
    margin: 4px 0 20px;
    min-height: 38px
}

.priceline {
    font-family: "DM Mono",monospace;
    font-size: 12px;
    letter-spacing: .04em;
    color: var(--accent);
    padding: 14px 0;
    border-top: 1px solid var(--dim);
    border-bottom: 1px solid var(--dim);
    margin-bottom: 20px
}

.faqgrid h4,.priceline .big {
    font-family: "Bebas Neue";
    letter-spacing: .02em
}

.priceline .big {
    display: block;
    font-size: 26px;
    color: var(--white);
    margin-bottom: 2px
}

.spec {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 24px;
    flex: 1
}

.spec li {
    font-size: 13.5px;
    display: flex;
    gap: 10px;
    align-items: flex-start
}

.spec li::before {
    content: "›";
    font-weight: 600
}

.pricenote {
    text-align: center;
    font-family: "DM Mono",monospace;
    font-size: 11.5px;
    color: var(--muted);
    letter-spacing: .04em;
    max-width: 60ch;
    margin: 42px auto 0;
    line-height: 1.7
}

.faq {
    background: var(--panel);
    border-top: 1px solid var(--dim);
    border-bottom: 1px solid var(--dim);
    padding: 80px 0
}

.faqgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 50px;
    margin-top: 42px
}

@media (max-width:760px) {
    .faqgrid {
        grid-template-columns: 1fr
    }
}

.faqgrid h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 8px
}

.faqgrid p,.finalcta p {
    font-size: 14px;
    color: var(--mid)
}

.finalcta {
    background: linear-gradient(180deg,var(--bg),var(--panel));
    padding: 96px 0
}

.finalcta p {
    margin: 18px 0 30px;
    font-size: 17px
}

.faqgrid h4,.flowrow b,.navlinks a.active,.navlinks a:hover {
    color: var(--white)
}

.wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
    position: relative;
    z-index: 1
}

.eyebrow {
    font-family: "DM Mono",monospace;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    gap: 9px
}

.eyebrow::before {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--accent);
    display: inline-block
}

.logo,.navrow {
    display: flex;
    align-items: center
}

.navrow {
    justify-content: space-between;
    height: 70px
}

.logo {
    gap: 11px;
    text-decoration: none
}

.mark,.mark::before {
    border: 1.5px solid var(--accent)
}

.mark {
    width: 34px;
    height: 34px;
    position: relative;
    flex: 0 0 auto
}

.mark::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    width: 14px;
    height: 14px
}

.logotext {
    font-family: "Bebas Neue";
    font-size: 23px;
    letter-spacing: .04em;
    color: var(--white)
}

.navlinks {
    display: flex;
    gap: 30px;
    align-items: center
}

.btn,.navlinks a {
    text-decoration: none
}

.navlinks a {
    color: var(--mid);
    font-size: 14px;
    transition: color .2s
}

.btn {
    font-family: "DM Mono",monospace;
    font-size: 12.5px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 11px 20px;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    transition: all .2s;
    border: 1px solid transparent
}

.btn-primary {
    background: var(--accent);
    color: var(--bg);
    font-weight: 500
}

.btn-primary:hover {
    background: #5d96bf;
    box-shadow: 0 0 24px rgba(74,127,165,.35)
}

.btn-ghost {
    border: 1px solid var(--dim);
    color: var(--white)
}

.btn-ghost:hover {
    border-color: var(--accent);
    color: var(--accent)
}

@media (max-width:820px) {
    .navlinks a:not(.btn) {
        display: none
    }
}

.section-tag {
    font-family: "DM Mono",monospace;
    font-size: 11px;
    letter-spacing: .2em;
    color: var(--muted);
    text-transform: uppercase
}

h2.big {
    font-size: clamp(34px,4.6vw,58px);
    margin: 16px 0 0
}

.fhero {
    padding: 90px 0 30px;
    text-align: center
}

.fhero h1 {
    font-size: clamp(42px,5.6vw,76px)
}

.fhero .sub {
    font-size: 18px;
    color: var(--mid);
    max-width: 50ch;
    margin: 22px auto 28px
}

.cta-row {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap
}

.cta-row .btn {
    padding: 14px 26px;
    font-size: 13px
}

.flow {
    padding: 50px 0 30px
}

.flowrow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-family: "DM Mono",monospace;
    font-size: 12px;
    letter-spacing: .06em;
    color: var(--muted)
}

.flowrow b {
    font-weight: 500
}

.flowrow .arw {
    color: var(--accent)
}

.feat {
    border-top: 1px solid var(--dim)
}

.feat .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    padding: 70px 0;
    border-bottom: 1px solid var(--dim)
}

.feat .row:nth-child(even) .copy {
    order: 2
}

@media (max-width:860px) {
    .feat .row {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 54px 0
    }

    .feat .row:nth-child(even) .copy {
        order: 0
    }
}

.feat .ix,.viz .lbl {
    font-family: "DM Mono",monospace;
    font-size: 11px;
    color: var(--accent);
    letter-spacing: .14em
}

.feat h3 {
    font-family: "Bebas Neue";
    font-size: clamp(28px,3.2vw,40px);
    font-weight: 400;
    letter-spacing: .02em;
    color: var(--white);
    margin: 12px 0 14px
}

.feat .copy>p {
    font-size: 15.5px;
    color: var(--mid);
    max-width: 46ch
}

.feat ul {
    list-style: none;
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 9px
}

.feat li {
    font-size: 13.5px;
    color: var(--mid);
    display: flex;
    gap: 10px
}

.feat li::before {
    content: "›";
    color: var(--accent)
}

.viz {
    background: linear-gradient(160deg,var(--panel),#070810);
    border: 1px solid var(--dim);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 24px 60px -30px rgba(0,0,0,.8)
}

.viz .lbl {
    position: absolute;
    top: 9px;
    right: 11px;
    font-size: 9px;
    letter-spacing: .1em;
    color: var(--accentdk);
    text-transform: uppercase
}

.viz .top {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 11px 14px;
    border-bottom: 1px solid var(--dim);
    background: #0a0b11
}

.viz .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--dim)
}

.viz .tl {
    font-family: "DM Mono",monospace;
    font-size: 10.5px;
    color: var(--muted);
    margin-left: 6px
}

.viz .bd {
    padding: 18px
}

.vrow {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 9px 0;
    border-bottom: 1px solid rgba(46,68,85,.4);
    font-size: 12.5px;
    color: var(--mid)
}

.vrow:last-child {
    border-bottom: 0
}

.vrow .c,.vrow .t,.vtag {
    font-family: "DM Mono",monospace
}

.vrow .t {
    font-size: 10px;
    color: var(--accent);
    white-space: nowrap;
    padding-top: 2px
}

.vrow .c,.vtag {
    font-size: 8.5px
}

.vrow .c {
    color: var(--muted);
    display: block;
    margin-top: 3px
}

.vtag {
    display: inline-block;
    border-radius: 2px;
    padding: 1px 5px;
    margin-left: 6px;
    letter-spacing: .04em;
    vertical-align: middle
}

.vtag.f {
    color: #d8a657;
    border: 1px solid #5a4520
}

.vchips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px
}

.vchip {
    font-family: "DM Mono",monospace;
    font-size: 10px;
    color: var(--mid);
    border: 1px solid var(--dim);
    border-radius: 3px;
    padding: 6px 10px
}

.vstats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px
}

.vstat {
    background: #0a0c12;
    border: 1px solid var(--dim);
    border-radius: 4px;
    padding: 12px
}

.vstat .n {
    font-family: "Bebas Neue";
    font-size: 28px;
    color: var(--white);
    line-height: 1
}

.vstat .l {
    font-family: "DM Mono",monospace;
    font-size: 9px;
    color: var(--muted);
    letter-spacing: .07em;
    text-transform: uppercase;
    margin-top: 5px
}

.files {
    background: var(--panel);
    border-top: 1px solid var(--dim);
    border-bottom: 1px solid var(--dim)
}

.chipgrid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px
}

.chip,.note {
    font-family: "DM Mono",monospace
}

.chip {
    font-size: 12px;
    color: var(--mid);
    border: 1px solid var(--dim);
    border-radius: 3px;
    padding: 9px 14px;
    letter-spacing: .04em
}

.note {
    font-size: 11px;
    color: var(--muted);
    margin-top: 26px;
    letter-spacing: .03em
}

.finalcta {
    background: linear-gradient(180deg,var(--panel),var(--bg));
    text-align: center
}

.finalcta h2 {
    font-size: clamp(40px,5.4vw,72px)
}

.foot-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px
}

.foot-col a {
    display: block;
    color: var(--mid);
    text-decoration: none;
    font-size: 13.5px;
    margin-bottom: 9px
}

.foot-col a:hover {
    color: var(--white)
}

.bdf-badge {
    font-family: "DM Mono",monospace;
    font-size: 11px;
    color: var(--muted);
    letter-spacing: .05em;
    border: 1px solid var(--dim);
    border-radius: 3px;
    padding: 8px 13px;
    display: inline-block;
    margin-top: 6px
}

.disclaimer {
    font-size: 11.5px;
    color: var(--muted);
    max-width: 62ch;
    margin-top: 34px;
    line-height: 1.6
}

.foot-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid var(--dim);
    font-family: "DM Mono",monospace;
    font-size: 11px;
    color: var(--muted)
}



/*form*/
.wpcf7-not-valid-tip {
  
  font-size: 16px;
 
  
}
.contact-form-grid {
    max-width: 100%;
}

.contact-form-grid label {
       font-family: "DM Mono", monospace;
    font-size: 10.5px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 12px;
    color:var(--muted);
}

.contact-form-grid input,
.contact-form-grid select,
.contact-form-grid textarea {
       width: 100%;
    background: #0a0c12;
    border: 1px solid var(--dim);
    border-radius: 4px;
    color: var(--white);
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    padding: 11px 13px;
    outline: 0;
    transition: border-color .2s;
}

.contact-form-grid input::placeholder,
.contact-form-grid textarea::placeholder {
    color: #8a8a8a;
}

.contact-form-grid textarea {
    min-height: 120px;
    resize: vertical;
}

.form-row {
    display: flex;
    gap: 16px;
}

.form-col {
    flex: 1;
}

.contact-form-grid p {
    margin-bottom: 12px;
}

.contact-form-grid input[type="submit"] {
    width: 100%;
    background: #5f87ad;
    color: #000;
    border: none;
    padding: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    cursor: pointer;
}

.contact-form-grid input[type="submit"]:hover {
    opacity: 0.9;
}

@media (max-width: 767px) {
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
}



/* panel css  */

/* Make the whole panel larger */
.panel {
    transform: scale(1.12);
    transform-origin: center;
}

/* Increase panel content spacing */
.panel-body {
    padding: 24px;
}

/* Make top title text larger and white */
.panel-top .label {
    font-size: 14px;
    color: var(--white);
}

/* Make the small top-right note more visible */
.panel .swapnote {
    font-size: 8px;
    color: var(--white);
}

/* Increase stats text */
.stat .n {
    font-size: 42px;
    color: var(--white);
}

.stat .l {
    font-size: 12px;
    color: var(--white);
}

/* Increase timeline text and make it white */
.tline .time {
    font-size: 12px;
    color: var(--white);
}

.tline .ev {
    font-size: 15px;
    color: var(--white);
}

.tline .ev .cite {
    font-size: 11px;
    color: var(--white);
}

/* Optional: make anomaly/gap labels slightly larger */
.flag {
    font-size: 10.5px;
}

/* Move only "Illustrative · Sample Data" upward */
.panel .swapnote {
    top: 0px !important;
    right: 12px !important;
    transform: none !important;
}

/* Keep mobile layout like desktop, but move the text slightly right */
@media (max-width: 768px) {
    .panel .swapnote {
        position: absolute !important;
        top: 0px !important;
        right: 12px !important;
        margin-left: 0 !important;
        white-space: nowrap;
        font-size: 9px !important;
    }

    .panel-top {
        position: relative;
    }
}

/* Fix panel on mobile */
@media (max-width: 768px) {
    .panel {
        transform: none !important;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .panel-body {
        padding: 14px !important;
    }

    .panel-top {
        padding: 10px 12px;
        align-items: flex-start;
    }

    .panel-top .label {
        font-size: 11px !important;
        line-height: 1.3;
    }

    .panel .swapnote {
        /* position: static;
        margin-left: auto; */
        font-size: 8px !important;
        white-space: nowrap;
    }

    .stats {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .stat {
        padding: 12px;
    }

    .stat .n {
        font-size: 34px !important;
    }

    .stat .l {
        font-size: 10px !important;
    }

    .tline .row {
        gap: 8px;
    }

    .tline .time {
        font-size: 10px !important;
        min-width: 72px;
    }

    .tline .ev {
        font-size: 13px !important;
        line-height: 1.45;
        padding-left: 10px;
    }

    .tline .ev .cite {
        font-size: 9px !important;
        overflow-wrap: anywhere;
    }
}

/* css end  */


/* tabel check css  */

.ctable .crow:not(.head) .c:last-child {
    position: relative;
    padding-right: 58px;
}

.ctable .crow:not(.head) .c:last-child::after {
    content: "✓";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent);
    font-family: "Outfit", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}

.ctable .crow:not(.head) .c:first-child {
    color: var(--white);
}


/* Compare table headings: bolder */
.ctable .crow.head .c {
    font-weight: 700;
    font-size: 13px;
      color: #4a7fa5;
}

/* Keep right heading accent color */
.ctable .crow.head .c:last-child {
    color: #4a7fa5;
}


/* Faq css  */


.faq-accordion {
    margin-top: 42px;
    border: 1px solid var(--dim);
    border-radius: 6px;
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid var(--dim);
    background: var(--bg);
}

.faq-item:last-child {
    border-bottom: 0;
}

.faq-item input {
    display: none;
}

.faq-question {
    width: 100%;
    padding: 20px 22px;
    color: var(--white);
    font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .02em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
}

.faq-icon {
    width: 24px;
    height: 24px;
    border: 1px solid var(--dim);
    border-radius: 50%;
    flex: 0 0 auto;
    position: relative;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    background: var(--accent);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.faq-icon::before {
    width: 10px;
    height: 1px;
}

.faq-icon::after {
    width: 1px;
    height: 10px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 22px;
    transition: max-height .3s ease, padding .3s ease;
}

.faq-answer p {
    font-size: 14px;
    color: var(--mid);
    max-width: 74ch;
}

.faq-item:has(input:checked) {
    background: var(--panel);
}

.faq-item:has(input:checked) .faq-answer {
    max-height: 220px;
    padding: 0 22px 22px;
}

.faq-item:has(input:checked) .faq-icon::after {
    display: none;
}




/* header css  */


/* .wp-block-post-title {
    display: none;
} */

.menu-toggle,
.mobile-call,
.menu-btn,
.menu-close,
.menu-overlay,
.mobile-menu {
    display: none;
}

.mobile-call img {
    width: 25px;
    height: 25px;
    display: block;
    object-fit: contain;
}

.nav-demo-btn {
    margin-left: 20px;
}

@media(max-width: 768px) {
    .navrow {
        position: relative;
        gap: 18px;
    }

    .navlinks {
        display: none;
    }

    .nav-demo-btn {
        display: inline-block;
        margin-left: auto;
        padding: 14px 20px;
        font-size: 12px;
        white-space: nowrap;
    }

    .mobile-call {
        display: grid;
        place-items: center;
        width: 58px;
        height: 58px;
        background: #5d96bf;
        border-radius: 50%;
        text-decoration: none;
        flex: 0 0 auto;
        z-index: 80;
    }

    .menu-btn {
        display: flex;
        width: 38px;
        height: 30px;
        flex-direction: column;
        justify-content: center;
        gap: 7px;
        cursor: pointer;
        flex: 0 0 auto;
        z-index: 80;
    }

    .menu-btn span {
        display: block;
        width: 100%;
        height: 3px;
        background: var(--white);
        transition: all .25s ease;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: min(86vw, 420px);
        height: 100vh;
        background: #111419;
        border-right: 1px solid var(--dim);
        padding: 90px 26px 30px;
        z-index: 999;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        transform: translateX(-100%);
        transition: transform .3s ease;
        box-shadow: 30px 0 80px rgba(0,0,0,.45);
    }

    .mobile-menu a,
    .mobile-menu a:not(.btn) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        color: var(--white);
        font-size: 22px;
        padding: 22px 0;
        border-top: 1px solid var(--dim);
        text-decoration: none;
    }

    .mobile-menu a:not(.btn)::after {
        content: "›";
        color: var(--mid);
        font-size: 30px;
        line-height: 1;
    }

    .mobile-menu .btn {
        justify-content: center;
        margin-top: 24px;
        padding: 16px 18px;
        border: 1px solid var(--accent);
        font-size: 13px;
    }

    .menu-close {
        display: block;
        position: absolute;
        top: 34px;
        right: 28px;
        color: var(--white);
        font-size: 42px;
        line-height: 1;
        cursor: pointer;
        z-index: 1000;
    }

    .menu-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.55);
        opacity: 0;
        pointer-events: none;
        z-index: 998;
        transition: opacity .3s ease;
    }

    .menu-toggle:checked ~ .mobile-menu {
        display: flex;
        transform: translateX(0);
    }

    .menu-toggle:checked ~ .menu-overlay {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }
}

@media(max-width: 520px) {
    .nav-demo-btn {
        padding: 12px 14px;
        font-size: 10.5px;
    }

    .mobile-call {
        width: 50px;
        height: 50px;
    }

    .menu-btn {
        width: 34px;
    }

    .logotext {
        font-size: 19px;
    }

    .mark {
        width: 30px;
        height: 30px;
    }
}


/* Fix: hide mobile header on desktop */
nav .menu-toggle,
nav .mobile-call,
nav .menu-btn,
nav .menu-close,
nav .menu-overlay,
nav .mobile-menu {
    display: none !important;
}

/* Mobile header only */
@media (max-width: 768px) {
    nav .navlinks {
        display: none !important;
    }

    nav .menu-btn {
        display: flex !important;
    }

    nav .mobile-call {
        display: grid !important;
    }

    nav .mobile-menu {
        display: flex !important;
        position: fixed;
        top: 0;
        left: 0;
        width: min(86vw, 420px);
        height: 100vh;
        background: #111419;
        border-right: 1px solid var(--dim);
        padding: 90px 26px 30px;
        z-index: 999;
        flex-direction: column;
        align-items: stretch;
        transform: translateX(-100%);
        visibility: hidden;
        pointer-events: none;
        transition: transform .3s ease, visibility .3s ease;
    }

    nav .menu-toggle:checked ~ .mobile-menu {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }

    nav .menu-toggle:checked ~ .menu-overlay {
        display: block !important;
        opacity: 1;
        pointer-events: auto;
    }

    nav .menu-close {
        display: block !important;
    }
}

/* contact css  */

/* Desktop only: move Reach Us Directly card down, center it, and expand slightly */
@media (min-width: 881px) {
    .cgrid {
        align-items: start !important;
    }

     .side {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        min-height: 500px !important;
    }

    .side .blk {
        width: 100% !important;
        max-width: 480px !important;
        min-height: 270px !important;
        margin: 0 auto !important;
        padding: 40px 38px !important;
    }
}