/* ==========================================================================
   Real World Asset Tokenization: Complete Guide
   /real-world-asset-tokenization-guide/
   Page-specific styles extracted from the inline <style> blocks.
   ========================================================================== */

/* -------------------------------------------------------------------------
   Table of contents rail (shared by sidebar + mobile) & hero banner wrapper
   ------------------------------------------------------------------------- */

.bx-toc-block {
    margin-bottom: 20px;
}

.bx-toc-rail {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-height: 325px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bx-toc-rail.is-expanded {
    max-height: 460px;
}

@media (min-width: 992px) {

    .blog-right-side .bx-toc-rail,
    .blog-right-side .bx-toc-rail.is-expanded {
        max-height: none;
        overflow: visible;
    }
}

.bx-toc-rail::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.bx-toc-rail-label {
    font-size: 18px;
    color: #8B7CF6;
    margin-bottom: 14px;
}

.bx-toc-more {
    font-size: 10.5px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #726D82;
    margin-top: 8px;
    padding-left: 24px;
}

.bx-toc-more.is-hidden {
    display: none;
}

.bx-toc-rail-item {
    position: relative;
    display: block;
    padding: 12px 0 12px 24px;
    cursor: pointer;
    text-decoration: none;
}

.bx-toc-rail-item:hover {
    text-decoration: none;
}

.bx-toc-rail-item::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.14);
}

.bx-toc-rail > .bx-toc-rail-item:first-of-type::before {
    top: 50%;
}

.bx-toc-rail > .bx-toc-rail-item:last-of-type::before {
    bottom: 50%;
}

.bx-toc-rail-node {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #120F1E;
    border: 1.5px solid rgba(255, 255, 255, 0.14);
    transition: all 0.2s ease;
}

.bx-toc-rail-num {
    font-size: 17px;
    color: #D9D9D9;
    display: block;
    margin-bottom: 2px;
}

.bx-toc-rail-text {
    display: block;
    font-size: 18px;
    line-height: 1.45;
    color: #D9D9D9;
    transition: color 0.2s ease;
    font-family: "Epilogue";
}

.bx-toc-rail-item:hover .bx-toc-rail-text,
.bx-toc-rail-item:hover .bx-toc-rail-num {
    color: #8B7CF6;
}

.bx-toc-rail-item:hover .bx-toc-rail-node {
    background: #8B7CF6;
    border-color: #8B7CF6;
}

.bx-toc-rail-item.active .bx-toc-rail-node {
    background: #8B7CF6;
    border-color: #8B7CF6;
    box-shadow: 0 0 0 4px rgba(139, 124, 246, 0.14);
}

.bx-toc-rail-item.active .bx-toc-rail-text {
    color: #8B7CF6;
    font-weight: 600;
}

.bx-toc-rail-item.active .bx-toc-rail-num {
    color: #8B7CF6;
}

.bx-toc-rail-group {
    position: relative;
}

.bx-toc-sub {
    display: none;
    position: relative;
    flex-direction: column;
    padding: 2px 0 6px 24px;
}

.bx-toc-sub::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.14);
}

.bx-toc-rail-group.is-open .bx-toc-sub {
    display: flex;
}

.bx-toc-sub-item {
    position: relative;
    display: block;
    padding: 7px 0 7px 18px;
    font-family: "Epilogue";
    font-size: 15px;
    line-height: 1.4;
    color: #A39DB8;
    text-decoration: none;
    transition: color 0.2s ease;
}

.bx-toc-sub-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    transition: background 0.2s ease;
}

.bx-toc-sub-item:hover,
.bx-toc-sub-item.active {
    color: #8B7CF6;
    text-decoration: none;
}

.bx-toc-sub-item.active::before,
.bx-toc-sub-item:hover::before {
    background: #8B7CF6;
}

.bx-toc-caret {
    font-size: 12px;
    margin-left: 8px;
    color: #C9C1FB;
    display: inline-block;
    transition: transform 0.2s ease;
}

.bx-toc-rail-group.is-open .bx-toc-caret {
    transform: rotate(180deg);
}

.blog-single-wrap h2[id^="item-"],
.blog-single-wrap h3[id^="item-"],
.blog-single-wrap h4[id^="item-"] {
    scroll-margin-top: 120px;
}

.bx-hero-banner-wrap {
    width: 100%;
    margin-bottom: 40px;
}

.bx-toc-mobile {
    display: none;
}

.bx-toc-mobile .bx-toc-block {
    background: #161029;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 4px 18px 6px;
    margin-bottom: 0;
}

.bx-toc-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 12px 0;
    background: transparent;
    border: 0;
    text-align: left;
}

