/* ==========================================================
   HOME PAGE ONLY
   Visual rhythm adjustments
   ========================================================== */

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

.hero-copy {
    max-width: 640px;
}

.hero-actions {
    margin-top: 12px;
}

.hero-principle {
    margin-top: 28px;
    margin-bottom: 48px;
    max-width: 720px;
}

.hero-principle-label {
    display: block;
    margin-bottom: 10px;

    font-family: "Sora", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-principle p {
    margin: 0;

    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--muted);
}

.hero-principle-explanation {
    margin-top: 24px;
    max-width: 720px;

    font-size: 18px;
    line-height: 1.7;
    color: var(--muted);
}

/* ----------------------------------------------------------
   WHY VERIFY
---------------------------------------------------------- */

#why-verify h2 {
    margin-bottom: 42px;
}

/* ---------- Opening ---------- */

.why-opening {
    margin: 0;
    color: var(--muted);

    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.45;
}

.why-opening-emphasis {
    margin: 8px 0 22px;

    font-family: "Sora", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.1;

    color: var(--text);
}

/* ---------- Evidence ---------- */

.why-evidence {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));

    /* tighter rows and columns */
    gap: 2px 4px;

    max-width: 620px;

    /* reduce the gap above the grid */
    margin: 20px 0 120px;
}

.why-evidence div {
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--muted);
    text-align: left;
}

/* ---------- Cost ---------- */

.why-cost {
    margin: 0;

    font-family: "Sora", sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.45;

    color: var(--text);
}

.why-climax {
    margin: 8px 0 28px;

    font-family: "Sora", sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.1;

    color: var(--text);
}

/* ---------- Resolution ---------- */

.why-resolution {
    position: relative;

    padding: 36px 0;
    margin-bottom: 48px;   /* Space below the whole block */

    font-family: "Sora", sans-serif;
    font-size: 22px;
    line-height: 1.9;
}

.why-resolution::before,
.why-resolution::after {
    content: "";
    position: absolute;
    left: 0;

    width: 64%;

    border-top: 2px solid var(--accent);
}

.why-resolution::before {
    top: 0;
}

.why-resolution::after {
    bottom: 0;
}
/* ---------- Closing ---------- */

.why-ending {
    margin: 0;

    font-family: "Sora", sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.45;

    color: var(--text);
}

.why-ending:last-child {
    margin-top: 8px;

    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.1;
}
/* ----------------------------------------------------------
   HOW IT WORKS
---------------------------------------------------------- */

#how-it-works h2 {
    margin-bottom: 40px;
}

.flow {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: var(--radius);

    padding: 42px;

    color: var(--muted);

    line-height: 2;
}

.flow strong {
    display: block;

    margin-top: 20px;
    margin-bottom: 10px;

    color: var(--text);

    font-family: "Sora", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.flow strong:first-child {
    margin-top: 0;
}

/* ----------------------------------------------------------
   What Ordius Verifies
---------------------------------------------------------- */

.ordius-verification-principles {
    margin-top: 64px;
    max-width: 820px;
}

.ordius-verification-principles h3 {
    margin: 0 0 40px;

    font-size: 28px;
    font-weight: 600;
}

.ordius-verification-principles h4 {
    margin: 48px 0 12px;

    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}

.ordius-verification-principles h4:first-of-type {
    margin-top: 20;
}

.ordius-verification-principles p {
    margin: 0 0 30px;

    font-size: 16px;
    line-height: 1.75;
}

.ordius-verification-principles p:last-child {
    margin-bottom: 0;
}

/* ----------------------------------------------------------
   Choose Experience
---------------------------------------------------------- */

.pricing-grid {
    margin-top: 42px;
}

/* ----------------------------------------------------------
   Developer Portal
---------------------------------------------------------- */

.section-container > p + .button-primary {
    margin-top: 28px;
}

/* ----------------------------------------------------------
   FAQ
---------------------------------------------------------- */

.section:last-of-type h2 {
    margin-bottom: 48px;
}

.section:last-of-type h3 {
    margin-top: 42px;
    margin-bottom: 14px;

    font-size: 22px;
}

.section:last-of-type h3:first-of-type {
    margin-top: 0;
}

.section:last-of-type p {
    color: var(--muted);
    line-height: 1.9;
}

/* ==========================================================
   HERO — MAIN CONTENT + TRUST CARD
   ========================================================== */

.hero-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
    gap: 64px;
    align-items: start;
    width: 100%;
}

.hero-main-content {
    min-width: 0;
}


/* ==========================================================
   TRUST CARD
   ========================================================== */

.trust-card {
    width: 100%;
    padding: 38px 36px;
    border: 1px solid rgba(180, 0, 0, 0.28);
    border-radius: 16px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.018),
            rgba(120, 0, 0, 0.025)
        );
    box-sizing: border-box;
}

.trust-card-label {
    display: inline-block;
    margin-bottom: 34px;
    padding: 6px 13px;
    border: 1px solid rgba(200, 0, 0, 0.55);
    border-radius: 999px;

    color: #d00000;

    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
}


/* ==========================================================
   TRUST ROW
   ========================================================== */

.trust-row {
    display: flex;
    align-items: center;
    gap: 28px;
}

.trust-icons {
    width: 110px;
    min-width: 110px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.trust-content {
    flex: 1;
    min-width: 0;
}

.trust-content h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.trust-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}


/* ==========================================================
   SVG ICONS
   ========================================================== */

.trust-svg {
    display: block;

    width: 31px;
    height: 31px;

    fill: none;
    stroke: currentColor;

    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;

    flex: 0 0 auto;
}

.trust-svg--traditional {
    color: rgba(255, 255, 255, 0.78);
}

.trust-svg--ordius {
    width: 66px;
    height: 66px;

    color: #c90000;

    stroke-width: 2.1;
}


