﻿/* Append this file after site.css, or append its contents to site.css. */
.public-site {
    --pg-navy: #080d20;
    --pg-navy-2: #101936;
    --pg-cyan: #73f2cf;
    --pg-purple: #786fff;
    background: #fff
}

.public-main {
    padding-top: 76px
}

.site-header {
    height: 76px;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(15,23,42,.08)
}

.site-header-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.site-logo img, .footer-logo img {
    height: 38px;
    width: auto
}

.site-nav ul {
    display: flex;
    align-items: center;
    gap: 30px
}

.site-nav a {
    font-weight: 700;
    font-size: .88rem;
    color: #344054
}

    .site-nav a:hover {
        color: var(--accent-color)
    }

.site-header-actions {
    display: flex;
    align-items: center;
    gap: 12px
}

.site-login {
    color: #172033;
    font-weight: 700
}

.site-cta {
    padding: 11px 18px;
    border-radius: 12px;
    background: var(--accent-color);
    color: #fff;
    font-weight: 800
}

.mobile-nav-toggle {
    font-size: 1.6rem
}

.pg-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    background: linear-gradient(145deg,#060a18 0%,#0c1330 52%,#15105a 100%);
    color: #fff
}

    .pg-hero:before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
        background-size: 46px 46px;
        mask-image: linear-gradient(to bottom,#000,transparent)
    }

.pg-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(5px);
    opacity: .35
}

.pg-hero-glow-one {
    width: 420px;
    height: 420px;
    background: #5d57f4;
    top: -190px;
    left: -130px
}

.pg-hero-glow-two {
    width: 360px;
    height: 360px;
    background: #0cc9a7;
    right: -130px;
    bottom: -170px
}

.pg-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em
}

.pg-hero .pg-eyebrow {
    color: #b8fff0
}

.pg-eyebrow-light {
    color: #b8fff0
}

.pg-display {
    font-size: clamp(3rem,5.7vw,5.5rem);
    line-height: 1.02;
    letter-spacing: -.055em;
    color: #fff;
    margin: 20px 0
}

.pg-lead {
    font-size: 1.15rem;
    line-height: 1.8;
    color: rgba(255,255,255,.68);
    max-width: 670px
}

.pg-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    color: rgba(255,255,255,.72);
    font-weight: 700;
    font-size: .85rem
}

    .pg-hero-trust i {
        color: var(--pg-cyan);
        margin-right: 7px
    }

.pg-network-card {
    position: relative;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 26px;
    background: linear-gradient(160deg,rgba(255,255,255,.10),rgba(255,255,255,.035));
    box-shadow: 0 40px 100px rgba(0,0,0,.42);
    backdrop-filter: blur(14px);
    overflow: hidden
}

.pg-network-topbar {
    height: 54px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.09)
}

    .pg-network-topbar div {
        display: flex;
        gap: 7px
    }

        .pg-network-topbar div span {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(255,255,255,.35)
        }

    .pg-network-topbar small {
        color: rgba(255,255,255,.55);
        font-weight: 800;
        letter-spacing: .12em
    }

.pg-world-map {
    position: relative;
    padding: 18px
}

    .pg-world-map svg {
        width: 100%;
        min-height: 390px
    }

.map-land {
    fill: rgba(255,255,255,.075);
    stroke: rgba(255,255,255,.14);
    stroke-width: 1.5
}

.map-route {
    fill: none;
    stroke: #73f2cf;
    stroke-width: 2;
    stroke-dasharray: 9 10;
    opacity: .85;
    animation: routeFlow 12s linear infinite
}

.route-b {
    stroke: #9c91ff
}

.route-c {
    animation-duration: 9s
}

.map-node circle:first-child {
    fill: rgba(115,242,207,.15);
    stroke: #73f2cf;
    animation: nodePulse 2.5s ease-in-out infinite
}