.bx-toc-mobile-toggle .bx-toc-rail-label {
    margin-bottom: 0;
}

.bx-toc-mobile-toggle .icon {
    font-size: 22px;
    line-height: 1;
    color: #C9C1FB;
}

.bx-toc-mobile-toggle .bx-toc-icon-close,
.bx-toc-mobile-toggle[aria-expanded="true"] .bx-toc-icon-open {
    display: none;
}

.bx-toc-mobile-toggle[aria-expanded="true"] .bx-toc-icon-close {
    display: block;
}

.bx-toc-mobile .bx-toc-rail {
    display: none;
}

.bx-toc-mobile.is-open .bx-toc-rail {
    display: flex;
    max-height: 250px;
    padding-top: 6px;
    padding-bottom: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bx-toc-mobile .bx-toc-more {
    display: none;
}


@media (max-width: 991px) {
    .bx-toc-rail-text{
        font-size:16px;
    }
    .bx-toc-mobile {
        display: block;
        margin-bottom: 30px;
    }

    .blog-right-side .bx-toc-block {
        display: none;
    }

    .bx-toc-rail-label {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    .bx-toc-rail-num,
    .bx-toc-rail-text {
        font-size: 15px;
    }
}

@media (max-width: 575px) {

    .bx-toc-rail-num,
    .bx-toc-rail-text {
        font-size: 14px;
    }

    .bx-toc-rail-label {
        font-size: 15px;
    }
}


/* -------------------------------------------------------------------------
   Hero banner
   ------------------------------------------------------------------------- */

.bx-hero-banner {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1293 / 516;
    border-radius: 20px;
    overflow: hidden;
    background: radial-gradient(120% 140% at 15% 20%, #241A45 0%, #0E0B1B 55%, #0A0812 100%);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.bx-hero-banner-img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    border-radius: 0;
}

.bx-hero-banner-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 0 44px;
}

.bx-hero-banner-text {
    width: 44%;
    flex-shrink: 0;
}

.bx-hero-banner-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 0;
    padding: 0;
}

.bx-hero-banner-title .v3-grad {
    background: linear-gradient(89.98deg, #f5d255 -3.37%, #36e7c4 99.98%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

@media (max-width:1280px) {
    .bx-hero-banner-title {
        font-size: 28px;
        line-height: 40px;
    }
}

@media (max-width:991px) {
    .bx-hero-banner-overlay {
        padding: 0 32px;
    }

    .bx-hero-banner-title {
        font-size: 26px;
        line-height: 35px;
    }
}

@media (max-width:767px) {
    .bx-hero-banner-overlay {
        padding: 0 24px;
    }

    .bx-hero-banner-text {
        width: 52%;
    }

    .bx-hero-banner-title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width:575px) {
    .bx-hero-banner {
        aspect-ratio: auto;
    }

    .bx-hero-banner-img {
        position: static;
        height: auto;
        aspect-ratio: 1293 / 516;
    }

    .bx-hero-banner-overlay {
        position: static;
        background: none;
        padding: 18px 18px 20px;
    }

    .bx-hero-banner-text {
        width: 100%;
    }

    .bx-hero-banner-title {
        font-size: 20px;
        line-height: 28px;
    }
}


/* -------------------------------------------------------------------------
   Sidebar: sticky rail, author card & Google preferred-source button
   ------------------------------------------------------------------------- */

.blog-detail .blog-right-side .table-scroll {
    max-height: none;
    overflow-x: visible;
    overflow-y: visible;
}

@media (min-width: 992px) {
    .blog-detail .blog-right-side.table-content {
        position: sticky;
        top: var(--bx-sidebar-top, 110px) !important;
    }
}

@media (max-width: 991px) {
    .blog-detail .blog-right-side.table-content {
        position: static;
        top: auto !important;
    }
}

.bx-author-card {
    background: #161029;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 22px;
    margin-top: 18px;
    margin-bottom: 20px;
}

.bx-author-card-label {
    display: block;
    font-size: 16px;
    color: #D9D9D9;
    margin-bottom: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.bx-author-card-label:hover,
.bx-author-card-label:focus-visible {
    color: #C9C1FB;
    text-decoration: underline;
}

.bx-author-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.bx-author-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
}

.bx-author-name {
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #F3F1F8;
    line-height: 1.3;
}

.bx-author-role {
    font-size: 14px;
    color: #C9C1FB;
    margin-top: 2px;
    font-family: "Epilogue";

}

.bx-author-bio {
    font-size: 18px;
    line-height: 30px;
    color: #D9D9D9;
    margin-bottom: 16px;
}

@media (max-width: 1280px) {
    .bx-author-name {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .bx-author-bio {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .bx-author-bio {
        font-size: 14px;
        line-height: 24px;
    }
}

.bx-author-socials {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.bx-social-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #A8A3B8;
    text-decoration: none;
    transition: all 0.2s ease;
}

.bx-social-btn:hover {
    color: #0A0912;
    background: #8B7CF6;
    border-color: #8B7CF6;
}

.bx-author-cta {
    display: block;
    text-align: center;
    width: 100%;
    background: #8B7CF6;
    color: #0A0912;
    font-weight: 700;
    font-size: 16px;
    padding: 11px 10px;
    border-radius: 9px;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: background 0.2s ease;
}

.bx-author-cta:hover {
    background: #A294F8;
    color: #0A0912;
}

.google-preferred-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 14px;
    background:
        linear-gradient(135deg, rgba(139, 124, 246, 0.12), rgba(139, 124, 246, 0.03)),
        #161029;
    border: 1px solid rgba(139, 124, 246, 0.30);
    border-radius: 14px;
    color: #D9D9D9;
    font-family: 'Epilogue', sans-serif;
    font-size: 15px;
    line-height: 1.35;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.google-preferred-btn:hover {
    border-color: rgba(139, 124, 246, 0.60);
    color: #F3F1F8;
    text-decoration: none;
}

.google-preferred-mark {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.google-preferred-mark svg {
    width: 19px;
    height: 19px;
    display: block;
}

.google-preferred-btn .rule {
    width: 1px;
    align-self: stretch;
    margin: 1px 0;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

.google-preferred-btn .label {
    flex: 1;
    min-width: 0;
}

.google-preferred-btn .label b {
    color: #8B7CF6;
    font-weight: 600;
}

.google-preferred-btn .go {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 15px;
    line-height: 1;
    color: #C9C1FB;
    transition: all 0.2s ease;
}

.google-preferred-btn:hover .go {
    background: #8B7CF6;
    border-color: #8B7CF6;
    color: #0A0912;
}

@media (max-width: 767px) {
    .google-preferred-btn {
        font-size: 14px;
    }
}

/* -------------------------------------------------------------------------
   CTA 1 — Mid-article (after "Steps to Tokenize a Real-World Asset")

   Design/content copied verbatim from rwa-blog-cta-blocks. Two adjustments were
   required for it to actually render as designed inside the article column:

   1. Selectors are prefixed with .blog-single-wrap. blog-details.css styles
      `.blog-single-wrap p` and `.blog-single-wrap a` (0,1,1), which outrank the
      source's single-class selectors (0,1,0) and were resetting the title/sub
      font sizes and the button.
   2. The button re-asserts -webkit-text-fill-color / background-clip, because
      `.blog-single-wrap a` paints link text with a gold-teal gradient via
      background-clip:text — which made the white button label transparent.

   The source declared its palette on :root, but common.css already owns
   --accent / --text / --bg site-wide, so the same values are scoped to .cta-mid
   here rather than leaking page-wide.
   ------------------------------------------------------------------------- */

.blog-single-wrap .cta-mid {
    --card-bg: #16141d;
    --accent: #7c3aed;
    --accent-dark: #5b21b6;
    --accent-soft: rgba(124, 58, 237, 0.12);
    --text: #ffffff;
    --text-dim: rgba(255, 255, 255, 0.65);
    --radius: 16px;
    --font-display: "Poppins", "Segoe UI", system-ui, sans-serif;
}

.blog-single-wrap .cta-mid {
    width: 100%;
    max-width: 720px;
    background: linear-gradient(135deg, var(--card-bg) 0%, #1c1926 100%);
    border: 1px solid rgba(124,58,237,0.35);
    border-radius: var(--radius);
    padding: 28px 30px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin:40px 0;
}

.blog-single-wrap .cta-mid__icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: var(--accent-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.blog-single-wrap .cta-mid__icon svg { width: 26px; height: 26px; fill: var(--accent); }

.blog-single-wrap .cta-mid__body {
    flex: 1;
    min-width: 220px;
}

.blog-single-wrap .cta-mid__title {
    font-family: var(--font-display);
    font-weight: 700;
    /* !important: common.css sets `p, .p { font-size: ... !important }` site-wide,
       which otherwise drives every CTA paragraph off the source's sizes. */
    font-size: 18px !important;
    line-height: 1.4;
    color: var(--text);
    margin: 0 0 4px 0;
    padding: 0;
}

.blog-single-wrap .cta-mid__sub {
    font-family: var(--font-body, "Inter", "Segoe UI", system-ui, sans-serif);
    font-weight: 400;
    font-size: 14px !important;
    color: var(--text-dim);
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.blog-single-wrap .cta-mid__btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent);
    background-clip: border-box;
    -webkit-background-clip: border-box;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 14px;
    padding: 12px 22px;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.2s ease;
}
.blog-single-wrap .cta-mid__btn:hover {
    background: var(--accent-dark);
    color: #fff;
    -webkit-text-fill-color: #fff;
    transform: translateY(-1px);
}
.blog-single-wrap .cta-mid__btn svg { width: 14px; height: 14px; fill: currentColor; }

@media (max-width: 520px) {
    .blog-single-wrap .cta-mid { flex-direction: column; text-align: center; }
    .blog-single-wrap .cta-mid__btn { width: 100%; justify-content: center; }

    /* blog-details.css sets `.blog-single-wrap p { text-align: start }` under
       575px, which beats the centring inherited from .cta-mid above. */
    .blog-single-wrap .cta-mid__title,
    .blog-single-wrap .cta-mid__sub { text-align: center; }
}

/* -------------------------------------------------------------------------
   "How Does Real-World Asset Tokenization Work?" process diagram
   Design/structure from rwa-tokenization-process-purple.html.

   Adapted for use inside the article column:
   - Everything is namespaced under .rwa-process. The source used bare, very
     generic selectors (.section, .node, .label, .num, h1, footer) that would
     have collided with site-wide styles.
   - The source's global reset (* / html / body rules) is scoped to the widget
     instead of applied page-wide.
   - The palette was declared on :root; common.css already owns --surface and
     --text site-wide, so the same values live on .rwa-process here.
   - Responsiveness: the source jumped between transform:scale(.74) and (.42) at
     two viewport breakpoints, which both overflows an ~830px article column and
     leaves the un-scaled 800px box height behind as dead space. Here the same
     uniform-scale idea runs continuously off the container width, and the
     wrapper's aspect-ratio collapses the height to match.
   ------------------------------------------------------------------------- */

.blog-single-wrap .rwa-process {
    --surface: #FFFFFF;
    --line: #E6E2F5;
    --text: #1C1633;
    --text-dim: #79728F;

    position: relative;
    width: 100%;
    aspect-ratio: 980 / 800;
    margin: 0 0 40px;
    overflow: hidden;
}

.blog-single-wrap .rwa-process * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.blog-single-wrap .rwa-process__card {
    position: absolute;
    top: 0;
    left: 0;
    width: 980px;
    height: 800px;
    transform-origin: top left;
    /* refined to the exact container width by JS; these are the no-JS fallbacks */
    transform: scale(var(--rwa-scale, 0.85));
    border-radius: 28px;
    background: var(--surface);
    border: 1px solid var(--line);
    overflow: hidden;
    box-shadow: 0 30px 80px -36px rgba(70, 60, 120, .22);
    font-family: 'Space Grotesk', sans-serif;
    color: var(--text);
}

.blog-single-wrap .rwa-process__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 8%, rgba(108, 76, 224, .07), transparent 40%),
        radial-gradient(circle at 92% 92%, rgba(224, 114, 46, .08), transparent 42%);
    pointer-events: none;
}

.blog-single-wrap .rwa-process .eyebrow {
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11.5px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #6C4CE0;
    background: rgba(108, 76, 224, .07);
    border: 1px solid rgba(108, 76, 224, .25);
    padding: 6px 14px;
    border-radius: 100px;
    white-space: nowrap;
}

.blog-single-wrap .rwa-process .eyebrow .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6C4CE0;
}

.blog-single-wrap .rwa-process .rwa-title {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: var(--text);
    background: none;
    -webkit-text-fill-color: currentColor;
}

.blog-single-wrap .rwa-process .rwa-title span {
    background: linear-gradient(97deg, #8467F0, #3A1F9E 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.blog-single-wrap .rwa-process .sub {
    position: absolute;
    top: 118px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11.5px;
    letter-spacing: .08em;
    color: var(--text-dim);
}

.blog-single-wrap .rwa-process svg.orbit {
    position: absolute;
    top: 0;
    left: 0;
    width: 980px;
    height: 800px;
    pointer-events: none;
}

.blog-single-wrap .rwa-process .ring-path {
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    opacity: .55;
}

.blog-single-wrap .rwa-process .ring-flow {
    fill: none;
    stroke: url(#rwaFlowGrad);
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-dasharray: 16 620;
    animation: rwa-ringflow 7s linear infinite;
}

@keyframes rwa-ringflow {
    to { stroke-dashoffset: -636; }
}

.blog-single-wrap .rwa-process .spoke {
    fill: none;
    stroke: #E6E2F5;
    stroke-width: 1.6;
    transition: stroke .3s ease, stroke-width .3s ease;
}

.blog-single-wrap .rwa-process .flow {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 1 40;
    opacity: 0;
    transition: opacity .3s ease;
}

.blog-single-wrap .rwa-process .flow.active {
    opacity: 1;
    animation: rwa-flowmove 1.1s linear infinite;
}

@keyframes rwa-flowmove {
    to { stroke-dashoffset: -82; }
}

.blog-single-wrap .rwa-process .hub {
    position: absolute;
    left: 490px;
    top: 450px;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--surface);
    border: 1px solid var(--line);
    z-index: 3;
    box-shadow: 0 12px 30px -14px rgba(60, 40, 120, .25);
}

.blog-single-wrap .rwa-process .hub-inner {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #8467F0, #3A1F9E);
    box-shadow: 0 10px 24px -8px rgba(108, 76, 224, .45);
    transition: background .4s ease;
}

.blog-single-wrap .rwa-process .hub-inner svg {
    width: 30px;
    height: 30px;
    stroke: #fff;
    fill: none;
    stroke-width: 1.8;
}

.blog-single-wrap .rwa-process .hub-step {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    background: #1C1633;
    padding: 3px 10px;
    border-radius: 100px;
    letter-spacing: .05em;
    white-space: nowrap;
}

.blog-single-wrap .rwa-process .node {
    position: absolute;
    width: 176px;
    height: 104px;
    transform: translate(-50%, -50%);
    border-radius: 18px;
    background: var(--surface);
    border: 1.5px solid var(--line);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    text-align: center;
    padding: 0 10px;
    transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
    z-index: 2;
}

.blog-single-wrap .rwa-process .node .num {
    position: absolute;
    top: -11px;
    left: -11px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px -3px rgba(0, 0, 0, .25);
}

.blog-single-wrap .rwa-process .node .ico {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease;
}

.blog-single-wrap .rwa-process .node .ico svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke-width: 1.8;
}

.blog-single-wrap .rwa-process .node .label {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.28;
    color: var(--text);
}

.blog-single-wrap .rwa-process .node.active {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 20px 40px -18px rgba(30, 20, 60, .3);
}

/* hexagon vertex positions, center 490,450 r=235 */
.blog-single-wrap .rwa-process .n1 { left: 490px;   top: 215px; }
.blog-single-wrap .rwa-process .n2 { left: 693.5px; top: 332.5px; }
.blog-single-wrap .rwa-process .n3 { left: 693.5px; top: 567.5px; }
.blog-single-wrap .rwa-process .n4 { left: 490px;   top: 685px; }
.blog-single-wrap .rwa-process .n5 { left: 286.5px; top: 567.5px; }
.blog-single-wrap .rwa-process .n6 { left: 286.5px; top: 332.5px; }

.blog-single-wrap .rwa-process .rwa-footer {
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10.5px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--text-dim);
}

.blog-single-wrap .rwa-process .hint {
    position: absolute;
    bottom: 56px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px;
    color: var(--text-dim);
}

/* No-JS fallbacks, stepped to roughly match the column width at each breakpoint */
@media (max-width: 1399px) {
    .blog-single-wrap .rwa-process__card { transform: scale(var(--rwa-scale, 0.72)); }
}

@media (max-width: 991px) {
    .blog-single-wrap .rwa-process__card { transform: scale(var(--rwa-scale, 0.70)); }
}

@media (max-width: 767px) {
    .blog-single-wrap .rwa-process__card { transform: scale(var(--rwa-scale, 0.50)); }
}

@media (max-width: 575px) {
    .blog-single-wrap .rwa-process { margin-bottom: 25px; }
    .blog-single-wrap .rwa-process__card { transform: scale(var(--rwa-scale, 0.36)); }
}

@media (prefers-reduced-motion: reduce) {
    .blog-single-wrap .rwa-process .ring-flow,
    .blog-single-wrap .rwa-process .flow.active {
        animation: none;
    }
}

/* -------------------------------------------------------------------------
   "RWA Tokenization Standards" diagram
   Design/structure from rwa-tokenization-standards-light.html.

   Adapted the same way as .rwa-process above: namespaced (the source styled
   bare .section/.node/.ico/.code/h1/footer), the global reset and palette
   scoped to the widget, and the fixed 960x780 canvas scaled continuously off
   the container width instead of the source's two transform:scale breakpoints.
   ------------------------------------------------------------------------- */

.blog-single-wrap .rwa-standards {
    --surface: #FFFFFF;
    --surface-2: #F3F0FF;
    --line: #E3DEF5;
    --violet: #6C4CE0;
    --violet-dim: rgba(108, 76, 224, .14);
    --gold: #C97F0E;
    --text: #1C1633;
    --text-dim: #77708F;

    position: relative;
    width: 100%;
    aspect-ratio: 960 / 780;
    margin: 0 0 40px;
    overflow: hidden;
}

.blog-single-wrap .rwa-standards * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.blog-single-wrap .rwa-standards__card {
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 780px;
    transform-origin: top left;
    /* refined to the exact container width by JS; these are the no-JS fallbacks */
    transform: scale(var(--rwa-scale, 0.86));
    border-radius: 28px;
    background: var(--surface);
    border: 1px solid var(--line);
    overflow: hidden;
    box-shadow: 0 30px 80px -36px rgba(70, 60, 120, .22);
    font-family: 'Space Grotesk', sans-serif;
    color: var(--text);
}

.blog-single-wrap .rwa-standards__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 55%, rgba(108, 76, 224, .06), transparent 55%),
        radial-gradient(circle at 92% 8%, rgba(201, 127, 14, .06), transparent 40%);
    pointer-events: none;
}

.blog-single-wrap .rwa-standards .eyebrow {
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11.5px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--gold);
    background: rgba(201, 127, 14, .08);
    border: 1px solid rgba(201, 127, 14, .28);
    padding: 6px 14px;
    border-radius: 100px;
    white-space: nowrap;
}

.blog-single-wrap .rwa-standards .eyebrow .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 8px rgba(201, 127, 14, .5);
}