/* ==========================================================
   DIVIDER
   ========================================================== */

.trust-divider {
    width: 100%;
    height: 1px;

    margin: 34px 0;

    background: rgba(255, 255, 255, 0.14);
}


/* ==========================================================
   ORDIUS ROW
   ========================================================== */

.trust-row--ordius {
    align-items: center;
}

/* ==========================================================
   BRAND LOCKUP — FINAL OVERRIDE
   ========================================================== */

   .hero .hero-container .brand-block {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 18px !important;
}

.hero .hero-container .brand-block .brand-logo {
    width: 72px !important;
    height: 72px !important;
    display: block !important;
    margin: 0 !important;
}

.hero .hero-container .brand-block .eyebrow {
    display: block !important;
    margin: 0 !important;
}

/* ==========================================================
   ORDIUS DOCUMENT IDENTITY FLOW
   ========================================================== */

   .ordius-flow-section {
    overflow: hidden;
}

.flow-intro {
    max-width: 900px;
    margin: 0 0 72px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}


/* ==========================================================
   FOUR-STAGE FLOW
   ========================================================== */

.document-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    width: 100%;
}

.flow-stage {
    min-width: 0;
}

.flow-stage-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.flow-stage-heading h3 {
    margin: 0;
    font-size: 26px;
    line-height: 1;
}

.flow-number {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;

    border: 1px solid #c90000;
    border-radius: 50%;

    color: #c90000;
    font-family: "Sora", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.flow-stage-description {
    min-height: 76px;
    margin: 0 0 28px;

    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}

.flow-stage-footnote {
    margin: 26px 0 0;

    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}


/* ==========================================================
   VISUAL AREA
   ========================================================== */

.flow-visual {
    min-height: 190px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}


/* ==========================================================
   PDF
   ========================================================== */

.pdf-icon-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 130px;
    min-width: 130px;
    height: 170px;

    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 8px;

    background: rgba(255, 255, 255, 0.015);
}

.pdf-icon-card span {
    margin-top: 6px;

    color: var(--text);
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.06em;
}

.flow-svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pdf-svg {
    width: 64px;
    height: 78px;
    color: rgba(255, 255, 255, 0.78);
}


/* ==========================================================
   ARROW
   ========================================================== */

.flow-arrow {
    width: 18px;
    height: 24px;
    flex: 0 0 18px;

    margin: 0 8px;

    fill: none;
    stroke: #c90000;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==========================================================
   ORDIUS BLOCK
   ========================================================== */

.ordius-block-card {
    width: 125px;
    min-width: 125px;
    height: 170px;

    padding: 18px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    border: 1px solid rgba(201, 0, 0, 0.65);
    border-radius: 10px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.018),
            rgba(120,0,0,0.035)
        );
}

.block-label {
    margin-bottom: 10px;

    color: #d00000;
    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.14em;
}

.ordius-mark-svg {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;

    fill: none;
    stroke: #c90000;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.block-id-label {
    color: var(--muted);
    font-size: 10px;
    line-height: 1.4;
}

.ordius-block-card strong {
    margin-top: 2px;

    color: var(--text);
    font-family: "Sora", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
}


/* ==========================================================
   SHARE CHANNELS
   ========================================================== */

.flow-share-visual {
    justify-content: flex-start;
    gap: 18px;
}

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

.share-channel {
    display: flex;
    align-items: center;
    gap: 9px;

    min-width: 100px;
    padding: 7px 11px;

    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 8px;

    background: rgba(255,255,255,0.018);
}

.share-channel svg {
    width: 23px;
    height: 23px;

    fill: none;
    stroke: rgba(255,255,255,0.78);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.share-channel span {
    color: var(--muted);
    font-size: 11px;
}


/* ==========================================================
   RECEIVE DEVICE
   ========================================================== */

.flow-receive-visual {
    gap: 14px;
}

.device-frame {
    width: 145px;
    height: 175px;

    padding: 10px;

    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 9px;

    background: rgba(255,255,255,0.012);
}

.device-screen {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 5px;
}

.mini-pdf {
    width: 76px;
    height: 108px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 5px;
}

.mini-pdf .pdf-svg {
    width: 40px;
    height: 50px;
}

.mini-pdf span {
    color: var(--muted);
    font-size: 7px;
}

.receive-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.receive-actions span {
    display: flex;
    align-items: center;
    gap: 7px;

    color: var(--muted);
    font-size: 10px;
}

.receive-actions svg {
    width: 19px;
    height: 19px;

    fill: none;
    stroke: rgba(255,255,255,0.72);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==========================================================
   VERIFY
   ========================================================== */

.flow-verify-visual {
    gap: 16px;
}

.identity-match {
    width: 108px;
    min-width: 108px;
    height: 112px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(52, 211, 153, 0.55);
    border-radius: 9px;

    color: #34d399;
}

.identity-match svg {
    width: 36px;
    height: 36px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;

    margin-bottom: 7px;
}

.identity-match strong {
    color: currentColor;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-align: center;
}


/* ==========================================================
   IDENTITY CONTINUITY
   ========================================================== */

.identity-continuity {
    position: relative;

    margin-top: 54px;
    padding-top: 36px;
}

.identity-continuity > svg {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 42px;

    overflow: visible;

    fill: none;
    stroke: #c90000;
    stroke-width: 1;
    stroke-dasharray: 4 4;
}

.identity-continuity-label {
    position: relative;
    z-index: 2;
    isolation: isolate;

    width: fit-content;
    margin: 0 auto;

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 11px 24px;

    border: 1px solid rgba(201, 0, 0, 0.65);
    border-radius: 999px;

    background: #000;

    color: var(--text);

    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.10em;
    white-space: nowrap;
}

.identity-continuity-label svg {
    width: 24px;
    height: 24px;

    fill: none;
    stroke: #c90000;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.continuity-dot {
    color: #c90000;
}


/* ==========================================================
   VERIFICATION ESTABLISHES
   ========================================================== */

   .verification-establishes {
    width: 100%;
    padding: 110px 0 120px;
}

.verification-establishes-container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
}


/* ----------------------------------------------------------
   HEADER
   ---------------------------------------------------------- */

.verification-eyebrow {
    display: block;
    margin-bottom: 18px;

    color: var(--muted);

    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;

    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.verification-establishes h2 {
    margin: 0 0 58px;

    color: var(--text);

    font-family: "Sora", sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.035em;
}


/* ----------------------------------------------------------
   FLOW
   ---------------------------------------------------------- */

.verification-flow {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        42px
        minmax(0, 1fr)
        42px
        minmax(0, 1fr);

    gap: 22px;

    align-items: center;
}


/* ----------------------------------------------------------
   CARD
   ---------------------------------------------------------- */

.verification-card {

    position: relative;

    min-height: 390px;

    padding: 38px 32px 34px;

    border: 1px solid rgba(255, 255, 255, 0.18);

    border-radius: 14px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.022) 0%,
            rgba(255, 255, 255, 0.006) 48%,
            rgba(90, 0, 0, 0.028) 100%
        );

    box-sizing: border-box;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.025);

    transition:
        border-color 180ms ease,
        background 180ms ease;

}

