:root {
    --midnight: #0A1128;
    --indigo: #161E3A;
    --obsidian: #0D0F14;
    --graphite: #1E222B;
    --cyan: #00E5FF;
    --blue: #286BFF;
    --violet: #7B5CFF;
    --silver: #C7CCD6;
    --light-silver: #E6E8EE;
    --white: #FFFFFF;
    --text: #273047;
    --muted: #667085;
    --surface: #F5F7FB;
    --border: rgba(10, 17, 40, 0.12);
    --gradient: linear-gradient(135deg, var(--cyan) 0%, var(--blue) 52%, var(--violet) 100%);
    --shadow: 0 24px 70px rgba(10, 17, 40, 0.12);
    --radius: 24px;
    --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background: var(--white);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: rgba(0, 229, 255, 0.28); color: var(--midnight); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.screen-reader-text {
    position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
    position: fixed; z-index: 9999; left: 16px; top: -100px; padding: 10px 16px;
    background: var(--midnight); color: var(--white); border-radius: 8px;
}
.skip-link:focus { top: 16px; }

h1, h2, h3, h4 { margin: 0 0 20px; color: var(--midnight); line-height: 1.12; letter-spacing: -0.035em; }
h1 { font-size: clamp(3rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.2rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 22px; }

.eyebrow {
    display: flex; align-items: center; gap: 12px; margin: 0 0 22px;
    color: var(--blue); font-family: "Orbitron", sans-serif; font-size: .74rem;
    font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow span { width: 36px; height: 2px; background: var(--gradient); border-radius: 999px; }

.button {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    min-height: 54px; padding: 14px 24px; border: 1px solid transparent; border-radius: 12px;
    background: var(--gradient); color: var(--white); font-weight: 700;
    box-shadow: 0 14px 34px rgba(40,107,255,.24); transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(40,107,255,.32); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .9rem; }
.button-outline { background: transparent; color: var(--midnight); border-color: rgba(10,17,40,.18); box-shadow: none; }
.button-outline:hover { border-color: var(--blue); color: var(--blue); box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--midnight); font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.site-header {
    position: fixed; z-index: 1000; inset: 0 0 auto; height: 86px;
    background: rgba(255,255,255,.8); border-bottom: 1px solid transparent;
    backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
    transition: height .25s ease, border-color .25s ease, box-shadow .25s ease;
}
/* Keep the fixed navigation below the WordPress toolbar while logged in. */
.admin-bar .site-header { top: 32px; }
.admin-bar .primary-navigation { --nabu-admin-offset: 32px; }
.site-header.scrolled { height: 72px; border-color: var(--border); box-shadow: 0 10px 30px rgba(10,17,40,.06); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.site-logo, .custom-logo-link { display: inline-flex; align-items: center; width: 250px; max-width: 42vw; }
.site-logo img, .custom-logo { width: 100%; max-height: 62px; object-fit: contain; object-position: left center; }
.primary-navigation { display: flex; align-items: center; gap: 28px; }
.primary-navigation .menu { display: flex; align-items: center; gap: 24px; list-style: none; margin: 0; padding: 0; }
.primary-navigation .menu a { position: relative; color: var(--midnight); font-size: .92rem; font-weight: 650; }
.primary-navigation .menu a::after {
    content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gradient); transition: right .2s ease;
}
.primary-navigation .menu a:hover::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; background: transparent; border: 1px solid var(--border); border-radius: 12px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--midnight); transition: transform .2s ease, opacity .2s ease; }

.hero {
    position: relative; min-height: 830px; display: flex; align-items: center; overflow: hidden;
    padding: 150px 0 90px; background: linear-gradient(180deg, #fbfdff 0%, #f5f8ff 100%);
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(180deg, transparent, rgba(255,255,255,.9)); pointer-events: none; }
.hero-grid {
    position: absolute; inset: 0; opacity: .35;
    background-image: linear-gradient(rgba(40,107,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(40,107,255,.08) 1px, transparent 1px);
    background-size: 58px 58px; mask-image: linear-gradient(to bottom, black 0%, transparent 80%);
}
.hero-orb { position: absolute; border-radius: 999px; filter: blur(70px); opacity: .28; }
.hero-orb-one { width: 380px; height: 380px; right: 10%; top: 16%; background: var(--cyan); }
.hero-orb-two { width: 420px; height: 420px; right: -8%; bottom: 2%; background: var(--violet); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.hero h1 { max-width: 780px; }
.hero h1::first-line { color: var(--midnight); }
.hero-lead { max-width: 680px; color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin: 34px 0 42px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 10px 24px; color: #76809a; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trust-line span:not(:last-child)::after { content: "◆"; margin-left: 24px; color: var(--cyan); font-size: .55rem; }
.hero-visual { min-height: 520px; display: grid; place-items: center; }
.visual-shell {
    position: relative; width: min(100%, 520px); aspect-ratio: 1; display: grid; place-items: center;
    border: 1px solid rgba(40,107,255,.18); border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.95) 0 35%, rgba(231,239,255,.82) 36% 56%, rgba(255,255,255,.2) 57% 100%);
    box-shadow: 0 40px 100px rgba(40,107,255,.16), inset 0 0 0 26px rgba(255,255,255,.45);
}
.visual-shell::before, .visual-shell::after { content: ""; position: absolute; border-radius: 50%; border: 1px dashed rgba(123,92,255,.32); }
.visual-shell::before { inset: 10%; animation: rotate 24s linear infinite; }
.visual-shell::after { inset: 22%; border-style: solid; border-color: rgba(0,229,255,.24); animation: rotate 16s linear infinite reverse; }
.visual-shell > img { position: relative; z-index: 2; width: 56%; filter: drop-shadow(0 22px 30px rgba(10,17,40,.22)); }
.radar-rings { position: absolute; inset: 4%; border-radius: 50%; background: conic-gradient(from 45deg, transparent 0 76%, rgba(0,229,255,.18) 82%, transparent 88%); animation: rotate 9s linear infinite; }
.data-chip {
    position: absolute; z-index: 4; min-width: 132px; padding: 12px 16px; border: 1px solid rgba(40,107,255,.14); border-radius: 14px;
    background: rgba(255,255,255,.86); box-shadow: 0 16px 34px rgba(10,17,40,.12); backdrop-filter: blur(12px);
}
.data-chip strong { display: block; color: var(--midnight); font-family: "Orbitron", sans-serif; font-size: 1rem; }
.data-chip span { color: var(--muted); font-size: .72rem; }
.chip-one { left: -3%; top: 23%; }
.chip-two { right: -2%; top: 32%; }
.chip-three { right: 8%; bottom: 8%; }
.scroll-cue { position: absolute; z-index: 4; left: 50%; bottom: 34px; width: 30px; height: 50px; border: 1px solid rgba(10,17,40,.25); border-radius: 99px; }
.scroll-cue span { position: absolute; left: 50%; top: 10px; width: 4px; height: 8px; margin-left: -2px; background: var(--blue); border-radius: 99px; animation: scrollCue 1.8s ease infinite; }

.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; }
.solutions { background: var(--white); }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.solution-card {
    position: relative; min-height: 315px; padding: 30px; border: 1px solid var(--border); border-radius: var(--radius);
    background: linear-gradient(145deg, #fff 0%, #fafbff 100%); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    transition-delay: var(--delay, 0ms);
}
.solution-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px; background: var(--gradient); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.solution-card:hover { transform: translateY(-8px); border-color: rgba(40,107,255,.25); box-shadow: var(--shadow); }
.solution-card:hover::before { transform: scaleX(1); }
.card-number { margin-bottom: 46px; color: var(--blue); font-family: "Orbitron", sans-serif; font-size: .78rem; letter-spacing: .14em; }
.solution-card h3 { font-size: 1.45rem; }
.solution-card p { color: var(--muted); font-size: .94rem; }
.solution-card a { position: absolute; left: 30px; bottom: 28px; display: inline-flex; gap: 8px; color: var(--midnight); font-weight: 700; font-size: .9rem; }
.solution-card a span { color: var(--blue); }

.about { background: var(--surface); }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.about-panel {
    position: relative; min-height: 560px; display: grid; place-items: center; border-radius: 34px; overflow: hidden;
    background: radial-gradient(circle at center, #162249 0, var(--midnight) 62%, #070c1d 100%); box-shadow: 0 34px 80px rgba(10,17,40,.22);
}
.about-panel::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(0,229,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(0,229,255,.15) 1px, transparent 1px); background-size: 38px 38px; }
.about-panel::after { content: ""; position: absolute; inset: 18%; border: 1px solid rgba(0,229,255,.24); border-radius: 50%; box-shadow: 0 0 80px rgba(0,229,255,.12); }
.about-panel img { position: relative; z-index: 2; width: 55%; filter: brightness(0) invert(1) drop-shadow(0 18px 26px rgba(0,229,255,.14)); }
.metric { position: absolute; z-index: 4; padding: 10px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(10,17,40,.72); color: var(--white); backdrop-filter: blur(10px); }
.metric strong { display: block; color: var(--cyan); font-family: "Orbitron", sans-serif; font-size: .75rem; }
.metric span { font-size: .72rem; }
.metric-one { left: 8%; top: 12%; }.metric-two { right: 7%; top: 24%; }.metric-three { left: 10%; bottom: 18%; }.metric-four { right: 10%; bottom: 10%; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.check-list { list-style: none; padding: 0; margin: 30px 0 34px; }
.check-list li { position: relative; padding: 12px 0 12px 34px; border-bottom: 1px solid rgba(10,17,40,.08); color: var(--text); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 800; }

.industries { position: relative; overflow: hidden; background: var(--midnight); color: var(--white); }
.industries::before { content: ""; position: absolute; width: 620px; height: 620px; right: -200px; top: -240px; border-radius: 50%; background: radial-gradient(circle, rgba(123,92,255,.3), transparent 68%); }
.industries h2, .industries h3 { color: var(--white); }
.section-heading-light .eyebrow { color: var(--cyan); }
.industry-track { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 60px; }
.industry-track span { padding: 12px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 99px; background: rgba(255,255,255,.04); color: #eef3ff; font-size: .9rem; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-grid article { min-height: 220px; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.04); }
.value-icon { display: block; width: 56px; height: 56px; margin-bottom: 18px; }
.value-grid strong { display: block; margin-bottom: 16px; color: var(--cyan); font-family: "Orbitron", sans-serif; font-size: .92rem; }
.value-grid p { margin: 0; color: #b9c2d7; font-size: .92rem; }

.process { background: var(--white); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; list-style: none; margin: 0; padding: 0; counter-reset: process; }
.process-list li { position: relative; display: flex; gap: 18px; padding: 26px 24px; border-top: 1px solid var(--border); }
.process-list li:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 30px; bottom: 30px; width: 1px; background: var(--border); }
.process-list > li > span { color: var(--blue); font-family: "Orbitron", sans-serif; font-size: .98rem; font-weight: 700; letter-spacing: .18em; }
.process-list h3 { margin-bottom: 12px; }
.process-list p { margin: 0; color: var(--muted); font-size: .9rem; }

.contact { background: linear-gradient(145deg, #f7f9ff 0%, #eef3ff 100%); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.contact-direct { display: grid; gap: 12px; margin-top: 36px; }
.contact-direct a { display: block; padding: 18px 20px; border: 1px solid var(--border); border-radius: 16px; background: rgba(255,255,255,.72); }
.contact-direct small { display: block; color: var(--muted); }
.contact-direct strong { color: var(--midnight); overflow-wrap: anywhere; }
.contact-card { padding: 36px; border: 1px solid rgba(40,107,255,.12); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.contact-form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: var(--midnight); font-size: .84rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea {
    width: 100%; padding: 13px 14px; border: 1px solid rgba(10,17,40,.15); border-radius: 10px; background: #fbfcff; color: var(--text); outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(40,107,255,.1); }
.contact-form .button { width: 100%; border: 0; }
.form-privacy { margin: 0; color: var(--muted); font-size: .75rem; text-align: center; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-notice { margin-bottom: 20px; padding: 13px 15px; border-radius: 10px; font-size: .9rem; }
.form-notice.success { background: #e9fbf0; color: #12653a; border: 1px solid #b8ebcb; }
.form-notice.error { background: #fff0f0; color: #8b1e28; border: 1px solid #f0c0c4; }

.site-footer { position: relative; overflow: hidden; padding: 80px 0 26px; background: #070c1d; color: #bac3d7; }
.footer-glow { position: absolute; width: 500px; height: 500px; left: 20%; top: -380px; border-radius: 50%; background: rgba(0,229,255,.18); filter: blur(90px); }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.5fr .65fr .85fr; gap: 70px; }
.footer-brand img { width: 280px; max-width: 100%; margin-bottom: 24px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 450px; }
.site-footer h2 { margin-bottom: 20px; color: var(--white); font-family: "Orbitron", sans-serif; font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 10px; }
.site-footer a:hover { color: var(--cyan); }
.social-links { display: flex; gap: 16px; margin-top: 18px; }
.footer-bottom { position: relative; display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { color: #71809f; letter-spacing: .13em; text-transform: uppercase; }

.content-area { min-height: 70vh; padding: 150px 0 100px; background: #f8faff; }
.content-shell { max-width: 900px; }
.page-header { margin-bottom: 44px; }
.page-header h1 { font-size: clamp(2.5rem, 5vw, 4.4rem); }
.prose { font-size: 1.06rem; }
.prose > article > *:not(.page-header):not(.featured-image) { max-width: 760px; }
.prose h2 { margin-top: 50px; font-size: 2.2rem; }
.prose h3 { margin-top: 35px; }
.prose a { color: var(--blue); text-decoration: underline; }
.featured-image { margin: 0 0 44px; overflow: hidden; border-radius: 24px; }
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.post-card { overflow: hidden; border: 1px solid var(--border); border-radius: 22px; background: var(--white); }
.post-card img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.post-card-body { padding: 26px; }
.post-meta { color: var(--blue); font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.error-page { text-align: center; }
.error-page .eyebrow { justify-content: center; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .14s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes scrollCue { 0% { transform: translateY(0); opacity: 0; } 35% { opacity: 1; } 100% { transform: translateY(19px); opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
    .primary-navigation { gap: 16px; }
    .primary-navigation .menu { gap: 16px; }
    .nav-cta { display: none; }
    .hero-content { gap: 30px; }
    .solution-grid { grid-template-columns: repeat(2, 1fr); }
    .about-grid { gap: 50px; }
    .value-grid { grid-template-columns: repeat(2, 1fr); }
    .process-list { grid-template-columns: repeat(2, 1fr); }
    .process-list li:nth-child(2)::after { display: none; }
}

@media (max-width: 820px) {
    .admin-bar .site-header { top: 46px; }
    .admin-bar .primary-navigation { --nabu-admin-offset: 46px; }
    .section { padding: 82px 0; }
    .site-header, .site-header.scrolled { height: 72px; }
    .site-logo, .custom-logo-link { width: 210px; max-width: 70vw; }
    .menu-toggle { display: block; }
    .primary-navigation {
        position: fixed; inset: calc(72px + var(--nabu-admin-offset, 0px)) 0 0; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start;
        padding: 34px 24px; background: rgba(255,255,255,.98); transform: translateX(100%); visibility: hidden;
        transition: transform .25s ease, visibility .25s ease;
    }
    .primary-navigation.is-open { transform: translateX(0); visibility: visible; }
    .primary-navigation .menu { flex-direction: column; align-items: stretch; gap: 0; }
    .primary-navigation .menu li { border-bottom: 1px solid var(--border); }
    .primary-navigation .menu a { display: block; padding: 16px 4px; font-size: 1.05rem; }
    .nav-cta { display: inline-flex; margin-top: 24px; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .hero { min-height: auto; padding: 125px 0 90px; }
    .hero-content { grid-template-columns: 1fr; }
    .hero-copy { text-align: left; }
    .hero-visual { min-height: 430px; order: -1; }
    .visual-shell { max-width: 390px; }
    .chip-one { left: 0; }.chip-two { right: 0; }.chip-three { right: 5%; }
    .scroll-cue { display: none; }
    .about-grid, .contact-grid { grid-template-columns: 1fr; }
    .about-grid { gap: 48px; }
    .about-panel { min-height: 470px; }
    .contact-copy { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
    body.admin-bar { padding-top: 0; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 68px 0; }
    h1 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
    h2 { font-size: clamp(2rem, 10vw, 3rem); }
    .hero { padding-top: 108px; }
    .hero-visual { min-height: 340px; }
    .visual-shell { max-width: 310px; }
    .data-chip { min-width: 105px; padding: 9px 11px; }
    .data-chip span { font-size: .62rem; }
    .chip-one { top: 15%; }.chip-two { top: 28%; }.chip-three { bottom: 2%; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .text-link { justify-content: center; }
    .trust-line { gap: 8px 13px; }
    .trust-line span:not(:last-child)::after { margin-left: 13px; }
    .solution-grid, .value-grid, .process-list, .form-row, .post-grid { grid-template-columns: 1fr; }
    .solution-card { min-height: 420px; }
    .about-panel { min-height: 390px; }
    .process-list li::after { display: none; }
    .contact-card { padding: 24px 18px; }
    .footer-grid { grid-template-columns: 1fr; gap: 36px; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
}


/* v1.2.0 visual enhancements */
.solution-card {
    min-height: 470px;
    padding: 24px 28px 30px;
}
.solution-media {
    margin: -8px -12px 18px;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(145deg, #0a1128 0%, #141f46 100%);
}
.solution-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
.card-number {
    margin-bottom: 18px;
}
.solution-card a {
    left: 28px;
    bottom: 26px;
}
.value-icon {
    display: block;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
}
.process-list > li > span {
    font-size: .98rem;
    font-weight: 700;
    letter-spacing: .18em;
}
@media (max-width: 560px) {
    .solution-card {
        min-height: 420px;
    }
}


/* v1.3.0 photo cards and circular bullets */
.solution-media {
    margin: -8px -12px 18px;
    border-radius: 22px;
    overflow: hidden;
    background: #e9eef9;
}
.solution-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
.process-list > li {
    align-items: flex-start;
}
.process-list > li > span.process-bullet {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-top: 7px;
    border-radius: 50%;
    border: 2px solid var(--blue);
    background: rgba(40,107,255,.08);
    position: relative;
}
.process-list > li > span.process-bullet::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: var(--blue);
}


/* v1.4.0 full-photo solution cards */
.solution-grid {
    gap: 24px;
}
.solution-card {
    min-height: 520px;
    padding: 0;
    border-radius: 28px;
    overflow: hidden;
    background: #0a1128;
    border: 1px solid rgba(15, 34, 79, 0.14);
    display: flex;
    align-items: stretch;
}
.solution-card::before {
    display: none;
}
.solution-card:hover {
    transform: translateY(-8px);
}
.solution-media {
    margin: 0;
    border-radius: 0;
    position: absolute;
    inset: 0;
    background: #0a1128;
}
.solution-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 10, 24, 0.10) 0%, rgba(6, 10, 24, 0.28) 34%, rgba(6, 10, 24, 0.82) 68%, rgba(6, 10, 24, 0.96) 100%),
        linear-gradient(135deg, rgba(0, 229, 255, 0.08) 0%, rgba(123, 92, 255, 0.10) 100%);
    pointer-events: none;
}
.solution-media img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
}
.solution-overlay {
    position: relative;
    z-index: 2;
    margin-top: auto;
    width: 100%;
    padding: 30px 28px 28px;
    color: #ffffff;
}
.solution-card h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 1.9rem;
    line-height: 1.08;
}
.solution-card p {
    margin: 0 0 18px;
    color: rgba(255,255,255,0.88);
    font-size: 1rem;
    line-height: 1.65;
}
.solution-card a {
    position: static;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-weight: 700;
    font-size: .96rem;
}
.solution-card a span {
    color: var(--cyan);
}
.card-number {
    display: none;
}
@media (max-width: 980px) {
    .solution-card {
        min-height: 480px;
    }
    .solution-card h3 {
        font-size: 1.7rem;
    }
}
@media (max-width: 560px) {
    .solution-card {
        min-height: 430px;
    }
    .solution-overlay {
        padding: 24px 22px 22px;
    }
    .solution-card h3 {
        font-size: 1.5rem;
    }
    .solution-card p {
        font-size: .96rem;
        line-height: 1.55;
    }
}


/* v1.5.0 unified value framework */
.value-framework {
    margin-top: 34px;
}
.framework-shell {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.05fr 1fr;
    grid-template-rows: auto auto;
    gap: 28px;
    align-items: stretch;
}
.framework-connectors {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}
.connector {
    position: absolute;
    width: calc(50% - 170px);
    height: 2px;
    background: linear-gradient(90deg, rgba(0,229,255,.55), rgba(123,92,255,.55));
    top: 50%;
    transform-origin: center;
    opacity: .8;
}
.connector::after {
    content: "";
    position: absolute;
    right: -6px;
    top: -5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cyan), var(--violet));
    box-shadow: 0 0 0 4px rgba(255,255,255,.04);
}
.connector-top-left { left: 18%; top: 28%; transform: rotate(18deg); }
.connector-top-right { right: 18%; top: 28%; transform: rotate(-18deg); }
.connector-bottom-left { left: 18%; top: 72%; transform: rotate(-18deg); }
.connector-bottom-right { right: 18%; top: 72%; transform: rotate(18deg); }
.framework-node,
.framework-core {
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.03) 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}
.framework-node {
    min-height: 230px;
    padding: 26px 28px;
}
.framework-core {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 36px 34px;
    background:
        radial-gradient(circle at center, rgba(0,229,255,.14) 0%, rgba(123,92,255,.10) 34%, rgba(255,255,255,.02) 72%),
        linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.03) 100%);
}
.core-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    color: var(--cyan);
    font-family: "Orbitron", sans-serif;
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.core-label::before,
.core-label::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cyan), var(--violet));
}
.framework-core h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.08;
}
.framework-core p {
    max-width: 340px;
    margin: 0;
    color: #c5cbe0;
    font-size: 1rem;
    line-height: 1.7;
}
.framework-node strong {
    display: block;
    margin-bottom: 14px;
    color: var(--cyan);
    font-family: "Orbitron", sans-serif;
    font-size: .94rem;
}
.framework-node p {
    margin: 0;
    color: #c5cbe0;
    font-size: .95rem;
    line-height: 1.7;
}
.framework-node .value-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
}
.node-vision { grid-column: 1; grid-row: 1; }
.node-scale { grid-column: 3; grid-row: 1; }
.node-continuity { grid-column: 1; grid-row: 2; }
.node-partnership { grid-column: 3; grid-row: 2; }

@media (max-width: 1024px) {
    .framework-shell {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
    }
    .framework-core {
        grid-column: 1 / -1;
        grid-row: 1;
        min-height: 0;
    }
    .node-vision { grid-column: 1; grid-row: 2; }
    .node-scale { grid-column: 2; grid-row: 2; }
    .node-continuity { grid-column: 1; grid-row: 3; }
    .node-partnership { grid-column: 2; grid-row: 3; }
    .framework-connectors { display: none; }
}
@media (max-width: 640px) {
    .framework-shell {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 18px;
    }
    .framework-core,
    .node-vision,
    .node-scale,
    .node-continuity,
    .node-partnership {
        grid-column: auto;
        grid-row: auto;
    }
    .framework-core {
        padding: 28px 22px;
    }
    .framework-core h3 {
        font-size: 1.6rem;
    }
    .framework-node {
        min-height: 0;
        padding: 24px 22px;
    }
}


/* v1.5.0 dynamic unified value graph */
.value-graph {
    margin-top: 36px;
}
.value-graph-shell {
    position: relative;
    min-height: 720px;
    border-radius: 34px;
    overflow: hidden;
    padding: 30px;
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 229, 255, 0.10) 0%, rgba(0, 229, 255, 0.04) 18%, rgba(2, 10, 48, 0) 42%),
        radial-gradient(circle at 50% 50%, rgba(123, 92, 255, 0.10) 0%, rgba(123, 92, 255, 0.04) 16%, rgba(2, 10, 48, 0) 42%),
        linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    border: 1px solid rgba(255,255,255,.08);
}
.value-graph-shell::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,.04);
    pointer-events: none;
}
.value-graph-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.value-graph-lines path {
    fill: none;
    stroke: url(#nabuLineGradient);
    stroke-width: 2.5;
    stroke-linecap: round;
    opacity: .9;
    stroke-dasharray: 10 8;
    animation: dashFlow 18s linear infinite;
}
.value-graph-core {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 320px;
    min-height: 320px;
    border-radius: 50%;
    padding: 44px 38px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle at 50% 30%, rgba(20,30,80,.98) 0%, rgba(10,17,40,.98) 68%, rgba(7,12,30,.98) 100%);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 24px 60px rgba(1, 6, 26, 0.38);
}
.value-graph-core span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--cyan);
    font-family: "Orbitron", sans-serif;
    font-size: .82rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.value-graph-core strong {
    display: block;
    color: #fff;
    font-size: 2rem;
    line-height: 1.05;
    margin-bottom: 12px;
}
.value-graph-core p {
    margin: 0;
    color: #c8d1e6;
    font-size: .96rem;
    line-height: 1.65;
    max-width: 230px;
}
.core-rings,
.core-rings::before,
.core-rings::after {
    position: absolute;
    inset: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
    content: "";
}
.core-rings {
    width: calc(100% + 34px);
    height: calc(100% + 34px);
    border: 1px solid rgba(0,229,255,.16);
    animation: pulseRing 5s ease-in-out infinite;
}
.core-rings::before {
    width: calc(100% + 76px);
    height: calc(100% + 76px);
    border: 1px solid rgba(123,92,255,.12);
    animation: pulseRing 5s ease-in-out 1.2s infinite;
}
.core-rings::after {
    width: calc(100% + 120px);
    height: calc(100% + 120px);
    border: 1px solid rgba(0,229,255,.08);
    animation: pulseRing 5s ease-in-out 2.1s infinite;
}
.graph-node {
    position: absolute;
    z-index: 2;
    width: 290px;
    min-height: 214px;
    padding: 24px 24px 22px;
    border-radius: 24px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 16px 35px rgba(0,0,0,.16);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    animation: floatNode 6s ease-in-out infinite;
}
.graph-node:hover {
    transform: translateY(-8px) scale(1.01);
    border-color: rgba(0,229,255,.32);
    box-shadow: 0 22px 42px rgba(0,0,0,.22);
}
.graph-node strong {
    display: block;
    margin: 8px 0 12px;
    color: var(--cyan);
    font-family: "Orbitron", sans-serif;
    font-size: .94rem;
}
.graph-node p {
    margin: 0;
    color: #d2daed;
    font-size: .95rem;
    line-height: 1.65;
}
.graph-node .value-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 8px;
}
.node-vision { top: 56px; left: 44px; }
.node-scale { top: 56px; right: 44px; animation-delay: .8s; }
.node-continuity { bottom: 56px; left: 44px; animation-delay: 1.6s; }
.node-partnership { bottom: 56px; right: 44px; animation-delay: 2.4s; }
@keyframes dashFlow {
    from { stroke-dashoffset: 0; }
    to { stroke-dashoffset: -180; }
}
@keyframes pulseRing {
    0%, 100% { opacity: .35; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: .9; transform: translate(-50%, -50%) scale(1.02); }
}
@keyframes floatNode {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
@media (max-width: 1180px) {
    .value-graph-shell { min-height: 860px; }
    .value-graph-core { width: 290px; min-height: 290px; }
    .graph-node { width: 260px; }
    .node-vision, .node-continuity { left: 24px; }
    .node-scale, .node-partnership { right: 24px; }
}
@media (max-width: 980px) {
    .value-graph-shell {
        min-height: auto;
        padding: 24px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .value-graph-lines { display: none; }
    .value-graph-core {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        min-height: auto;
        border-radius: 28px;
        margin-bottom: 0;
        padding: 28px 24px;
        grid-column: 1 / -1;
    }
    .core-rings,
    .core-rings::before,
    .core-rings::after { display: none; }
    .graph-node {
        position: relative;
        top: auto; right: auto; bottom: auto; left: auto;
        width: 100%;
        min-height: 0;
        margin-bottom: 0;
        animation: none;
    }
}
@media (max-width: 640px) {
    .value-graph-shell {
        grid-template-columns: 1fr;
        padding: 18px;
        border-radius: 24px;
    }
    .value-graph-core {
        padding: 24px 20px;
    }
    .value-graph-core strong {
        font-size: 1.7rem;
    }
    .graph-node {
        padding: 22px 20px 20px;
        border-radius: 20px;
    }
}


/* v1.6.0 circular dynamic value graph */
.circular-value-graph {
    margin-top: 38px;
}
.circular-graph-shell {
    position: relative;
    width: min(100%, 1120px);
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    min-height: 980px;
    border-radius: 36px;
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(0,229,255,.10) 0%, rgba(0,229,255,.03) 18%, rgba(0,0,0,0) 40%),
        radial-gradient(circle at center, rgba(123,92,255,.08) 0%, rgba(123,92,255,.03) 20%, rgba(0,0,0,0) 42%),
        linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
    border: 1px solid rgba(255,255,255,.08);
}
.circular-graph-shell::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.04);
    pointer-events: none;
}
.circular-graph-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.orbit {
    fill: none;
    stroke: url(#orbitGradient);
    opacity: .35;
}
.orbit-outer {
    stroke-width: 2;
    stroke-dasharray: 12 18;
    animation: rotateOrbit 45s linear infinite;
    transform-origin: 50% 50%;
}
.orbit-middle {
    stroke-width: 1.8;
    stroke-dasharray: 9 12;
    animation: rotateOrbitReverse 34s linear infinite;
    transform-origin: 50% 50%;
}
.orbit-inner {
    stroke-width: 1.5;
    stroke-dasharray: 5 10;
    animation: rotateOrbit 22s linear infinite;
    transform-origin: 50% 50%;
    opacity: .28;
}
.tech-link,
.signal-arc {
    fill: none;
    stroke: url(#orbitGradient);
    stroke-linecap: round;
    opacity: .72;
}
.tech-link {
    stroke-width: 2.6;
    stroke-dasharray: 12 10;
    animation: dataFlow 12s linear infinite;
}
.signal-arc {
    stroke-width: 2.2;
    stroke-dasharray: 16 14;
    animation: dataFlowReverse 16s linear infinite;
    opacity: .48;
}
.tech-node {
    fill: #00E5FF;
    opacity: .95;
    filter: drop-shadow(0 0 10px rgba(0,229,255,.6));
}
.data-pulse {
    fill: #7B5CFF;
    opacity: .95;
    filter: drop-shadow(0 0 12px rgba(123,92,255,.8));
}
.pulse-1 { animation: pulseLineTop 4.4s ease-in-out infinite; }
.pulse-2 { animation: pulseLineRight 4.4s ease-in-out .8s infinite; }
.pulse-3 { animation: pulseLineBottom 4.4s ease-in-out 1.6s infinite; }
.pulse-4 { animation: pulseLineLeft 4.4s ease-in-out 2.4s infinite; }
.circular-core {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    height: 340px;
    border-radius: 50%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 44px;
    background: radial-gradient(circle at 50% 32%, rgba(19,29,74,.98) 0%, rgba(10,17,40,.98) 68%, rgba(7,12,30,.98) 100%);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 24px 60px rgba(0,0,0,.30);
}
.circular-core span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--cyan);
    font-family: "Orbitron", sans-serif;
    font-size: .80rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.circular-core strong {
    display: block;
    color: #fff;
    font-size: 2rem;
    line-height: 1.05;
    margin-bottom: 12px;
}
.circular-core p {
    margin: 0;
    color: #c5cde4;
    font-size: .96rem;
    line-height: 1.6;
    max-width: 240px;
}
.core-radar,
.core-radar::before,
.core-radar::after {
    content: "";
    position: absolute;
    inset: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
}
.core-radar {
    width: calc(100% + 36px);
    height: calc(100% + 36px);
    border: 1px solid rgba(0,229,255,.16);
    animation: corePulse 4.8s ease-in-out infinite;
}
.core-radar::before {
    width: calc(100% + 86px);
    height: calc(100% + 86px);
    border: 1px solid rgba(123,92,255,.10);
    animation: corePulse 4.8s ease-in-out 1.1s infinite;
}
.core-radar::after {
    width: calc(100% + 136px);
    height: calc(100% + 136px);
    border: 1px solid rgba(0,229,255,.07);
    animation: corePulse 4.8s ease-in-out 2.2s infinite;
}
.circular-node {
    position: absolute;
    z-index: 2;
    width: 240px;
    min-height: 240px;
    border-radius: 50%;
    padding: 32px 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: radial-gradient(circle at 50% 20%, rgba(255,255,255,.07) 0%, rgba(255,255,255,.03) 100%);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 16px 34px rgba(0,0,0,.18);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.circular-node:hover {
    transform: scale(1.04);
    border-color: rgba(0,229,255,.32);
    box-shadow: 0 22px 42px rgba(0,0,0,.22);
}
.circular-node .value-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
}
.circular-node strong {
    display: block;
    margin-bottom: 12px;
    color: var(--cyan);
    font-family: "Orbitron", sans-serif;
    font-size: .92rem;
}
.circular-node p {
    margin: 0;
    color: #d0d7ea;
    font-size: .90rem;
    line-height: 1.55;
}
.graph-node-top { left: 50%; top: 46px; transform: translateX(-50%); }
.graph-node-right { right: 46px; top: 50%; transform: translateY(-50%); }
.graph-node-bottom { left: 50%; bottom: 46px; transform: translateX(-50%); }
.graph-node-left { left: 46px; top: 50%; transform: translateY(-50%); }

@keyframes rotateOrbit {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes rotateOrbitReverse {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}
@keyframes dataFlow {
    from { stroke-dashoffset: 0; }
    to { stroke-dashoffset: -140; }
}
@keyframes dataFlowReverse {
    from { stroke-dashoffset: 0; }
    to { stroke-dashoffset: 140; }
}
@keyframes corePulse {
    0%,100% { opacity: .35; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: .9; transform: translate(-50%, -50%) scale(1.02); }
}
@keyframes pulseLineTop {
    0%, 100% { cx: 500; cy: 340; opacity: .35; }
    50% { cx: 500; cy: 220; opacity: 1; }
}
@keyframes pulseLineRight {
    0%, 100% { cx: 660; cy: 500; opacity: .35; }
    50% { cx: 780; cy: 500; opacity: 1; }
}
@keyframes pulseLineBottom {
    0%, 100% { cx: 500; cy: 660; opacity: .35; }
    50% { cx: 500; cy: 780; opacity: 1; }
}
@keyframes pulseLineLeft {
    0%, 100% { cx: 340; cy: 500; opacity: .35; }
    50% { cx: 220; cy: 500; opacity: 1; }
}

@media (max-width: 1180px) {
    .circular-graph-shell {
        min-height: 900px;
    }
    .circular-core {
        width: 310px;
        height: 310px;
        padding: 38px;
    }
    .circular-node {
        width: 220px;
        min-height: 220px;
        padding: 28px 22px;
    }
}

@media (max-width: 900px) {
    .circular-graph-shell {
        aspect-ratio: auto;
        min-height: 980px;
        padding: 20px;
    }
    .circular-core {
        width: 270px;
        height: 270px;
    }
    .circular-core strong {
        font-size: 1.7rem;
    }
    .circular-node {
        width: 180px;
        min-height: 180px;
        padding: 22px 18px;
    }
    .circular-node strong {
        font-size: .82rem;
    }
    .circular-node p {
        font-size: .82rem;
        line-height: 1.45;
    }
    .graph-node-top { top: 30px; }
    .graph-node-right { right: 24px; }
    .graph-node-bottom { bottom: 30px; }
    .graph-node-left { left: 24px; }
}

@media (max-width: 640px) {
    .circular-graph-shell {
        min-height: 860px;
        aspect-ratio: auto;
        padding: 16px;
        border-radius: 24px;
    }
    .circular-graph-svg {
        inset: 50% auto auto 50%;
        width: min(92vw, 520px);
        height: min(92vw, 520px);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
    .circular-core {
        width: 220px;
        height: 220px;
        padding: 24px;
    }
    .circular-core span {
        font-size: .66rem;
    }
    .circular-core strong {
        font-size: 1.35rem;
    }
    .circular-core p {
        font-size: .79rem;
        line-height: 1.42;
        max-width: 160px;
    }
    .core-radar,
    .core-radar::before,
    .core-radar::after {
        display: none;
    }
    .circular-node {
        width: 132px;
        min-height: 132px;
        padding: 14px 12px;
    }
    .circular-node .value-icon {
        width: 34px;
        height: 34px;
        margin-bottom: 6px;
    }
    .circular-node strong {
        font-size: .66rem;
        margin-bottom: 6px;
    }
    .circular-node p {
        font-size: .66rem;
        line-height: 1.28;
    }
    .graph-node-top { top: 22px; }
    .graph-node-right { right: 10px; }
    .graph-node-bottom { bottom: 22px; }
    .graph-node-left { left: 10px; }
}


/* v1.6.1 mobile fix for circular graph */
@media (max-width: 768px) {
    .circular-graph-shell {
        aspect-ratio: auto;
        min-height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        padding: 18px;
        border-radius: 24px;
        overflow: hidden;
    }
    .circular-graph-svg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: .35;
        transform: none;
        pointer-events: none;
    }
    .orbit-outer,
    .orbit-middle,
    .orbit-inner,
    .signal-arc {
        opacity: .18;
    }
    .tech-link {
        opacity: .12;
    }
    .circular-core {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        height: auto;
        min-height: 0;
        border-radius: 26px;
        padding: 24px 20px;
        grid-column: 1 / -1;
        margin: 0 auto 6px;
        z-index: 2;
    }
    .circular-core span {
        font-size: .68rem;
    }
    .circular-core strong {
        font-size: 1.55rem;
        margin-bottom: 10px;
    }
    .circular-core p {
        max-width: 100%;
        font-size: .88rem;
        line-height: 1.5;
    }
    .core-radar,
    .core-radar::before,
    .core-radar::after {
        display: none;
    }
    .circular-node {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none !important;
        width: 100%;
        min-height: 0;
        padding: 18px 14px;
        border-radius: 24px;
        background: radial-gradient(circle at 50% 20%, rgba(255,255,255,.07) 0%, rgba(255,255,255,.03) 100%);
        z-index: 2;
        box-shadow: 0 14px 28px rgba(0,0,0,.16);
    }
    .circular-node:hover {
        transform: none !important;
    }
    .circular-node .value-icon {
        width: 34px;
        height: 34px;
        margin-bottom: 6px;
    }
    .circular-node strong {
        font-size: .72rem;
        margin-bottom: 8px;
    }
    .circular-node p {
        font-size: .74rem;
        line-height: 1.35;
    }
}
@media (max-width: 520px) {
    .circular-graph-shell {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 14px;
    }
    .circular-graph-svg {
        opacity: .22;
    }
    .circular-core {
        padding: 22px 18px;
        border-radius: 22px;
    }
    .circular-core strong {
        font-size: 1.42rem;
    }
    .circular-core p {
        font-size: .84rem;
    }
    .circular-node {
        padding: 16px 14px;
        border-radius: 20px;
    }
    .circular-node strong {
        font-size: .78rem;
    }
    .circular-node p {
        font-size: .80rem;
        line-height: 1.42;
    }
}


/* v1.7.0 orbiting planet interaction */
.orbit-system {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 760px;
    height: 760px;
    transform: translate(-50%, -50%);
    z-index: 2;
    animation: orbitSystemRotate 40s linear infinite;
}
.orbit-ring {
    position: absolute;
    inset: 50% auto auto 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.orbit-ring-tech {
    width: 760px;
    height: 760px;
    border: 1.8px dashed rgba(0,229,255,.22);
    box-shadow: inset 0 0 20px rgba(0,229,255,.04);
}
.orbit-ring-soft {
    width: 680px;
    height: 680px;
    border: 1.2px solid rgba(123,92,255,.14);
}
.orbit-slot {
    position: absolute;
    animation: orbitNodeCounter 40s linear infinite;
}
.orbit-slot-top { left: 50%; top: 0; transform: translate(-50%, -50%); }
.orbit-slot-right { right: 0; top: 50%; transform: translate(50%, -50%); }
.orbit-slot-bottom { left: 50%; bottom: 0; transform: translate(-50%, 50%); }
.orbit-slot-left { left: 0; top: 50%; transform: translate(-50%, -50%); }
.orbiting-node {
    box-shadow: 0 16px 34px rgba(0,0,0,.18), 0 0 0 1px rgba(255,255,255,.03);
}
.circular-core {
    box-shadow: 0 26px 70px rgba(0,0,0,.34), inset 0 0 40px rgba(0,229,255,.04);
}
@keyframes orbitSystemRotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes orbitNodeCounter {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}
/* keep node placement translation while counter-rotating */
.orbit-slot-top { animation-name: orbitNodeCounterTop; }
.orbit-slot-right { animation-name: orbitNodeCounterRight; }
.orbit-slot-bottom { animation-name: orbitNodeCounterBottom; }
.orbit-slot-left { animation-name: orbitNodeCounterLeft; }
@keyframes orbitNodeCounterTop {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(-360deg); }
}
@keyframes orbitNodeCounterRight {
    from { transform: translate(50%, -50%) rotate(0deg); }
    to { transform: translate(50%, -50%) rotate(-360deg); }
}
@keyframes orbitNodeCounterBottom {
    from { transform: translate(-50%, 50%) rotate(0deg); }
    to { transform: translate(-50%, 50%) rotate(-360deg); }
}
@keyframes orbitNodeCounterLeft {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@media (max-width: 1180px) {
    .orbit-system {
        width: 690px;
        height: 690px;
    }
    .orbit-ring-tech { width: 690px; height: 690px; }
    .orbit-ring-soft { width: 616px; height: 616px; }
}

@media (max-width: 900px) {
    .orbit-system {
        width: 620px;
        height: 620px;
    }
    .orbit-ring-tech { width: 620px; height: 620px; }
    .orbit-ring-soft { width: 550px; height: 550px; }
}

/* mobile: keep readable, disable orbital motion */
@media (max-width: 768px) {
    .orbit-system {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        transform: none;
        animation: none;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        z-index: 2;
    }
    .orbit-ring { display: none; }
    .orbit-slot {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none !important;
        animation: none !important;
    }
    .circular-core {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        height: auto;
        min-height: 0;
        border-radius: 26px;
        margin: 0 auto 16px;
        z-index: 2;
    }
}
@media (max-width: 520px) {
    .orbit-system {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}


/* v1.8.0 3D sphere value graph */
.sphere-value-graph {
    margin-top: 38px;
}
.sphere-graph-shell {
    position: relative;
    min-height: 760px;
    border-radius: 36px;
    overflow: hidden;
    padding: 42px;
    background:
        radial-gradient(circle at 50% 40%, rgba(0, 229, 255, 0.08) 0%, rgba(0, 229, 255, 0.03) 22%, rgba(0,0,0,0) 44%),
        radial-gradient(circle at 50% 55%, rgba(123, 92, 255, 0.08) 0%, rgba(123, 92, 255, 0.03) 22%, rgba(0,0,0,0) 46%),
        linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
    border: 1px solid rgba(255,255,255,.08);
}
.sphere-graph-shell::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,.04);
    pointer-events: none;
}
.sphere-tech-lines {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.tech-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(0,229,255,.18);
}
.ring-one { width: 520px; height: 520px; animation: spinSlow 26s linear infinite; }
.ring-two { width: 620px; height: 620px; border-style: dashed; border-color: rgba(123,92,255,.18); animation: spinReverse 34s linear infinite; }
.ring-three { width: 730px; height: 730px; border-color: rgba(255,255,255,.07); border-style: dashed; animation: spinSlow 48s linear infinite; }
.tech-line {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 280px;
    height: 2px;
    transform-origin: 0 0;
    background: linear-gradient(90deg, rgba(0,229,255,.0), rgba(0,229,255,.7), rgba(123,92,255,.8));
    opacity: .5;
}
.line-a { transform: translate(-50%, -50%) rotate(22deg); }
.line-b { transform: translate(-50%, -50%) rotate(112deg); }
.line-c { transform: translate(-50%, -50%) rotate(202deg); }
.line-d { transform: translate(-50%, -50%) rotate(292deg); }
.data-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #cfffff 0%, #00E5FF 55%, #7B5CFF 100%);
    filter: drop-shadow(0 0 10px rgba(0,229,255,.75));
}
.dot-a { animation: orbitDotA 11s linear infinite; }
.dot-b { animation: orbitDotB 15s linear infinite; }
.dot-c { animation: orbitDotC 13s linear infinite; }
.dot-d { animation: orbitDotD 18s linear infinite; }
.sphere-stage {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 470px;
}
.value-sphere {
    position: relative;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    perspective: 1200px;
}
.sphere-glow {
    position: absolute;
    inset: -22px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,229,255,.18) 0%, rgba(123,92,255,.10) 38%, rgba(0,0,0,0) 72%);
    filter: blur(16px);
    animation: sphereGlow 6s ease-in-out infinite;
}
.sphere-surface {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 26%, rgba(255,255,255,.35) 0%, rgba(255,255,255,.06) 18%, rgba(255,255,255,0) 28%),
        radial-gradient(circle at 50% 60%, rgba(9,17,38,.0) 0%, rgba(9,17,38,.22) 46%, rgba(4,8,20,.72) 100%),
        linear-gradient(145deg, #203f8f 0%, #0d1838 42%, #0a1128 58%, #3a2d8d 100%);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: inset -24px -36px 56px rgba(0,0,0,.34), inset 18px 24px 42px rgba(255,255,255,.05), 0 30px 80px rgba(0,0,0,.34);
    transform-style: preserve-3d;
    animation: sphereFloat 8s ease-in-out infinite;
}
.sphere-meridian,
.sphere-latitude {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(0,229,255,.24);
    border-radius: 50%;
    transform-style: preserve-3d;
    pointer-events: none;
}
.sphere-meridian-one {
    width: 62%;
    height: 96%;
    transform: translate(-50%, -50%) rotateY(68deg);
    animation: meridianSpin 10s linear infinite;
}
.sphere-meridian-two {
    width: 62%;
    height: 96%;
    border-color: rgba(123,92,255,.22);
    transform: translate(-50%, -50%) rotateY(-68deg);
    animation: meridianSpinReverse 12s linear infinite;
}
.sphere-latitude-one {
    width: 92%;
    height: 34%;
    transform: translate(-50%, -50%) rotateX(72deg);
    animation: latitudePulse 7s ease-in-out infinite;
}
.sphere-latitude-two {
    width: 92%;
    height: 58%;
    border-color: rgba(123,92,255,.18);
    transform: translate(-50%, -50%) rotateX(72deg);
    animation: latitudePulse 9s ease-in-out infinite;
}
.sphere-core-copy {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 76%;
    z-index: 2;
    text-align: center;
}
.sphere-core-copy span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--cyan);
    font-family: "Orbitron", sans-serif;
    font-size: .78rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.sphere-core-copy strong {
    display: block;
    color: #fff;
    font-size: 2.35rem;
    line-height: 1.02;
    margin-bottom: 14px;
}
.sphere-core-copy p {
    margin: 0;
    color: #d3daeb;
    font-size: .98rem;
    line-height: 1.55;
}
.sphere-message-stack {
    position: relative;
    z-index: 2;
    min-height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 8px;
}
.sphere-message {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(100%, 760px);
    padding: 24px 26px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.03) 100%);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 14px 34px rgba(0,0,0,.18);
    opacity: 0;
    animation: messageCycle 16s linear infinite;
}
.sphere-message strong {
    display: block;
    color: var(--cyan);
    font-family: "Orbitron", sans-serif;
    font-size: 1rem;
    margin-bottom: 10px;
}
.sphere-message p {
    margin: 0;
    color: #d0d7ea;
    font-size: .98rem;
    line-height: 1.6;
}
.message-1 { animation-delay: 0s; }
.message-2 { animation-delay: 4s; }
.message-3 { animation-delay: 8s; }
.message-4 { animation-delay: 12s; }
.sphere-legend {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}
.legend-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    box-shadow: 0 0 0 4px rgba(255,255,255,.03);
    animation: dotCycle 16s linear infinite;
}
.legend-one { animation-delay: 0s; }
.legend-two { animation-delay: 4s; }
.legend-three { animation-delay: 8s; }
.legend-four { animation-delay: 12s; }

