:root {
    --primary: #5a5af6;
    --primary-hover: #4545e6;
    --primary-glow: rgba(90, 90, 246, 0.25);
    --bg-light: #f6f8fc;
    --surface-white: #ffffff;
    --surface-card: #f0f3fa;
    --text-main: #0f172a;
    --text-muted: #475569;
    --text-sub: #64748b;
    --border: #e2e8f0;
    --radius: 20px;
}

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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    background-color: var(--bg-light);
    color: var(--text-main);
    line-height: 1.7;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* Nav Shell - Homepage Exact Blueprint */
.vultr {
    background-color: var(--surface-white);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
}

.vultr-trace {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sigil {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sigil img {
    height: 38px;
    width: auto;
}

.sigil-talis {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--text-main);
    letter-spacing: -0.02em;
}

.vultr [role="navigation"] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
}

.vultr-glyph {
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.5rem 0.85rem;
    border-radius: 10px;
    transition: all 0.35s ease;
}

.vultr-glyph:hover,
.vultr-glyph.active {
    color: var(--primary);
    background-color: rgba(90, 90, 246, 0.08);
}

/* Layout Shells */
.enclave {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

main {
    display: block;
    width: 100%;
}

/* Hero Section (Acquire) - Vertical Stack Variant */
.primus {
    background: linear-gradient(180deg, #ffffff 0%, #f0f4ff 100%);
    border-bottom: 1px solid var(--border);
    padding: 4rem 0 5rem;
}

.prism {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.glint {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: rgba(90, 90, 246, 0.1);
    color: var(--primary);
    padding: 0.4rem 1.2rem;
    border-radius: 99px;
    font-size: 0.88rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(90, 90, 246, 0.2);
}

.glint svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.talis-enclave {
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 800;
    line-height: 1.25;
    color: var(--text-main);
    letter-spacing: -0.03em;
    margin-bottom: 1.25rem;
    white-space: normal;
}

.vesta {
    font-size: 1.125rem;
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 2.5rem;
}

/* Download Matrix Nexus */
.nexus {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
}

.vaulty {
    flex: 1 1 calc(50% - 0.75rem);
    min-width: 280px;
    background: var(--surface-white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.vaulty:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px -8px rgba(90, 90, 246, 0.15);
    border-color: rgba(90, 90, 246, 0.4);
}

.trace {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.notus {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary) 0%, #3b3be5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(90, 90, 246, 0.3);
}

.notus svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

.talis {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.3;
}

.coda {
    font-size: 0.82rem;
    color: var(--text-sub);
    font-weight: 500;
    margin-top: 0.25rem;
}

.crypt {
    margin: 1rem 0 1.75rem;
    padding-left: 0;
    list-style: none;
}

.echo {
    font-size: 0.92rem;
    color: var(--text-muted);
    padding: 0.4rem 0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.echo::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--primary);
    display: inline-block;
    flex-shrink: 0;
}

.pulsar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.9rem 1.6rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.35s ease;
    cursor: pointer;
    border: none;
    width: 100%;
}

.pulsar-primary {
    background-color: var(--primary);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(90, 90, 246, 0.25);
}

.pulsar-primary:hover {
    background-color: var(--primary-hover);
    box-shadow: 0 12px 26px rgba(90, 90, 246, 0.35);
}

.pulsar svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
}

.spire {
    margin-top: 3.5rem;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    border: 1px solid var(--border);
    background: #ffffff;
}

.spire img {
    width: 100%;
    height: auto;
    display: block;
}

/* Security Verification Section */
.haven {
    padding: 5rem 0;
    background-color: var(--surface-white);
    border-bottom: 1px solid var(--border);
}

.scopel {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 3.5rem;
}

.scopel h2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-main);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.cipher {
    background: #0b0f19;
    color: #e2e8f0;
    border-radius: var(--radius);
    padding: 2.5rem;
    margin-bottom: 3rem;
    box-shadow: 0 15px 35px rgba(11, 15, 25, 0.2);
    border: 1px solid #1e293b;
    position: relative;
    overflow: hidden;
}

.cipher-trace {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #1e293b;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.cipher-talis {
    font-family: monospace;
    font-size: 0.95rem;
    color: #a5b4fc;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cipher-code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.9rem;
    line-height: 1.8;
    color: #38bdf8;
    background-color: #030712;
    padding: 1.25rem;
    border-radius: 12px;
    overflow-x: auto;
    border: 1px solid #111827;
}

.cipher-code .pylon {
    color: #94a3b8;
}

.cipher-code .value {
    color: #4ade80;
}