.verification-card:hover {
    border-color: rgba(200, 0, 0, 0.42);

    background:
        linear-gradient(
            145deg,
            rgba(200, 0, 0, 0.035),
            rgba(255, 255, 255, 0.008)
        );
}


/* ----------------------------------------------------------
   ICON
   ---------------------------------------------------------- */

.verification-icon {

    width: 138px;
    height: 138px;

    margin: 0 auto 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 14px;

    background:
        linear-gradient(
            to top,
            rgba(170, 0, 0, 0.22) 0%,
            rgba(120, 0, 0, 0.12) 7%,
            rgba(70, 0, 0, 0.045) 12%,
            rgba(20, 0, 0, 0.012) 18%,
            rgba(0, 0, 0, 0) 24%
        ),
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.018) 0%,
            rgba(255, 255, 255, 0.006) 45%,
            rgba(0, 0, 0, 0.02) 100%
        );

    box-sizing: border-box;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.025),
        0 0 28px rgba(140, 0, 0, 0.055);

}

.verification-icon--alert {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.025),
        0 0 28px rgba(180, 0, 0, 0.07);
}

.verification-icon svg {
    width: 112px;
    height: 112px;

    fill: none;

    stroke: rgba(255, 255, 255, 0.88);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.verification-icon--identity svg {
    stroke-width: 1.5;
}

.verification-icon--alert svg {
    stroke: #ff3030;
}

.verification-accent-fill {
    fill: #ff3030;
    stroke: none;
}

.verification-alert-circle {
    fill: rgba(255, 0, 0, 0.08);
    stroke: #ff3030;
    stroke-width: 1.4;
}


/* ----------------------------------------------------------
   NUMBER
   ---------------------------------------------------------- */

.verification-number {
    display: block;

    margin-bottom: 12px;

    color: #d00000;

    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;

    letter-spacing: 0.16em;
}


/* ----------------------------------------------------------
   TITLE
   ---------------------------------------------------------- */

.verification-card h3 {
    margin: 0 0 14px;

    color: var(--text);

    font-family: "Sora", sans-serif;
    font-size: 19px;
    font-weight: 600;

    line-height: 1.2;
    letter-spacing: -0.015em;
}


/* ----------------------------------------------------------
   DESCRIPTION
   ---------------------------------------------------------- */

.verification-card p {
    margin: 0;

    max-width: 310px;

    color: var(--muted);

    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.65;
}


/* ----------------------------------------------------------
   FLOW ARROWS
   ---------------------------------------------------------- */

.verification-arrow {
    display: flex;

    align-items: center;
    justify-content: center;
}

.verification-arrow svg {
    width: 32px;
    height: 20px;

    fill: none;

    stroke: rgba(255, 255, 255, 0.42);
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ----------------------------------------------------------
   BOTTOM NOTE
   ---------------------------------------------------------- */

.verification-note {
    display: flex;

    align-items: flex-start;

    gap: 16px;

    margin-top: 42px;
    padding-top: 28px;

    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.verification-note svg {
    width: 22px;
    height: 22px;

    flex: 0 0 auto;

    margin-top: 2px;

    fill: none;

    stroke: #d00000;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.verification-note p {
    margin: 0;

    max-width: 850px;

    color: var(--muted);

    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.65;
}

.verification-note strong {
    color: var(--text);
    font-weight: 500;
}

/* ============================================================
   ORDIUS — SAME DOCUMENT. DIFFERENT OUTCOME.
   ============================================================ */

.document-flow-v2 {
    width: 100%;
    margin: 0 auto;
    color: #F5F5F5;
    font-family: "Sora", sans-serif;
}

.document-flow-v2 h2,
.document-flow-v2 h3,
.document-flow-v2 p,
.document-flow-v2 span,
.document-flow-v2 strong,
.document-flow-v2 small {
    font-family: "Sora", sans-serif;
}


/* ============================================================
   HEADER
   ============================================================ */

.flow-v2-header {
    margin-bottom: 48px;
}

.flow-v2-header h2 {
    margin: 0 0 14px;
    font-size: clamp(23px, 4vw, 38px);
    line-height: 1.04;
    letter-spacing: -0.035em;
    font-weight: 500;
}

.flow-v2-header h2 span {
    color: #ff2b2b;
}

.flow-v2-header p {
    max-width: 900px;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    letter-spacing: -0.005em;
}


/* ============================================================
   FIVE-COLUMN GRID
   ============================================================ */

.flow-v2-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr)
        minmax(0, 1.12fr)
        minmax(0, 1fr)
        minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}


/* ============================================================
   STAGE
   ============================================================ */

.flow-v2-stage {
    min-width: 0;
}

.flow-v2-stage-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 42px;
    margin-bottom: 16px;
}