@keyframes spinSlow { from { transform: translate(-50%, -50%) rotate(0deg);} to { transform: translate(-50%, -50%) rotate(360deg);} }
@keyframes spinReverse { from { transform: translate(-50%, -50%) rotate(360deg);} to { transform: translate(-50%, -50%) rotate(0deg);} }
@keyframes sphereGlow { 0%,100% { opacity: .7; transform: scale(1);} 50% { opacity: 1; transform: scale(1.04);} }
@keyframes sphereFloat { 0%,100% { transform: translateY(0px) rotate(-2deg);} 50% { transform: translateY(-8px) rotate(2deg);} }
@keyframes meridianSpin { from { transform: translate(-50%, -50%) rotateY(68deg) rotateZ(0deg);} to { transform: translate(-50%, -50%) rotateY(68deg) rotateZ(360deg);} }
@keyframes meridianSpinReverse { from { transform: translate(-50%, -50%) rotateY(-68deg) rotateZ(360deg);} to { transform: translate(-50%, -50%) rotateY(-68deg) rotateZ(0deg);} }
@keyframes latitudePulse { 0%,100% { opacity: .35; } 50% { opacity: .9; } }
@keyframes orbitDotA { 0% { transform: translate(-50%,-50%) rotate(0deg) translateX(260px) rotate(0deg);} 100% { transform: translate(-50%,-50%) rotate(360deg) translateX(260px) rotate(-360deg);} }
@keyframes orbitDotB { 0% { transform: translate(-50%,-50%) rotate(90deg) translateX(310px) rotate(-90deg);} 100% { transform: translate(-50%,-50%) rotate(450deg) translateX(310px) rotate(-450deg);} }
@keyframes orbitDotC { 0% { transform: translate(-50%,-50%) rotate(180deg) translateX(220px) rotate(-180deg);} 100% { transform: translate(-50%,-50%) rotate(540deg) translateX(220px) rotate(-540deg);} }
@keyframes orbitDotD { 0% { transform: translate(-50%,-50%) rotate(270deg) translateX(350px) rotate(-270deg);} 100% { transform: translate(-50%,-50%) rotate(630deg) translateX(350px) rotate(-630deg);} }
@keyframes messageCycle {
    0%, 18% { opacity: 1; transform: translate(-50%, -50%) translateY(0); }
    24%, 100% { opacity: 0; transform: translate(-50%, -50%) translateY(8px); }
}
@keyframes dotCycle {
    0%, 18% { background: linear-gradient(135deg, var(--cyan), var(--violet)); box-shadow: 0 0 0 4px rgba(0,229,255,.08); }
    24%, 100% { background: rgba(255,255,255,.24); box-shadow: 0 0 0 4px rgba(255,255,255,.03); }
}

