﻿.dn-pro-page {
    --pro-orange: #ff6a1a;
    --pro-orange-2: #ff8a48;
    --pro-violet: #a855f7;
    --pro-blue: #3b82f6;
    --pro-cyan: #22d3ee;
    --pro-green: #22c55e;
    --pro-pink: #ec4899;
    --pro-ink: #070a12;
    --pro-panel: rgba(14, 20, 34, .72);
    --pro-panel-strong: rgba(12, 17, 29, .92);
    --pro-line: rgba(255, 255, 255, .105);
    --pro-line-bright: rgba(255, 255, 255, .18);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: rgba(240, 245, 255, .86);
}

    .dn-pro-page *,
    .dn-pro-page *::before,
    .dn-pro-page *::after {
        box-sizing: border-box;
    }

    .dn-pro-page h1,
    .dn-pro-page h2,
    .dn-pro-page h3,
    .dn-pro-page p {
        margin-top: 0;
    }

    .dn-pro-page h1,
    .dn-pro-page h2,
    .dn-pro-page h3 {
        color: #fff;
    }

    .dn-pro-page a {
        -webkit-tap-highlight-color: transparent;
    }

.dn-pro-noise {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .2;
    background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,.12) 0 1px, transparent 1px), radial-gradient(circle at 80% 40%, rgba(255,255,255,.08) 0 1px, transparent 1px);
    background-size: 47px 47px, 61px 61px;
    mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

.dn-pro-container {
    width: min(1220px, calc(100% - 32px));
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
}

.dn-pro-section {
    position: relative;
    padding: clamp(76px, 9vw, 132px) 0;
}

.dn-pro-section-heading {
    width: min(760px, 100%);
    margin-bottom: 44px;
}

.dn-pro-section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.dn-pro-section-heading h2,
.dn-pro-report-copy h2,
.dn-pro-faq-intro h2,
.dn-pro-final-inner h2 {
    margin: 12px 0 16px;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.02;
    letter-spacing: -.055em;
    font-weight: 950;
}

    .dn-pro-section-heading h2 span,
    .dn-pro-report-copy h2 span,
    .dn-pro-faq-intro h2 span,
    .dn-pro-final-inner h2 span {
        color: transparent;
        background: linear-gradient(110deg, var(--pro-orange-2), #ffd0b5 46%, #b987ff 92%);
        -webkit-background-clip: text;
        background-clip: text;
    }

.dn-pro-section-heading > p,
.dn-pro-report-copy > p,
.dn-pro-faq-intro > p {
    max-width: 700px;
    margin: 0;
    color: rgba(230, 237, 250, .67);
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.72;
}

.dn-pro-section-heading--center > p {
    margin-inline: auto;
}

.dn-pro-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 157, 104, .95);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .17em;
}

    .dn-pro-eyebrow::before {
        content: "";
        width: 18px;
        height: 1px;
        background: currentColor;
        box-shadow: 0 0 12px currentColor;
    }

.dn-pro-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 19px;
    border: 1px solid transparent;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 850;
    line-height: 1.2;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

    .dn-pro-button:hover {
        color: #fff;
        transform: translateY(-2px);
    }

    .dn-pro-button:focus-visible,
    .dn-pro-device-tabs button:focus-visible,
    .dn-pro-faq-item button:focus-visible,
    .dn-pro-device-panel:focus-visible {
        outline: 3px solid rgba(168, 85, 247, .4);
        outline-offset: 3px;
    }

.dn-pro-button--primary {
    color: #fff;
    background: linear-gradient(135deg, #ff7b32, #f05216 60%, #d6430d);
    border-color: rgba(255, 166, 116, .45);
    box-shadow: 0 16px 42px rgba(240, 82, 22, .28), inset 0 1px 0 rgba(255,255,255,.25);
}

    .dn-pro-button--primary:hover {
        box-shadow: 0 20px 54px rgba(240, 82, 22, .4), inset 0 1px 0 rgba(255,255,255,.28);
    }

.dn-pro-button--ghost,
.dn-pro-button--outline {
    color: rgba(246, 249, 255, .9);
    background: rgba(255, 255, 255, .045);
    border-color: rgba(255, 255, 255, .14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

    .dn-pro-button--ghost:hover,
    .dn-pro-button--outline:hover {
        background: rgba(255, 255, 255, .075);
        border-color: rgba(255, 255, 255, .25);
    }

.dn-pro-button-arrow {
    margin-left: 2px;
    font-size: 12px;
    transition: transform .2s ease;
}

.dn-pro-button:hover .dn-pro-button-arrow {
    transform: translateX(3px);
}

/* Hero */
.dn-pro-hero {
    position: relative;
    padding: clamp(48px, 6vw, 86px) 0 0;
}

    .dn-pro-hero::before {
        content: "";
        position: absolute;
        width: min(1180px, 94vw);
        height: 1px;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(90deg, transparent, rgba(255,106,26,.55), rgba(168,85,247,.38), transparent);
    }

.dn-pro-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
    opacity: .68;
}

.dn-pro-orb--one {
    width: 520px;
    height: 520px;
    left: -280px;
    top: -120px;
    background: radial-gradient(circle, rgba(255,106,26,.18), transparent 68%);
}

.dn-pro-orb--two {
    width: 640px;
    height: 640px;
    right: -260px;
    top: 60px;
    background: radial-gradient(circle, rgba(111,63,245,.18), transparent 68%);
}

.dn-pro-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(470px, .97fr);
    align-items: center;
    gap: clamp(38px, 6vw, 90px);
    min-height: 650px;
}

.dn-pro-kicker {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 7px 12px 7px 7px;
    color: rgba(246, 249, 255, .76);
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .04em;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 12px 32px rgba(0,0,0,.2);
}

.dn-pro-kicker-mark {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #ff8a48, #e24b12);
    box-shadow: 0 7px 18px rgba(255,106,26,.3);
}

.dn-pro-kicker-separator {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255,255,255,.28);
}

.dn-pro-hero-copy h1 {
    max-width: 720px;
    margin: 0 0 24px;
    font-size: clamp(48px, 6.4vw, 82px);
    line-height: .98;
    letter-spacing: -.065em;
    font-weight: 950;
}

    .dn-pro-hero-copy h1 span {
        display: block;
        margin-top: 7px;
        color: transparent;
        background: linear-gradient(100deg, var(--pro-orange-2), #ffc19f 45%, #b074ff 92%);
        -webkit-background-clip: text;
        background-clip: text;
    }

.dn-pro-hero-lead {
    max-width: 650px;
    margin-bottom: 28px;
    color: rgba(231, 237, 250, .72);
    font-size: clamp(17px, 1.8vw, 20px);
    line-height: 1.68;
}

.dn-pro-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.dn-pro-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 22px;
    margin-top: 26px;
    color: rgba(229, 236, 249, .66);
    font-size: 13px;
}

    .dn-pro-hero-proof > div {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .dn-pro-hero-proof i {
        color: rgba(255, 139, 76, .92);
    }

    .dn-pro-hero-proof b {
        color: rgba(255,255,255,.92);
    }

.dn-pro-hero-stage {
    position: relative;
    min-height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1400px;
}

.dn-pro-stage-glow {
    position: absolute;
    width: 88%;
    height: 76%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,106,26,.18), rgba(121,63,228,.11) 48%, transparent 72%);
    filter: blur(24px);
}