.flow-v2-stage-heading h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.015em;
}

.flow-v2-number {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #2B9DFF;
    border-radius: 50%;

    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;

    box-shadow:
        0 0 12px rgba(43, 157, 255, 0.12);
}

.flow-v2-number.attack-number {
    border-color: #FF2B35;

    box-shadow:
        0 0 14px rgba(255, 43, 53, 0.16);
}


/* ============================================================
   DESCRIPTION
   ============================================================ */

.flow-v2-description {
    min-height: 102px;
    margin: 0;

    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: -0.005em;
}


/* ============================================================
   VISUAL AREA
   ============================================================ */

.flow-v2-visual {
    position: relative;

    min-height: 245px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 12px;
}


/* ============================================================
   INVOICE CARDS
   ============================================================ */

.invoice-card {
    position: relative;

    width: 178px;
    min-height: 214px;

    padding: 16px 14px;

    background:
        linear-gradient(
            145deg,
            #F5F6F7 0%,
            #EEF1F5 100%
        );

    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 8px;

    color: #15233A;

    box-shadow:
        0 0 0 1px rgba(41, 157, 255, 0.16),
        0 12px 30px rgba(0, 0, 0, 0.38);

    transform: rotate(-0.5deg);
}

.invoice-title {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.invoice-rule {
    height: 1px;
    margin: 9px 0 10px;
    background: #D4DCE6;
}

.invoice-row {
    display: flex;
    gap: 5px;

    margin-bottom: 5px;

    font-size: 7px;
    line-height: 1.25;
}

.invoice-row span {
    color: #738095;
}

.invoice-row strong {
    color: #26364E;
    font-weight: 650;
}

.invoice-row.changed span,
.invoice-row.changed strong {
    color: #ED1F2D;
}

.invoice-identity {
    display: flex;
    align-items: center;
    gap: 7px;

    margin-top: 12px;
    padding: 8px;

    border-radius: 5px;

    background: #0C0F15;
    color: #FFFFFF;
}

.invoice-identity small {
    display: block;
    margin-bottom: 2px;

    color: #B8C4D2;
    font-size: 6px;
    letter-spacing: 0.06em;
}

.invoice-identity strong {
    display: block;

    color: #FFFFFF;
    font-size: 6px;
    font-weight: 600;
}

/* ============================================================
   ORDIUS SYMBOL
   CSS recreation of the Ordius mark used in the main nav
   ============================================================ */

   .ordius-symbol {
    position: relative;

    width: 21px;
    height: 21px;
    flex: 0 0 21px;

    display: inline-block;
    border-radius: 50%;

    background:
        radial-gradient(
            circle at 50% 50%,
            #08090b 0%,
            #08090b 62%,
            #181a1d 63%,
            #34373b 70%,
            #111214 78%,
            #050607 100%
        );

    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.05),
        0 1px 4px rgba(0,0,0,0.45);

    overflow: hidden;
}

.ordius-symbol::before {
    content: "";

    position: absolute;

    left: 50%;
    top: 8%;
    bottom: 0;

    width: 2.5px;

    transform: translateX(-50%);

    border-radius: 2px 2px 0 0;

    background:
        linear-gradient(
            90deg,
            #24272b 0%,
            #777b80 38%,
            #4c5054 52%,
            #202326 100%
        );

    box-shadow:
        0 0 1px rgba(255,255,255,0.18);
}

.ordius-symbol::after {
    content: "";

    position: absolute;

    left: 50%;
    top: 18%;

    width: 3.5px;
    height: 3.5px;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 40% 35%,
            #ff7777 0%,
            #ff2028 32%,
            #b40008 72%,
            #5b0004 100%
        );

    box-shadow:
        0 0 2px rgba(255,25,35,0.75),
        0 0 4px rgba(255,25,35,0.30);
}


/* ============================================================
   CREATE
   ============================================================ */

.flow-v2-create {
    align-items: center;
}

.official-invoice {
    border-color: rgba(53, 158, 255, 0.55);

    box-shadow:
        0 0 0 1px rgba(53, 158, 255, 0.16),
        0 12px 30px rgba(0, 0, 0, 0.38);
}


/* ============================================================
   SHARE
   ============================================================ */

.flow-v2-share {
    flex-direction: column;
    gap: 10px;
}

.shared-invoice {
    width: 145px;
    min-height: 170px;

    transform: rotate(-1deg) scale(0.9);
}

.shared-invoice .invoice-identity {
    margin-top: 9px;
}

.invoice-mini-lines {
    display: flex;
    flex-direction: column;
    gap: 5px;

    margin-top: 14px;
}

.invoice-mini-lines span {
    display: block;

    height: 3px;

    border-radius: 2px;
    background: #CBD5E1;
}

.invoice-mini-lines span:nth-child(2) {
    width: 80%;
}

.invoice-mini-lines span:nth-child(3) {
    width: 90%;
}

.invoice-mini-lines span:nth-child(4) {
    width: 65%;
}

.share-send-arrow {
    position: absolute;

    left: 51%;
    top: 96px;

    width: 50px;

    transform: translateX(-50%);

    color: #2B9DFF;
}

.share-send-arrow svg {
    display: block;

    width: 100%;
    height: auto;
}