.blog-single-wrap .rwa-standards .rwa-title {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: var(--text);
    background: none;
    -webkit-text-fill-color: currentColor;
}

.blog-single-wrap .rwa-standards .rwa-title span {
    background: linear-gradient(97deg, #6C4CE0, var(--gold) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.blog-single-wrap .rwa-standards svg.orbit {
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 780px;
    pointer-events: none;
}

.blog-single-wrap .rwa-standards .ring {
    fill: none;
    stroke: var(--line);
    stroke-width: 1;
    stroke-dasharray: 2 8;
}

.blog-single-wrap .rwa-standards .spoke {
    fill: none;
    stroke: var(--line);
    stroke-width: 1.6;
    transition: stroke .35s ease, stroke-width .35s ease, opacity .35s ease;
}

.blog-single-wrap .rwa-standards .spoke.active {
    stroke: var(--violet);
    stroke-width: 2.2;
}

.blog-single-wrap .rwa-standards .flow {
    fill: none;
    stroke: var(--gold);
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-dasharray: 1 46;
    opacity: 0;
    transition: opacity .35s ease;
}

.blog-single-wrap .rwa-standards .flow.active {
    opacity: 1;
    animation: rwa-std-flow 1.4s linear infinite;
}

@keyframes rwa-std-flow {
    to { stroke-dashoffset: -94; }
}

.blog-single-wrap .rwa-standards .hub {
    position: absolute;
    left: 480px;
    top: 440px;
    transform: translate(-50%, -50%);
    width: 132px;
    height: 132px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 32% 28%, var(--surface-2), var(--surface) 70%);
    border: 1px solid var(--line);
    box-shadow: 0 0 0 10px var(--violet-dim);
    z-index: 3;
}