@media (max-width: 1100px) {
    .sphere-graph-shell { min-height: 720px; padding: 34px; }
    .value-sphere { width: 350px; height: 350px; }
    .sphere-stage { min-height: 430px; }
    .ring-one { width: 470px; height: 470px; }
    .ring-two { width: 560px; height: 560px; }
    .ring-three { width: 650px; height: 650px; }
}
@media (max-width: 768px) {
    .sphere-graph-shell { min-height: auto; padding: 24px 18px 22px; border-radius: 24px; }
    .ring-three { display: none; }
    .ring-one { width: 340px; height: 340px; }
    .ring-two { width: 410px; height: 410px; }
    .sphere-stage { min-height: 360px; }
    .value-sphere { width: 280px; height: 280px; }
    .sphere-core-copy strong { font-size: 1.72rem; }
    .sphere-core-copy p { font-size: .88rem; }
    .tech-line { width: 180px; opacity: .34; }
    .sphere-message-stack { min-height: 220px; }
    .sphere-message { width: 100%; padding: 20px 18px; }
    .sphere-message strong { font-size: .9rem; }
    .sphere-message p { font-size: .88rem; }
}
@media (max-width: 480px) {
    .sphere-graph-shell { padding: 20px 14px 18px; }
    .ring-one { width: 270px; height: 270px; }
    .ring-two { width: 330px; height: 330px; }
    .tech-line { width: 135px; }
    .sphere-stage { min-height: 310px; }
    .value-sphere { width: 240px; height: 240px; }
    .sphere-core-copy span { font-size: .62rem; }
    .sphere-core-copy strong { font-size: 1.45rem; margin-bottom: 10px; }
    .sphere-core-copy p { font-size: .80rem; line-height: 1.45; }
    .sphere-message-stack { min-height: 250px; margin-top: 2px; }
    .sphere-message { padding: 18px 14px; border-radius: 18px; }
    .sphere-message strong { font-size: .82rem; }
    .sphere-message p { font-size: .82rem; line-height: 1.42; }
}