.share-send-arrow path {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.share-mail {
    position: absolute;

    left: calc(50% + 18px);
    top: 86px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;

    color: #FFFFFF;
}

.share-mail svg {
    width: 40px;
    height: 40px;

    padding: 7px;

    border-radius: 7px;

    background: #071B2D;

    stroke: #2B9DFF;
    fill: none;
    stroke-width: 1.5;

    box-shadow:
        0 0 14px rgba(43, 157, 255, 0.12);
}

.share-mail span {
    padding: 3px 8px;

    border-radius: 4px;

    background: #0B2842;
    color: #7FC4FF;

    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.share-channels-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

    width: 100%;
    max-width: 215px;

    padding: 8px;

    border: 1px solid #173B5C;
    border-radius: 9px;

    background: rgba(4, 15, 26, 0.75);

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.30);
}

.share-channels-v2 span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;

    color: #B9C9D9;

    font-size: 7px;
}

.share-channels-v2 svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: #D8E6F5;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ============================================================
   ATTACK
   ============================================================ */

.flow-v2-attack {
    overflow: visible;
}

.flow-v2-attack::before {
    content: "";

    position: absolute;
    inset: 5% -12% 0;

    background:
        radial-gradient(
            circle at 50% 48%,
            rgba(255, 20, 30, 0.12),
            transparent 60%
        );

    pointer-events: none;
}

.flow-v2-attack .modified-invoice {
    position: absolute;

    right: 0;
    top: 32px;

    z-index: 2;

    width: 150px;
    min-height: 185px;

    transform: rotate(1deg);

    border-color: rgba(255, 47, 58, 0.58);

    box-shadow:
        0 0 0 1px rgba(255, 40, 50, 0.14),
        0 0 20px rgba(255, 30, 40, 0.18),
        0 18px 40px rgba(0, 0, 0, 0.48);
}

.modified-invoice .invoice-identity {
    background: #16090A;
}

.changed-identity {
    border: 1px solid rgba(255, 43, 53, 0.35);
}

.attacker {
    position: absolute;

    left: 2px;
    bottom: 12px;

    z-index: 3;

    width: 112px;
    height: 190px;

    filter:
        drop-shadow(0 0 10px rgba(255, 20, 30, 0.20));
}

.attacker-head {
    position: absolute;

    left: 31px;
    top: 8px;

    width: 58px;
    height: 70px;

    background:
        linear-gradient(
            160deg,
            #111722 0%,
            #030405 70%
        );

    clip-path: polygon(
        50% 0%,
        88% 30%,
        80% 100%,
        20% 100%,
        12% 30%
    );

    border-radius: 50% 50% 35% 35%;
}

.attacker-head::before {
    content: "";

    position: absolute;

    left: 9px;
    right: 9px;
    bottom: 10px;

    height: 22px;

    background:
        linear-gradient(
            180deg,
            transparent,
            #020304
        );

    border-radius: 50%;
}

.attacker-eye {
    position: absolute;

    top: 42px;

    width: 11px;
    height: 3px;

    border-radius: 50%;

    background: #FF2531;

    box-shadow:
        0 0 6px rgba(255, 37, 49, 0.65);
}

.attacker-eye-left {
    left: 17px;
    transform: rotate(8deg);
}

.attacker-eye-right {
    right: 17px;
    transform: rotate(-8deg);
}

.attacker-body {
    position: absolute;

    left: 9px;
    bottom: 0;

    width: 94px;
    height: 128px;

    background:
        linear-gradient(
            160deg,
            #151B26,
            #030405 68%
        );

    clip-path: polygon(
        31% 0,
        69% 0,
        100% 100%,
        0 100%
    );

    border-radius: 30px 30px 5px 5px;
}

.attacker-laptop {
    position: absolute;

    left: 19px;
    bottom: 18px;

    width: 56px;
    height: 40px;

    border: 2px solid #24354A;
    border-radius: 4px;

    background: #030507;

    box-shadow:
        0 0 10px rgba(255, 30, 40, 0.12);
}

.attacker-laptop::after {
    content: "";

    position: absolute;

    left: -9px;
    right: -9px;
    bottom: -6px;

    height: 5px;

    border-radius: 0 0 5px 5px;

    background: #172131;
}

.laptop-screen {
    position: absolute;

    inset: 5px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 30, 40, 0.20),
            rgba(20, 80, 120, 0.12)
        );
}


/* ============================================================
   VERIFY
   ============================================================ */

.flow-v2-verify {
    justify-content: flex-end;
    gap: 8px;
}

.recipient {
    position: absolute;

    left: 0;
    bottom: 5px;

    width: 90px;
    height: 190px;
}

.recipient-head {
    position: absolute;

    left: 29px;
    top: 6px;

    width: 48px;
    height: 65px;

    border-radius: 45% 45% 48% 48%;

    background:
        linear-gradient(
            135deg,
            #192536,
            #07101A
        );

    transform: rotate(-7deg);

    box-shadow:
        inset -7px -5px 0 rgba(0, 0, 0, 0.25);
}

.recipient-head::after {
    content: "";

    position: absolute;

    right: -8px;
    top: 18px;

    width: 24px;
    height: 13px;

    border: 2px solid #2D9DFF;
    border-radius: 8px;

    background: transparent;
}

.recipient-body {
    position: absolute;

    left: 5px;
    bottom: 0;

    width: 80px;
    height: 125px;

    overflow: hidden;

    border-radius: 35px 35px 0 0;

    background:
        linear-gradient(
            145deg,
            #172438,
            #050A10
        );
}

.recipient-shoulder {
    position: absolute;

    left: 18px;
    top: 25px;

    width: 46px;
    height: 75px;

    border-radius: 50%;

    background: #0B1119;
}

.verify-panel {
    width: 180px;

    padding: 15px;

    border: 1px solid #146DA9;
    border-radius: 10px;

    background:
        linear-gradient(
            145deg,
            rgba(6, 23, 38, 0.96),
            rgba(4, 10, 17, 0.96)
        );

    box-shadow:
        0 0 16px rgba(26, 147, 231, 0.09);
}

