/* Webidir homepage — UX system v4 */
.dp-home {
    --dp-ink: #0c1838;
    --dp-ink-soft: #172851;
    --dp-blue: #2f62f4;
    --dp-blue-dark: #1b3fb8;
    --dp-cyan: #48c9e8;
    --dp-mint: #31c5a0;
    --dp-surface: #f5f8fd;
    --dp-line: #dce4ef;
    --dp-muted: #65738c;
    --dp-shadow: 0 28px 70px rgba(20, 42, 82, .12);
    color: var(--dp-ink);
    font-family: "Plus Jakarta Sans", "Inter", sans-serif;
    overflow: clip;
}

.dp-home *,
.dp-home *::before,
.dp-home *::after { box-sizing: border-box; }
.dp-home .container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.dp-home a:focus-visible,
.dp-home button:focus-visible,
.dp-home summary:focus-visible { outline: 3px solid rgba(47, 98, 244, .32); outline-offset: 4px; }

.dp-section { padding: 112px 0; }
.dp-section-head { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.dp-section-head > span,
.dp-section-head > div > span { display: block; margin-bottom: 14px; color: var(--dp-blue); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.dp-section-head h2 { margin: 0; color: var(--dp-ink); font-size: clamp(36px, 4.3vw, 58px); font-weight: 800; letter-spacing: -.055em; line-height: 1.03; }
.dp-section-head h2 em { color: var(--dp-blue); font-style: normal; }
.dp-section-head p { max-width: 690px; margin: 20px auto 0; color: var(--dp-muted); font-size: 16px; line-height: 1.75; }
.dp-section-head--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .7fr); align-items: end; gap: 70px; text-align: left; }
.dp-section-head--split p { margin: 0 0 4px; }
.dp-section-head.inverse h2 { color: #fff; }
.dp-section-head.inverse > div > span { color: #8fb4ff; }
.dp-section-head.inverse p { color: #b9c9e7; }

.dp-home .btn { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 10px; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.dp-home .btn:hover { transform: translateY(-2px); }
.dp-btn-dark { color: #fff !important; background: var(--dp-ink) !important; box-shadow: 0 12px 26px rgba(12, 24, 56, .16); }
.dp-btn-dark:hover { background: #172b5d !important; box-shadow: 0 16px 32px rgba(12, 24, 56, .22); }
.dp-btn-light { color: var(--dp-ink) !important; border-color: #bcc8d9 !important; background: rgba(255, 255, 255, .86) !important; }
.dp-btn-light:hover { border-color: var(--dp-blue) !important; }
.dp-btn-white { color: var(--dp-ink) !important; background: #fff !important; box-shadow: 0 12px 28px rgba(4, 20, 57, .16); }
.dp-btn-ghost-white { color: #fff !important; border-color: rgba(255, 255, 255, .4) !important; background: rgba(255, 255, 255, .08) !important; }

/* Hero is intentionally preserved as the established visual anchor. */
.dp-hero { position: relative; padding: 58px 0 0; background: linear-gradient(180deg, #f8fbff 0%, #eaf5ff 72%, #fff 100%); }
.dp-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(47, 98, 244, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(47, 98, 244, .035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 76%); pointer-events: none; }
.dp-hero-glow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 12%, rgba(65, 157, 255, .25), transparent 39%), radial-gradient(circle at 8% 61%, rgba(64, 211, 190, .1), transparent 23%), radial-gradient(circle at 92% 54%, rgba(116, 98, 255, .12), transparent 25%); pointer-events: none; animation: dp-ambient-glow 12s ease-in-out infinite alternate; }
.dp-hero-inner { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.dp-new-member { margin-bottom: 32px; padding: 5px 10px 5px 5px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(31, 49, 103, .14); border-radius: 999px; color: #131a4f; background: rgba(255, 255, 255, .76); box-shadow: 0 8px 24px rgba(35, 61, 103, .06); backdrop-filter: blur(12px); font-size: 13px; text-decoration: none; }
.dp-new-member span { padding: 7px 12px; border-radius: 999px; color: #fff; background: #151c63; font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.dp-new-member b { font-weight: 700; }
.dp-new-member i { margin-right: 3px; font-size: 10px; transition: transform .2s ease; }
.dp-new-member:hover i { transform: translateX(4px); }
.dp-hero h1 { max-width: 980px; margin: 0; color: #111967; font-size: clamp(44px, 5.6vw, 78px); font-weight: 800; letter-spacing: -.06em; line-height: .98; }
.dp-hero h1 em { color: #315fff; font-style: normal; }
.dp-hero-inner > p { max-width: 820px; margin: 26px auto 0; color: #2d3957; font-size: 17px; line-height: 1.7; }
.dp-hero-actions { margin-top: 28px; display: flex; justify-content: center; gap: 12px; }
.dp-assurances { margin-top: 14px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 20px; color: #1b2845; font-size: 11px; }
.dp-assurances span { display: flex; align-items: center; gap: 6px; }
.dp-assurances i { color: #10936e; font-size: 9px; }
.dp-browser-shell { position: relative; isolation: isolate; width: min(1100px, 100%); margin: 52px auto 0; border: 1px solid rgba(82, 108, 145, .28); border-radius: 13px 13px 0 0; background: #fff; box-shadow: 0 42px 100px rgba(28, 61, 104, .18), inset 0 2px 0 rgba(255, 255, 255, .9); }
.dp-browser-shell::before { content: ""; position: absolute; z-index: -1; inset: 8% 7% -7%; border-radius: 30px; background: rgba(72, 137, 255, .2); filter: blur(42px); }
.dp-browser-shell > header { position: relative; z-index: 3; height: 42px; padding: 0 14px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #dce3ea; border-radius: 12px 12px 0 0; color: #707a8c; background: rgba(247, 249, 252, .96); backdrop-filter: blur(14px); font-size: 11px; }
.dp-browser-shell > header > div { display: flex; gap: 7px; }
.dp-browser-shell > header > div i { width: 9px; height: 9px; border-radius: 50%; background: #b8c0c9; }
.dp-browser-shell > header > b { justify-self: end; }
.dp-media-image { overflow: hidden; border-radius: 0 0 12px 12px; background: #f3f6fa; }
.dp-media-image img { width: 100%; aspect-ratio: 16 / 9; display: block; object-fit: contain; object-position: center; }
.dp-brand-canvas { position: relative; min-height: 610px; overflow: hidden; display: grid; place-items: center; border-radius: 0 0 12px 12px; color: #fff; background: linear-gradient(135deg, #0b1b46, #123c89 55%, #246af1); }
.dp-brand-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .065) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .065) 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(circle at center, #000, transparent 78%); }
.dp-brand-canvas::after { content: ""; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: rgba(82, 203, 255, .23); filter: blur(80px); transform: translate(230px, -130px); }
.dp-brand-orbit { position: absolute; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; }
.dp-brand-orbit::before { content: ""; position: absolute; top: 16%; left: 4%; width: 10px; height: 10px; border-radius: 50%; background: #72f0d0; box-shadow: 0 0 25px rgba(114, 240, 208, .85); }
.dp-brand-orbit.orbit-one { width: 520px; height: 520px; animation: dp-orbit 32s linear infinite; }
.dp-brand-orbit.orbit-two { width: 360px; height: 360px; animation: dp-orbit 24s linear infinite reverse; }
.dp-brand-core { position: relative; z-index: 2; width: min(540px, 64%); padding: 34px; display: grid; grid-template-columns: 78px 1fr; align-items: center; gap: 24px; border: 1px solid rgba(255, 255, 255, .2); background: rgba(8, 25, 67, .52); box-shadow: 0 25px 65px rgba(4, 16, 45, .28); backdrop-filter: blur(18px); }
.dp-brand-core > span { width: 78px; height: 78px; display: grid; place-items: center; background: linear-gradient(145deg, #4c7dff, #72d3f6); font-size: 35px; font-weight: 900; }
.dp-brand-core div { display: grid; gap: 8px; text-align: left; }
.dp-brand-core small { color: #a9c9ff; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.dp-brand-core strong { max-width: 370px; font-size: 28px; letter-spacing: -.025em; line-height: 1.12; }
.dp-brand-node { position: absolute; z-index: 2; min-width: 215px; padding: 16px 18px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .1); box-shadow: 0 18px 38px rgba(5, 22, 56, .18); backdrop-filter: blur(14px); animation: dp-node-float 6s ease-in-out infinite; }
.dp-brand-node > i { width: 40px; height: 40px; display: grid; place-items: center; color: #0c356f; background: #8fe4ff; font-size: 16px; }
.dp-brand-node span { display: grid; text-align: left; }
.dp-brand-node b { font-size: 12px; }
.dp-brand-node small { margin-top: 4px; color: #c9dbff; font-size: 9px; }
.dp-brand-node.node-one { top: 70px; left: 55px; }
.dp-brand-node.node-two { right: 48px; bottom: 70px; animation-delay: -2s; }
.dp-brand-node.node-three { left: 80px; bottom: 80px; animation-delay: -4s; }

/* Trust and page-level navigation */
.dp-trust { padding: 82px 0 58px; background: #fff; }
.dp-trust-heading { padding-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--dp-line); }
.dp-trust-heading span { display: block; margin-bottom: 8px; color: var(--dp-blue); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.dp-trust-heading h2 { max-width: 660px; margin: 0; color: var(--dp-ink); font-size: clamp(24px, 3vw, 36px); letter-spacing: -.04em; line-height: 1.15; }
.dp-trust-heading a { display: inline-flex; align-items: center; gap: 8px; color: var(--dp-ink); font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.dp-trust-heading a i { color: var(--dp-blue); transition: transform .2s ease; }
.dp-trust-heading a:hover i { transform: translateX(4px); }
.dp-trust-logos { padding: 34px 0; display: grid; grid-template-columns: repeat(8, 1fr); align-items: center; gap: 20px; }
.dp-trust-logos span { height: 58px; display: grid; place-items: center; }
.dp-trust-logos img { max-width: 110px; max-height: 44px; object-fit: contain; filter: grayscale(1); opacity: .65; transition: filter .25s ease, opacity .25s ease, transform .25s ease; }
.dp-trust-logos span:hover img { filter: grayscale(0); opacity: 1; transform: translateY(-2px); }
.dp-trust-logos b { color: #59677e; font-size: 12px; text-align: center; }
.dp-trust-facts { padding: 20px 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--dp-line); border-radius: 14px; background: #f9fbfe; }
.dp-trust-facts > span { padding: 4px 24px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 13px; }
.dp-trust-facts > span + span { border-left: 1px solid var(--dp-line); }
.dp-trust-facts i { grid-row: 1 / 3; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: var(--dp-blue); background: #eaf1ff; }
.dp-trust-facts b { color: var(--dp-ink); font-size: 12px; }
.dp-trust-facts small { margin-top: 3px; color: var(--dp-muted); font-size: 10px; }
.dp-section-nav-wrap { position: relative; z-index: 8; border-block: 1px solid var(--dp-line); background: rgba(255, 255, 255, .94); }
.dp-section-nav { min-height: 64px; display: flex; align-items: center; gap: 30px; }
.dp-section-nav > span { color: #8995a8; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.dp-section-nav > div { display: flex; align-items: center; gap: 4px; }
.dp-section-nav > div a { padding: 9px 11px; border-radius: 8px; color: #44516a; font-size: 11px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: color .2s ease, background .2s ease; }
.dp-section-nav > div a:hover { color: var(--dp-blue); background: #edf3ff; }
.dp-section-nav-cta { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; color: var(--dp-blue); font-size: 11px; font-weight: 800; text-decoration: none; white-space: nowrap; }

/* Four-step product journey */
.dp-journey { background: linear-gradient(180deg, #fff, #f5f8fd); }
.dp-journey-card { overflow: hidden; border: 1px solid #233b71; border-radius: 22px; color: #fff; background: radial-gradient(circle at 88% 0%, rgba(66, 122, 255, .28), transparent 31%), linear-gradient(145deg, #081735, #10295b); box-shadow: var(--dp-shadow); }
.dp-journey-tabs { padding: 22px 22px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.dp-journey-tabs button { min-height: 72px; padding: 13px 15px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 12px; color: #b8c8e5; background: rgba(255, 255, 255, .045); font: inherit; text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.dp-journey-tabs button:hover { transform: translateY(-2px); border-color: rgba(255, 255, 255, .26); color: #fff; }
.dp-journey-tabs button > b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: #7899d9; background: rgba(255, 255, 255, .06); font-size: 9px; }
.dp-journey-tabs button > span { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; line-height: 1.35; }
.dp-journey-tabs button > span i { color: #78d9ee; }
.dp-journey-tabs button.active { border-color: #fff; color: var(--dp-ink); background: #fff; box-shadow: 0 12px 34px rgba(0, 10, 35, .2); }
.dp-journey-tabs button.active > b { color: #fff; background: var(--dp-blue); }
.dp-journey-tabs button.active > span i { color: var(--dp-blue); }
.dp-journey-progress { height: 3px; margin: 20px 22px 0; overflow: hidden; border-radius: 999px; background: rgba(255, 255, 255, .1); }
.dp-journey-progress i { width: 25%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--dp-cyan), #78f1ce); transition: width .35s cubic-bezier(.2, .8, .2, 1); }
.dp-journey-stage { padding: 38px 42px 0; display: grid; grid-template-columns: minmax(300px, .76fr) minmax(0, 1.24fr); align-items: center; gap: 52px; }
.dp-journey-copy { padding: 28px 0 62px; }
.dp-journey-sequence { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.dp-journey-sequence small { color: #7ea5ed; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.dp-journey-sequence > span { color: #7890bc; font-size: 10px; font-weight: 700; }
.dp-journey-sequence > span b { color: #fff; font-size: 13px; }
.dp-journey-copy h3 { margin: 18px 0 14px; color: #fff; font-size: clamp(27px, 3vw, 39px); letter-spacing: -.045em; line-height: 1.1; }
.dp-journey-copy > p { margin: 0; color: #bdcae1; font-size: 14px; line-height: 1.7; }
.dp-journey-copy ul { margin: 24px 0 0; padding: 0; display: grid; gap: 10px; }
.dp-journey-copy li { display: flex; align-items: center; gap: 9px; color: #e6edfa; font-size: 11px; list-style: none; }
.dp-journey-copy li i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #60e0bf; background: rgba(96, 224, 191, .1); font-size: 8px; }
.dp-journey-copy > a { margin-top: 30px; display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }
.dp-journey-copy > a i { color: var(--dp-cyan); transition: transform .2s ease; }
.dp-journey-copy > a:hover i { transform: translateX(4px); }
.dp-journey-media { position: relative; align-self: end; min-height: 455px; overflow: visible; border-radius: 14px 14px 0 0; background: #f2f5fa; box-shadow: 0 28px 65px rgba(1, 10, 34, .35); }
.dp-window-bar { height: 42px; padding: 0 14px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #dde4ed; border-radius: 13px 13px 0 0; color: #718098; background: #f8fafc; font-size: 9px; }
.dp-window-bar > span { display: flex; gap: 6px; }
.dp-window-bar > span i { width: 8px; height: 8px; border-radius: 50%; background: #c4ccd7; }
.dp-window-bar > b { justify-self: end; display: flex; align-items: center; gap: 5px; color: #238168; font-size: 8px; }
.dp-window-bar > b i { width: 6px; height: 6px; border-radius: 50%; background: #2cc99d; box-shadow: 0 0 0 4px rgba(44, 201, 157, .11); }
.dp-journey-media > img { width: 100%; height: 413px; display: block; border-radius: 0; object-fit: contain; object-position: center top; }
.dp-journey-status { position: absolute; right: 24px; bottom: 24px; padding: 12px 15px; display: flex; align-items: center; gap: 10px; border: 1px solid #dce5ef; border-radius: 11px; color: var(--dp-ink); background: rgba(255, 255, 255, .94); box-shadow: 0 16px 35px rgba(25, 45, 75, .16); backdrop-filter: blur(12px); }
.dp-journey-status > i { color: var(--dp-mint); font-size: 20px; }
.dp-journey-status span { display: grid; }
.dp-journey-status b { font-size: 9px; }
.dp-journey-status small { margin-top: 3px; color: #7a879b; font-size: 7px; }
.dp-journey-stage.is-refreshed .dp-journey-copy { animation: dp-copy-refresh .42s ease both; }

.dp-media-placeholder { position: relative; height: 100%; min-height: 413px; padding: 48px; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; background: radial-gradient(circle at 88% 15%, rgba(102, 220, 255, .33), transparent 28%), linear-gradient(135deg, #0c2455, #244fb0); }
.dp-media-placeholder::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px); background-size: 38px 38px; pointer-events: none; }
.dp-media-placeholder > * { position: relative; }
.dp-media-placeholder > span { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .28); border-radius: 12px; background: rgba(255, 255, 255, .12); font-size: 22px; }
.dp-media-placeholder > small { margin-top: 26px; color: #a9c9ff; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.dp-media-placeholder > strong { max-width: 440px; margin-top: 9px; font-size: 22px; line-height: 1.25; }
.dp-media-placeholder > p { max-width: 430px; margin: 12px 0 0; color: #d1def4; font-size: 11px; line-height: 1.6; }
.dp-media-placeholder.light { min-height: 506px; color: var(--dp-ink); background: radial-gradient(circle at 85% 18%, rgba(81, 145, 255, .18), transparent 27%), linear-gradient(145deg, #f8fbff, #e9f1ff); }
.dp-media-placeholder.light::before { background-image: linear-gradient(rgba(32, 87, 180, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(32, 87, 180, .06) 1px, transparent 1px); }
.dp-media-placeholder.light > span { color: var(--dp-blue); border-color: #c8d7ef; background: #fff; }
.dp-media-placeholder.light > small { color: var(--dp-blue); }
.dp-media-placeholder.light > p { color: #63718a; }

/* Integration architecture */
.dp-connections { background: #fff; }
.dp-connection-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.dp-connection-card { position: relative; min-height: 318px; padding: 30px; overflow: hidden; grid-column: span 6; display: flex; flex-direction: column; border: 1px solid var(--dp-line); border-radius: 16px; color: inherit; background: linear-gradient(180deg, #fff, #fbfcff); text-decoration: none; transition: transform .3s cubic-bezier(.2, .8, .2, 1), border-color .3s ease, box-shadow .3s ease; }
.dp-connection-card:nth-child(1), .dp-connection-card:nth-child(4) { grid-column: span 7; }
.dp-connection-card:nth-child(2), .dp-connection-card:nth-child(3) { grid-column: span 5; }
.dp-connection-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px; background: var(--connection-accent, var(--dp-blue)); transform: scaleX(.12); transform-origin: left; transition: transform .35s ease; }
.dp-connection-card:nth-child(2) { --connection-accent: #13aa88; }
.dp-connection-card:nth-child(3) { --connection-accent: #7b5be7; }
.dp-connection-card:nth-child(4) { --connection-accent: #ec9538; }
.dp-connection-card:hover { transform: translateY(-6px); border-color: var(--connection-accent); box-shadow: 0 24px 55px rgba(20, 43, 80, .11); }
.dp-connection-card:hover::before { transform: scaleX(1); }
.dp-connection-card__top { display: flex; align-items: center; gap: 11px; }
.dp-connection-card__top > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 11px; color: var(--connection-accent, var(--dp-blue)); background: #edf3ff; font-size: 17px; }
.dp-connection-card__top > small { margin-right: auto; color: #8a95a8; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.dp-connection-card__top > i { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--dp-line); border-radius: 50%; color: #758198; font-size: 10px; transition: transform .25s ease, color .25s ease; }
.dp-connection-card:hover .dp-connection-card__top > i { color: var(--connection-accent); transform: translate(2px, -2px); }
.dp-connection-card h3 { margin: 28px 0 11px; color: var(--dp-ink); font-size: 23px; letter-spacing: -.035em; }
.dp-connection-card > p { max-width: 490px; margin: 0; color: var(--dp-muted); font-size: 12px; line-height: 1.7; }
.dp-connection-card footer { margin-top: auto; padding-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.dp-connection-card footer span { width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid #e1e7ef; border-radius: 10px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.dp-connection-card:hover footer span { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(34, 55, 91, .08); }
.dp-connection-card footer img { max-width: 34px; max-height: 27px; object-fit: contain; }
.dp-connection-card footer b { font-size: 9px; }
.dp-connection-summary { margin-top: 22px; padding: 30px; display: grid; grid-template-columns: .72fr 1.35fr auto; align-items: center; gap: 36px; border: 1px solid var(--dp-line); border-radius: 16px; background: var(--dp-surface); }
.dp-connection-summary > div { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 0 13px; }
.dp-connection-summary > div small { grid-column: 1 / 3; color: var(--dp-blue); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.dp-connection-summary > div strong { color: var(--dp-ink); font-size: 43px; letter-spacing: -.06em; line-height: 1; }
.dp-connection-summary > div p { margin: 0; color: var(--dp-muted); font-size: 10px; line-height: 1.55; }
.dp-connection-summary ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dp-connection-summary li { display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 10px; list-style: none; }
.dp-connection-summary li > i { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: var(--dp-blue); background: #e7efff; font-size: 11px; }
.dp-connection-summary li span { display: grid; }
.dp-connection-summary li b { font-size: 10px; }
.dp-connection-summary li small { margin-top: 3px; color: var(--dp-muted); font-size: 8px; line-height: 1.35; }
.dp-connection-summary .btn { min-height: 44px; padding-inline: 17px; font-size: 10px; white-space: nowrap; }
.dp-logo-marquee { margin-top: 45px; overflow: hidden; border-block: 1px solid var(--dp-line); background: #f9fbfd; }
.dp-logo-marquee > div { width: max-content; padding: 17px 0; display: flex; gap: 12px; animation: dp-marquee 42s linear infinite; }
.dp-logo-marquee span { width: 112px; height: 72px; display: grid; place-items: center; border: 1px solid #e1e7ef; border-radius: 12px; background: #fff; }
.dp-logo-marquee img { max-width: 77px; max-height: 39px; object-fit: contain; }
.dp-logo-marquee b { padding: 5px; color: #526077; font-size: 10px; text-align: center; }

/* Real-world stories */
.dp-stories { background: var(--dp-surface); }
.dp-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dp-story-grid article { overflow: hidden; border: 1px solid var(--dp-line); border-radius: 16px; background: #fff; transition: transform .3s ease, box-shadow .3s ease; }
.dp-story-grid article:hover { transform: translateY(-6px); box-shadow: 0 24px 54px rgba(20, 42, 82, .11); }
.dp-story-grid figure { position: relative; height: 225px; margin: 0; overflow: hidden; background: #eaf0f8; }
.dp-story-grid figure img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.dp-story-grid article:hover figure img { transform: scale(1.035); }
.dp-story-grid figure.logo-only img { padding: 48px; object-fit: contain; }
.dp-story-grid figure > b { height: 100%; display: grid; place-items: center; color: #60708b; font-size: 22px; }
.dp-story-grid figure > span { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--dp-ink); background: rgba(255, 255, 255, .9); box-shadow: 0 8px 20px rgba(20, 42, 82, .12); font-size: 9px; font-weight: 800; }
.dp-story-grid article > div { padding: 26px; }
.dp-story-grid article > div > span { color: var(--dp-blue); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dp-story-grid h3 { margin: 9px 0 11px; color: var(--dp-ink); font-size: 21px; letter-spacing: -.025em; }
.dp-story-grid p { min-height: 66px; margin: 0; color: var(--dp-muted); font-size: 12px; line-height: 1.65; }
.dp-story-grid a { margin-top: 20px; display: inline-flex; align-items: center; gap: 8px; color: var(--dp-ink); font-size: 11px; font-weight: 800; text-decoration: none; }
.dp-story-grid a i { color: var(--dp-blue); transition: transform .2s ease; }
.dp-story-grid a:hover i { transform: translateX(4px); }

/* Capability system */
.dp-capabilities { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 8% 10%, rgba(57, 107, 240, .2), transparent 27%), radial-gradient(circle at 95% 82%, rgba(54, 201, 181, .12), transparent 25%), #081633; }
.dp-capabilities::before { content: ""; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.dp-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.dp-capability-grid article { position: relative; min-height: 292px; padding: 28px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .12); border-radius: 14px; background: rgba(255, 255, 255, .045); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06); transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.dp-capability-grid article::before { content: ""; position: absolute; top: -80px; right: -80px; width: 170px; height: 170px; border-radius: 50%; background: var(--cap-accent); opacity: .08; filter: blur(6px); transition: opacity .3s ease, transform .3s ease; }
.dp-capability-grid article:hover { transform: translateY(-5px); border-color: var(--cap-accent); background: rgba(255, 255, 255, .07); }
.dp-capability-grid article:hover::before { opacity: .16; transform: scale(1.15); }
.dp-capability-top { position: relative; display: flex; align-items: center; justify-content: space-between; }
.dp-capability-top > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 12px; color: #0c1838; background: var(--cap-accent); box-shadow: 0 12px 28px rgba(2, 10, 44, .22); font-size: 19px; }
.dp-capability-top > small { color: rgba(255, 255, 255, .47); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.dp-capability-grid figure { position: relative; height: 125px; margin: 20px 0 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .12); border-radius: 10px; background: #0d1e44; }
.dp-capability-grid figure img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.dp-capability-grid article:hover figure img { transform: scale(1.03); }
.dp-capability-grid h3 { position: relative; margin: 24px 0 11px; color: #fff; font-size: 19px; letter-spacing: -.025em; line-height: 1.2; }
.dp-capability-grid p { position: relative; margin: 0; padding-right: 20px; color: #b9c7df; font-size: 12px; line-height: 1.65; }
.dp-capability-arrow { position: absolute; right: 25px; bottom: 25px; color: var(--cap-accent); font-size: 11px; opacity: 0; transform: translate(-4px, 4px); transition: .2s ease; }
.dp-capability-grid article:hover .dp-capability-arrow { opacity: 1; transform: none; }
.dp-capabilities-footer { margin-top: 30px; padding-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255, 255, 255, .11); }
.dp-capabilities-footer p { margin: 0; display: flex; align-items: center; gap: 10px; color: #b9c7df; font-size: 11px; }
.dp-capabilities-footer p i { color: #61d9b8; }

/* Operations showcase */
.dp-operations { background: #fff; }
.dp-operation-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 48px; }
.dp-operation-copy { display: grid; gap: 9px; }
.dp-operation-copy button { width: 100%; padding: 21px; display: grid; grid-template-columns: 42px 1fr auto; align-items: start; gap: 15px; border: 1px solid transparent; border-radius: 13px; color: inherit; background: transparent; font: inherit; text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.dp-operation-copy button > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; color: #55708f; background: #eef2f7; transition: color .2s ease, background .2s ease; }
.dp-operation-copy button > div > small { color: #8995a8; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.dp-operation-copy h3 { margin: 7px 0 7px; color: var(--dp-ink); font-size: 17px; letter-spacing: -.025em; line-height: 1.28; }
.dp-operation-copy p { max-height: 0; margin: 0; overflow: hidden; color: var(--dp-muted); font-size: 11px; line-height: 1.65; opacity: 0; transition: max-height .3s ease, opacity .3s ease; }
.dp-operation-copy button > i { margin-top: 14px; color: #a2acbb; font-size: 10px; transition: transform .2s ease, color .2s ease; }
.dp-operation-copy button.is-active { border-color: #cfdcf2; background: #f7faff; box-shadow: 0 12px 30px rgba(32, 68, 125, .08); }
.dp-operation-copy button.is-active > span { color: #fff; background: var(--dp-blue); box-shadow: 0 10px 23px rgba(47, 98, 244, .24); }
.dp-operation-copy button.is-active p { max-height: 90px; opacity: 1; }
.dp-operation-copy button.is-active > i { color: var(--dp-blue); transform: translateX(3px); }
.dp-operation-window { overflow: visible; border: 1px solid #cfd8e5; border-radius: 14px; background: #fff; box-shadow: var(--dp-shadow); }
.dp-operation-media { position: relative; min-height: 506px; overflow: hidden; border-radius: 0 0 13px 13px; background: #eef3f9; }
.dp-operation-media > img { width: 100%; height: 506px; display: block; object-fit: contain; object-position: center top; }
.dp-operation-chip { position: absolute; right: 22px; bottom: 22px; padding: 12px 15px; display: flex; align-items: center; gap: 10px; border: 1px solid #d9e2ee; border-radius: 11px; color: var(--dp-ink); background: rgba(255, 255, 255, .95); box-shadow: 0 14px 32px rgba(25, 45, 75, .15); backdrop-filter: blur(12px); }
.dp-operation-chip > i { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--dp-blue); font-size: 11px; }
.dp-operation-chip span { display: grid; }
.dp-operation-chip b { font-size: 9px; }
.dp-operation-chip small { margin-top: 3px; color: #7a879b; font-size: 7px; }

/* Business proof */
.dp-proof { padding: 78px 0 96px; background: linear-gradient(180deg, #fff, #f4f8fe); }
.dp-proof-heading { max-width: 700px; margin: 0 auto 50px; text-align: center; }
.dp-proof-heading > span { color: var(--dp-blue); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.dp-proof-heading h2 { margin: 12px 0 0; color: var(--dp-ink); font-size: clamp(29px, 3.5vw, 44px); letter-spacing: -.045em; line-height: 1.08; }
.dp-proof-heading p { margin: 15px 0 0; color: var(--dp-muted); font-size: 13px; line-height: 1.65; }
.dp-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--dp-line); }
.dp-proof-grid article { position: relative; padding: 34px 25px; text-align: center; }
.dp-proof-grid article + article::before { content: ""; position: absolute; left: 0; top: 25%; bottom: 25%; width: 1px; background: var(--dp-line); }
.dp-proof-grid strong, .dp-proof-grid span { display: block; }
.dp-proof-grid strong { color: var(--dp-ink); font-size: clamp(32px, 4vw, 46px); letter-spacing: -.055em; }
.dp-proof-grid span { margin-top: 8px; color: var(--dp-muted); font-size: 11px; }

/* Conversion card */
.dp-mobile-cta { padding-top: 44px; background: #f4f8fe; }
.dp-mobile-card { position: relative; isolation: isolate; min-height: 500px; padding: 68px; overflow: hidden; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; border-radius: 22px; color: #fff; background: radial-gradient(circle at 88% 9%, rgba(90, 221, 245, .3), transparent 26%), linear-gradient(135deg, #174cc9, #2f72ef 58%, #438cf5); box-shadow: 0 34px 80px rgba(27, 78, 180, .24); }
.dp-mobile-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, transparent, #000); }
.dp-mobile-copy > span { font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.dp-mobile-copy h2 { max-width: 590px; margin: 14px 0; color: #fff; font-size: clamp(38px, 4.7vw, 58px); letter-spacing: -.055em; line-height: 1.02; }
.dp-mobile-copy > p { max-width: 550px; margin: 0; color: #e3edff; font-size: 14px; line-height: 1.7; }
.dp-mobile-copy ul { margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 16px; }
.dp-mobile-copy li { display: flex; align-items: center; gap: 6px; color: #edf4ff; font-size: 10px; list-style: none; }
.dp-mobile-copy li i { color: #72edcd; font-size: 8px; }
.dp-mobile-copy > div { margin-top: 28px; display: flex; gap: 10px; }
.dp-mobile-copy > small { margin-top: 18px; display: flex; align-items: center; gap: 7px; color: #d9e6ff; font-size: 9px; }
.dp-mobile-copy > small i { color: #72edcd; }
.dp-mobile-card figure { position: relative; height: 100%; margin: 0; display: grid; place-items: center; }
.dp-mobile-card figure > img { position: absolute; bottom: -120px; max-width: 410px; max-height: 590px; object-fit: contain; filter: drop-shadow(0 26px 30px rgba(9, 29, 75, .32)); }
.dp-mobile-placeholder { width: 285px; min-height: 340px; padding: 34px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .28); border-radius: 28px; background: rgba(8, 41, 112, .28); box-shadow: 0 24px 55px rgba(7, 35, 91, .28); backdrop-filter: blur(14px); transform: rotate(-4deg); }
.dp-mobile-placeholder > i { font-size: 52px; }
.dp-mobile-placeholder small { margin-top: 24px; color: #c3d7ff; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.dp-mobile-placeholder strong { margin-top: 10px; font-size: 19px; line-height: 1.3; text-align: center; }
.dp-mobile-signal { position: absolute; right: 6px; bottom: 24px; padding: 10px 13px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 999px; background: rgba(7, 31, 92, .4); backdrop-filter: blur(12px); font-size: 9px; font-weight: 700; }
.dp-mobile-signal i { width: 7px; height: 7px; border-radius: 50%; background: #64e7bf; box-shadow: 0 0 0 4px rgba(100, 231, 191, .13); }

/* FAQ */
.dp-faq { background: #fff; }
.dp-faq-layout { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); align-items: start; gap: 72px; }
.dp-faq-intro { position: sticky; top: 30px; }
.dp-faq-intro .dp-section-head { margin: 0; text-align: left; }
.dp-faq-intro .dp-section-head p { margin-inline: 0; }
.dp-faq-contact { margin-top: 32px; padding: 20px; display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 13px; border: 1px solid var(--dp-line); border-radius: 13px; background: var(--dp-surface); }
.dp-faq-contact > i { grid-row: 1 / 3; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; color: var(--dp-blue); background: #e5edff; }
.dp-faq-contact > div { display: grid; }
.dp-faq-contact b { font-size: 11px; }
.dp-faq-contact span { margin-top: 3px; color: var(--dp-muted); font-size: 9px; }
.dp-faq-contact > a { grid-column: 2; display: inline-flex; align-items: center; gap: 7px; color: var(--dp-blue); font-size: 10px; font-weight: 800; text-decoration: none; }
.dp-faq-grid { display: grid; gap: 10px; }
.dp-faq details { overflow: hidden; border: 1px solid var(--dp-line); border-radius: 13px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.dp-faq details[open] { border-color: #b9cdf5; box-shadow: 0 14px 34px rgba(28, 62, 117, .08); }
.dp-faq summary { min-height: 76px; padding: 0 22px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 13px; color: var(--dp-ink); cursor: pointer; list-style: none; }
.dp-faq summary::-webkit-details-marker { display: none; }
.dp-faq summary b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: #7c8aa1; background: #f0f3f8; font-size: 9px; }
.dp-faq summary span { font-size: 13px; font-weight: 750; }
.dp-faq summary > i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #78859a; background: #f3f5f8; font-size: 9px; transition: transform .2s ease, color .2s ease, background .2s ease; }
.dp-faq details[open] summary > i { color: #fff; background: var(--dp-blue); transform: rotate(45deg); }
.dp-faq details p { margin: 0; padding: 0 22px 24px 69px; color: var(--dp-muted); font-size: 12px; line-height: 1.75; }

/* Motion */
.dp-motion-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease var(--reveal-delay, 0ms), transform .7s cubic-bezier(.2, .8, .2, 1) var(--reveal-delay, 0ms); }
.dp-motion-ready [data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes dp-ambient-glow { to { opacity: .84; transform: scale(1.04) translateY(10px); } }
@keyframes dp-orbit { to { transform: rotate(360deg); } }
@keyframes dp-node-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes dp-copy-refresh { 0% { opacity: .4; transform: translateY(8px); } 100% { opacity: 1; transform: none; } }
@keyframes dp-marquee { to { transform: translateX(-50%); } }

@media (max-width: 1100px) {
    .dp-section-head--split { gap: 45px; }
    .dp-section-nav > span { display: none; }
    .dp-section-nav { gap: 10px; }
    .dp-trust-logos { grid-template-columns: repeat(4, 1fr); }
    .dp-journey-stage { grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr); gap: 30px; }
    .dp-connection-summary { grid-template-columns: .7fr 1.3fr; }
    .dp-connection-summary .btn { grid-column: 1 / 3; justify-self: end; }
    .dp-capability-grid { grid-template-columns: repeat(2, 1fr); }
    .dp-operation-grid { gap: 32px; }
}

@media (max-width: 860px) {
    .dp-section { padding: 88px 0; }
    .dp-section-head--split { grid-template-columns: 1fr; gap: 20px; }
    .dp-section-head--split p { max-width: 650px; margin: 0; }
    .dp-section-nav { overflow-x: auto; scrollbar-width: none; }
    .dp-section-nav::-webkit-scrollbar { display: none; }
    .dp-section-nav > div { margin-right: auto; }
    .dp-section-nav-cta { display: none; }
    .dp-trust-facts { grid-template-columns: 1fr; }
    .dp-trust-facts > span { padding: 12px; }
    .dp-trust-facts > span + span { border-top: 1px solid var(--dp-line); border-left: 0; }
    .dp-journey-tabs { grid-template-columns: repeat(2, 1fr); }
    .dp-journey-stage { grid-template-columns: 1fr; padding: 18px 28px 0; }
    .dp-journey-copy { padding: 25px 0 10px; }
    .dp-journey-media { min-height: 390px; }
    .dp-journey-media > img { height: 348px; }
    .dp-connection-card, .dp-connection-card:nth-child(n) { grid-column: span 6; }
    .dp-connection-summary { grid-template-columns: 1fr; }
    .dp-connection-summary ul { grid-template-columns: 1fr; }
    .dp-connection-summary .btn { grid-column: auto; justify-self: start; }
    .dp-story-grid { grid-template-columns: 1fr; }
    .dp-story-grid article { display: grid; grid-template-columns: 260px 1fr; }
    .dp-story-grid figure { height: 100%; min-height: 250px; }
    .dp-operation-grid { grid-template-columns: 1fr; }
    .dp-operation-window { order: -1; }
    .dp-proof-grid { grid-template-columns: repeat(2, 1fr); }
    .dp-proof-grid article:nth-child(3)::before { display: none; }
    .dp-mobile-card { min-height: 760px; padding: 50px; grid-template-columns: 1fr; text-align: center; }
    .dp-mobile-copy > p { margin-inline: auto; }
    .dp-mobile-copy ul, .dp-mobile-copy > div, .dp-mobile-copy > small { justify-content: center; }
    .dp-mobile-card figure { min-height: 340px; }
    .dp-mobile-card figure > img { bottom: -145px; }
    .dp-mobile-signal { right: 50%; transform: translateX(50%); white-space: nowrap; }
    .dp-faq-layout { grid-template-columns: 1fr; gap: 42px; }
    .dp-faq-intro { position: static; }
}

@media (max-width: 620px) {
    .dp-home .container { width: min(100% - 28px, 1180px); }
    .dp-section { padding: 72px 0; }
    .dp-section-head { margin-bottom: 38px; }
    .dp-section-head h2 { font-size: 33px; }
    .dp-section-head p { font-size: 14px; line-height: 1.65; }
    .dp-hero { padding-top: 32px; }
    .dp-new-member { margin-bottom: 24px; }
    .dp-new-member b { display: none; }
    .dp-hero h1 { font-size: 39px; }
    .dp-hero-inner > p { margin-top: 20px; font-size: 14px; }
    .dp-hero-actions { width: 100%; flex-direction: column; }
    .dp-hero-actions .btn { width: 100%; }
    .dp-assurances { gap: 8px 13px; font-size: 9px; }
    .dp-browser-shell { width: calc(100% + 8px); margin-top: 36px; }
    .dp-browser-shell > header { height: 35px; font-size: 8px; }
    .dp-brand-canvas { min-height: 360px; }
    .dp-brand-orbit.orbit-one { width: 320px; height: 320px; }
    .dp-brand-orbit.orbit-two { width: 230px; height: 230px; }
    .dp-brand-core { width: 82%; padding: 18px; grid-template-columns: 44px 1fr; gap: 14px; }
    .dp-brand-core > span { width: 44px; height: 44px; font-size: 22px; }
    .dp-brand-core small { font-size: 7px; }
    .dp-brand-core strong { font-size: 17px; }
    .dp-brand-node { min-width: 148px; padding: 9px; }
    .dp-brand-node > i { width: 30px; height: 30px; }
    .dp-brand-node.node-one { top: 30px; left: 15px; }
    .dp-brand-node.node-two { right: 14px; bottom: 28px; }
    .dp-brand-node.node-three { display: none; }
    .dp-brand-node b { font-size: 9px; }
    .dp-brand-node small { font-size: 7px; }
    .dp-trust { padding: 58px 0 42px; }
    .dp-trust-heading { display: block; }
    .dp-trust-heading h2 { font-size: 26px; }
    .dp-trust-heading a { margin-top: 17px; }
    .dp-trust-logos { grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .dp-trust-logos span { height: 48px; }
    .dp-trust-logos img { max-width: 82px; max-height: 34px; }
    .dp-section-nav { min-height: 58px; }
    .dp-section-nav > div a { padding-inline: 9px; }
    .dp-journey-card { border-radius: 16px; }
    .dp-journey-tabs { padding: 14px 14px 0; gap: 6px; }
    .dp-journey-tabs button { min-height: 65px; padding: 10px; gap: 7px; }
    .dp-journey-tabs button > span { font-size: 9px; }
    .dp-journey-tabs button > span i { display: none; }
    .dp-journey-progress { margin-inline: 14px; }
    .dp-journey-stage { padding-inline: 18px; }
    .dp-journey-copy h3 { font-size: 27px; }
    .dp-journey-media { min-height: 310px; }
    .dp-journey-media > img { height: 268px; }
    .dp-window-bar { font-size: 7px; }
    .dp-journey-status { right: 12px; bottom: 12px; }
    .dp-media-placeholder, .dp-media-placeholder.light { min-height: 300px; padding: 28px; }
    .dp-media-placeholder > strong { font-size: 18px; }
    .dp-connection-card, .dp-connection-card:nth-child(n) { min-height: 290px; padding: 24px; grid-column: span 12; }
    .dp-connection-card h3 { font-size: 21px; }
    .dp-connection-summary { padding: 23px; }
    .dp-connection-summary > div strong { font-size: 38px; }
    .dp-logo-marquee span { width: 95px; height: 64px; }
    .dp-story-grid article { display: block; }
    .dp-story-grid figure { height: 190px; min-height: 0; }
    .dp-story-grid p { min-height: 0; }
    .dp-capability-grid { grid-template-columns: 1fr; }
    .dp-capability-grid article { min-height: 0; padding: 24px; }
    .dp-capabilities-footer { align-items: stretch; flex-direction: column; }
    .dp-capabilities-footer .btn { width: 100%; }
    .dp-operation-copy button { padding: 16px; grid-template-columns: 36px 1fr auto; gap: 11px; }
    .dp-operation-copy button > span { width: 36px; height: 36px; }
    .dp-operation-copy h3 { font-size: 15px; }
    .dp-operation-window { box-shadow: 0 18px 45px rgba(20, 42, 82, .12); }
    .dp-operation-media { min-height: 340px; }
    .dp-operation-media > img { height: 340px; }
    .dp-proof { padding: 65px 0 75px; }
    .dp-proof-heading { margin-bottom: 34px; }
    .dp-proof-grid strong { font-size: 31px; }
    .dp-proof-grid span { font-size: 9px; }
    .dp-mobile-cta { padding-top: 20px; }
    .dp-mobile-card { min-height: 750px; padding: 40px 20px; border-radius: 16px; }
    .dp-mobile-copy h2 { font-size: 37px; }
    .dp-mobile-copy ul { display: grid; justify-content: center; }
    .dp-mobile-copy > div { flex-direction: column; }
    .dp-mobile-copy .btn { width: 100%; }
    .dp-mobile-card figure { min-height: 300px; }
    .dp-mobile-card figure > img { max-width: 290px; }
    .dp-mobile-placeholder { width: 225px; min-height: 270px; }
    .dp-faq summary { min-height: 72px; padding-inline: 15px; grid-template-columns: 30px 1fr auto; gap: 10px; }
    .dp-faq summary span { font-size: 12px; }
    .dp-faq details p { padding: 0 16px 21px 55px; }
}

@media (prefers-reduced-motion: reduce) {
    .dp-hero-glow,
    .dp-brand-orbit,
    .dp-brand-node,
    .dp-logo-marquee > div { animation: none !important; }
    .dp-motion-ready [data-reveal] { opacity: 1; transform: none; transition: none; }
    .dp-home * { scroll-behavior: auto !important; }
}

/* Console screenshot preview: preserve the complete dashboard at every width. */
.dp-console-preview { border-radius: 13px; }
.dp-console-preview > header > a { justify-self: end; display: grid; place-items: center; width: 32px; height: 32px; color: inherit; border-radius: 6px; }
.dp-console-image { display: block; overflow: hidden; border-radius: 0 0 12px 12px; background: #fff; line-height: 0; cursor: zoom-in; }
.dp-console-image > img { display: block; width: 100%; height: auto; max-width: 100%; object-fit: contain; }
.dp-console-preview a:focus-visible { outline: 3px solid #149e9e; outline-offset: 3px; }
@media (max-width: 580px) {
    .dp-browser-shell.dp-console-preview { width: 100%; margin-top: 24px; }
    .dp-console-preview > header { height: 32px; padding-inline: 10px; }
}