/* v1.8.1 typography and mobile refinements */
.solution-card p {
    text-align: left;
    text-justify: auto;
}
@media (max-width: 640px) {
    .hero-copy .eyebrow {
        max-width: 17ch;
        align-items: flex-start;
        line-height: 1.55;
    }
    .hero-copy .eyebrow span {
        margin-top: .55em;
        flex: 0 0 36px;
    }
    .trust-line {
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        padding-left: 26px;
        margin-top: 18px;
    }
    .trust-line::before {
        content: "";
        position: absolute;
        left: 6px;
        top: 8px;
        bottom: 8px;
        width: 2px;
        background: linear-gradient(180deg, rgba(0,229,255,.8) 0%, rgba(123,92,255,.8) 100%);
        border-radius: 999px;
    }
    .trust-line span {
        position: relative;
        padding-left: 12px;
        font-size: .92rem;
        letter-spacing: .14em;
    }
    .trust-line span::before {
        content: "";
        position: absolute;
        left: -25px;
        top: 50%;
        transform: translateY(-50%);
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--cyan), var(--violet));
        box-shadow: 0 0 0 4px rgba(0,229,255,.08);
    }
    .trust-line span:not(:last-child)::after {
        content: "";
        margin-left: 0;
    }
}


/* v1.8.2 trust graphic and text reset */
.solution-card p {
    text-align: left;
    text-justify: auto;
}
.trust-line {
    display: none;
}
.trust-graphic {
    position: relative;
    width: min(100%, 720px);
    min-height: 240px;
    margin-top: 10px;
    border: 1px solid rgba(40,107,255,.10);
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(255,255,255,.78) 0%, rgba(244,247,255,.92) 100%);
    box-shadow: 0 20px 44px rgba(10,17,40,.08);
    overflow: hidden;
}
.trust-graphic::before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 20px;
    border: 1px solid rgba(123,92,255,.08);
    pointer-events: none;
}
.trust-graphic-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.trust-graphic-lines path {
    fill: none;
    stroke: url(#trustGradient);
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-dasharray: 10 8;
    animation: trustFlow 12s linear infinite;
    opacity: .85;
}
.trust-core,
.trust-node {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.trust-core {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.94) 0%, rgba(234,242,255,.98) 34%, rgba(223,231,252,.98) 100%);
    border: 1px solid rgba(40,107,255,.16);
    box-shadow: inset 0 0 0 10px rgba(255,255,255,.45), 0 12px 32px rgba(40,107,255,.12);
}
.trust-core span {
    color: var(--midnight);
    font-family: "Orbitron", sans-serif;
    font-size: 1.05rem;
    letter-spacing: .16em;
}
.trust-node {
    min-width: 150px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(40,107,255,.14);
    box-shadow: 0 12px 24px rgba(10,17,40,.07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.trust-node strong {
    color: #667088;
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.node-tech { left: 42px; top: 32px; }
.node-supplies { right: 42px; top: 32px; }
.node-integration { left: 42px; bottom: 32px; }
.node-support { right: 42px; bottom: 32px; }
.trust-pulse {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ffffff 0%, #00E5FF 42%, #7B5CFF 100%);
    box-shadow: 0 0 0 5px rgba(0,229,255,.08), 0 0 18px rgba(0,229,255,.35);
}
.pulse-a { animation: trustPulseA 5.4s linear infinite; }
.pulse-b { animation: trustPulseB 5.4s linear 1.2s infinite; }
.pulse-c { animation: trustPulseC 5.4s linear 2.4s infinite; }
.pulse-d { animation: trustPulseD 5.4s linear 3.6s infinite; }
@keyframes trustFlow {
    from { stroke-dashoffset: 0; }
    to { stroke-dashoffset: -180; }
}
@keyframes trustPulseA {
    0% { left: calc(50% - 5px); top: calc(50% - 5px); opacity: 0; }
    12% { opacity: 1; }
    100% { left: 180px; top: 70px; opacity: 0; }
}
@keyframes trustPulseB {
    0% { left: calc(50% - 5px); top: calc(50% - 5px); opacity: 0; }
    12% { opacity: 1; }
    100% { left: calc(100% - 190px); top: 70px; opacity: 0; }
}
@keyframes trustPulseC {
    0% { left: calc(50% - 5px); top: calc(50% - 5px); opacity: 0; }
    12% { opacity: 1; }
    100% { left: 180px; top: calc(100% - 80px); opacity: 0; }
}
@keyframes trustPulseD {
    0% { left: calc(50% - 5px); top: calc(50% - 5px); opacity: 0; }
    12% { opacity: 1; }
    100% { left: calc(100% - 190px); top: calc(100% - 80px); opacity: 0; }
}
@media (max-width: 860px) {
    .trust-graphic {
        min-height: 260px;
    }
    .trust-core {
        width: 116px;
        height: 116px;
    }
    .trust-node {
        min-width: 126px;
        padding: 14px 14px;
    }
    .trust-node strong {
        font-size: .82rem;
    }
    .node-tech, .node-integration { left: 20px; }
    .node-supplies, .node-support { right: 20px; }
}
@media (max-width: 640px) {
    .trust-graphic {
        min-height: 300px;
        margin-top: 20px;
    }
    .trust-core {
        width: 104px;
        height: 104px;
    }
    .trust-core span {
        font-size: .88rem;
    }
    .trust-node {
        min-width: 118px;
        max-width: 132px;
        padding: 12px 10px;
        border-radius: 16px;
    }
    .trust-node strong {
        font-size: .72rem;
        letter-spacing: .10em;
        line-height: 1.35;
    }
    .node-tech { left: 12px; top: 24px; }
    .node-supplies { right: 12px; top: 24px; }
    .node-integration { left: 12px; bottom: 24px; }
    .node-support { right: 12px; bottom: 24px; }
    .pulse-a, .pulse-b, .pulse-c, .pulse-d {
        display: none;
    }
}
@media (max-width: 420px) {
    .trust-graphic {
        min-height: 320px;
    }
    .trust-core {
        width: 92px;
        height: 92px;
    }
    .trust-node {
        min-width: 104px;
        max-width: 112px;
        padding: 10px 8px;
    }
    .trust-node strong {
        font-size: .66rem;
    }
}


/* v1.8.3 neural tech trust graphic */
.trust-graphic {
    width: min(100%, 760px);
    min-height: 280px;
    margin-top: 16px;
    border: 1px solid rgba(18, 30, 68, 0.14);
    border-radius: 28px;
    background:
        radial-gradient(circle at 50% 50%, rgba(0,229,255,.10) 0%, rgba(0,229,255,.04) 18%, rgba(255,255,255,0) 36%),
        radial-gradient(circle at 50% 50%, rgba(123,92,255,.10) 0%, rgba(123,92,255,.04) 20%, rgba(255,255,255,0) 42%),
        linear-gradient(145deg, #f8fbff 0%, #eef4ff 100%);
    box-shadow: 0 24px 54px rgba(10,17,40,.10);
}
.trust-graphic::before {
    inset: 16px;
    border-radius: 22px;
    border: 1px solid rgba(123,92,255,.08);
}
.trust-graphic::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(18,30,68,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18,30,68,.04) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: radial-gradient(circle at center, black 32%, transparent 88%);
    pointer-events: none;
    z-index: 0;
}
.trust-graphic-lines {
    inset: 0;
    height: 100%;
}
.trust-graphic-lines .neural-link,
.trust-graphic-lines .neural-branch {
    fill: none;
    stroke: url(#trustGradient);
    stroke-linecap: round;
    opacity: .88;
}
.trust-graphic-lines .neural-link {
    stroke-width: 2.4;
    stroke-dasharray: 12 8;
    animation: trustFlow 12s linear infinite;
}
.trust-graphic-lines .neural-branch {
    stroke-width: 1.7;
    stroke-dasharray: 8 8;
    opacity: .55;
    animation: trustFlowReverse 14s linear infinite;
}
.trust-graphic-lines .neural-joint {
    fill: #ffffff;
    stroke: rgba(0,229,255,.78);
    stroke-width: 2;
    filter: drop-shadow(0 0 10px rgba(0,229,255,.35));
}
.trust-graphic-lines .neural-mini {
    fill: #7B5CFF;
    opacity: .9;
    filter: drop-shadow(0 0 10px rgba(123,92,255,.45));
    animation: nodeBlink 3.6s ease-in-out infinite;
}
.trust-core {
    width: 138px;
    height: 138px;
    background:
        radial-gradient(circle at 30% 28%, rgba(255,255,255,.98) 0%, rgba(233,244,255,.98) 28%, rgba(219,231,255,.96) 58%, rgba(210,223,248,.98) 100%);
    border: 1px solid rgba(40,107,255,.20);
    box-shadow: inset 0 0 0 10px rgba(255,255,255,.55), 0 12px 32px rgba(40,107,255,.14), 0 0 0 12px rgba(0,229,255,.05);
    animation: neuralCoreFloat 6s ease-in-out infinite;
}
.trust-core span {
    color: var(--midnight);
    font-size: 1.02rem;
    letter-spacing: .18em;
}
.trust-node {
    min-width: 158px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(40,107,255,.16);
    box-shadow: 0 14px 28px rgba(10,17,40,.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.trust-node:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(10,17,40,.12);
    border-color: rgba(0,229,255,.32);
}
.trust-node strong {
    color: #5f6a86;
    font-size: .90rem;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.node-tech, .node-support { animation: floatUp 5.6s ease-in-out infinite; }
.node-supplies, .node-integration { animation: floatDown 5.6s ease-in-out 1.2s infinite; }
.node-tech { left: 50px; top: 34px; }
.node-supplies { right: 50px; top: 34px; }
.node-integration { left: 50px; bottom: 34px; }
.node-support { right: 50px; bottom: 34px; }
.trust-pulse {
    width: 12px;
    height: 12px;
    z-index: 2;
    background: radial-gradient(circle at 30% 30%, #ffffff 0%, #00E5FF 42%, #7B5CFF 100%);
    box-shadow: 0 0 0 5px rgba(0,229,255,.08), 0 0 18px rgba(0,229,255,.35);
}
@keyframes trustFlowReverse {
    from { stroke-dashoffset: 0; }
    to { stroke-dashoffset: 180; }
}
@keyframes nodeBlink {
    0%,100% { opacity: .35; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.18); }
}
@keyframes neuralCoreFloat {
    0%,100% { transform: translate(-50%, -50%) translateY(0); }
    50% { transform: translate(-50%, -50%) translateY(-6px); }
}
@keyframes floatUp {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
@keyframes floatDown {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}
@media (max-width: 860px) {
    .trust-graphic {
        min-height: 300px;
    }
    .trust-node {
        min-width: 132px;
        padding: 14px 12px;
    }
    .trust-node strong {
        font-size: .78rem;
    }
    .node-tech, .node-integration { left: 22px; }
    .node-supplies, .node-support { right: 22px; }
}
@media (max-width: 640px) {
    .trust-graphic {
        min-height: 340px;
        border-radius: 24px;
    }
    .trust-graphic::after {
        background-size: 20px 20px;
    }
    .trust-core {
        width: 102px;
        height: 102px;
    }
    .trust-core span {
        font-size: .80rem;
        letter-spacing: .14em;
    }
    .trust-node {
        min-width: 112px;
        max-width: 122px;
        padding: 12px 10px;
        border-radius: 16px;
    }
    .trust-node strong {
        font-size: .68rem;
        letter-spacing: .10em;
        line-height: 1.3;
    }
    .node-tech { left: 10px; top: 22px; }
    .node-supplies { right: 10px; top: 22px; }
    .node-integration { left: 10px; bottom: 22px; }
    .node-support { right: 10px; bottom: 22px; }
    .trust-pulse {
        width: 9px;
        height: 9px;
    }
}
@media (max-width: 420px) {
    .trust-graphic {
        min-height: 360px;
    }
    .trust-node {
        min-width: 102px;
        max-width: 106px;
        padding: 10px 8px;
    }
    .trust-node strong {
        font-size: .62rem;
    }
    .node-tech, .node-integration { left: 8px; }
    .node-supplies, .node-support { right: 8px; }
}


/* v1.8.4 abstract holographic network trust graphic */
.trust-graphic {
    width: min(100%, 780px);
    min-height: 320px;
    margin-top: 18px;
    border-radius: 30px;
    border: 1px solid rgba(113, 142, 255, 0.16);
    background:
        radial-gradient(circle at 50% 50%, rgba(110, 245, 255, 0.20) 0%, rgba(110, 245, 255, 0.06) 18%, transparent 42%),
        radial-gradient(circle at 48% 52%, rgba(123, 92, 255, 0.18) 0%, rgba(123, 92, 255, 0.06) 22%, transparent 46%),
        linear-gradient(135deg, rgba(247,250,255,.96) 0%, rgba(233,241,255,.96) 52%, rgba(241,246,255,.96) 100%);
    box-shadow: 0 26px 60px rgba(13, 22, 48, 0.12);
    overflow: hidden;
}
.trust-graphic::before {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 22px;
    border: 1px solid rgba(123,92,255,.09);
    pointer-events: none;
    z-index: 0;
}
.trust-graphic::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(transparent 0%, rgba(255,255,255,.22) 48%, transparent 100%),
        linear-gradient(90deg, rgba(0,229,255,.05) 0%, rgba(123,92,255,.02) 50%, rgba(0,229,255,.05) 100%);
    background-size: 100% 100%, 180% 180%;
    mix-blend-mode: screen;
    opacity: .85;
    animation: holographicSweep 9s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}
.trust-graphic-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.trust-graphic-lines .neural-link,
.trust-graphic-lines .neural-branch,
.trust-graphic-lines .neural-wave {
    fill: none;
    stroke: url(#trustGradient);
    stroke-linecap: round;
}
.trust-graphic-lines .neural-link {
    stroke-width: 2.5;
    stroke-dasharray: 14 10;
    opacity: .9;
    animation: trustFlow 10s linear infinite;
}
.trust-graphic-lines .neural-branch {
    stroke-width: 1.6;
    stroke-dasharray: 7 9;
    opacity: .55;
    animation: trustFlowReverse 14s linear infinite;
}
.trust-graphic-lines .neural-wave {
    stroke-width: 1.8;
    stroke-dasharray: 20 14;
    opacity: .36;
    animation: waveDrift 16s linear infinite;
}
.trust-graphic-lines .neural-joint {
    fill: rgba(255,255,255,.98);
    stroke: rgba(92, 214, 255, .95);
    stroke-width: 2;
    filter: drop-shadow(0 0 10px rgba(92,214,255,.42));
}
.trust-graphic-lines .neural-mini {
    fill: #7B5CFF;
    opacity: .9;
    filter: drop-shadow(0 0 8px rgba(123,92,255,.45));
    animation: nodeBlink 3.4s ease-in-out infinite;
}
.trust-core,
.trust-node,
.trust-pulse {
    z-index: 2;
}
.trust-core {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 28%, rgba(255,255,255,.98) 0%, rgba(226,240,255,.98) 28%, rgba(212,224,252,.96) 58%, rgba(202,214,246,.98) 100%);
    border: 1px solid rgba(40,107,255,.18);
    box-shadow:
        inset 0 0 0 10px rgba(255,255,255,.58),
        inset 0 -18px 24px rgba(123,92,255,.06),
        0 16px 34px rgba(18,33,74,.12),
        0 0 0 14px rgba(110,245,255,.05);
    animation: neuralCoreFloat 6s ease-in-out infinite;
}
.trust-core span {
    color: var(--midnight);
    font-family: "Orbitron", sans-serif;
    font-size: 1.02rem;
    letter-spacing: .18em;
}
.trust-node {
    min-width: 162px;
    padding: 16px 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(247,250,255,.78) 100%);
    border: 1px solid rgba(125,149,255,.18);
    box-shadow: 0 12px 28px rgba(17,28,64,.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;
}
.trust-node::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.55) 50%, rgba(255,255,255,0) 100%);
    transform: translateX(-130%);
    animation: chipScan 8s linear infinite;
    pointer-events: none;
}
.trust-node strong {
    position: relative;
    z-index: 1;
    color: #62708c;
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.node-tech, .node-support { animation: floatUp 5.8s ease-in-out infinite; }
.node-supplies, .node-integration { animation: floatDown 5.8s ease-in-out 1.4s infinite; }
.node-tech { left: 50px; top: 36px; }
.node-supplies { right: 50px; top: 36px; }
.node-integration { left: 50px; bottom: 36px; }
.node-support { right: 50px; bottom: 36px; }
.trust-pulse {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ffffff 0%, #72F1FF 40%, #7B5CFF 100%);
    box-shadow: 0 0 0 5px rgba(110,245,255,.08), 0 0 20px rgba(110,245,255,.45);
}
.pulse-a { animation: trustPulseA2 4.8s linear infinite; }
.pulse-b { animation: trustPulseB2 4.8s linear 1.2s infinite; }
.pulse-c { animation: trustPulseC2 4.8s linear 2.4s infinite; }
.pulse-d { animation: trustPulseD2 4.8s linear 3.6s infinite; }
@keyframes holographicSweep {
    0%,100% { background-position: 0 0, 0% 50%; }
    50% { background-position: 0 0, 100% 50%; }
}
@keyframes waveDrift {
    from { stroke-dashoffset: 0; }
    to { stroke-dashoffset: -220; }
}
@keyframes chipScan {
    0%, 85%, 100% { transform: translateX(-130%); }
    20%, 65% { transform: translateX(130%); }
}
@keyframes trustPulseA2 {
    0% { left: calc(50% - 5px); top: calc(50% - 5px); opacity: 0; }
    14% { opacity: 1; }
    100% { left: 205px; top: 92px; opacity: 0; }
}
@keyframes trustPulseB2 {
    0% { left: calc(50% - 5px); top: calc(50% - 5px); opacity: 0; }
    14% { opacity: 1; }
    100% { left: calc(100% - 215px); top: 92px; opacity: 0; }
}
@keyframes trustPulseC2 {
    0% { left: calc(50% - 5px); top: calc(50% - 5px); opacity: 0; }
    14% { opacity: 1; }
    100% { left: 205px; top: calc(100% - 102px); opacity: 0; }
}
@keyframes trustPulseD2 {
    0% { left: calc(50% - 5px); top: calc(50% - 5px); opacity: 0; }
    14% { opacity: 1; }
    100% { left: calc(100% - 215px); top: calc(100% - 102px); opacity: 0; }
}
@media (max-width: 860px) {
    .trust-graphic {
        min-height: 320px;
    }
    .trust-core {
        width: 126px;
        height: 126px;
    }
    .trust-node {
        min-width: 132px;
        padding: 14px 12px;
    }
    .trust-node strong {
        font-size: .78rem;
    }
    .node-tech, .node-integration { left: 22px; }
    .node-supplies, .node-support { right: 22px; }
}
@media (max-width: 640px) {
    .trust-graphic {
        width: 100%;
        min-height: 360px;
        border-radius: 24px;
    }
    .trust-core {
        width: 106px;
        height: 106px;
    }
    .trust-core span {
        font-size: .82rem;
        letter-spacing: .14em;
    }
    .trust-node {
        min-width: 112px;
        max-width: 124px;
        padding: 12px 10px;
        border-radius: 16px;
    }
    .trust-node strong {
        font-size: .68rem;
        letter-spacing: .10em;
        line-height: 1.3;
    }
    .node-tech { left: 10px; top: 22px; }
    .node-supplies { right: 10px; top: 22px; }
    .node-integration { left: 10px; bottom: 22px; }
    .node-support { right: 10px; bottom: 22px; }
    .trust-pulse {
        width: 9px;
        height: 9px;
    }
}
@media (max-width: 420px) {
    .trust-graphic {
        min-height: 370px;
    }
    .trust-core {
        width: 96px;
        height: 96px;
    }
    .trust-core span {
        font-size: .76rem;
    }
    .trust-node {
        min-width: 102px;
        max-width: 108px;
        padding: 10px 8px;
    }
    .trust-node strong {
        font-size: .62rem;
    }
    .node-tech, .node-integration { left: 8px; }
    .node-supplies, .node-support { right: 8px; }
}


/* v1.8.5 clearly redesigned abstract holographic diagram */
.trust-graphic.trust-graphic-abstract {
    width: min(100%, 820px);
    min-height: 360px;
    margin-top: 18px;
    border-radius: 32px;
    border: 1px solid rgba(113, 142, 255, 0.16);
    background:
        radial-gradient(circle at 18% 20%, rgba(110,245,255,.18) 0%, rgba(110,245,255,.02) 24%, transparent 42%),
        radial-gradient(circle at 82% 22%, rgba(123,92,255,.16) 0%, rgba(123,92,255,.04) 24%, transparent 42%),
        radial-gradient(circle at 52% 78%, rgba(106,185,255,.18) 0%, rgba(106,185,255,.03) 20%, transparent 42%),
        linear-gradient(145deg, #f9fbff 0%, #edf3ff 55%, #f6f9ff 100%);
    box-shadow: 0 28px 68px rgba(13, 22, 48, 0.12);
    overflow: hidden;
}
.trust-graphic.trust-graphic-abstract::before {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 24px;
    border: 1px solid rgba(123,92,255,.08);
    pointer-events: none;
    z-index: 0;
}
.trust-graphic.trust-graphic-abstract::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,0) 32%, rgba(255,255,255,.12) 72%, rgba(255,255,255,0)),
        linear-gradient(90deg, rgba(113,142,255,.05) 1px, transparent 1px),
        linear-gradient(rgba(113,142,255,.05) 1px, transparent 1px);
    background-size: 100% 100%, 26px 26px, 26px 26px;
    mix-blend-mode: screen;
    opacity: .9;
    animation: holoGridShift 12s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}
.trust-graphic-abstract .holo-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(36px);
    opacity: .45;
    pointer-events: none;
    z-index: 0;
}
.trust-graphic-abstract .blob-a {
    width: 180px; height: 180px; left: -30px; top: -20px;
    background: rgba(110,245,255,.26);
    animation: blobFloatA 10s ease-in-out infinite;
}
.trust-graphic-abstract .blob-b {
    width: 220px; height: 220px; right: -40px; top: 20px;
    background: rgba(123,92,255,.24);
    animation: blobFloatB 12s ease-in-out infinite;
}
.trust-graphic-abstract .blob-c {
    width: 240px; height: 240px; left: 36%; bottom: -110px;
    background: rgba(106,185,255,.18);
    animation: blobFloatC 13s ease-in-out infinite;
}
.trust-graphic-abstract .trust-graphic-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.trust-graphic-abstract .abstract-link,
.trust-graphic-abstract .mesh-line {
    fill: none;
    stroke: url(#trustGradientAbstract);
    stroke-linecap: round;
}
.trust-graphic-abstract .abstract-link {
    stroke-width: 2.6;
    stroke-dasharray: 14 12;
    opacity: .92;
    animation: trustFlow 9s linear infinite;
}
.trust-graphic-abstract .mesh-line {
    stroke-width: 1.8;
    stroke-dasharray: 18 12;
    opacity: .4;
    animation: waveDrift 14s linear infinite;
}
.trust-graphic-abstract .hub-shape {
    fill: rgba(255,255,255,.08);
    stroke: url(#trustGradientAbstract);
    stroke-width: 2;
    filter: drop-shadow(0 0 16px rgba(110,245,255,.22));
}
.trust-graphic-abstract .hub-shape.inner {
    fill: rgba(255,255,255,.16);
    stroke-width: 1.4;
    animation: hubPulse 4.8s ease-in-out infinite;
}
.trust-graphic-abstract .joint {
    fill: rgba(255,255,255,.98);
    stroke: rgba(110,245,255,.95);
    stroke-width: 2;
    filter: drop-shadow(0 0 10px rgba(110,245,255,.4));
}
.trust-graphic-abstract .joint.core {
    r: 8;
    animation: coreJointPulse 3.2s ease-in-out infinite;
}
.trust-graphic-abstract .joint.mini {
    fill: #7B5CFF;
    stroke: none;
    filter: drop-shadow(0 0 10px rgba(123,92,255,.38));
    animation: nodeBlink 3.4s ease-in-out infinite;
}
.trust-graphic-abstract .trust-core {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 162px;
    height: 162px;
    border-radius: 30px;
    padding: 18px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(245,249,255,.78));
    border: 1px solid rgba(125,149,255,.18);
    box-shadow: 0 18px 40px rgba(17,28,64,.10), 0 0 0 10px rgba(255,255,255,.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 2;
    animation: coreCardFloat 6s ease-in-out infinite;
}
.trust-graphic-abstract .trust-core span {
    color: var(--midnight);
    font-family: "Orbitron", sans-serif;
    font-size: 1.04rem;
    letter-spacing: .16em;
    margin-bottom: 6px;
}
.trust-graphic-abstract .trust-core small {
    color: #61708a;
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    line-height: 1.45;
}
.trust-graphic-abstract .trust-node {
    position: absolute;
    min-width: 170px;
    padding: 18px 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(247,250,255,.74));
    border: 1px solid rgba(125,149,255,.18);
    box-shadow: 0 14px 28px rgba(17,28,64,.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;
    z-index: 2;
}
.trust-graphic-abstract .trust-node::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.65) 50%, rgba(255,255,255,0) 100%);
    transform: translateX(-130%);
    animation: chipScan 8s linear infinite;
    pointer-events: none;
}
.trust-graphic-abstract .trust-node strong {
    position: relative;
    z-index: 1;
    color: #5f6e88;
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.trust-graphic-abstract .node-tech { left: 42px; top: 42px; animation: floatUp 5.8s ease-in-out infinite; }
.trust-graphic-abstract .node-supplies { right: 42px; top: 42px; animation: floatDown 5.8s ease-in-out 1.2s infinite; }
.trust-graphic-abstract .node-integration { left: 42px; bottom: 42px; animation: floatDown 5.8s ease-in-out .6s infinite; }
.trust-graphic-abstract .node-support { right: 42px; bottom: 42px; animation: floatUp 5.8s ease-in-out 1.8s infinite; }
.trust-graphic-abstract .trust-pulse {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ffffff 0%, #6EF5FF 38%, #7B5CFF 100%);
    box-shadow: 0 0 0 6px rgba(110,245,255,.08), 0 0 18px rgba(110,245,255,.35);
    z-index: 2;
}
.trust-graphic-abstract .pulse-a { animation: pulseTechA 5.8s linear infinite; }
.trust-graphic-abstract .pulse-b { animation: pulseTechB 5.8s linear 1.45s infinite; }
.trust-graphic-abstract .pulse-c { animation: pulseTechC 5.8s linear 2.9s infinite; }
.trust-graphic-abstract .pulse-d { animation: pulseTechD 5.8s linear 4.35s infinite; }

@keyframes holoGridShift {
    0%,100% { background-position: 0 0, 0 0, 0 0; }
    50% { background-position: 0 0, 12px 8px, -12px -8px; }
}
@keyframes blobFloatA { 0%,100% { transform: translate(0,0); } 50% { transform: translate(20px,12px); } }
@keyframes blobFloatB { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-18px,16px); } }
@keyframes blobFloatC { 0%,100% { transform: translate(0,0); } 50% { transform: translate(14px,-18px); } }
@keyframes hubPulse { 0%,100% { opacity: .75; transform: scale(1);} 50% { opacity: 1; transform: scale(1.04);} }
@keyframes coreJointPulse { 0%,100% { opacity: .7; transform: scale(1);} 50% { opacity: 1; transform: scale(1.25);} }
@keyframes coreCardFloat { 0%,100% { transform: translate(-50%, -50%) translateY(0);} 50% { transform: translate(-50%, -50%) translateY(-8px);} }
@keyframes pulseTechA { 0% { left: 50%; top: 50%; opacity: 0; } 12% { opacity: 1; } 100% { left: 184px; top: 114px; opacity: 0; } }
@keyframes pulseTechB { 0% { left: 50%; top: 50%; opacity: 0; } 12% { opacity: 1; } 100% { left: calc(100% - 196px); top: 114px; opacity: 0; } }
@keyframes pulseTechC { 0% { left: 50%; top: 50%; opacity: 0; } 12% { opacity: 1; } 100% { left: 184px; top: calc(100% - 126px); opacity: 0; } }
@keyframes pulseTechD { 0% { left: 50%; top: 50%; opacity: 0; } 12% { opacity: 1; } 100% { left: calc(100% - 196px); top: calc(100% - 126px); opacity: 0; } }