.dn-pro-console {
    position: relative;
    z-index: 2;
    width: min(100%, 535px);
    overflow: hidden;
    background: linear-gradient(150deg, rgba(21,29,47,.96), rgba(8,12,22,.98));
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 24px;
    box-shadow: 0 45px 100px rgba(0,0,0,.56), 0 0 80px rgba(168,85,247,.08), inset 0 1px 0 rgba(255,255,255,.08);
    transform: rotateY(-6deg) rotateX(2deg);
    transform-origin: center;
}

    .dn-pro-console::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(120deg, rgba(255,255,255,.055), transparent 24% 75%, rgba(255,106,26,.035));
    }

.dn-pro-console-topbar {
    height: 50px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 17px;
    background: rgba(255,255,255,.025);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.dn-pro-console-dots {
    display: flex;
    gap: 6px;
}

    .dn-pro-console-dots span {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: rgba(255,255,255,.18);
    }

        .dn-pro-console-dots span:first-child {
            background: rgba(255,106,26,.8);
        }

        .dn-pro-console-dots span:nth-child(2) {
            background: rgba(168,85,247,.72);
        }

.dn-pro-console-brand {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255,255,255,.76);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
}

.dn-pro-live-dot,
.dn-pro-online-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    display: inline-block;
    border-radius: 50%;
    background: var(--pro-green);
    box-shadow: 0 0 0 4px rgba(34,197,94,.11), 0 0 16px rgba(34,197,94,.7);
}

.dn-pro-console-sample {
    justify-self: end;
    color: rgba(255,255,255,.35);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
}

.dn-pro-console-body {
    padding: 28px;
}

.dn-pro-console-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.dn-pro-console-overline {
    color: rgba(255, 146, 87, .88);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
}

.dn-pro-console-head h2 {
    margin: 5px 0 0;
    font-size: 23px;
    letter-spacing: -.025em;
    font-weight: 900;
}

.dn-pro-console-score {
    min-width: 76px;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 6px;
}

    .dn-pro-console-score span {
        color: rgba(255,255,255,.4);
        font-size: 9px;
        font-weight: 800;
        letter-spacing: .12em;
    }

    .dn-pro-console-score strong {
        color: #fff;
        font-size: 30px;
        line-height: 1;
    }

.dn-pro-signal {
    height: 154px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 24px 0 20px;
    padding: 18px;
    overflow: hidden;
    background: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), rgba(0,0,0,.16);
    background-size: 24px 24px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 17px;
}

    .dn-pro-signal span {
        flex: 1;
        min-width: 2px;
        height: 12%;
        border-radius: 3px;
        background: linear-gradient(to top, rgba(255,106,26,.25), #ff7d35);
        box-shadow: 0 0 12px rgba(255,106,26,.18);
        animation: dn-pro-wave 2.6s ease-in-out infinite;
    }

        .dn-pro-signal span:nth-child(3n) {
            animation-delay: -.8s;
        }

        .dn-pro-signal span:nth-child(4n) {
            animation-delay: -1.4s;
        }

        .dn-pro-signal span:nth-child(5n) {
            animation-delay: -2s;
        }

        .dn-pro-signal span:nth-child(7n) {
            background: linear-gradient(to top, rgba(168,85,247,.25), #b568ff);
        }

@keyframes dn-pro-wave {
    0%, 100% {
        height: 12%;
        opacity: .62;
    }

    35% {
        height: 76%;
        opacity: 1;
    }

    52% {
        height: 28%;
        opacity: .78;
    }

    70% {
        height: 52%;
        opacity: .92;
    }
}

.dn-pro-console-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.dn-pro-metric {
    min-width: 0;
    padding: 13px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 13px;
}

    .dn-pro-metric > span,
    .dn-pro-metric small {
        display: block;
        overflow: hidden;
        color: rgba(255,255,255,.42);
        font-size: 9px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .dn-pro-metric strong {
        display: block;
        margin: 4px 0;
        color: #fff;
        font-size: 20px;
        line-height: 1;
    }

.dn-pro-metric--safe strong,
.dn-pro-metric--safe small i {
    color: #70e39a;
}

.dn-pro-float-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 210px;
    padding: 11px 13px;
    color: rgba(255,255,255,.88);
    background: rgba(14,20,34,.86);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    box-shadow: 0 22px 50px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.07);
    backdrop-filter: blur(18px);
    animation: dn-pro-float 5s ease-in-out infinite;
}

.dn-pro-float-card--report {
    left: -24px;
    top: 112px;
}

.dn-pro-float-card--desktop {
    right: -28px;
    bottom: 90px;
    animation-delay: -2.2s;
}

.dn-pro-float-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 11px;
    color: #ff9b64;
    background: rgba(255,106,26,.12);
    border: 1px solid rgba(255,106,26,.22);
}

.dn-pro-float-card > span:nth-child(2) {
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.dn-pro-float-card b {
    font-size: 12px;
}

.dn-pro-float-card small {
    color: rgba(255,255,255,.45);
    font-size: 10px;
}

.dn-pro-float-card > i {
    color: #68dd91;
    font-size: 11px;
}

@keyframes dn-pro-float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}

.dn-pro-stat-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 26px;
    overflow: hidden;
    background: rgba(255,255,255,.025);
    border: 1px solid rgba(255,255,255,.085);
    border-radius: 20px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}

    .dn-pro-stat-strip > div {
        min-width: 0;
        display: flex;
        align-items: baseline;
        justify-content: center;
        gap: 8px;
        padding: 20px 16px;
        border-right: 1px solid rgba(255,255,255,.075);
    }

        .dn-pro-stat-strip > div:last-child {
            border-right: 0;
        }

    .dn-pro-stat-strip strong {
        color: #fff;
        font-size: 24px;
        line-height: 1;
    }

    .dn-pro-stat-strip span {
        color: rgba(229,236,249,.55);
        font-size: 13px;
    }

/* Marquee */
.dn-pro-marquee {
    margin-top: 76px;
    overflow: hidden;
    border-block: 1px solid rgba(255,255,255,.07);
    background: rgba(255,255,255,.018);
    transform: rotate(-1deg) scale(1.02);
}