.blog-single-wrap .rwa-standards .hub-inner {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #E8A93A, var(--gold));
    box-shadow: 0 10px 26px -8px rgba(201, 127, 14, .45);
}

.blog-single-wrap .rwa-standards .hub-inner svg {
    width: 30px;
    height: 30px;
    stroke: #2A1900;
    fill: none;
    stroke-width: 1.8;
}

.blog-single-wrap .rwa-standards .node {
    position: absolute;
    width: 150px;
    height: 96px;
    transform: translate(-50%, -50%);
    border-radius: 18px;
    background: linear-gradient(160deg, var(--surface-2), var(--surface));
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease, background .3s ease;
    z-index: 2;
}

.blog-single-wrap .rwa-standards .node .ico {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(108, 76, 224, .08);
    border: 1px solid var(--line);
    transition: border-color .3s ease, background .3s ease;
}

.blog-single-wrap .rwa-standards .node .ico svg {
    width: 17px;
    height: 17px;
    stroke: var(--text-dim);
    fill: none;
    stroke-width: 1.7;
    transition: stroke .3s ease;
}

.blog-single-wrap .rwa-standards .node .code {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .01em;
    color: var(--text);
}

.blog-single-wrap .rwa-standards .node.active {
    border-color: var(--violet);
    background: linear-gradient(160deg, rgba(108, 76, 224, .10), var(--surface));
    transform: translate(-50%, -50%) scale(1.06);
    box-shadow: 0 0 0 6px var(--violet-dim), 0 18px 34px -14px rgba(108, 76, 224, .28);
}