.verify-panel-title {
    color: #D9EAFF;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.verify-divider {
    height: 1px;

    margin: 9px 0;

    background: #16334C;
}

.identity-mismatch {
    display: flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 13px;

    color: #FF3642;

    font-size: 8px;
    letter-spacing: 0.02em;
}

.mismatch-icon {
    width: 22px;
    height: 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #FF2634;
    border-radius: 50%;

    font-size: 17px;
    line-height: 1;

    box-shadow:
        0 0 8px rgba(255, 38, 52, 0.20);
}

.identity-values {
    padding: 10px;

    border: 1px solid #172F45;
    border-radius: 7px;

    background: rgba(0, 0, 0, 0.25);
}

.identity-values > div + div {
    margin-top: 9px;
}

.identity-values small {
    display: block;

    margin-bottom: 3px;

    color: #91A6BA;

    font-size: 7px;
}

.identity-values strong {
    display: block;

    overflow: hidden;

    color: #CFE4F8;

    font-size: 7px;
    font-weight: 600;

    white-space: nowrap;
}


/* ============================================================
   PAYMENT STOPPED
   ============================================================ */

.flow-v2-payment {
    flex-direction: column;
    gap: 22px;
}

.payment-blocked {
    width: 140px;

    padding: 17px 10px;

    display: flex;
    flex-direction: column;
    align-items: center;

    border: 1px solid #FF2735;
    border-radius: 8px;

    background:
        linear-gradient(
            145deg,
            rgba(54, 5, 8, 0.95),
            rgba(20, 4, 5, 0.95)
        );

    color: #FF6871;

    box-shadow:
        0 0 18px rgba(255, 35, 48, 0.16);
}

.payment-block-icon {
    width: 38px;
    height: 38px;

    margin-bottom: 9px;
}

.payment-block-icon svg {
    width: 100%;
    height: 100%;

    fill: none;
    stroke: #FF4B56;
    stroke-width: 2;
}

.payment-blocked strong {
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0.02em;
}

.fraudster-money {
    position: relative;

    display: flex;
    align-items: center;
    gap: 10px;
}

.money-stack {
    position: relative;

    width: 62px;
    height: 35px;
}

.money-stack span {
    position: absolute;

    left: 5px;

    width: 52px;
    height: 24px;

    border: 1px solid #FF3B48;
    border-radius: 3px;

    background: #20090B;
}

.money-stack span:nth-child(1) {
    top: 8px;
    transform: rotate(-4deg);
}

.money-stack span:nth-child(2) {
    top: 5px;
    transform: rotate(2deg);
}

.money-stack span:nth-child(3) {
    top: 2px;
}

.money-stack svg {
    position: absolute;

    left: 4px;
    top: 1px;

    width: 53px;
    height: 25px;

    fill: none;
    stroke: #FF4A56;
    stroke-width: 1;
}

.money-x {
    width: 24px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #FF2635;
    border-radius: 50%;

    color: #FF2635;

    font-size: 18px;
    font-weight: 700;
}

.fraudster-label {
    position: absolute;

    top: 37px;
    left: 72px;

    color: #FF3744;

    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.05em;

    white-space: nowrap;
}


/* ============================================================
   FOOTNOTES
   ============================================================ */

.flow-v2-footnote {
    min-height: 48px;

    margin: 18px 0 0;

    color: var(--muted);

    font-size: 13px;
    line-height: 1.55;
    font-weight: 400;
}


/* ============================================================
   BOTTOM TAKEAWAY BAR
   ============================================================ */

.flow-v2-footer {
    display: grid;

    grid-template-columns:
        1fr
        auto
        1fr
        auto
        auto
        auto
        auto;

    align-items: center;

    gap: 25px;

    margin-top: 52px;
    padding: 20px 28px;

    border: 1px solid #263A4D;
    border-radius: 16px;

    background: #111316;

    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.20);
}

.flow-v2-footer-item {
    display: flex;
    align-items: center;
    gap: 13px;

    color: var(--text);

    font-size: 14px;
    line-height: 1.35;
    font-weight: 400;
}

.flow-v2-footer-item svg {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;

    fill: none;
    stroke: #DBE9F7;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.flow-v2-footer-divider {
    width: 1px;
    height: 32px;

    background: #365066;
}

.flow-v2-footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;

    color: var(--text);

    font-size: 17px;
    letter-spacing: 0.28em;
}