.dn-pro-marquee-track {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 17px 0;
    animation: dn-pro-marquee 34s linear infinite;
}

    .dn-pro-marquee-track span {
        color: rgba(255,255,255,.42);
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .16em;
    }

    .dn-pro-marquee-track i {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--pro-orange);
        box-shadow: 0 0 12px rgba(255,106,26,.75);
    }

@keyframes dn-pro-marquee {
    to {
        transform: translateX(-50%);
    }
}

/* Value cards */
.dn-pro-section--intro::before {
    content: "";
    position: absolute;
    inset: 20% 0 auto;
    height: 480px;
    background: radial-gradient(ellipse at center, rgba(255,106,26,.07), transparent 66%);
    pointer-events: none;
}

.dn-pro-value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.dn-pro-value-card {
    position: relative;
    min-height: 310px;
    padding: 28px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(20,27,44,.7), rgba(10,14,24,.68));
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 22px;
    box-shadow: 0 20px 48px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.045);
    transition: transform .25s ease, border-color .25s ease;
}

    .dn-pro-value-card:hover {
        transform: translateY(-6px);
        border-color: rgba(255,106,26,.25);
    }

    .dn-pro-value-card::after {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        right: -90px;
        bottom: -90px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(255,106,26,.16), transparent 68%);
    }

.dn-pro-value-number {
    position: absolute;
    right: 22px;
    top: 14px;
    color: rgba(255,255,255,.035);
    font-size: 74px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.08em;
}

.dn-pro-value-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 52px;
    border-radius: 15px;
    color: #ff9b64;
    background: rgba(255,106,26,.1);
    border: 1px solid rgba(255,106,26,.22);
    box-shadow: 0 12px 28px rgba(255,106,26,.08);
    font-size: 19px;
}

.dn-pro-value-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -.025em;
}

.dn-pro-value-card p {
    margin: 0;
    color: rgba(230,237,250,.61);
    line-height: 1.65;
}

/* Interactive lab */
.dn-pro-section--lab {
    background: radial-gradient(800px 400px at 12% 18%, rgba(168,85,247,.08), transparent 65%), radial-gradient(800px 480px at 90% 82%, rgba(59,130,246,.06), transparent 65%), rgba(3,6,12,.26);
    border-block: 1px solid rgba(255,255,255,.055);
}

.dn-pro-lab {
    overflow: hidden;
    background: linear-gradient(155deg, rgba(17,24,40,.86), rgba(7,10,18,.9));
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 26px;
    box-shadow: 0 36px 90px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.05);
}

.dn-pro-device-tabs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 8px;
    background: rgba(255,255,255,.018);
    border-bottom: 1px solid rgba(255,255,255,.075);
}

    .dn-pro-device-tabs button {
        position: relative;
        min-width: 0;
        display: grid;
        grid-template-columns: 38px 1fr;
        grid-template-rows: auto auto;
        column-gap: 10px;
        align-items: center;
        padding: 15px 12px;
        color: rgba(230,237,250,.55);
        text-align: left;
        background: transparent;
        border: 0;
        border-radius: 14px;
        transition: color .2s ease, background-color .2s ease;
    }

        .dn-pro-device-tabs button > span {
            width: 38px;
            height: 38px;
            grid-row: 1 / 3;
            display: grid;
            place-items: center;
            border-radius: 12px;
            background: rgba(255,255,255,.045);
            border: 1px solid rgba(255,255,255,.07);
        }

        .dn-pro-device-tabs button b {
            overflow: hidden;
            color: inherit;
            font-size: 13px;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .dn-pro-device-tabs button small {
            overflow: hidden;
            color: rgba(230,237,250,.35);
            font-size: 10px;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .dn-pro-device-tabs button:hover {
            color: rgba(255,255,255,.82);
            background: rgba(255,255,255,.035);
        }

        .dn-pro-device-tabs button.is-active {
            color: #fff;
            background: linear-gradient(135deg, rgba(255,106,26,.16), rgba(168,85,247,.08));
            box-shadow: inset 0 0 0 1px rgba(255,106,26,.18);
        }

            .dn-pro-device-tabs button.is-active::after {
                content: "";
                position: absolute;
                width: 34px;
                height: 2px;
                left: 50%;
                bottom: -8px;
                transform: translateX(-50%);
                background: var(--pro-orange);
                box-shadow: 0 0 18px rgba(255,106,26,.8);
            }

            .dn-pro-device-tabs button.is-active > span {
                color: #ff9d67;
                background: rgba(255,106,26,.11);
                border-color: rgba(255,106,26,.24);
            }

.dn-pro-device-panel {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 64px;
    align-items: center;
    min-height: 480px;
    padding: clamp(30px, 5vw, 66px);
}

.dn-pro-device-copy {
    transition: opacity .16s ease, transform .16s ease;
}

.dn-pro-device-panel.is-changing .dn-pro-device-copy,
.dn-pro-device-panel.is-changing .dn-pro-device-viz {
    opacity: .25;
    transform: translateY(5px);
}

.dn-pro-device-label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 153, 98, .9);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
}

.dn-pro-device-copy h3 {
    margin: 15px 0 14px;
    font-size: clamp(31px, 4vw, 50px);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -.05em;
}

.dn-pro-device-copy > p {
    max-width: 590px;
    margin-bottom: 23px;
    color: rgba(230,237,250,.65);
    font-size: 17px;
    line-height: 1.7;
}

.dn-pro-device-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .dn-pro-device-tags span {
        padding: 8px 11px;
        color: rgba(245,248,255,.75);
        background: rgba(255,255,255,.04);
        border: 1px solid rgba(255,255,255,.09);
        border-radius: 999px;
        font-size: 12px;
        font-weight: 700;
    }

.dn-pro-platform-note {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 28px;
    color: rgba(230,237,250,.43);
    font-size: 12px;
}

    .dn-pro-platform-note i {
        color: #7ed957;
        font-size: 17px;
    }

.dn-pro-device-viz {
    padding: 21px;
    background: radial-gradient(420px 180px at 50% 0%, rgba(255,106,26,.075), transparent 72%), rgba(0,0,0,.2);
    border: 1px solid rgba(255,255,255,.085);
    border-radius: 21px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
    transition: opacity .16s ease, transform .16s ease;
}

.dn-pro-viz-topline {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 15px;
    color: rgba(255,255,255,.35);
    border-bottom: 1px solid rgba(255,255,255,.07);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
}

.dn-pro-viz-status {
    color: rgba(112,227,154,.82);
}

    .dn-pro-viz-status i {
        margin-right: 5px;
        font-size: 6px;
        vertical-align: 1px;
    }

.dn-pro-gauge-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 30px 2px;
}