.blog-single-wrap .rwa-standards .node.active .ico {
    background: rgba(201, 127, 14, .14);
    border-color: var(--gold);
}

.blog-single-wrap .rwa-standards .node.active .ico svg { stroke: var(--gold); }
.blog-single-wrap .rwa-standards .node.active .code { color: #0F0A20; }

.blog-single-wrap .rwa-standards .n0 { left: 480px;   top: 210px; }
.blog-single-wrap .rwa-standards .n1 { left: 698.7px; top: 308.9px; }
.blog-single-wrap .rwa-standards .n2 { left: 615.2px; top: 566.1px; }
.blog-single-wrap .rwa-standards .n3 { left: 344.8px; top: 566.1px; }
.blog-single-wrap .rwa-standards .n4 { left: 261.3px; top: 308.9px; }

.blog-single-wrap .rwa-standards .rwa-footer {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--text-dim);
}

/* No-JS fallbacks, stepped to roughly match the column width at each breakpoint */
@media (max-width: 1399px) {
    .blog-single-wrap .rwa-standards__card { transform: scale(var(--rwa-scale, 0.73)); }
}

@media (max-width: 991px) {
    .blog-single-wrap .rwa-standards__card { transform: scale(var(--rwa-scale, 0.71)); }
}

@media (max-width: 767px) {
    .blog-single-wrap .rwa-standards__card { transform: scale(var(--rwa-scale, 0.51)); }
}