.flow-v2-footer-brand .ordius-symbol {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.flow-v2-footer-tagline {
    color: var(--text);

    font-size: 13px;

    white-space: nowrap;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1050px) {

    .flow-v2-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .flow-v2-stage {
        min-height: 450px;
    }

    .flow-v2-attack-stage {
        grid-column: span 2;
    }

    .flow-v2-footer {
        grid-template-columns:
            1fr
            auto
            1fr;

        row-gap: 18px;
    }

    .flow-v2-footer-brand {
        grid-column: 1;
    }

    .flow-v2-footer-tagline {
        grid-column: 3;
    }
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 700px) {

    .document-flow-v2 {
        width: min(calc(100% - 24px), 520px);
    }

    .flow-v2-header {
        margin-bottom: 34px;
    }

    .flow-v2-header h2 {
        font-size: clamp(30px, 9vw, 42px);
        line-height: 1.08;
    }

    .flow-v2-header p {
        font-size: 15px;
        line-height: 1.6;
    }

    .flow-v2-grid {
        display: flex;
        flex-direction: column;
        gap: 38px;
    }

    .flow-v2-stage,
    .flow-v2-attack-stage {
        width: 100%;
        min-height: 0;
    }

    .flow-v2-stage-heading {
        margin-bottom: 12px;
    }

    .flow-v2-stage-heading h3 {
        font-size: 18px;
    }

    .flow-v2-description {
        min-height: 0;
        font-size: 14px;
    }

    .flow-v2-visual {
        min-height: 260px;
        margin-top: 16px;
    }

    .flow-v2-footnote {
        min-height: 0;
        margin-top: 12px;
        font-size: 12px;
    }


    /* --------------------------------------------------------
       Attack mobile
       -------------------------------------------------------- */

    .flow-v2-attack {
        min-height: 290px;
    }

    .flow-v2-attack .modified-invoice {
        right: 2%;
    }

    .attacker {
        left: 7%;
    }


    /* --------------------------------------------------------
       Verify mobile
       -------------------------------------------------------- */

    .flow-v2-verify {
        min-height: 260px;
    }

    .recipient {
        left: 3%;
    }

    .verify-panel {
        width: 190px;
    }


    /* --------------------------------------------------------
       Payment mobile
       -------------------------------------------------------- */

    .flow-v2-payment {
        min-height: 250px;
    }


    /* --------------------------------------------------------
       Footer
       -------------------------------------------------------- */

    .flow-v2-footer {
        display: flex;
        flex-direction: column;
        align-items: stretch;

        gap: 18px;

        margin-top: 38px;
        padding: 20px;
    }

    .flow-v2-footer-divider {
        width: 100%;
        height: 1px;
    }

    .flow-v2-footer-brand {
        justify-content: center;
    }

    .flow-v2-footer-tagline {
        text-align: center;
        white-space: normal;
    }
}

/* ==========================================================
   MOBILE — DELIBERATE COMPOSITION
   ========================================================== */

   @media (max-width: 900px) {

    /* ==========================================================
       HERO
       ========================================================== */

    .hero-main-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: clamp(20px, 5vw, 36px);
        align-items: start;
    }

    .hero-main-content {
        width: 100%;
        min-width: 0;
    }

    /* ==========================================================
       HERO TYPOGRAPHY
       ========================================================== */

    .hero-copy {
        font-size: clamp(14px, 3.5vw, 16px);
        line-height: 1.6;
    }

    .hero-principle {
        min-width: 0;
    }
    
    .hero-principle p {
        font-size: clamp(13px, 3vw, 16px);
        line-height: 1.55;
    }
    
    .hero-principle ul {
        margin-top: clamp(14px, 3vw, 20px);
    }
    
    .hero-principle li {
        font-size: clamp(12px, 2.8vw, 15px);
        line-height: 1.5;
    }

    /* ==========================================================
    TRUST CARD — MOBILE
    ========================================================== */

    .trust-card {
        width: 100%;
        min-width: 0;
        padding: clamp(16px, 3.5vw, 24px);
        border-radius: 12px;
    }

    .trust-card-label {
        margin-bottom: clamp(16px, 3vw, 24px);
        padding: 5px 9px;
        font-size: clamp(9px, 2.5vw, 11px);
        letter-spacing: 0.12em;
    }

    /* Each trust item: visual first, explanation second */
    .trust-row {
        display: flex;
        flex-direction: column;
        gap: clamp(12px, 3vw, 16px);
        align-items: stretch;
    }

    /* SVG AREA */
    .trust-icons {
        width: 100%;
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: clamp(4px, 1.2vw, 7px);
    }

    .trust-svg {
        width: clamp(20px, 5vw, 27px);
        height: clamp(20px, 5vw, 27px);
        flex: 0 0 auto;
    }

    .trust-svg--ordius {
        width: clamp(38px, 9vw, 48px);
        height: clamp(38px, 9vw, 48px);
        flex: 0 0 auto;
    }

    /* EXPLANATION */
    .trust-content {
        min-width: 0;
        padding-top: clamp(12px, 3vw, 16px);
        border-top: 1px solid #383838;
    }

    .trust-content h3 {
        margin-bottom: 7px;
        font-size: clamp(12px, 3vw, 15px);
        line-height: 1.3;
    }

    .trust-content p {
        font-size: clamp(11px, 2.7vw, 14px);
        line-height: 1.5;
    }

    .trust-divider {
        margin: clamp(18px, 4vw, 26px) 0;
    }

    /* ==========================================================
       BRAND LOCKUP
       ========================================================== */

    .hero .hero-container .brand-block {
        gap: clamp(10px, 3vw, 16px) !important;
    }

    .hero .hero-container .brand-block .brand-logo {
        width: clamp(48px, 13vw, 64px) !important;
        height: clamp(48px, 13vw, 64px) !important;
    }

    /* ==========================================================
       DOCUMENT IDENTITY FLOW
       ========================================================== */

    .flow-intro {
        max-width: 100%;
        margin-bottom: clamp(32px, 7vw, 48px);
        font-size: clamp(14px, 3.5vw, 16px);
        line-height: 1.6;
    }

    .document-flow {
        grid-template-columns: 1fr;
        gap: clamp(40px, 9vw, 52px);
    }

    .flow-stage {
        width: 100%;
        min-width: 0;
    }

    .flow-stage-heading {
        gap: 10px;
        margin-bottom: 12px;
    }

    .flow-stage-heading h3 {
        font-size: clamp(15px, 3.8vw, 17px);
        line-height: 1.3;
    }

    .flow-number {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
        font-size: clamp(11px, 2.8vw, 13px);
    }

    .flow-stage-description,
    .flow-stage-footnote {
        min-height: auto;
        max-width: 100%;
        font-size: clamp(13px, 3.2vw, 15px);
        line-height: 1.6;
    }

    .flow-stage-description {
        margin-bottom: 20px;
    }

    .flow-stage-footnote {
        margin-top: 18px;
    }

    /* ==========================================================
       FLOW VISUALS
       ========================================================== */

    .flow-visual {
        min-height: 150px;
        justify-content: flex-start;
    }

    .flow-create-visual,
    .flow-share-visual,
    .flow-receive-visual,
    .flow-verify-visual {
        width: 100%;
        transform-origin: left center;
    }

    .pdf-icon-card {
        width: clamp(90px, 27vw, 120px);
        min-width: clamp(90px, 27vw, 120px);
        height: clamp(125px, 38vw, 155px);
    }

    .pdf-icon-card span {
        font-size: clamp(8px, 2.3vw, 10px);
    }

    .pdf-svg {
        width: clamp(46px, 13vw, 60px);
        height: clamp(58px, 17vw, 72px);
    }

    .flow-arrow {
        width: 14px;
        height: 20px;
        margin: 0 4px;
    }

    .ordius-block-card {
        width: clamp(95px, 27vw, 115px);
        min-width: clamp(95px, 27vw, 115px);
        height: clamp(125px, 38vw, 155px);
        padding: 12px;
    }

    .block-label {
        font-size: clamp(8px, 2.2vw, 9px);
    }

    .ordius-mark-svg {
        width: clamp(28px, 8vw, 34px);
        height: clamp(28px, 8vw, 34px);
    }

    .block-id-label {
        font-size: clamp(8px, 2.5vw, 10px);
    }

    .ordius-block-card strong {
        font-size: clamp(10px, 2.9vw, 12px);
    }

    /* ==========================================================
       SHARE CHANNELS
       ========================================================== */

    .flow-share-visual {
        gap: 12px;
    }

    .share-channels {
        gap: 7px;
    }

    .share-channel {
        min-width: 82px;
        padding: 5px 8px;
    }

    .share-channel span {
        font-size: clamp(9px, 2.5vw, 11px);
    }

    /* ==========================================================
       RECEIVE DEVICE
       ========================================================== */

    .flow-receive-visual {
        gap: 10px;
    }

    .device-frame {
        width: clamp(110px, 32vw, 135px);
        height: clamp(140px, 40vw, 165px);
    }

    .receive-actions {
        gap: 7px;
    }

    .receive-actions span {
        font-size: clamp(9px, 2.5vw, 10px);
    }

    /* ==========================================================
       VERIFY VISUAL
       ========================================================== */

    .flow-verify-visual {
        gap: 10px;
    }

    .identity-match {
        width: clamp(86px, 25vw, 104px);
        min-width: clamp(86px, 25vw, 104px);
        height: clamp(92px, 28vw, 108px);
    }

    .identity-match svg {
        width: clamp(30px, 8vw, 36px);
        height: clamp(30px, 8vw, 36px);
    }

    .identity-match strong {
        font-size: clamp(9px, 2.5vw, 10px);
    }

    /* ==========================================================
       IDENTITY CONTINUITY
       ========================================================== */

    .identity-continuity {
        margin-top: clamp(32px, 7vw, 42px);
        padding-top: clamp(24px, 6vw, 30px);
    }

    .identity-continuity-label {
        width: 100%;
        max-width: calc(100% - 20px);
        box-sizing: border-box;
    
        display: flex;
        align-items: center;
        justify-content: center;
    
        gap: clamp(5px, 1.5vw, 10px);
        padding: 8px 12px;
    
        font-size: clamp(9px, 2.5vw, 11px);
        letter-spacing: 0.06em;
    
        white-space: nowrap;
    }
    
    .identity-continuity-label svg {
        width: clamp(14px, 4vw, 20px);
        height: clamp(14px, 4vw, 20px);
        flex: 0 0 auto;
    }
    
    .identity-continuity-label > span {
        white-space: nowrap;
        flex: 0 0 auto;
    }
    
    .identity-continuity-label .continuity-dot {
        flex: 0 0 auto;
        margin: 0;
    }

    /* ==========================================================
       VERIFICATION ESTABLISHES
       ========================================================== */

    .verification-establishes {
        padding: clamp(56px, 12vw, 72px) 0
                 clamp(68px, 14vw, 84px);
    }

    .verification-establishes-container {
        width: 100%;
        max-width: none;
    }

    .verification-eyebrow {
        margin-bottom: 12px;
        font-size: clamp(9px, 2.5vw, 11px);
    }

    .verification-establishes h2 {
        margin-bottom: clamp(28px, 6vw, 36px);
        font-size: clamp(15px, 3.8vw, 17px);
        line-height: 1.3;
        letter-spacing: 0;
    }

    /* ==========================================================
       VERIFICATION FLOW
       ========================================================== */

    .verification-flow {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .verification-arrow {
        transform: rotate(90deg);
    }

    /* ==========================================================
       VERIFICATION CARD
       ========================================================== */

    .verification-card {
        min-height: auto;
        padding: clamp(20px, 5vw, 28px)
                 clamp(18px, 4vw, 24px);
        border-radius: 12px;
    }

    .verification-icon {
        width: clamp(90px, 28vw, 120px);
        height: clamp(90px, 28vw, 120px);
        margin-bottom: 22px;
    }

    .verification-icon svg {
        width: clamp(68px, 22vw, 100px);
        height: clamp(68px, 22vw, 100px);
    }

    .verification-number {
        margin-bottom: 8px;
        font-size: clamp(9px, 2.5vw, 11px);
    }

    .verification-card h3 {
        margin-bottom: 10px;
        font-size: clamp(15px, 3.8vw, 17px);
        line-height: 1.3;
        letter-spacing: 0;
    }

    .verification-card p {
        max-width: 100%;
        font-size: clamp(13px, 3.2vw, 15px);
        line-height: 1.6;
    }

    /* ==========================================================
       VERIFICATION NOTE
       ========================================================== */

    .verification-note {
        gap: 10px;
        margin-top: 28px;
        padding-top: 20px;
    }

    .verification-note svg {
        width: 18px;
        height: 18px;
        flex: 0 0 auto;
    }

    .verification-note p {
        max-width: 100%;
        font-size: clamp(14px, 3.5vw, 16px);
        line-height: 1.6;
    }
}