.dn-pro-gauge {
    --pro-score: 96;
    width: 138px;
    height: 138px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: conic-gradient(var(--pro-orange) calc(var(--pro-score) * 1%), rgba(255,255,255,.075) 0);
    box-shadow: 0 0 40px rgba(255,106,26,.11);
    transition: background .35s ease;
}

    .dn-pro-gauge::before {
        content: "";
        width: 112px;
        height: 112px;
        grid-area: 1 / 1;
        border-radius: 50%;
        background: #0c111d;
        border: 1px solid rgba(255,255,255,.065);
    }

    .dn-pro-gauge > div {
        position: relative;
        z-index: 1;
        grid-area: 1 / 1;
        text-align: center;
    }

    .dn-pro-gauge strong {
        color: #fff;
        font-size: 34px;
        line-height: 1;
    }

    .dn-pro-gauge span {
        color: rgba(255,255,255,.36);
        font-size: 11px;
    }

.dn-pro-gauge-copy > span {
    color: rgba(255,255,255,.34);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
}

.dn-pro-gauge-copy strong {
    display: block;
    margin: 5px 0;
    color: #fff;
    font-size: 22px;
}

.dn-pro-gauge-copy p {
    margin: 0;
    color: rgba(230,237,250,.5);
    font-size: 12px;
    line-height: 1.5;
}

.dn-pro-mini-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}

    .dn-pro-mini-metrics > div {
        min-width: 0;
        padding: 12px;
        background: rgba(255,255,255,.03);
        border: 1px solid rgba(255,255,255,.065);
        border-radius: 12px;
    }

    .dn-pro-mini-metrics span,
    .dn-pro-mini-metrics strong {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .dn-pro-mini-metrics span {
        margin-bottom: 3px;
        color: rgba(255,255,255,.36);
        font-size: 9px;
    }

    .dn-pro-mini-metrics strong {
        color: rgba(255,255,255,.9);
        font-size: 15px;
    }

/* Feature cards */
.dn-pro-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.dn-pro-feature-card {
    --feature-color: 255, 106, 26;
    position: relative;
    min-height: 390px;
    padding: 25px;
    overflow: hidden;
    background: radial-gradient(300px 180px at 0 0, rgba(var(--feature-color), .105), transparent 70%), linear-gradient(145deg, rgba(18,25,41,.72), rgba(9,13,23,.74));
    border: 1px solid rgba(255,255,255,.085);
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.04);
    transition: transform .24s ease, border-color .24s ease;
}

    .dn-pro-feature-card:hover {
        transform: translateY(-5px);
        border-color: rgba(var(--feature-color), .28);
    }

.dn-pro-feature-card--violet {
    --feature-color: 168, 85, 247;
}

.dn-pro-feature-card--blue {
    --feature-color: 59, 130, 246;
}

.dn-pro-feature-card--cyan {
    --feature-color: 34, 211, 238;
}

.dn-pro-feature-card--pink {
    --feature-color: 236, 72, 153;
}

.dn-pro-feature-card--green {
    --feature-color: 34, 197, 94;
}

.dn-pro-feature-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 36px;
}

.dn-pro-feature-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    color: rgb(var(--feature-color));
    background: rgba(var(--feature-color), .1);
    border: 1px solid rgba(var(--feature-color), .22);
    border-radius: 15px;
    box-shadow: 0 13px 30px rgba(var(--feature-color), .08);
    font-size: 18px;
}

.dn-pro-feature-platform {
    padding: 6px 8px;
    color: rgba(255,255,255,.35);
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 999px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
}

.dn-pro-feature-card h3 {
    margin: 0 0 7px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -.03em;
}

.dn-pro-feature-card > p {
    min-height: 50px;
    margin-bottom: 20px;
    color: rgba(230,237,250,.57);
    line-height: 1.55;
}

.dn-pro-feature-card ul,
.dn-pro-platform-card ul,
.dn-pro-price-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dn-pro-feature-card li,
.dn-pro-platform-card li,
.dn-pro-price-card li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: rgba(239,244,255,.74);
    font-size: 13px;
    line-height: 1.4;
}

    .dn-pro-feature-card li i {
        margin-top: 3px;
        color: rgb(var(--feature-color));
        font-size: 10px;
    }

/* Reports */
.dn-pro-section--reports {
    background: radial-gradient(700px 420px at 78% 45%, rgba(255,106,26,.09), transparent 67%), rgba(2,5,10,.32);
    border-block: 1px solid rgba(255,255,255,.055);
}

.dn-pro-report-grid {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    gap: clamp(50px, 8vw, 110px);
    align-items: center;
}

.dn-pro-report-copy h2 {
    font-size: clamp(36px, 4.7vw, 60px);
}

.dn-pro-report-benefits {
    display: grid;
    gap: 11px;
    margin-top: 31px;
}

    .dn-pro-report-benefits > div {
        display: flex;
        align-items: center;
        gap: 13px;
        padding: 12px;
        background: rgba(255,255,255,.025);
        border: 1px solid rgba(255,255,255,.07);
        border-radius: 15px;
    }

        .dn-pro-report-benefits > div > i {
            width: 39px;
            height: 39px;
            display: grid;
            place-items: center;
            flex: 0 0 auto;
            color: #ff9a62;
            background: rgba(255,106,26,.1);
            border-radius: 12px;
        }

    .dn-pro-report-benefits span {
        display: flex;
        flex-direction: column;
    }

    .dn-pro-report-benefits b {
        color: rgba(255,255,255,.9);
        font-size: 13px;
    }

    .dn-pro-report-benefits small {
        color: rgba(230,237,250,.45);
        font-size: 11px;
    }

.dn-pro-report-preview {
    position: relative;
    padding: 32px;
}

    .dn-pro-report-preview::before {
        content: "";
        position: absolute;
        inset: 6% 0 0 8%;
        border-radius: 28px;
        background: linear-gradient(135deg, rgba(255,106,26,.13), rgba(168,85,247,.08));
        border: 1px solid rgba(255,255,255,.07);
        transform: rotate(4deg);
    }

.dn-pro-report-paper {
    position: relative;
    z-index: 1;
    padding: clamp(22px, 4vw, 36px);
    color: #eaf0fb;
    background: linear-gradient(155deg, #151c2b, #0d121e);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 24px;
    box-shadow: 0 40px 90px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.07);
    transform: rotate(-1.5deg);
}

.dn-pro-report-header,
.dn-pro-report-title-row,
.dn-pro-chart-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.dn-pro-report-header {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.09);
}

    .dn-pro-report-header > div {
        display: flex;
        align-items: center;
        gap: 10px;
    }

.dn-pro-report-logo {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 10px;
}

    .dn-pro-report-logo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.dn-pro-report-header b,