@media (max-width: 575px) {
    .blog-single-wrap .rwa-standards { margin-bottom: 25px; }
    .blog-single-wrap .rwa-standards__card { transform: scale(var(--rwa-scale, 0.37)); }
}

@media (prefers-reduced-motion: reduce) {
    .blog-single-wrap .rwa-standards .flow.active { animation: none; }
}

/* -------------------------------------------------------------------------
   "Types of Assets That Can Be Tokenized" category deck
   Design/structure from rwa-asset-categories-deck.html.

   Adapted the same way as the two diagrams above: namespaced (the source styled
   bare .section/.card/.name/.bar/.dots/h1/footer), the global reset and palette
   scoped to the widget, and the fixed 980x680 canvas scaled continuously off
   the container width instead of the source's two transform:scale breakpoints.
   ------------------------------------------------------------------------- */

.blog-single-wrap .rwa-deck {
    --surface: #FFFFFF;
    --line: #E6E2F5;
    --text: #1C1633;
    --text-dim: #79728F;

    position: relative;
    width: 100%;
    aspect-ratio: 980 / 680;
    margin: 0 0 40px;
    overflow: hidden;
}

.blog-single-wrap .rwa-deck * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.blog-single-wrap .rwa-deck__card {
    position: absolute;
    top: 0;
    left: 0;
    width: 980px;
    height: 680px;
    transform-origin: top left;
    /* refined to the exact container width by JS; these are the no-JS fallbacks */
    transform: scale(var(--rwa-scale, 0.85));
    border-radius: 28px;
    background: var(--surface);
    border: 1px solid var(--line);
    overflow: hidden;
    box-shadow: 0 30px 80px -36px rgba(70, 60, 120, .22);
    font-family: 'Space Grotesk', sans-serif;
    color: var(--text);
}