@media (max-width: 900px) {
    .trust-graphic.trust-graphic-abstract {
        min-height: 340px;
    }
    .trust-graphic-abstract .trust-core { width: 150px; height: 150px; }
    .trust-graphic-abstract .trust-node { min-width: 150px; padding: 16px 14px; }
    .trust-graphic-abstract .trust-node strong { font-size: .84rem; }
    .trust-graphic-abstract .node-tech, .trust-graphic-abstract .node-integration { left: 24px; }
    .trust-graphic-abstract .node-supplies, .trust-graphic-abstract .node-support { right: 24px; }
}
@media (max-width: 640px) {
    .trust-graphic.trust-graphic-abstract {
        min-height: 380px;
        border-radius: 24px;
    }
    .trust-graphic-abstract .trust-core {
        width: 118px;
        height: 118px;
        padding: 12px 10px;
        border-radius: 22px;
    }
    .trust-graphic-abstract .trust-core span { font-size: .80rem; letter-spacing: .13em; }
    .trust-graphic-abstract .trust-core small { font-size: .60rem; letter-spacing: .10em; }
    .trust-graphic-abstract .trust-node {
        min-width: 112px;
        max-width: 122px;
        padding: 12px 10px;
        border-radius: 16px;
    }
    .trust-graphic-abstract .trust-node strong { font-size: .66rem; letter-spacing: .10em; line-height: 1.3; }
    .trust-graphic-abstract .node-tech { left: 10px; top: 20px; }
    .trust-graphic-abstract .node-supplies { right: 10px; top: 20px; }
    .trust-graphic-abstract .node-integration { left: 10px; bottom: 20px; }
    .trust-graphic-abstract .node-support { right: 10px; bottom: 20px; }
    .trust-graphic-abstract .pulse-a,
    .trust-graphic-abstract .pulse-b,
    .trust-graphic-abstract .pulse-c,
    .trust-graphic-abstract .pulse-d { width: 9px; height: 9px; }
}
@media (max-width: 420px) {
    .trust-graphic.trust-graphic-abstract { min-height: 396px; }
    .trust-graphic-abstract .trust-node {
        min-width: 102px;
        max-width: 108px;
        padding: 10px 8px;
    }
    .trust-graphic-abstract .trust-node strong { font-size: .60rem; }
    .trust-graphic-abstract .node-tech, .trust-graphic-abstract .node-integration { left: 8px; }
    .trust-graphic-abstract .node-supplies, .trust-graphic-abstract .node-support { right: 8px; }
}