.dn-pro-report-header small {
    display: block;
}

.dn-pro-report-header b {
    color: #fff;
    font-size: 11px;
    letter-spacing: .08em;
}

.dn-pro-report-header small {
    color: rgba(255,255,255,.4);
    font-size: 8px;
    letter-spacing: .15em;
}

.dn-pro-report-badge {
    padding: 6px 9px;
    color: #ff9b64;
    background: rgba(255,106,26,.1);
    border: 1px solid rgba(255,106,26,.2);
    border-radius: 999px;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
}

.dn-pro-report-title-row {
    padding: 26px 0 19px;
}

    .dn-pro-report-title-row > div > span,
    .dn-pro-report-info span,
    .dn-pro-report-note > span {
        display: block;
        margin-bottom: 5px;
        color: rgba(255,255,255,.34);
        font-size: 8px;
        font-weight: 900;
        letter-spacing: .13em;
    }

    .dn-pro-report-title-row h3 {
        margin: 0;
        font-size: 21px;
        font-weight: 900;
        letter-spacing: -.025em;
    }

.dn-pro-risk-badge {
    flex: 0 0 auto;
    padding: 8px 10px;
    color: #7ae4a0;
    background: rgba(34,197,94,.1);
    border: 1px solid rgba(34,197,94,.19);
    border-radius: 999px;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .1em;
}

.dn-pro-report-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

    .dn-pro-report-info > div {
        padding: 12px;
        background: rgba(255,255,255,.03);
        border: 1px solid rgba(255,255,255,.065);
        border-radius: 11px;
    }

    .dn-pro-report-info b {
        color: rgba(255,255,255,.8);
        font-size: 11px;
    }

.dn-pro-report-chart {
    margin: 18px 0;
    padding: 15px;
    background: rgba(0,0,0,.15);
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 13px;
}

.dn-pro-chart-labels {
    color: rgba(255,255,255,.34);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
}

.dn-pro-chart-bars {
    height: 80px;
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-top: 12px;
}

    .dn-pro-chart-bars i {
        height: var(--h);
        flex: 1;
        border-radius: 2px 2px 0 0;
        background: linear-gradient(to top, rgba(255,106,26,.35), #ff7d35);
    }

        .dn-pro-chart-bars i.is-alert {
            background: linear-gradient(to top, rgba(239,68,68,.45), #ef4444);
            box-shadow: 0 0 14px rgba(239,68,68,.3);
        }

.dn-pro-report-note {
    padding: 12px;
    background: rgba(255,106,26,.06);
    border-left: 2px solid rgba(255,106,26,.75);
    border-radius: 5px 11px 11px 5px;
}

    .dn-pro-report-note p {
        margin: 0;
        color: rgba(255,255,255,.64);
        font-size: 10px;
        line-height: 1.45;
    }

/* Ecosystem */
.dn-pro-ecosystem-map {
    display: grid;
    grid-template-columns: 1fr 180px 1fr;
    align-items: stretch;
}

.dn-pro-platform-card {
    position: relative;
    z-index: 1;
    min-height: 330px;
    padding: 28px;
    background: linear-gradient(145deg, rgba(18,25,41,.78), rgba(8,12,21,.82));
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 23px;
    box-shadow: 0 24px 60px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.045);
}

.dn-pro-platform-card--android {
    border-color: rgba(126,217,87,.19);
}

.dn-pro-platform-card--windows {
    border-color: rgba(59,130,246,.2);
}

.dn-pro-platform-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

    .dn-pro-platform-head > span {
        width: 54px;
        height: 54px;
        display: grid;
        place-items: center;
        flex: 0 0 auto;
        color: #7ed957;
        background: rgba(126,217,87,.09);
        border: 1px solid rgba(126,217,87,.17);
        border-radius: 16px;
        font-size: 23px;
    }

.dn-pro-platform-card--windows .dn-pro-platform-head > span {
    color: #68a2ff;
    background: rgba(59,130,246,.09);
    border-color: rgba(59,130,246,.18);
}

.dn-pro-platform-head small {
    color: rgba(255,255,255,.33);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .13em;
}

.dn-pro-platform-head h3 {
    margin: 3px 0 0;
    font-size: 23px;
    font-weight: 900;
    letter-spacing: -.025em;
}

.dn-pro-platform-card > p {
    min-height: 75px;
    margin-bottom: 22px;
    color: rgba(230,237,250,.59);
    line-height: 1.6;
}

.dn-pro-platform-card li i,
.dn-pro-price-card li i {
    margin-top: 3px;
    color: #70df97;
    font-size: 10px;
}

.dn-pro-pairing-core {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: rgba(255,255,255,.8);
}

.dn-pro-pairing-line {
    position: absolute;
    top: 50%;
    width: 50%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,106,26,.06), rgba(255,106,26,.72));
}

    .dn-pro-pairing-line::after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        top: -2.5px;
        right: 10%;
        border-radius: 50%;
        background: #ff8c4c;
        box-shadow: 0 0 16px rgba(255,106,26,.9);
        animation: dn-pro-transfer 2.2s linear infinite;
    }

.dn-pro-pairing-line--left {
    left: 0;
}

.dn-pro-pairing-line--right {
    right: 0;
    transform: rotate(180deg);
}

@keyframes dn-pro-transfer {
    from {
        right: 90%;
        opacity: 0;
    }

    15%, 85% {
        opacity: 1;
    }

    to {
        right: 5%;
        opacity: 0;
    }
}

.dn-pro-qr {
    width: 84px;
    height: 84px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    margin-bottom: 13px;
    padding: 13px;
    background: #f7f9ff;
    border: 5px solid rgba(255,255,255,.12);
    border-radius: 17px;
    box-shadow: 0 0 50px rgba(255,106,26,.15), 0 18px 40px rgba(0,0,0,.3);
}

    .dn-pro-qr i {
        background: #111827;
        border-radius: 2px;
    }

        .dn-pro-qr i:nth-child(2),
        .dn-pro-qr i:nth-child(4),
        .dn-pro-qr i:nth-child(8) {
            background: transparent;
            box-shadow: inset 0 0 0 3px #111827;
        }

.dn-pro-pairing-core b {
    font-size: 9px;
    letter-spacing: .1em;
}

.dn-pro-pairing-core small {
    margin-top: 3px;
    color: rgba(255,255,255,.35);
    font-size: 9px;
}

.dn-pro-ecosystem-note {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    max-width: 900px;
    margin: 24px auto 0;
    padding: 15px 18px;
    color: rgba(230,237,250,.6);
    background: rgba(59,130,246,.055);
    border: 1px solid rgba(59,130,246,.13);
    border-radius: 15px;
    font-size: 13px;
    line-height: 1.55;
}

    .dn-pro-ecosystem-note > i {
        margin-top: 3px;
        color: #6da6ff;
    }

    .dn-pro-ecosystem-note p {
        margin: 0;
    }

    .dn-pro-ecosystem-note b {
        color: rgba(255,255,255,.87);
    }