.blog-single-wrap .rwa-deck__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 6% 10%, rgba(76, 99, 224, .07), transparent 42%),
        radial-gradient(circle at 95% 90%, rgba(18, 161, 80, .07), transparent 42%);
    pointer-events: none;
}

.blog-single-wrap .rwa-deck .eyebrow {
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11.5px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #4C63E0;
    background: rgba(76, 99, 224, .07);
    border: 1px solid rgba(76, 99, 224, .25);
    padding: 6px 14px;
    border-radius: 100px;
    white-space: nowrap;
}

.blog-single-wrap .rwa-deck .eyebrow .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4C63E0;
}

.blog-single-wrap .rwa-deck .rwa-title {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: var(--text);
    background: none;
    -webkit-text-fill-color: currentColor;
}

.blog-single-wrap .rwa-deck .rwa-title span {
    background: linear-gradient(97deg, #4C63E0, #12A150 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.blog-single-wrap .rwa-deck .hint {
    position: absolute;
    top: 116px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: .08em;
    color: var(--text-dim);
}

.blog-single-wrap .rwa-deck .deck {
    position: absolute;
    left: 50%;
    top: 398px;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 340px;
}

.blog-single-wrap .rwa-deck .card {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 196px;
    height: 264px;
    margin-left: -98px;
    margin-top: -132px;
    border-radius: 20px;
    background: var(--surface);
    border: 1.5px solid var(--line);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 22px 16px;
    cursor: pointer;
    transition: transform .5s cubic-bezier(.22, .9, .32, 1), box-shadow .4s ease, border-color .4s ease;
}

.blog-single-wrap .rwa-deck .card .num {
    position: absolute;
    top: 16px;
    left: 16px;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    font-size: 11px;
    color: var(--text-dim);
}

.blog-single-wrap .rwa-deck .card .ico {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .4s ease, background .4s ease;
}

.blog-single-wrap .rwa-deck .card .ico svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke-width: 1.7;
    transition: stroke .4s ease;
}