/* v1.8.6 abstract holographic fusion diagram */
.trust-graphic.trust-graphic-fusion {
    position: relative;
    width: min(100%, 860px);
    min-height: 410px;
    margin-top: 18px;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(142, 166, 255, 0.18);
    background:
        radial-gradient(circle at 20% 22%, rgba(122,246,255,.20) 0%, rgba(122,246,255,.05) 20%, transparent 42%),
        radial-gradient(circle at 82% 20%, rgba(123,92,255,.18) 0%, rgba(123,92,255,.05) 24%, transparent 42%),
        radial-gradient(circle at 52% 78%, rgba(106,184,255,.16) 0%, rgba(106,184,255,.04) 20%, transparent 42%),
        linear-gradient(145deg, rgba(248,251,255,.98) 0%, rgba(236,242,255,.98) 45%, rgba(246,249,255,.98) 100%);
    box-shadow: 0 30px 70px rgba(12, 22, 48, 0.12);
}
.trust-graphic.trust-graphic-fusion::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 26px;
    border: 1px solid rgba(123,92,255,.08);
    pointer-events: none;
    z-index: 0;
}
.trust-graphic.trust-graphic-fusion::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255,255,255,0) 22%, rgba(255,255,255,.28) 50%, rgba(255,255,255,0) 78%),
        linear-gradient(90deg, rgba(103,130,255,.05) 1px, transparent 1px),
        linear-gradient(rgba(103,130,255,.05) 1px, transparent 1px);
    background-size: 180% 180%, 28px 28px, 28px 28px;
    mix-blend-mode: screen;
    animation: fusionSweep 11s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}