.map-node circle:last-child {
    fill: url(#nodeGlow);
    filter: url(#softGlow)
}

.pg-network-label {
    position: absolute;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    background: rgba(8,13,32,.82);
    box-shadow: 0 18px 40px rgba(0,0,0,.3);
    font-size: .78rem
}

    .pg-network-label i {
        color: #73f2cf
    }

    .pg-network-label span {
        display: flex;
        flex-direction: column;
        font-weight: 800
    }

    .pg-network-label small {
        color: rgba(255,255,255,.55);
        font-weight: 500
    }

.label-one {
    left: 5%;
    bottom: 17%
}

.label-two {
    right: 4%;
    top: 19%
}

.pg-network-stats {
    padding: 0 22px 22px
}

    .pg-network-stats > div {
        display: flex;
        flex-direction: column
    }

    .pg-network-stats small {
        color: rgba(255,255,255,.48)
    }

    .pg-network-stats strong {
        color: #fff
    }

.pg-proof-strip {
    padding: 26px 0;
    background: #fff;
    border-bottom: 1px solid #e8edf6
}

    .pg-proof-strip strong, .pg-proof-strip span {
        display: block
    }

    .pg-proof-strip strong {
        font-family: var(--heading-font);
        color: #101828
    }

    .pg-proof-strip span {
        font-size: .78rem;
        color: #667085
    }

.pg-section {
    padding: 110px 0
}

.pg-section-soft {
    background: #f5f7fb
}

.pg-section-head {
    max-width: 740px
}

.pg-title {
    font-size: clamp(2.2rem,4vw,3.7rem);
    line-height: 1.12;
    letter-spacing: -.04em;
    margin: 14px 0
}

.pg-feature-card, .pg-solution-card {
    padding: 30px;
    border: 1px solid #e4e9f2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 42px -34px rgba(15,23,42,.55);
    transition: .25s
}

    .pg-feature-card:hover, .pg-solution-card:hover {
        transform: translateY(-5px);
        border-color: rgba(93,87,244,.35);
        box-shadow: 0 24px 54px -32px rgba(15,23,42,.45)
    }

    .pg-feature-card h3, .pg-solution-card h3 {
        font-size: 1.08rem;
        margin: 20px 0 10px
    }

    .pg-feature-card p, .pg-solution-card p {
        color: #667085;
        margin: 0
    }

.pg-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: #efeeff;
    color: #5d57f4;
    font-size: 1.35rem
}

.pg-solution-card > i {
    font-size: 2rem;
    color: #5d57f4
}

.pg-solution-card a {
    display: inline-flex;
    margin-top: 20px;
    font-weight: 800
}

.pg-dark-panel {
    background: #090f24;
    color: #fff
}

    .pg-dark-panel .pg-title {
        color: #fff
    }

.pg-check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

    .pg-check-grid span {
        color: rgba(255,255,255,.76);
        font-weight: 600
    }

    .pg-check-grid i {
        color: #73f2cf;
        margin-right: 8px
    }

.pg-console {
    padding: 24px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
    background: rgba(255,255,255,.07);
    box-shadow: 0 32px 80px rgba(0,0,0,.35)
}

.pg-console-head, .pg-console-row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.pg-console-head {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-weight: 800
}

.pg-console-metrics {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
    margin: 20px 0
}

    .pg-console-metrics div {
        padding: 14px;
        border-radius: 14px;
        background: rgba(255,255,255,.06)
    }

    .pg-console-metrics small, .pg-console-metrics strong {
        display: block
    }

    .pg-console-metrics small {
        color: rgba(255,255,255,.48)
    }

    .pg-console-metrics strong {
        font-size: 1.05rem
    }

.pg-console-chart {
    height: 150px;
    display: flex;
    align-items: end;
    gap: 7px;
    padding: 18px 0
}

    .pg-console-chart span {
        flex: 1;
        border-radius: 6px 6px 2px 2px;
        background: linear-gradient(#73f2cf,#5d57f4)
    }

.pg-console-row {
    padding: 13px 0;
    border-top: 1px solid rgba(255,255,255,.08);
    font-size: .86rem
}

    .pg-console-row i {
        margin-right: 8px;
        color: #9c91ff
    }

.pg-step-list {
    display: grid;
    gap: 18px;
    margin-top: 28px
}

    .pg-step-list > div {
        display: flex;
        gap: 16px;
        align-items: center
    }

    .pg-step-list b {
        width: 44px;
        height: 44px;
        border-radius: 13px;
        display: grid;
        place-items: center;
        background: #efeeff;
        color: #5d57f4
    }

    .pg-step-list span {
        display: flex;
        flex-direction: column
    }

    .pg-step-list small {
        color: #667085
    }

.pg-code-card {
    border-radius: 22px;
    background: #0b1022;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(15,23,42,.25)
}

.pg-code-head {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.09)
}

    .pg-code-head i {
        font-size: .6rem;
        margin-right: 5px
    }

.pg-code-card pre {
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #d4dcf1;
    padding: 28px;
    min-height: 320px
}

.pg-code-result {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 0 20px 20px;
    padding: 15px;
    border-radius: 14px;
    background: rgba(38,190,121,.12);
    color: #73f2cf
}

    .pg-code-result span {
        display: flex;
        flex-direction: column
    }

    .pg-code-result small {
        color: rgba(255,255,255,.5)
    }

.pg-cta-panel {
    padding: 50px;
    border-radius: 28px;
    background: linear-gradient(135deg,#5d57f4,#272164);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

    .pg-cta-panel h2 {
        color: #fff;
        font-size: clamp(2rem,4vw,3.3rem)
    }

    .pg-cta-panel p {
        max-width: 760px;
        color: rgba(255,255,255,.72)
    }

.pg-contact-section {
    background: #fff
}

.pg-contact-list {
    display: grid;
    gap: 18px;
    margin-top: 30px
}

    .pg-contact-list > div {
        display: flex;
        align-items: center;
        gap: 15px
    }

    .pg-contact-list i {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        background: #efeeff;
        color: #5d57f4
    }

    .pg-contact-list span {
        display: flex;
        flex-direction: column
    }

    .pg-contact-list small {
        color: #667085
    }

.pg-contact-card {
    border-radius: 24px
}

.site-footer {
    padding-top: 76px;
    background: #090f24;
    color: rgba(255,255,255,.65)
}

/*.footer-logo img {
    filter: brightness(0) invert(1)
}*/

.footer-summary {
    max-width: 370px;
    margin-top: 22px
}

.footer-links h4 {
    color: #fff;
    font-size: .9rem
}

.footer-links ul {
    display: grid;
    gap: 10px
}

.footer-links a {
    color: rgba(255,255,255,.58)
}

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

.social-links {
    gap: 10px
}

    .social-links a {
        width: 38px;
        height: 38px;
        display: grid;
        place-items: center;
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,.12);
        color: #fff
    }

.footer-security, .copyright {
    margin-top: 50px;
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap
}

    .footer-security span {
        font-size: .8rem
    }

.copyright {
    margin-top: 0
}

    .copyright p {
        margin: 0
    }

    .copyright div {
        display: flex;
        gap: 16px
    }

    .copyright a {
        color: rgba(255,255,255,.55)
    }

.scroll-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #5d57f4;
    color: #fff;
    display: grid;
    place-items: center;
    opacity: 0;
    visibility: hidden
}

    .scroll-top.active {
        opacity: 1;
        visibility: visible
    }

.legal-hero {
    padding: 150px 0 90px;
    background: linear-gradient(145deg,#080d20,#181252);
    color: #fff
}

    .legal-hero h1 {
        color: #fff;
        font-size: clamp(2.6rem,5vw,4.7rem);
        margin: 16px 0
    }

    .legal-hero p {
        max-width: 800px;
        font-size: 1.1rem;
        color: rgba(255,255,255,.7)
    }

.legal-nav {
    top: 110px;
    padding: 22px;
    border: 1px solid #e3e8f1;
    border-radius: 18px;
    display: grid;
    gap: 8px
}

    .legal-nav strong {
        margin-bottom: 8px
    }

    .legal-nav a {
        padding: 9px 10px;
        border-radius: 10px;
        color: #475467;
        font-weight: 700
    }

        .legal-nav a:hover {
            background: #f1f0ff;
            color: #5d57f4
        }

.legal-content section {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e8edf4
}

.legal-content h2 {
    font-size: 1.55rem
}

.legal-content p, .legal-content li {
    color: #59677b;
    line-height: 1.85
}

.legal-content ul {
    list-style: disc;
    padding-left: 20px
}

.legal-content li {
    margin-bottom: 8px
}

@keyframes routeFlow {
    to {
        stroke-dashoffset: -240
    }
}

@keyframes nodePulse {
    50% {
        r: 27;
        opacity: .35
    }
}

@media(max-width:1199px) {
    .site-nav {
        position: fixed;
        top: 76px;
        left: 18px;
        right: 18px;
        padding: 18px;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 20px 60px rgba(15,23,42,.18);
        display: none
    }

        .site-nav.is-open {
            display: block
        }

        .site-nav ul {
            display: grid;
            gap: 5px
        }

        .site-nav a {
            display: block;
            padding: 10px
        }

    .pg-display {
        font-size: 4rem
    }
}

@media(max-width:767px) {
    .public-main {
        padding-top: 68px
    }

    .site-header {
        height: 68px
    }

    .site-logo img {
        height: 31px
    }

    .site-cta {
        padding: 9px 12px
    }

    .pg-hero {
        min-height: auto;
        padding: 60px 0
    }

    .pg-display {
        font-size: 2.75rem
    }

    .pg-network-label {
        display: none
    }

    .pg-world-map svg {
        min-height: 260px
    }

    .pg-section {
        padding: 76px 0
    }

    .pg-check-grid {
        grid-template-columns: 1fr
    }

    .pg-console-metrics {
        grid-template-columns: 1fr
    }

    .pg-cta-panel {
        padding: 30px;
        display: block
    }

        .pg-cta-panel .btn {
            margin-top: 15px
        }

    .footer-security, .copyright {
        display: grid
    }

    .legal-hero {
        padding: 110px 0 65px
    }
}