.blog-single-wrap .rwa-deck .card .name {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 15.5px;
    text-align: center;
    line-height: 1.32;
    color: var(--text);
}

.blog-single-wrap .rwa-deck .card .bar {
    width: 34px;
    height: 4px;
    border-radius: 4px;
    transition: width .4s ease, background .4s ease;
}

.blog-single-wrap .rwa-deck .card.front {
    box-shadow: 0 30px 60px -20px rgba(30, 20, 60, .32);
    z-index: 10;
}

.blog-single-wrap .rwa-deck .card.front .ico { transform: scale(1.05); }
.blog-single-wrap .rwa-deck .card.front .bar { width: 52px; }

.blog-single-wrap .rwa-deck .arrows {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.blog-single-wrap .rwa-deck .arrow-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid var(--line);
    background: var(--surface);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color .25s ease, transform .2s ease;
}

.blog-single-wrap .rwa-deck .arrow-btn:hover {
    transform: translateY(-2px);
    border-color: #4C63E0;
}

.blog-single-wrap .rwa-deck .arrow-btn svg {
    width: 16px;
    height: 16px;
    stroke: var(--text);
    fill: none;
    stroke-width: 2;
}

.blog-single-wrap .rwa-deck .dots {
    display: flex;
    gap: 8px;
}

.blog-single-wrap .rwa-deck .dot-btn {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--line);
    cursor: pointer;
    transition: background .3s ease, transform .3s ease, width .3s ease;
}

.blog-single-wrap .rwa-deck .dot-btn.on {
    width: 22px;
    border-radius: 5px;
}

.blog-single-wrap .rwa-deck .rwa-footer {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--text-dim);
}

/* No-JS fallbacks, stepped to roughly match the column width at each breakpoint */
@media (max-width: 1399px) {
    .blog-single-wrap .rwa-deck__card { transform: scale(var(--rwa-scale, 0.72)); }
}

@media (max-width: 991px) {
    .blog-single-wrap .rwa-deck__card { transform: scale(var(--rwa-scale, 0.70)); }
}

@media (max-width: 767px) {
    .blog-single-wrap .rwa-deck__card { transform: scale(var(--rwa-scale, 0.50)); }
}

@media (max-width: 575px) {
    .blog-single-wrap .rwa-deck { margin-bottom: 25px; }
    .blog-single-wrap .rwa-deck__card { transform: scale(var(--rwa-scale, 0.36)); }
}

@media (prefers-reduced-motion: reduce) {
    .blog-single-wrap .rwa-deck .card { transition: none; }
}

/* -------------------------------------------------------------------------
   CTA 3 — Intro banner
   Copied verbatim from rwa-blog-cta-blocks. Same two adjustments as CTA 1:
   selectors are prefixed with .blog-single-wrap so they outrank
   `.blog-single-wrap p` / `.blog-single-wrap a` (0,1,1), and the link
   re-asserts -webkit-text-fill-color / background-clip because those blog
   link rules paint anchor text with a gold-teal gradient.
   ------------------------------------------------------------------------- */

.blog-single-wrap .cta-intro {
    --card-bg: #16141d;
    --accent: #7c3aed;
    --text: #ffffff;
    --font-display: "Poppins", "Segoe UI", system-ui, sans-serif;
}

.blog-single-wrap .cta-intro {
    width: 100%;
    max-width: 720px;
    background: var(--card-bg);
    border-left: 3px solid var(--accent);
    border-radius: 10px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin:30px 0;
}

.blog-single-wrap .cta-intro__text {
    font-family: var(--font-body, "Inter", "Segoe UI", system-ui, sans-serif);
    font-weight: 400;
    font-size: 14px !important;
    color: var(--text);
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.blog-single-wrap .cta-intro__text strong {
    color: var(--accent);
    font-weight: 700;
}

.blog-single-wrap .cta-intro__link {
    flex-shrink: 0;
    color: var(--accent);
    -webkit-text-fill-color: var(--accent);
    background: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.blog-single-wrap .cta-intro__link:hover {
    color: var(--accent);
    -webkit-text-fill-color: var(--accent);
    text-decoration: underline;
}