/* Privacy */
.dn-pro-privacy-band {
    padding: 16px 0;
}

.dn-pro-privacy-inner {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 22px;
    align-items: center;
    padding: clamp(24px, 4vw, 42px);
    overflow: hidden;
    background: radial-gradient(500px 240px at 0 50%, rgba(34,197,94,.09), transparent 68%), linear-gradient(135deg, rgba(17,25,40,.72), rgba(9,14,23,.74));
    border: 1px solid rgba(34,197,94,.14);
    border-radius: 24px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.045), 0 24px 60px rgba(0,0,0,.25);
}

.dn-pro-privacy-icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    color: #70df97;
    background: rgba(34,197,94,.09);
    border: 1px solid rgba(34,197,94,.18);
    border-radius: 19px;
    font-size: 25px;
}

.dn-pro-privacy-inner h2 {
    margin: 6px 0 8px;
    font-size: clamp(24px, 3.2vw, 38px);
    font-weight: 950;
    letter-spacing: -.04em;
}

.dn-pro-privacy-inner p {
    max-width: 780px;
    margin: 0;
    color: rgba(230,237,250,.58);
    line-height: 1.6;
}

.dn-pro-privacy-seal {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 14px;
}

    .dn-pro-privacy-seal > i {
        color: #70df97;
    }

    .dn-pro-privacy-seal span {
        display: flex;
        flex-direction: column;
    }

    .dn-pro-privacy-seal b {
        color: rgba(255,255,255,.87);
        font-size: 12px;
    }

    .dn-pro-privacy-seal small {
        color: rgba(255,255,255,.36);
        font-size: 9px;
    }

/* Pricing */
.dn-pro-section--pricing::before {
    content: "";
    position: absolute;
    width: 900px;
    height: 520px;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse, rgba(255,106,26,.08), rgba(168,85,247,.04) 45%, transparent 70%);
    pointer-events: none;
}

.dn-pro-pricing-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 455px));
    justify-content: center;
    gap: 18px;
    align-items: center;
}

.dn-pro-price-card {
    position: relative;
    padding: 30px;
    background: linear-gradient(145deg, rgba(18,25,41,.8), rgba(8,12,21,.84));
    border: 1px solid rgba(255,255,255,.095);
    border-radius: 24px;
    box-shadow: 0 28px 70px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.045);
}

.dn-pro-price-card--featured {
    padding-top: 36px;
    background: radial-gradient(500px 230px at 50% 0, rgba(255,106,26,.13), transparent 68%), linear-gradient(145deg, rgba(25,27,43,.95), rgba(10,13,23,.96));
    border-color: rgba(255,106,26,.32);
    box-shadow: 0 34px 90px rgba(0,0,0,.44), 0 0 70px rgba(255,106,26,.08), inset 0 1px 0 rgba(255,255,255,.07);
    transform: scale(1.025);
}

.dn-pro-popular-badge {
    position: absolute;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    padding: 8px 12px;
    color: #fff;
    background: linear-gradient(135deg, #ff7d35, #e64c13);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(255,106,26,.27);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
}

.dn-pro-price-head {
    display: flex;
    align-items: center;
    gap: 13px;
}

.dn-pro-plan-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #ff995f;
    background: rgba(255,106,26,.1);
    border: 1px solid rgba(255,106,26,.2);
    border-radius: 14px;
}

.dn-pro-price-head > div > span {
    color: rgba(255,255,255,.34);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .13em;
}

.dn-pro-price-head h3 {
    margin: 2px 0 0;
    font-size: 23px;
    font-weight: 900;
    letter-spacing: -.025em;
}

.dn-pro-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 27px 0 13px;
}

    .dn-pro-price > strong {
        color: #fff;
        font-size: clamp(58px, 7vw, 76px);
        line-height: .9;
        font-weight: 950;
        letter-spacing: -.075em;
    }

    .dn-pro-price > span {
        display: flex;
        flex-direction: column;
    }

    .dn-pro-price b {
        color: rgba(255,255,255,.88);
        font-size: 16px;
    }

    .dn-pro-price small {
        color: rgba(255,255,255,.37);
        font-size: 11px;
    }

.dn-pro-price-desc {
    min-height: 50px;
    margin-bottom: 24px;
    color: rgba(230,237,250,.56);
    line-height: 1.55;
}

.dn-pro-price-card ul {
    min-height: 160px;
    margin-bottom: 25px;
}

.dn-pro-price-card .dn-pro-button {
    width: 100%;
}

.dn-pro-price-footnote {
    display: block;
    margin-top: 12px;
    color: rgba(255,255,255,.32);
    text-align: center;
    font-size: 10px;
}

.dn-pro-pricing-disclaimer {
    max-width: 820px;
    margin: 28px auto 0;
    color: rgba(230,237,250,.4);
    text-align: center;
    font-size: 11px;
    line-height: 1.55;
}

/* Comparison */
.dn-pro-section--comparison {
    background: rgba(2,5,10,.25);
    border-block: 1px solid rgba(255,255,255,.05);
}

.dn-pro-comparison-wrap {
    overflow-x: auto;
    background: linear-gradient(145deg, rgba(17,24,40,.72), rgba(8,12,21,.74));
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.04);
}

.dn-pro-comparison-table {
    width: 100%;
    min-width: 660px;
    border-collapse: collapse;
}

    .dn-pro-comparison-table th,
    .dn-pro-comparison-table td {
        padding: 18px 22px;
        border-bottom: 1px solid rgba(255,255,255,.065);
    }

    .dn-pro-comparison-table thead th {
        color: rgba(255,255,255,.52);
        background: rgba(255,255,255,.025);
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .dn-pro-comparison-table th:first-child {
        width: 64%;
        text-align: left;
    }

    .dn-pro-comparison-table th:not(:first-child),
    .dn-pro-comparison-table td {
        text-align: center;
    }

    .dn-pro-comparison-table thead th:last-child {
        color: #ffa06c;
        background: rgba(255,106,26,.055);
    }

    .dn-pro-comparison-table tbody th {
        color: rgba(238,243,253,.72);
        font-size: 14px;
        font-weight: 650;
    }

    .dn-pro-comparison-table tbody td:nth-child(2) {
        color: rgba(255,255,255,.31);
    }

    .dn-pro-comparison-table tbody td:last-child {
        color: #70df97;
        background: rgba(255,106,26,.025);
    }

    .dn-pro-comparison-table tbody tr:last-child > * {
        border-bottom: 0;
    }

/* FAQ */
.dn-pro-faq-grid {
    display: grid;
    grid-template-columns: .38fr .62fr;
    gap: clamp(48px, 8vw, 105px);
    align-items: start;
}

.dn-pro-faq-intro {
    position: sticky;
    top: 25px;
}

    .dn-pro-faq-intro h2 {
        font-size: clamp(38px, 5vw, 62px);
    }

.dn-pro-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: #ff9b64;
    text-decoration: none;
    font-size: 13px;
    font-weight: 850;
}

    .dn-pro-inline-link:hover {
        color: #ffbd98;
    }