.triple-nexus {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.vaulty-echo {
    flex: 1 1 calc(33.333% - 1rem);
    min-width: 260px;
    background: var(--bg-light);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 1.75rem;
    transition: all 0.35s ease;
}

.vaulty-echo:hover {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    border-color: rgba(90, 90, 246, 0.3);
}

.vaulty-echo h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 1rem 0 0.5rem;
    color: var(--text-main);
}

.vaulty-echo p {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* Steps Sync Section */
.sphere {
    padding: 5rem 0;
    background-color: var(--bg-light);
}

.wayfar {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
    position: relative;
}

.wayfar-step {
    flex: 1 1 calc(33.333% - 1.35rem);
    min-width: 270px;
    background: var(--surface-white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 2.25rem 1.75rem;
    position: relative;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.step-num {
    font-size: 2.5rem;
    font-weight: 900;
    color: rgba(90, 90, 246, 0.18);
    line-height: 1;
    margin-bottom: 1rem;
}

.wayfar-step h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 0.75rem;
}

.wayfar-step p {
    font-size: 0.93rem;
    color: var(--text-muted);
    line-height: 1.65;
}

/* FAQ Details Section */
.aura {
    padding: 4.5rem 0 5.5rem;
    background-color: var(--surface-white);
    border-top: 1px solid var(--border);
}

.faq-nexus {
    max-width: 840px;
    margin: 2.5rem auto 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.faq-echo {
    background: var(--bg-light);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.35s ease;
}

.faq-echo[open] {
    border-color: rgba(90, 90, 246, 0.4);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.faq-summary {
    padding: 1.25rem 1.75rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-main);
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-summary::-webkit-details-marker {
    display: none;
}

.faq-summary::after {
    content: "+";
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--primary);
    transition: transform 0.35s ease;
}

.faq-echo[open] .faq-summary::after {
    content: "−";
}

.faq-prism {
    padding: 0 1.75rem 1.5rem;
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.7;
}

/* Footer Section */
.stasis {
    background-color: #0b0f19;
    color: #94a3b8;
    padding: 4rem 0 2.5rem;
    border-top: 1px solid #1e293b;
}

.basil {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.basil-brand {
    flex: 1 1 300px;
}

.basil-talis {
    font-size: 1.35rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.basil-desc {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.65;
}

.basil-links {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.basil-col {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.basil-col h4 {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.basil-col a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.88rem;
    transition: color 0.35s ease;
}

.basil-col a:hover {
    color: var(--primary);
}

.stasis-orbit {
    border-top: 1px solid #1e293b;
    padding-top: 2rem;
    text-align: center;
    font-size: 0.85rem;
    color: #475569;
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
    .vaulty {
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
    .vultr-trace {
        flex-direction: column;
        gap: 1rem;
    }
    
    .vultr [role="navigation"] {
        justify-content: center;
        gap: 0.5rem;
    }
    
    .talis-enclave {
        font-size: 2.1rem;
    }
    
    .vaulty-echo,
    .wayfar-step {
        flex: 1 1 100%;
    }
    
    .cipher {
        padding: 1.5rem;
    }
}

.vultr-vultr {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    line-height: 1.7;
    word-break: break-word;
    color: var(--text-main);
}
.vultr-vultr,
.vultr-vultr *,
.vultr-vultr *::before,
.vultr-vultr *::after {
    box-sizing: border-box;
}

.vultr-vultr [role="navigation"],
.vultr-vultr div,
.vultr-vultr section,
.vultr-vultr article,
.vultr-vultr aside,
.vultr-vultr p,
.vultr-vultr h1,
.vultr-vultr h2,
.vultr-vultr h3,
.vultr-vultr h4,
.vultr-vultr h5,
.vultr-vultr h6,
.vultr-vultr a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.vultr-vultr p,
.vultr-vultr h1,
.vultr-vultr h2,
.vultr-vultr h3,
.vultr-vultr h4,
.vultr-vultr h5,
.vultr-vultr h6 {
    text-decoration: none;
}

.vultr-vultr img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.vultr-vultr {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.vultr-vultr a.vultr-vultr-glyph {
    --aisite-shell-nav-padding: 0.55rem 1.1rem;
    --aisite-shell-nav-margin: 0;
    --aisite-shell-nav-line-height: normal;
    --aisite-shell-nav-display: inline;
    --aisite-shell-nav-height: auto;
    --aisite-shell-nav-min-height: auto;
}

.vultr-vultr a.vultr-vultr-glyph,
.vultr-vultr a.vultr-vultr-glyph:hover,
.vultr-vultr a.vultr-vultr-glyph:focus,
.vultr-vultr a.vultr-vultr-glyph:active,
.vultr-vultr a.vultr-vultr-glyph.active,
.vultr-vultr a.vultr-vultr-glyph[aria-current="page"] {
    background: transparent;
    border: none;
    border-bottom: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    padding: var(--aisite-shell-nav-padding, 0);
    margin: var(--aisite-shell-nav-margin, 0);
    line-height: var(--aisite-shell-nav-line-height, normal);
    display: var(--aisite-shell-nav-display, inline);
    height: var(--aisite-shell-nav-height, auto);
    min-height: var(--aisite-shell-nav-min-height, auto);
}

.vultr-vultr{
            position: sticky;
            top: 0;
            z-index: 1000;
            background-color: rgba(255, 255, 255, 0.92);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid #e2e8f0;
        }

.vultr-vultr .vultr-vultr-trace{
            max-width: 1280px;
            margin: 0 auto;
            padding: 0.9rem 1.5rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }

.vultr-vultr .vultr-sigil{
            display: flex;
            align-items: center;
            gap: 0.75rem;
            text-decoration: none;
        }

.vultr-vultr .vultr-sigil img{
            height: 38px;
            width: auto;
            display: block;
        }

.vultr-vultr .vultr-sigil-talis{
            font-size: 1.25rem;
            font-weight: 700;
            color: #0b0f19;
            letter-spacing: -0.02em;
        }

.vultr-vultr .vultr-vultr-glyph{
            text-decoration: none;
            color: #475569;
            font-size: 0.95rem;
            font-weight: 500;
            padding: 0.55rem 1.1rem;
            border-radius: 12px;
            transition: all 0.35s ease;
            min-width: 0;
        }

.vultr-vultr .vultr-vultr-glyph:hover{
            color: #5a5af6;
            background-color: rgba(90, 90, 246, 0.06);
        }

.vultr-vultr .vultr-vultr-glyph.active{
            color: #5a5af6;
            background-color: rgba(90, 90, 246, 0.12);
            font-weight: 600;
        }

@media (max-width: 768px){.vultr-vultr .vultr-vultr-trace{
                flex-direction: column;
                gap: 1rem;
            }}

.vultr-vultr {
    background: rgb(255, 255, 255);
    background-image: none;
}

.stasis-stasis {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    line-height: 1.7;
    word-break: break-word;
    color: var(--text-main);
}
.stasis-stasis,
.stasis-stasis *,
.stasis-stasis *::before,
.stasis-stasis *::after {
    box-sizing: border-box;
}

.stasis-stasis [role="navigation"],
.stasis-stasis div,
.stasis-stasis section,
.stasis-stasis article,
.stasis-stasis aside,
.stasis-stasis p,
.stasis-stasis h1,
.stasis-stasis h2,
.stasis-stasis h3,
.stasis-stasis h4,
.stasis-stasis h5,
.stasis-stasis h6,
.stasis-stasis a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.stasis-stasis p,
.stasis-stasis h1,
.stasis-stasis h2,
.stasis-stasis h3,
.stasis-stasis h4,
.stasis-stasis h5,
.stasis-stasis h6 {
    text-decoration: none;
}

.stasis-stasis img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.stasis-stasis {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.stasis-stasis a,
.stasis-stasis a:hover,
.stasis-stasis a:focus,
.stasis-stasis a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.stasis-stasis .stasis-vesta-desc{
            font-size: 0.925rem;
            color: #64748b;
            line-height: 1.5;
        }

.stasis-stasis{
            background-color: #0b0f19;
            color: #94a3b8;
            border-top: 1px solid #1e293b;
            padding: 4rem 1.5rem 2.5rem 1.5rem;
        }

.stasis-stasis .stasis-stasis-orbit{
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 3rem;
            justify-content: space-between;
            margin-bottom: 3rem;
        }

.stasis-stasis .stasis-orbit-brand{
            flex: 1 1 320px;
            min-width: 0;
        }

.stasis-stasis .stasis-brand-name{
            font-size: 1.4rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 0.8rem;
        }

.stasis-stasis .stasis-orbit-vultr{
            display: flex;
            flex-wrap: wrap;
            gap: 2.5rem;
        }

.stasis-stasis .stasis-crypt-col{
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
            min-width: 140px;
        }

.stasis-stasis .stasis-talis-col{
            font-size: 0.95rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 0.5rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

.stasis-stasis .stasis-glyph-orbit{
            color: #94a3b8;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.35s ease;
        }

.stasis-stasis .stasis-glyph-orbit:hover{
            color: #ffffff;
        }

.stasis-stasis .stasis-coda-bottom{
            max-width: 1280px;
            margin: 0 auto;
            border-top: 1px solid #1e293b;
            padding-top: 2rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
            font-size: 0.875rem;
        }