.trust-graphic-fusion .fusion-aurora {
    position: absolute;
    border-radius: 50%;
    filter: blur(44px);
    opacity: .42;
    z-index: 0;
    pointer-events: none;
}
.trust-graphic-fusion .aurora-one { width: 220px; height: 220px; left: -50px; top: -34px; background: rgba(122,246,255,.26); animation: fusionBlobOne 11s ease-in-out infinite; }
.trust-graphic-fusion .aurora-two { width: 260px; height: 260px; right: -60px; top: 18px; background: rgba(123,92,255,.24); animation: fusionBlobTwo 13s ease-in-out infinite; }
.trust-graphic-fusion .aurora-three { width: 260px; height: 260px; left: 34%; bottom: -130px; background: rgba(106,184,255,.18); animation: fusionBlobThree 14s ease-in-out infinite; }
.trust-graphic-fusion .fusion-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.trust-graphic-fusion .fusion-path {
    fill: none;
    stroke: url(#fusionLineGradient);
    stroke-linecap: round;
}
.trust-graphic-fusion .fusion-path.primary {
    stroke-width: 2.8;
    stroke-dasharray: 16 12;
    opacity: .92;
    animation: fusionDataFlow 10s linear infinite;
}
.trust-graphic-fusion .fusion-path.secondary {
    stroke-width: 1.9;
    stroke-dasharray: 24 16;
    opacity: .42;
    animation: fusionDataFlowReverse 14s linear infinite;
}
.trust-graphic-fusion .fusion-path.tertiary {
    stroke-width: 1.5;
    stroke-dasharray: 9 11;
    opacity: .54;
    animation: fusionDataFlow 17s linear infinite;
}
.trust-graphic-fusion .fusion-core-ring {
    fill: none;
    stroke: rgba(123,92,255,.26);
    stroke-width: 1.6;
    stroke-dasharray: 8 10;
    transform-origin: center;
}
.trust-graphic-fusion .fusion-core-ring.ring-a { animation: fusionOrbit 18s linear infinite; }
.trust-graphic-fusion .fusion-core-ring.ring-b { stroke: rgba(122,246,255,.22); animation: fusionOrbitReverse 22s linear infinite; }
.trust-graphic-fusion .fusion-core-glow {
    fill: url(#fusionCoreGradient);
    opacity: .95;
    animation: fusionCorePulse 4.8s ease-in-out infinite;
}
.trust-graphic-fusion .fusion-core-dot {
    fill: #ffffff;
    filter: drop-shadow(0 0 12px rgba(122,246,255,.75));
}
.trust-graphic-fusion .fusion-node {
    fill: #ffffff;
    stroke: rgba(122,246,255,.95);
    stroke-width: 2;
    filter: drop-shadow(0 0 10px rgba(122,246,255,.42));
}
.trust-graphic-fusion .fusion-node.mini {
    fill: #7B5CFF;
    stroke: none;
    filter: drop-shadow(0 0 10px rgba(123,92,255,.38));
    animation: fusionMiniBlink 3.2s ease-in-out infinite;
}
.trust-graphic-fusion .fusion-hub {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 182px;
    height: 182px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:
        radial-gradient(circle at 30% 28%, rgba(255,255,255,.98) 0%, rgba(229,241,255,.98) 24%, rgba(213,225,249,.96) 55%, rgba(202,214,244,.98) 100%);
    border: 1px solid rgba(122,146,255,.20);
    box-shadow: inset 0 0 0 12px rgba(255,255,255,.56), 0 18px 42px rgba(15,27,62,.12), 0 0 0 14px rgba(122,246,255,.05);
    z-index: 2;
    animation: fusionHubFloat 6s ease-in-out infinite;
}
.trust-graphic-fusion .fusion-hub-title {
    color: var(--midnight);
    font-family: "Orbitron", sans-serif;
    font-size: 1.18rem;
    letter-spacing: .18em;
    margin-bottom: 7px;
}
.trust-graphic-fusion .fusion-hub-subtitle {
    color: #5f6f88;
    font-size: .72rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    line-height: 1.5;
    max-width: 108px;
}
.trust-graphic-fusion .fusion-label {
    position: absolute;
    min-width: 176px;
    padding: 18px 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(247,250,255,.72));
    border: 1px solid rgba(125,149,255,.18);
    box-shadow: 0 14px 30px rgba(15,27,62,.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;
    z-index: 2;
}
.trust-graphic-fusion .fusion-label::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.66) 50%, rgba(255,255,255,0) 100%);
    transform: translateX(-130%);
    animation: fusionShine 8.5s linear infinite;
    pointer-events: none;
}
.trust-graphic-fusion .fusion-label strong {
    position: relative;
    z-index: 1;
    color: #606f89;
    font-size: .96rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.trust-graphic-fusion .label-tech { left: 46px; top: 40px; animation: fusionFloatUp 6s ease-in-out infinite; }
.trust-graphic-fusion .label-supplies { right: 46px; top: 40px; animation: fusionFloatDown 6s ease-in-out 1.2s infinite; }
.trust-graphic-fusion .label-integration { left: 46px; bottom: 40px; animation: fusionFloatDown 6s ease-in-out .8s infinite; }
.trust-graphic-fusion .label-support { right: 46px; bottom: 40px; animation: fusionFloatUp 6s ease-in-out 1.8s infinite; }
.trust-graphic-fusion .fusion-signal {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ffffff 0%, #7AF6FF 38%, #7B5CFF 100%);
    box-shadow: 0 0 0 6px rgba(122,246,255,.08), 0 0 20px rgba(122,246,255,.38);
    z-index: 2;
}
.trust-graphic-fusion .signal-a { animation: fusionPulseA 5.4s linear infinite; }
.trust-graphic-fusion .signal-b { animation: fusionPulseB 5.4s linear 1.35s infinite; }
.trust-graphic-fusion .signal-c { animation: fusionPulseC 5.4s linear 2.7s infinite; }
.trust-graphic-fusion .signal-d { animation: fusionPulseD 5.4s linear 4.05s infinite; }

@keyframes fusionSweep { 0%,100% { background-position: 0% 0%, 0 0, 0 0; } 50% { background-position: 100% 100%, 12px 8px, -12px -8px; } }
@keyframes fusionBlobOne { 0%,100% { transform: translate(0,0); } 50% { transform: translate(24px, 14px); } }
@keyframes fusionBlobTwo { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-22px, 18px); } }
@keyframes fusionBlobThree { 0%,100% { transform: translate(0,0); } 50% { transform: translate(16px,-20px); } }
@keyframes fusionDataFlow { from { stroke-dashoffset: 0; } to { stroke-dashoffset: -220; } }
@keyframes fusionDataFlowReverse { from { stroke-dashoffset: 0; } to { stroke-dashoffset: 220; } }
@keyframes fusionOrbit { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes fusionOrbitReverse { from { transform: rotate(360deg); } to { transform: rotate(0deg); } }
@keyframes fusionCorePulse { 0%,100% { opacity: .78; transform: scale(1); } 50% { opacity: 1; transform: scale(1.08); } }
@keyframes fusionMiniBlink { 0%,100% { opacity: .4; transform: scale(1); } 50% { opacity: 1; transform: scale(1.2); } }
@keyframes fusionHubFloat { 0%,100% { transform: translate(-50%, -50%) translateY(0); } 50% { transform: translate(-50%, -50%) translateY(-8px); } }
@keyframes fusionShine { 0%,100% { transform: translateX(-130%); } 22%,68% { transform: translateX(130%); } }
@keyframes fusionFloatUp { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes fusionFloatDown { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); } }
@keyframes fusionPulseA { 0% { left: 450px; top: 210px; opacity: 0; } 14% { opacity: 1; } 100% { left: 212px; top: 120px; opacity: 0; } }
@keyframes fusionPulseB { 0% { left: 450px; top: 210px; opacity: 0; } 14% { opacity: 1; } 100% { left: calc(100% - 224px); top: 120px; opacity: 0; } }
@keyframes fusionPulseC { 0% { left: 450px; top: 210px; opacity: 0; } 14% { opacity: 1; } 100% { left: 212px; top: calc(100% - 132px); opacity: 0; } }
@keyframes fusionPulseD { 0% { left: 450px; top: 210px; opacity: 0; } 14% { opacity: 1; } 100% { left: calc(100% - 224px); top: calc(100% - 132px); opacity: 0; } }