.dn-pro-faq-item {
    border-bottom: 1px solid rgba(255,255,255,.085);
}

    .dn-pro-faq-item:first-child {
        border-top: 1px solid rgba(255,255,255,.085);
    }

    .dn-pro-faq-item h3 {
        margin: 0;
    }

    .dn-pro-faq-item button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 21px 0;
        color: rgba(246,249,255,.83);
        text-align: left;
        background: transparent;
        border: 0;
        font-size: 16px;
        font-weight: 800;
    }

        .dn-pro-faq-item button > span {
            width: 30px;
            height: 30px;
            display: grid;
            place-items: center;
            flex: 0 0 auto;
            color: rgba(255,255,255,.52);
            background: rgba(255,255,255,.04);
            border: 1px solid rgba(255,255,255,.075);
            border-radius: 50%;
            font-size: 10px;
            transition: transform .2s ease, color .2s ease, background-color .2s ease;
        }

    .dn-pro-faq-item.is-open button > span {
        color: #fff;
        background: rgba(255,106,26,.13);
        border-color: rgba(255,106,26,.22);
        transform: rotate(45deg);
    }

.dn-pro-faq-answer {
    padding: 0 52px 21px 0;
}

    .dn-pro-faq-answer p {
        margin: 0;
        color: rgba(230,237,250,.56);
        line-height: 1.68;
    }

/* Final CTA */
.dn-pro-final-cta {
    padding: 42px 0 105px;
}

.dn-pro-final-inner {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px 24px;
    overflow: hidden;
    text-align: center;
    background: radial-gradient(520px 300px at 50% 48%, rgba(255,106,26,.16), transparent 65%), radial-gradient(600px 340px at 75% 20%, rgba(168,85,247,.1), transparent 65%), linear-gradient(145deg, rgba(20,27,44,.8), rgba(8,12,21,.87));
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 28px;
    box-shadow: 0 36px 90px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.055);
}

    .dn-pro-final-inner::before,
    .dn-pro-final-inner::after {
        content: "";
        position: absolute;
        border: 1px solid rgba(255,255,255,.055);
        border-radius: 50%;
    }

    .dn-pro-final-inner::before {
        width: 520px;
        height: 520px;
    }

    .dn-pro-final-inner::after {
        width: 720px;
        height: 720px;
    }

    .dn-pro-final-inner > *:not(.dn-pro-final-orbit) {
        position: relative;
        z-index: 2;
    }

    .dn-pro-final-inner h2 {
        max-width: 850px;
        font-size: clamp(48px, 7vw, 84px);
    }

    .dn-pro-final-inner > p {
        margin: 0 0 25px;
        color: rgba(230,237,250,.62);
        font-size: 18px;
    }

.dn-pro-button--large {
    min-height: 58px;
    padding-inline: 24px;
}

.dn-pro-final-inner > small {
    margin-top: 14px;
    color: rgba(255,255,255,.36);
    font-size: 10px;
}

.dn-pro-final-orbit {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

    .dn-pro-final-orbit span {
        position: absolute;
        width: 48px;
        height: 48px;
        display: grid;
        place-items: center;
        color: rgba(255,255,255,.56);
        background: rgba(255,255,255,.04);
        border: 1px solid rgba(255,255,255,.09);
        border-radius: 15px;
        box-shadow: 0 16px 36px rgba(0,0,0,.26);
        animation: dn-pro-float 5.5s ease-in-out infinite;
    }

        .dn-pro-final-orbit span:first-child {
            left: 10%;
            top: 20%;
        }

        .dn-pro-final-orbit span:nth-child(2) {
            right: 11%;
            top: 22%;
            animation-delay: -1.2s;
        }

        .dn-pro-final-orbit span:nth-child(3) {
            left: 16%;
            bottom: 16%;
            animation-delay: -2.4s;
        }

        .dn-pro-final-orbit span:nth-child(4) {
            right: 15%;
            bottom: 15%;
            animation-delay: -3.5s;
        }

/* Reveal */
.dn-pro-js [data-pro-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);
    transition-delay: var(--pro-delay, 0ms);
}

    .dn-pro-js [data-pro-reveal].is-visible {
        opacity: 1;
        transform: none;
    }

/* Navigation link added to the shared layout */
.app-navbar .main-nav .nav-link.dn-pro-nav,
.offcanvas .nav-link.dn-pro-nav {
    color: rgba(255, 174, 130, .96) !important;
    background: rgba(255,106,26,.075);
    border: 1px solid rgba(255,106,26,.17);
}

    .app-navbar .main-nav .nav-link.dn-pro-nav:hover,
    .offcanvas .nav-link.dn-pro-nav:hover {
        color: #fff !important;
        background: rgba(255,106,26,.13) !important;
        border-color: rgba(255,106,26,.28);
    }

/* Responsive */
@media (max-width: 1199.98px) {
    .dn-pro-hero-grid {
        grid-template-columns: 1fr 440px;
        gap: 38px;
    }

    .dn-pro-console {
        transform: none;
    }

    .dn-pro-float-card--report {
        left: -10px;
    }

    .dn-pro-float-card--desktop {
        right: -10px;
    }

    .dn-pro-device-tabs button {
        grid-template-columns: 34px 1fr;
        column-gap: 7px;
        padding-inline: 8px;
    }

        .dn-pro-device-tabs button > span {
            width: 34px;
            height: 34px;
        }
}