@media (max-width: 900px) {
    .trust-graphic.trust-graphic-fusion { min-height: 380px; }
    .trust-graphic-fusion .fusion-hub { width: 160px; height: 160px; }
    .trust-graphic-fusion .fusion-label { min-width: 154px; padding: 16px 14px; }
    .trust-graphic-fusion .fusion-label strong { font-size: .84rem; }
    .trust-graphic-fusion .label-tech, .trust-graphic-fusion .label-integration { left: 24px; }
    .trust-graphic-fusion .label-supplies, .trust-graphic-fusion .label-support { right: 24px; }
}
@media (max-width: 640px) {
    .trust-graphic.trust-graphic-fusion { min-height: 396px; border-radius: 26px; }
    .trust-graphic-fusion .fusion-hub { width: 122px; height: 122px; }
    .trust-graphic-fusion .fusion-hub-title { font-size: .84rem; letter-spacing: .13em; }
    .trust-graphic-fusion .fusion-hub-subtitle { font-size: .58rem; letter-spacing: .09em; max-width: 88px; }
    .trust-graphic-fusion .fusion-label { min-width: 114px; max-width: 126px; padding: 12px 10px; border-radius: 16px; }
    .trust-graphic-fusion .fusion-label strong { font-size: .66rem; letter-spacing: .10em; line-height: 1.3; }
    .trust-graphic-fusion .label-tech { left: 10px; top: 22px; }
    .trust-graphic-fusion .label-supplies { right: 10px; top: 22px; }
    .trust-graphic-fusion .label-integration { left: 10px; bottom: 22px; }
    .trust-graphic-fusion .label-support { right: 10px; bottom: 22px; }
    .trust-graphic-fusion .fusion-signal { width: 9px; height: 9px; }
}
@media (max-width: 420px) {
    .trust-graphic.trust-graphic-fusion { min-height: 404px; }
    .trust-graphic-fusion .fusion-label { min-width: 104px; max-width: 108px; padding: 10px 8px; }
    .trust-graphic-fusion .fusion-label strong { font-size: .60rem; }
    .trust-graphic-fusion .label-tech, .trust-graphic-fusion .label-integration { left: 8px; }
    .trust-graphic-fusion .label-supplies, .trust-graphic-fusion .label-support { right: 8px; }
}


/* v1.9.0 integrated generated trust image */
.trust-graphic.trust-graphic-image {
    margin-top: 18px;
    width: min(100%, 860px);
    border-radius: 32px;
    overflow: hidden;
    border: 1px solid rgba(142, 166, 255, 0.18);
    box-shadow: 0 24px 60px rgba(12, 22, 48, 0.12);
    background: rgba(255,255,255,.72);
}
.trust-graphic.trust-graphic-image img {
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width: 640px) {
    .trust-graphic.trust-graphic-image {
        border-radius: 24px;
    }
}


/* v1.9.2 fix mobile trust image white empty area */
.trust-graphic.trust-graphic-image {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible;
}
.trust-graphic.trust-graphic-image::before,
.trust-graphic.trust-graphic-image::after {
    display: none !important;
    content: none !important;
}
.trust-graphic.trust-graphic-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
    border: 1px solid rgba(142, 166, 255, 0.18);
    box-shadow: 0 24px 60px rgba(12, 22, 48, 0.12);
}
@media (max-width: 640px) {
    .trust-graphic.trust-graphic-image {
        width: 100%;
        margin-top: 16px;
    }
    .trust-graphic.trust-graphic-image img {
        border-radius: 20px;
    }
}