@media (max-width: 991.98px) {
    .dn-pro-hero-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .dn-pro-hero-copy {
        max-width: 760px;
        text-align: center;
        margin-inline: auto;
    }

    .dn-pro-kicker,
    .dn-pro-hero-actions,
    .dn-pro-hero-proof {
        justify-content: center;
        margin-inline: auto;
    }

    .dn-pro-hero-stage {
        width: min(600px, 100%);
        margin-inline: auto;
    }

    .dn-pro-stat-strip {
        grid-template-columns: repeat(2, 1fr);
    }

        .dn-pro-stat-strip > div:nth-child(2) {
            border-right: 0;
        }

        .dn-pro-stat-strip > div:nth-child(-n+2) {
            border-bottom: 1px solid rgba(255,255,255,.075);
        }

    .dn-pro-value-grid,
    .dn-pro-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dn-pro-device-tabs {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }

        .dn-pro-device-tabs button.is-active::after {
            display: none;
        }

    .dn-pro-device-panel {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .dn-pro-report-grid,
    .dn-pro-faq-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .dn-pro-report-copy {
        max-width: 760px;
    }

    .dn-pro-report-preview {
        width: min(660px, 100%);
        margin-inline: auto;
    }

    .dn-pro-faq-intro {
        position: static;
    }

    .dn-pro-ecosystem-map {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .dn-pro-pairing-core {
        min-height: 180px;
    }

    .dn-pro-pairing-line {
        top: auto;
        left: 50%;
        width: 1px;
        height: 50%;
        background: linear-gradient(rgba(255,106,26,.06), rgba(255,106,26,.72));
    }

    .dn-pro-pairing-line--left {
        top: 0;
    }

    .dn-pro-pairing-line--right {
        top: 50%;
        right: auto;
        transform: rotate(180deg);
    }

    .dn-pro-pairing-line::after {
        width: 6px;
        height: 6px;
        top: auto;
        left: -2.5px;
        right: auto;
        bottom: 10%;
        animation: dn-pro-transfer-vertical 2.2s linear infinite;
    }

    @keyframes dn-pro-transfer-vertical {
        from {
            bottom: 90%;
            opacity: 0;
        }

        15%, 85% {
            opacity: 1;
        }

        to {
            bottom: 5%;
            opacity: 0;
        }
    }

    .dn-pro-privacy-inner {
        grid-template-columns: auto 1fr;
    }

    .dn-pro-privacy-seal {
        grid-column: 2;
        width: fit-content;
    }
}

@media (max-width: 767.98px) {
    .dn-pro-container {
        width: min(100% - 22px, 1220px);
    }

    .dn-pro-section {
        padding: 78px 0;
    }

    .dn-pro-section-heading {
        margin-bottom: 30px;
    }

    .dn-pro-hero {
        padding-top: 32px;
    }

    .dn-pro-hero-copy h1 {
        font-size: clamp(42px, 13vw, 64px);
    }

    .dn-pro-hero-lead {
        font-size: 16px;
    }

    .dn-pro-hero-actions {
        flex-direction: column;
    }

        .dn-pro-hero-actions .dn-pro-button {
            width: 100%;
        }

    .dn-pro-hero-proof {
        display: grid;
        grid-template-columns: 1fr;
        width: fit-content;
        text-align: left;
    }

    .dn-pro-hero-stage {
        min-height: 485px;
    }

    .dn-pro-console-body {
        padding: 20px;
    }

    .dn-pro-console-metrics {
        grid-template-columns: 1fr 1fr;
    }

    .dn-pro-metric--safe {
        grid-column: 1 / -1;
    }

    .dn-pro-float-card--report {
        left: 2px;
        top: 48px;
    }

    .dn-pro-float-card--desktop {
        right: 2px;
        bottom: 32px;
    }

    .dn-pro-float-card {
        min-width: 185px;
    }

    .dn-pro-marquee {
        margin-top: 46px;
    }

    .dn-pro-value-grid,
    .dn-pro-feature-grid,
    .dn-pro-pricing-grid {
        grid-template-columns: 1fr;
    }

    .dn-pro-value-card {
        min-height: 270px;
    }

    .dn-pro-feature-card {
        min-height: auto;
    }

        .dn-pro-feature-card > p {
            min-height: 0;
        }

    .dn-pro-device-tabs {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

        .dn-pro-device-tabs button {
            min-width: 145px;
            flex: 0 0 auto;
            scroll-snap-align: start;
        }

    .dn-pro-device-panel {
        min-height: 0;
        padding: 29px 20px;
    }

    .dn-pro-gauge-wrap {
        align-items: flex-start;
    }

    .dn-pro-gauge {
        width: 118px;
        height: 118px;
    }

        .dn-pro-gauge::before {
            width: 96px;
            height: 96px;
        }

    .dn-pro-report-preview {
        padding: 17px 4px;
    }

    .dn-pro-report-title-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .dn-pro-report-paper {
        transform: none;
    }

    .dn-pro-report-preview::before {
        transform: rotate(2deg);
    }

    .dn-pro-privacy-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .dn-pro-privacy-icon,
    .dn-pro-privacy-seal {
        margin-inline: auto;
    }

    .dn-pro-privacy-seal {
        grid-column: auto;
    }

    .dn-pro-price-card--featured {
        transform: none;
        margin-top: 12px;
    }

    .dn-pro-final-inner {
        min-height: 520px;
        padding-inline: 18px;
    }

    .dn-pro-final-orbit span:first-child {
        left: 6%;
        top: 9%;
    }

    .dn-pro-final-orbit span:nth-child(2) {
        right: 6%;
        top: 11%;
    }

    .dn-pro-final-orbit span:nth-child(3) {
        left: 8%;
        bottom: 8%;
    }

    .dn-pro-final-orbit span:nth-child(4) {
        right: 8%;
        bottom: 8%;
    }
}

@media (max-width: 479.98px) {
    .dn-pro-kicker {
        gap: 7px;
        font-size: 10px;
    }

    .dn-pro-stat-strip {
        grid-template-columns: 1fr;
    }

        .dn-pro-stat-strip > div {
            justify-content: flex-start;
            border-right: 0;
            border-bottom: 1px solid rgba(255,255,255,.075);
        }

            .dn-pro-stat-strip > div:last-child {
                border-bottom: 0;
            }

    .dn-pro-console-head h2 {
        font-size: 19px;
    }

    .dn-pro-console-score strong {
        font-size: 25px;
    }

    .dn-pro-signal {
        height: 125px;
        padding-inline: 10px;
        gap: 3px;
    }

    .dn-pro-float-card {
        min-width: 172px;
        padding: 9px;
    }

    .dn-pro-float-icon {
        width: 32px;
        height: 32px;
    }

    .dn-pro-gauge-wrap {
        flex-direction: column;
    }

    .dn-pro-mini-metrics {
        grid-template-columns: 1fr;
    }

    .dn-pro-report-info {
        grid-template-columns: 1fr;
    }

    .dn-pro-report-header {
        align-items: flex-start;
    }

    .dn-pro-platform-card,
    .dn-pro-price-card {
        padding: 22px;
    }

    .dn-pro-comparison-table th,
    .dn-pro-comparison-table td {
        padding: 15px;
    }

    .dn-pro-faq-answer {
        padding-right: 0;
    }

    .dn-pro-final-inner h2 {
        font-size: 47px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dn-pro-page *,
    .dn-pro-page *::before,
    .dn-pro-page *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .dn-pro-js [data-pro-reveal] {
        opacity: 1;
        transform: none;
    }
}
