:root { --ddsm-ink: #17191d; --ddsm-muted: #69717d; --ddsm-line: #e5e8ec; --ddsm-soft: #f5f6f7; --ddsm-accent: #2343e7; }
.ddsm-app, .ddsm-app *, .ddsm-demo-home, .ddsm-demo-home *, .ddsm-machine-page, .ddsm-machine-page *, .ddsm-advice-page, .ddsm-advice-page * { box-sizing: border-box; }
.ddsm-app { position: relative; left: 50%; width: min(1180px, calc(100vw - 32px)); max-width: none !important; margin: 64px 0; color: var(--ddsm-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; transform: translateX(-50%); }
.ddsm-app [hidden] { display: none !important; }
.ddsm-shell { overflow: hidden; min-height: 580px; background: #fff; border: 1px solid var(--ddsm-line); border-radius: 28px; box-shadow: 0 28px 80px rgba(21, 29, 39, .1); }
.ddsm-start { position: relative; display: flex; min-height: 580px; padding: clamp(56px, 9vw, 110px); flex-direction: column; align-items: flex-start; justify-content: center; isolation: isolate; }
.ddsm-start::after { position: absolute; z-index: -1; right: -130px; top: -190px; width: 600px; height: 600px; border: 1px solid #e8eaed; border-radius: 50%; content: ""; box-shadow: 0 0 0 70px #fafafa, 0 0 0 71px #eceef1, 0 0 0 150px #fff, 0 0 0 151px #f0f1f3; }
.ddsm-start::before { position: absolute; z-index: 0; right: 75px; top: 92px; width: 120px; height: 120px; border-radius: 26px; background: var(--ddsm-accent); content: "D"; color: #fff; font: 800 56px/120px Inter, sans-serif; text-align: center; transform: rotate(8deg); box-shadow: 0 18px 50px color-mix(in srgb, var(--ddsm-accent) 32%, transparent); }
.ddsm-eyebrow { display: flex; align-items: center; gap: 11px; color: #59616c; font-size: 12px; font-weight: 800; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.ddsm-eyebrow > span { display: block; width: 28px; height: 2px; background: var(--ddsm-accent); }
.ddsm-start h2 { max-width: 720px; margin: 22px 0 20px; color: var(--ddsm-ink); font-size: clamp(38px, 5.2vw, 68px); font-weight: 750; letter-spacing: -.045em; line-height: 1.03; }
.ddsm-start > p { max-width: 680px; margin: 0; color: var(--ddsm-muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.ddsm-start__actions { display: flex; margin-top: 36px; flex-wrap: wrap; gap: 12px; }
.ddsm-button { display: inline-flex; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 11px; align-items: center; justify-content: center; gap: 14px; background: transparent; color: var(--ddsm-ink); font: inherit; font-size: 14px; font-weight: 750; line-height: 1.2; text-decoration: none !important; cursor: pointer; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.ddsm-button:hover { transform: translateY(-2px); }
.ddsm-button:focus-visible, .ddsm-option:focus-visible, .ddsm-reset:focus-visible { outline: 3px solid color-mix(in srgb, var(--ddsm-accent) 28%, transparent); outline-offset: 3px; }
.ddsm-button--primary { background: var(--ddsm-accent); color: #fff !important; box-shadow: 0 10px 28px color-mix(in srgb, var(--ddsm-accent) 24%, transparent); }
.ddsm-button--primary:hover { color: #fff; box-shadow: 0 14px 34px color-mix(in srgb, var(--ddsm-accent) 34%, transparent); }
.ddsm-button--ghost { border-color: #d8dce1; background: #fff; }
.ddsm-button--dark { background: #1d2025; color: #fff !important; }
.ddsm-button--text { min-height: 40px; padding: 0; color: var(--ddsm-accent); text-align: left; }
.ddsm-trust { display: flex; margin-top: 42px; flex-wrap: wrap; gap: 24px; color: #7b828b; font-size: 12px; font-weight: 650; }
.ddsm-trust span::first-letter { color: var(--ddsm-accent); }

.ddsm-workspace { min-height: 680px; }
.ddsm-workspace--locking .ddsm-stage { pointer-events: none; }
.ddsm-workspace__header { position: relative; display: flex; min-height: 84px; padding: 18px 28px 20px; border-bottom: 1px solid var(--ddsm-line); align-items: center; justify-content: space-between; }
.ddsm-workspace__header > div:first-child { display: flex; align-items: center; gap: 12px; }
.ddsm-workspace__header strong, .ddsm-workspace__header small { display: block; line-height: 1.3; }
.ddsm-workspace__header strong { font-size: 14px; }
.ddsm-workspace__header small { margin-top: 2px; color: var(--ddsm-muted); font-size: 11px; }
.ddsm-mark { display: grid; width: 42px; height: 42px; border-radius: 11px; place-items: center; background: var(--ddsm-accent); color: #fff; font-size: 20px; font-weight: 850; }
.ddsm-reset { padding: 7px 0; border: 0; border-bottom: 1px solid #c7cbd0; background: none; color: #626a74; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.ddsm-reset:hover { color: var(--ddsm-accent); border-color: var(--ddsm-accent); }
.ddsm-progress { position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; overflow: hidden; background: #f0f1f3; }
.ddsm-progress span { display: block; width: 0; height: 100%; background: var(--ddsm-accent); transition: width .45s cubic-bezier(.2,.8,.2,1); }
.ddsm-conversation { display: flex; max-height: 225px; padding: 28px clamp(28px, 7vw, 84px) 4px; flex-direction: column; gap: 14px; overflow: auto; background: linear-gradient(#fafbfb, #fff); }
.ddsm-line { max-width: 74%; animation: ddsm-rise .3s ease both; }
.ddsm-line > span { display: block; margin-bottom: 4px; color: #8b929b; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ddsm-line p { display: inline-block; margin: 0; padding: 10px 14px; border: 1px solid #e5e8eb; border-radius: 6px 16px 16px 16px; background: #fff; color: #414750; font-size: 13px; box-shadow: 0 4px 12px rgba(20,25,32,.035); }
.ddsm-line--visitor { align-self: flex-end; text-align: right; }
.ddsm-line--visitor p { border-color: color-mix(in srgb, var(--ddsm-accent) 18%, white); border-radius: 16px 6px 16px 16px; background: color-mix(in srgb, var(--ddsm-accent) 7%, white); color: #272a2e; }
.ddsm-stage { padding: 28px clamp(28px, 7vw, 84px) 64px; }
.ddsm-question { max-width: 920px; margin: 0 auto; animation: ddsm-rise .38s ease both; }
.ddsm-question__meta { margin-bottom: 7px; color: var(--ddsm-accent); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ddsm-question h3 { margin: 0 0 24px; color: var(--ddsm-ink); font-size: clamp(25px, 3vw, 36px); font-weight: 720; letter-spacing: -.025em; line-height: 1.2; }
.ddsm-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.ddsm-option { display: flex; min-height: 62px; padding: 15px 18px; border: 1px solid #dfe2e6; border-radius: 12px; align-items: center; justify-content: space-between; gap: 16px; background: #fff; color: #34383e; font: inherit; font-size: 14px; font-weight: 650; text-align: left; cursor: pointer; transition: border-color .17s ease, transform .17s ease, box-shadow .17s ease; }
.ddsm-option i { color: #a1a7af; font-style: normal; transition: color .17s ease, transform .17s ease; }
.ddsm-option:hover { border-color: var(--ddsm-accent); transform: translateY(-2px); box-shadow: 0 9px 24px rgba(27,33,42,.07); }
.ddsm-option:hover i { color: var(--ddsm-accent); transform: translateX(2px); }
.ddsm-dimension-grid { display: grid; margin-bottom: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ddsm-dimension-grid label > span, .ddsm-form-grid label > span, .ddsm-lead-card form > label > span { display: block; margin-bottom: 7px; color: #4e555e; font-size: 12px; font-weight: 750; }
.ddsm-dimension-grid label > div { display: flex; min-height: 55px; border: 1px solid #dce0e4; border-radius: 10px; align-items: center; background: #fff; }
.ddsm-dimension-grid input { width: 100%; min-width: 0; padding: 13px 5px 13px 15px; border: 0; outline: 0; background: transparent; color: var(--ddsm-ink); font: inherit; }
.ddsm-dimension-grid em { padding: 0 14px; color: #8d949c; font-size: 12px; font-style: normal; }
.ddsm-unknown { display: inline-flex; margin: 5px 0 24px; align-items: center; gap: 9px; color: #5d6570; font-size: 13px; font-weight: 650; cursor: pointer; }
.ddsm-unknown input { accent-color: var(--ddsm-accent); }
.ddsm-form-error { color: #b42318; font-size: 13px; font-weight: 650; }
.ddsm-typing { display: flex; width: 66px; height: 44px; margin: 40px auto; border: 1px solid #e1e4e8; border-radius: 22px; align-items: center; justify-content: center; gap: 4px; background: #fff; }
.ddsm-typing--small { width: 52px; height: 28px; margin: 0; align-self: flex-start; }
.ddsm-typing span { width: 5px; height: 5px; border-radius: 50%; background: #969da6; animation: ddsm-dot 1s infinite ease-in-out; }
.ddsm-typing span:nth-child(2) { animation-delay: .13s; }.ddsm-typing span:nth-child(3) { animation-delay: .26s; }

.ddsm-analysis { display: flex; min-height: 430px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.ddsm-analysis__orb { position: relative; display: grid; width: 108px; height: 108px; margin-bottom: 32px; border: 1px solid #e5e7ea; border-radius: 50%; place-items: center; }
.ddsm-analysis__orb::before, .ddsm-analysis__orb::after { position: absolute; border: 1px solid #eceef0; border-radius: 50%; content: ""; inset: -12px; }.ddsm-analysis__orb::after { inset: 12px; }
.ddsm-analysis__orb span { width: 54px; height: 54px; border-radius: 17px; background: var(--ddsm-accent); box-shadow: 0 12px 30px color-mix(in srgb, var(--ddsm-accent) 28%, transparent); }
.ddsm-analysis__orb i { position: absolute; width: 108px; height: 108px; border: 2px solid transparent; border-top-color: var(--ddsm-accent); border-radius: 50%; animation: ddsm-spin 1.1s linear infinite; }
.ddsm-analysis h3 { margin: 16px 0 18px; font-size: clamp(25px, 3vw, 36px); letter-spacing: -.025em; }
.ddsm-analysis__status { display: flex; align-items: center; gap: 8px; color: #6d747d; font-size: 13px; }
.ddsm-analysis__status b { display: grid; width: 19px; height: 19px; border-radius: 50%; place-items: center; background: #eaf6ef; color: #1e8b50; font-size: 10px; }

.ddsm-results { animation: ddsm-rise .45s ease both; }
.ddsm-results__heading { max-width: 720px; margin: 0 0 32px; }
.ddsm-results__heading h2 { margin: 12px 0 9px; color: var(--ddsm-ink); font-size: clamp(32px, 4vw, 48px); letter-spacing: -.035em; line-height: 1.08; }
.ddsm-results__heading p { margin: 0; color: var(--ddsm-muted); }
.ddsm-demo-note { display: flex; margin-bottom: 38px; padding: 15px 18px; border: 1px solid #dce8f0; border-radius: 11px; align-items: center; gap: 16px; background: #f5f9fc; color: #5a6671; font-size: 12px; }
.ddsm-demo-note strong { padding: 4px 8px; border-radius: 5px; background: #dbeaf5; color: #315c79; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.ddsm-result-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.ddsm-machine-card { position: relative; display: flex; overflow: hidden; border: 1px solid #dfe3e7; border-radius: 18px; flex-direction: column; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.ddsm-machine-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(20,27,35,.09); }
.ddsm-machine-card--best { border-color: color-mix(in srgb, var(--ddsm-accent) 48%, #dfe3e7); box-shadow: 0 16px 42px color-mix(in srgb, var(--ddsm-accent) 10%, transparent); }
.ddsm-machine-card__top { display: flex; padding: 13px 15px; align-items: center; justify-content: space-between; }
.ddsm-rank { color: #666f79; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.ddsm-machine-card--best .ddsm-rank { color: var(--ddsm-accent); }
.ddsm-score { display: flex; align-items: baseline; gap: 4px; }.ddsm-score strong { color: var(--ddsm-accent); font-size: 21px; line-height: 1; }.ddsm-score span { color: #8b929a; font-size: 9px; font-weight: 750; text-transform: uppercase; }
.ddsm-machine-card__image { height: 170px; overflow: hidden; border-top: 1px solid #eef0f2; border-bottom: 1px solid #eef0f2; background: #f5f6f7; }
.ddsm-machine-card__image img { width: 100%; height: 100%; object-fit: cover; }
.ddsm-card-placeholder, .ddsm-machine-placeholder { display: flex; width: 100%; height: 100%; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 64% 30%, #fff 0, #f1f3f4 42%, #e6e9ec 100%); color: #20242a; }
.ddsm-card-placeholder span, .ddsm-machine-placeholder span { font-size: 42px; font-weight: 850; letter-spacing: -.06em; }.ddsm-card-placeholder small, .ddsm-machine-placeholder small { margin-top: -4px; color: #8e959d; font-size: 8px; font-weight: 800; letter-spacing: .25em; }
.ddsm-machine-card__body { display: flex; height: 100%; padding: 22px; flex-direction: column; }
.ddsm-brand { color: var(--ddsm-accent); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.ddsm-machine-card h3 { margin: 5px 0 2px; color: var(--ddsm-ink); font-size: 20px; letter-spacing: -.02em; line-height: 1.2; }.ddsm-category { margin: 0 0 14px !important; color: #8a9199 !important; font-size: 10px !important; font-weight: 700; text-transform: uppercase; }.ddsm-machine-card__body > p { margin: 0 0 16px; color: #646c75; font-size: 12px; line-height: 1.6; }
.ddsm-feature-list { display: flex; margin-bottom: 18px; flex-wrap: wrap; gap: 5px; }.ddsm-feature-list span { padding: 5px 8px; border: 1px solid #e2e5e8; border-radius: 6px; background: #f8f9fa; color: #555d66; font-size: 9px; font-weight: 750; }
.ddsm-why { margin-top: auto; padding-top: 15px; border-top: 1px solid #eceef0; }.ddsm-why h4 { margin: 0 0 10px; font-size: 11px; line-height: 1.4; }.ddsm-why ul { margin: 0; padding: 0; list-style: none; }.ddsm-why li { position: relative; margin: 7px 0; padding-left: 16px; color: #5c646d; font-size: 10px; line-height: 1.45; }.ddsm-why li::before { position: absolute; top: 3px; left: 0; color: #2b9b61; content: "✓"; font-weight: 900; }
.ddsm-card-actions { display: flex; margin-top: 18px; flex-direction: column; align-items: stretch; gap: 4px; }.ddsm-card-actions .ddsm-button { width: 100%; font-size: 11px; }
.ddsm-comparison { margin-top: 76px; }.ddsm-table-wrap { overflow-x: auto; border: 1px solid #e0e3e6; border-radius: 14px; }.ddsm-comparison table { width: 100%; min-width: 680px; border-collapse: collapse; background: #fff; font-size: 12px; }.ddsm-comparison th, .ddsm-comparison td { padding: 15px 18px; border-bottom: 1px solid #eceef0; text-align: left; }.ddsm-comparison thead th { background: #f6f7f8; color: #383d43; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }.ddsm-comparison tbody th { color: #6e757d; font-weight: 650; }.ddsm-comparison tbody td { color: #24282d; font-weight: 700; }.ddsm-comparison tr:last-child th, .ddsm-comparison tr:last-child td { border-bottom: 0; }
.ddsm-lead-card { display: grid; margin-top: 76px; padding: clamp(28px, 5vw, 52px); border-radius: 20px; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 7vw, 80px); background: #1b1e23; color: #fff; }.ddsm-lead-card h2 { margin: 15px 0 14px; color: #fff; font-size: clamp(28px, 3vw, 40px); letter-spacing: -.035em; line-height: 1.12; }.ddsm-lead-card > div > p { color: #afb5bc; font-size: 13px; }.ddsm-lead-card .ddsm-eyebrow { color: #b6bbc1; }.ddsm-lead-card form > label { display: block; margin-top: 12px; }.ddsm-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.ddsm-lead-card label > span { color: #c9cdd2; }.ddsm-lead-card input, .ddsm-lead-card textarea { width: 100%; padding: 13px 14px; border: 1px solid #3a3e45; border-radius: 8px; outline: 0; background: #25292f; color: #fff; font: inherit; font-size: 13px; }.ddsm-lead-card input:focus, .ddsm-lead-card textarea:focus { border-color: var(--ddsm-accent); }.ddsm-lead-card .ddsm-button { margin-top: 18px; }.ddsm-privacy { margin: 10px 0 0; color: #858c94; font-size: 9px; }.ddsm-honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }.ddsm-success { padding: 36px 0; text-align: center; }.ddsm-success > span { display: grid; width: 48px; height: 48px; margin: auto; border-radius: 50%; place-items: center; background: #247c4d; font-size: 22px; }.ddsm-success h3 { margin: 15px 0 5px; color: #fff; }.ddsm-success p { color: #aeb4bb; }
.ddsm-result-reset { padding: 42px 0 0; text-align: center; }.ddsm-empty { max-width: 620px; min-height: 420px; margin: auto; padding: 50px 0; text-align: center; }.ddsm-empty > span { display: grid; width: 54px; height: 54px; margin: 0 auto 20px; border-radius: 50%; place-items: center; background: #fff0eb; color: var(--ddsm-accent); font-size: 24px; font-weight: 850; }.ddsm-empty h3 { margin: 0 0 10px; font-size: 30px; }.ddsm-empty p { margin: 0 0 24px; color: var(--ddsm-muted); }

.ddsm-demo-home { position: relative; width: 100vw; max-width: none !important; margin-right: 0 !important; margin-left: calc(50% - 50vw) !important; color: var(--ddsm-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }.ddsm-demo-hero { display: flex; min-height: 72vh; padding: clamp(70px, 10vw, 140px) max(24px, calc((100vw - 1180px)/2)); flex-direction: column; align-items: flex-start; justify-content: center; background: linear-gradient(120deg, #f4f5f6 0%, #fff 58%, #f1f2f4 100%); }.ddsm-demo-hero h1 { max-width: 900px; margin: 20px 0; font-size: clamp(46px, 7vw, 88px); letter-spacing: -.055em; line-height: .98; }.ddsm-demo-hero > p { max-width: 700px; margin: 0 0 32px; color: var(--ddsm-muted); font-size: clamp(17px, 2vw, 22px); line-height: 1.6; }.ddsm-solution-grid { display: grid; width: min(1180px, calc(100% - 32px)); margin: -30px auto 100px; border: 1px solid var(--ddsm-line); border-radius: 18px; grid-template-columns: repeat(4, 1fr); background: #fff; box-shadow: 0 18px 55px rgba(20,27,35,.08); }.ddsm-solution-grid article { padding: 30px; border-right: 1px solid var(--ddsm-line); }.ddsm-solution-grid article:last-child { border: 0; }.ddsm-solution-grid article > span { color: var(--ddsm-accent); font-size: 10px; font-weight: 850; }.ddsm-solution-grid h3 { margin: 18px 0 8px; font-size: 19px; }.ddsm-solution-grid p { margin: 0; color: var(--ddsm-muted); font-size: 12px; line-height: 1.6; }

.ddsm-machine-index { position: relative; left: 50%; width: min(1180px, calc(100vw - 32px)); max-width: none !important; margin: 60px 0 100px; color: var(--ddsm-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; transform: translateX(-50%); }
.ddsm-machine-index__hero { display: flex; min-height: 420px; padding: clamp(42px, 7vw, 84px); border-radius: 24px; flex-direction: column; align-items: flex-start; justify-content: center; background: linear-gradient(125deg, #f1f3f4, #fff 65%, #f5f6f7); }
.ddsm-machine-index__hero h1 { max-width: 850px; margin: 18px 0; font-size: clamp(42px, 6vw, 72px); letter-spacing: -.052em; line-height: 1; }
.ddsm-machine-index__hero p { max-width: 680px; margin: 0 0 28px; color: var(--ddsm-muted); font-size: 17px; line-height: 1.65; }
.ddsm-machine-index__grid { display: grid; margin-top: 26px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ddsm-index-card { display: flex; overflow: hidden; min-width: 0; border: 1px solid var(--ddsm-line); border-radius: 17px; flex-direction: column; background: #fff; box-shadow: 0 8px 26px rgba(20,27,35,.045); transition: transform .2s ease, box-shadow .2s ease; }
.ddsm-index-card:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(20,27,35,.1); }
.ddsm-index-card__visual { display: block; height: 210px; overflow: hidden; border-bottom: 1px solid var(--ddsm-line); background: #f2f3f4; text-decoration: none; }
.ddsm-index-card__visual img { width: 100%; height: 100%; object-fit: cover; }
.ddsm-index-card__body { display: flex; height: 100%; padding: 25px; flex-direction: column; }
.ddsm-index-card h2 { margin: 7px 0 3px; font-size: 24px; letter-spacing: -.025em; line-height: 1.15; }
.ddsm-index-card h2 a { color: var(--ddsm-ink); text-decoration: none; }
.ddsm-index-card__body > p:not(.ddsm-category) { margin: 0 0 20px; color: var(--ddsm-muted); font-size: 13px; line-height: 1.65; }
.ddsm-index-card .ddsm-feature-list { margin-top: auto; }
.ddsm-index-card__link { color: var(--ddsm-accent); font-size: 12px; font-weight: 800; text-decoration: none; }
.ddsm-index-card__capacity { display: grid; margin: 2px 0 14px; grid-template-columns: 1fr 1fr; gap: 5px; }
.ddsm-index-card__capacity span { padding: 7px 8px; border: 1px solid #e1e5e9; border-radius: 7px; background: #f8f9fa; color: #4f5861; font-size: 9px; font-weight: 750; }
.ddsm-index-card__materials { margin: 0 0 16px !important; color: #69717a !important; font-size: 9px !important; line-height: 1.55 !important; }
.ddsm-index-card__materials strong { color: #303840; }
.ddsm-machine-index__empty { margin-top: 24px; padding: 55px; border: 1px dashed #d6dadd; border-radius: 16px; background: #fafbfb; text-align: center; }
.ddsm-machine-index__empty h2 { margin: 0 0 8px; }.ddsm-machine-index__empty p { margin: 0; color: var(--ddsm-muted); }

.ddsm-machine-page { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 55px 0 90px; color: var(--ddsm-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }.ddsm-machine-page__crumb { display: flex; margin-bottom: 28px; align-items: center; gap: 9px; color: #8a9199; font-size: 11px; }.ddsm-machine-page__crumb a { color: #565d66; }.ddsm-machine-hero { display: grid; min-height: 560px; border: 1px solid var(--ddsm-line); border-radius: 24px; grid-template-columns: 1.08fr .92fr; overflow: hidden; }.ddsm-machine-visual { min-height: 480px; background: #f1f3f4; }.ddsm-machine-visual img { width: 100%; height: 100%; object-fit: cover; }.ddsm-machine-copy { display: flex; padding: clamp(38px, 6vw, 74px); flex-direction: column; align-items: flex-start; justify-content: center; }.ddsm-machine-copy h1 { margin: 16px 0 4px; font-size: clamp(40px, 5vw, 64px); letter-spacing: -.05em; line-height: 1; }.ddsm-machine-brand { margin: 0 0 24px !important; color: var(--ddsm-accent) !important; font-weight: 800; }.ddsm-machine-copy > p { color: var(--ddsm-muted); line-height: 1.7; }.ddsm-machine-copy .ddsm-button { margin-top: 14px; }.ddsm-machine-details { display: grid; margin-top: 70px; grid-template-columns: 1.3fr .7fr; gap: 70px; }.ddsm-machine-details h2 { margin: 15px 0; font-size: 38px; letter-spacing: -.035em; }.ddsm-prose { color: var(--ddsm-muted); }.ddsm-machine-details aside { padding: 28px; border: 1px solid var(--ddsm-line); border-radius: 16px; }.ddsm-machine-details aside h3 { margin: 0 0 20px; }.ddsm-machine-details dl { margin: 0; }.ddsm-machine-details dt { margin-top: 14px; color: #818890; font-size: 10px; font-weight: 750; text-transform: uppercase; }.ddsm-machine-details dd { margin: 3px 0 0; color: #2c3036; font-size: 13px; font-weight: 700; }

@keyframes ddsm-rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes ddsm-dot { 0%, 60%, 100% { transform: translateY(0); opacity: .5; } 30% { transform: translateY(-4px); opacity: 1; } }
@keyframes ddsm-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .ddsm-app *, .ddsm-app *::before, .ddsm-app *::after { animation-duration: .001ms !important; scroll-behavior: auto !important; transition-duration: .001ms !important; } }

@media (max-width: 960px) {
  .ddsm-start::before { right: 45px; top: 55px; width: 76px; height: 76px; border-radius: 18px; font-size: 34px; line-height: 76px; }.ddsm-start::after { right: -340px; }
  .ddsm-result-grid { grid-template-columns: 1fr 1fr; }.ddsm-machine-card:first-child { grid-column: 1 / -1; }.ddsm-machine-card:first-child .ddsm-machine-card__image { height: 260px; }
  .ddsm-solution-grid { grid-template-columns: 1fr 1fr; }.ddsm-solution-grid article:nth-child(2) { border-right: 0; }.ddsm-solution-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--ddsm-line); }
  .ddsm-machine-hero { grid-template-columns: 1fr; }.ddsm-machine-visual { min-height: 400px; }.ddsm-machine-details { gap: 30px; }
  .ddsm-machine-index__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .ddsm-app { width: calc(100vw - 20px); margin: 24px 0; font-size: 15px; }.ddsm-shell { min-height: 540px; border-radius: 18px; }.ddsm-start { min-height: 540px; padding: 108px 25px 45px; justify-content: flex-start; }.ddsm-start::before { left: 25px; right: auto; top: 26px; }.ddsm-start::after { display: none; }.ddsm-start h2 { margin-top: 17px; font-size: 39px; }.ddsm-start__actions { width: 100%; }.ddsm-start__actions .ddsm-button { width: 100%; }.ddsm-trust { gap: 8px 16px; }
  .ddsm-workspace__header { padding: 13px 16px 16px; }.ddsm-workspace__header small { display: none; }.ddsm-reset { font-size: 10px; }.ddsm-conversation { max-height: 210px; padding: 22px 18px 2px; }.ddsm-line { max-width: 92%; }.ddsm-stage { padding: 24px 18px 42px; }.ddsm-question h3 { font-size: 26px; }.ddsm-options { grid-template-columns: 1fr; }.ddsm-option { min-height: 58px; }.ddsm-dimension-grid { grid-template-columns: 1fr; }
  .ddsm-demo-note { align-items: flex-start; flex-direction: column; }.ddsm-result-grid { grid-template-columns: 1fr; }.ddsm-machine-card:first-child { grid-column: auto; }.ddsm-machine-card:first-child .ddsm-machine-card__image, .ddsm-machine-card__image { height: 190px; }.ddsm-comparison, .ddsm-lead-card { margin-top: 55px; }.ddsm-lead-card { grid-template-columns: 1fr; }.ddsm-form-grid { grid-template-columns: 1fr; }
  .ddsm-demo-hero { min-height: 620px; padding: 70px 24px 100px; }.ddsm-demo-hero h1 { font-size: 50px; }.ddsm-solution-grid { margin-top: -38px; grid-template-columns: 1fr; }.ddsm-solution-grid article { border-right: 0; border-bottom: 1px solid var(--ddsm-line); }.ddsm-solution-grid article:nth-child(3) { border-bottom: 1px solid var(--ddsm-line); }
  .ddsm-machine-index { width: calc(100vw - 20px); margin-top: 24px; }.ddsm-machine-index__hero { min-height: 480px; padding: 44px 24px; }.ddsm-machine-index__hero h1 { font-size: 43px; }.ddsm-machine-index__grid { grid-template-columns: 1fr; }.ddsm-index-card__visual { height: 190px; }
  .ddsm-machine-page { width: calc(100% - 20px); padding-top: 28px; }.ddsm-machine-visual { min-height: 280px; }.ddsm-machine-copy { padding: 32px 24px; }.ddsm-machine-details { grid-template-columns: 1fr; }.ddsm-machine-details h2 { font-size: 31px; }
}

/* Floating Digital Sales Manager — compact, conversational interface. */
.ddsm-app.ddsm-app--popup { position: static; left: auto; width: 0; max-width: 0 !important; height: 0; margin: 0; color: var(--ddsm-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 15px; line-height: 1.55; transform: none; }
.ddsm-app--popup .ddsm-launcher { position: fixed; z-index: 99998; right: 24px; bottom: 24px; display: flex; min-width: 226px; height: 66px; padding: 7px 19px 7px 8px; border: 0; border-radius: 33px; align-items: center; gap: 12px; background: #191c21; color: #fff; font: inherit; text-align: left; cursor: pointer; box-shadow: 0 16px 45px rgba(16, 21, 28, .28); transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease; }
.ddsm-app--popup .ddsm-launcher:hover { transform: translateY(-3px); box-shadow: 0 20px 52px rgba(16, 21, 28, .34); }
.ddsm-app--popup .ddsm-launcher:focus-visible, .ddsm-app--popup .ddsm-popup__close:focus-visible { outline: 3px solid color-mix(in srgb, var(--ddsm-accent) 35%, transparent); outline-offset: 3px; }
.ddsm-app--popup .ddsm-launcher__icon { position: relative; display: grid; width: 51px; height: 51px; flex: 0 0 51px; border-radius: 50%; place-items: center; background: var(--ddsm-accent); color: #fff; }
.ddsm-app--popup .ddsm-launcher__icon svg { width: 27px; height: 27px; overflow: visible; }
.ddsm-app--popup .ddsm-launcher__icon path { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.ddsm-app--popup .ddsm-launcher__icon circle { fill: currentColor; }
.ddsm-app--popup .ddsm-launcher__icon i { position: absolute; right: -1px; bottom: 1px; width: 13px; height: 13px; border: 2px solid #191c21; border-radius: 50%; background: #45b977; }
.ddsm-app--popup .ddsm-launcher > span:last-child { display: flex; flex-direction: column; }
.ddsm-app--popup .ddsm-launcher strong { color: #fff; font-size: 14px; font-weight: 780; line-height: 1.25; }
.ddsm-app--popup .ddsm-launcher small { color: #aeb4bd; font-size: 10px; font-weight: 600; letter-spacing: .02em; line-height: 1.35; }
.ddsm-app--open .ddsm-launcher { opacity: 0; pointer-events: none; transform: translateY(8px) scale(.96); }

.ddsm-app--popup .ddsm-popup { position: fixed; z-index: 99999; right: 24px; bottom: 24px; display: flex; width: min(440px, calc(100vw - 32px)); height: min(720px, calc(100vh - 48px)); overflow: hidden; border: 1px solid rgba(20, 25, 32, .1); border-radius: 23px; flex-direction: column; background: #fff; opacity: 0; pointer-events: none; transform: translateY(18px) scale(.985); transform-origin: right bottom; box-shadow: 0 28px 80px rgba(15, 20, 28, .28); transition: opacity .18s ease, transform .18s ease; }
.ddsm-app--popup.ddsm-app--open .ddsm-popup { opacity: 1; pointer-events: auto; transform: none; }
.ddsm-app--popup .ddsm-popup[hidden] { display: none !important; }
.ddsm-app--popup .ddsm-popup__header { display: flex; min-height: 74px; padding: 11px 13px 11px 17px; flex: 0 0 auto; align-items: center; justify-content: space-between; background: #191c21; color: #fff; }
.ddsm-app--popup .ddsm-popup__identity { display: flex; min-width: 0; align-items: center; gap: 11px; }
.ddsm-app--popup .ddsm-popup__identity .ddsm-mark { width: 43px; height: 43px; flex: 0 0 43px; border-radius: 13px; font-size: 20px; }
.ddsm-app--popup .ddsm-popup__identity strong, .ddsm-app--popup .ddsm-popup__identity small { display: block; }
.ddsm-app--popup .ddsm-popup__identity strong { color: #fff; font-size: 13px; font-weight: 780; line-height: 1.3; }
.ddsm-app--popup .ddsm-popup__identity small { margin-top: 3px; color: #aeb4bd; font-size: 10px; font-weight: 620; line-height: 1.2; }
.ddsm-app--popup .ddsm-popup__identity small i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #45b977; box-shadow: 0 0 0 3px rgba(69, 185, 119, .12); }
.ddsm-app--popup .ddsm-popup__close { display: grid; width: 39px; height: 39px; padding: 0 0 2px; border: 0; border-radius: 50%; place-items: center; background: #292d33; color: #d5d8dc; font: 300 27px/1 Arial, sans-serif; cursor: pointer; transition: background .16s ease, color .16s ease; }
.ddsm-app--popup .ddsm-popup__close:hover { background: #363b43; color: #fff; }
.ddsm-app--popup .ddsm-popup__footer { display: flex; min-height: 34px; padding: 7px 17px; flex: 0 0 auto; align-items: center; justify-content: center; gap: 7px; border-top: 1px solid #eceef0; background: #fafafa; color: #8a9098; font-size: 9px; font-weight: 650; letter-spacing: .025em; text-align: center; }
.ddsm-app--popup .ddsm-popup__footer > span { width: 5px; height: 5px; border-radius: 50%; background: var(--ddsm-accent); }

.ddsm-app--popup .ddsm-shell { min-height: 0; overflow-x: hidden; overflow-y: auto; flex: 1 1 auto; border: 0; border-radius: 0; background: #fff; box-shadow: none; overscroll-behavior: contain; }
.ddsm-app--popup .ddsm-start { min-height: 100%; padding: 41px 29px 34px; justify-content: center; background: radial-gradient(circle at 90% 10%, color-mix(in srgb, var(--ddsm-accent) 8%, white), transparent 38%), #fff; }
.ddsm-app--popup .ddsm-start::before, .ddsm-app--popup .ddsm-start::after { display: none; }
.ddsm-app--popup .ddsm-start__symbol { display: grid; width: 55px; height: 55px; margin-bottom: 27px; border-radius: 16px; place-items: center; background: color-mix(in srgb, var(--ddsm-accent) 12%, white); color: var(--ddsm-accent); font-size: 34px; font-weight: 780; transform: rotate(-8deg); }
.ddsm-app--popup .ddsm-eyebrow { gap: 8px; font-size: 9px; letter-spacing: .12em; }
.ddsm-app--popup .ddsm-eyebrow > span { width: 18px; }
.ddsm-app--popup .ddsm-start h2 { margin: 16px 0 14px; font-size: 34px; letter-spacing: -.045em; line-height: 1.04; }
.ddsm-app--popup .ddsm-start > p { font-size: 14px; line-height: 1.65; }
.ddsm-app--popup .ddsm-start__actions { width: 100%; margin-top: 27px; gap: 8px; }
.ddsm-app--popup .ddsm-start__actions .ddsm-button { width: 100%; min-height: 51px; border-radius: 12px; font-size: 13px; }
.ddsm-app--popup .ddsm-trust { margin-top: 22px; gap: 14px; font-size: 10px; }

.ddsm-app--popup .ddsm-workspace { min-height: 100%; background: #fff; }
.ddsm-app--popup .ddsm-workspace__header { position: sticky; z-index: 3; top: 0; min-height: 53px; padding: 10px 17px 12px; background: rgba(255, 255, 255, .96); backdrop-filter: blur(10px); }
.ddsm-app--popup .ddsm-flow-label { color: #656c75; font-size: 9px; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.ddsm-app--popup .ddsm-reset { font-size: 10px; }
.ddsm-app--popup .ddsm-progress { height: 3px; }
.ddsm-app--popup .ddsm-conversation { min-height: 116px; max-height: 190px; padding: 17px 17px 15px; gap: 9px; overflow-y: auto; background-color: #f2f0ec; background-image: radial-gradient(rgba(67, 72, 78, .055) .75px, transparent .75px); background-size: 11px 11px; }
.ddsm-app--popup .ddsm-conversation { scrollbar-color: color-mix(in srgb, var(--ddsm-accent) 35%, #b8bdc3) transparent; scrollbar-width: thin; }
.ddsm-app--popup .ddsm-line { max-width: 89%; }
.ddsm-app--popup .ddsm-line > span { margin: 0 7px 3px; color: #858b91; font-size: 8px; letter-spacing: .065em; }
.ddsm-app--popup .ddsm-line p { padding: 9px 12px; border: 0; border-radius: 4px 14px 14px 14px; background: #fff; color: #30343a; font-size: 12px; line-height: 1.48; box-shadow: 0 1px 1px rgba(20, 25, 31, .08); }
.ddsm-app--popup .ddsm-line--visitor p { border-radius: 14px 4px 14px 14px; background: color-mix(in srgb, var(--ddsm-accent) 11%, white); }
.ddsm-app--popup .ddsm-stage { padding: 17px 17px 28px; }
.ddsm-app--popup .ddsm-question { max-width: none; }
.ddsm-app--popup .ddsm-question__meta { margin-bottom: 10px; color: #858b93; font-size: 8px; letter-spacing: .095em; }
.ddsm-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.ddsm-app--popup .ddsm-options { grid-template-columns: 1fr; gap: 7px; }
.ddsm-app--popup .ddsm-option { min-height: 48px; padding: 11px 14px; border-radius: 10px; font-size: 12px; box-shadow: 0 3px 11px rgba(25, 31, 39, .025); }
.ddsm-app--popup .ddsm-option:hover { transform: translateY(-1px); box-shadow: 0 7px 18px rgba(25, 31, 39, .065); }
.ddsm-app--popup .ddsm-dimension-grid { margin-bottom: 10px; grid-template-columns: 1fr; }
.ddsm-app--popup .ddsm-dimension-grid--single label > span { font-size: 11px; }
.ddsm-app--popup .ddsm-dimension-grid label > div { min-height: 52px; border-radius: 10px; }
.ddsm-app--popup .ddsm-dimension-grid input { font-size: 16px; }
.ddsm-app--popup .ddsm-unknown { margin: 5px 0 18px; font-size: 11px; }
.ddsm-app--popup .ddsm-dimensions .ddsm-button { width: 100%; }
.ddsm-app--popup .ddsm-contact-field { display: block; }
.ddsm-app--popup .ddsm-contact-field > span { display: block; margin-bottom: 7px; color: #4e555e; font-size: 11px; font-weight: 750; }
.ddsm-app--popup .ddsm-contact-field input { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #dce0e4; border-radius: 10px; outline: 0; background: #fff; color: var(--ddsm-ink); font: inherit; font-size: 15px; }
.ddsm-app--popup .ddsm-contact-field input:focus { border-color: var(--ddsm-accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ddsm-accent) 10%, transparent); }
.ddsm-app--popup .ddsm-contact-question .ddsm-button { width: 100%; margin-top: 15px; }
.ddsm-app--popup .ddsm-contact-privacy { margin: 10px 0 0; color: #858c94; font-size: 9px; line-height: 1.45; }
.ddsm-app--popup .ddsm-form-error { margin: 12px 0 0; font-size: 11px; }
.ddsm-app--popup .ddsm-typing { margin: 34px auto; }
.ddsm-app--popup .ddsm-typing--small { margin: 0; }

.ddsm-app--popup .ddsm-analysis { min-height: 410px; padding: 30px 12px; }
.ddsm-app--popup .ddsm-analysis__orb { width: 88px; height: 88px; margin-bottom: 22px; }
.ddsm-app--popup .ddsm-analysis__orb i { width: 88px; height: 88px; }
.ddsm-app--popup .ddsm-analysis__orb span { width: 44px; height: 44px; border-radius: 14px; }
.ddsm-app--popup .ddsm-analysis h3 { margin: 14px 0 16px; font-size: 26px; }
.ddsm-app--popup .ddsm-results__heading { margin-bottom: 22px; }
.ddsm-app--popup .ddsm-results__heading h2 { margin: 9px 0 7px; font-size: 31px; }
.ddsm-app--popup .ddsm-results__heading p { font-size: 12px; line-height: 1.55; }
.ddsm-app--popup .ddsm-demo-note { margin-bottom: 23px; padding: 12px; align-items: flex-start; flex-direction: column; gap: 7px; font-size: 10px; line-height: 1.45; }
.ddsm-app--popup .ddsm-result-grid { grid-template-columns: 1fr; gap: 12px; }
.ddsm-app--popup .ddsm-machine-card:first-child { grid-column: auto; }
.ddsm-app--popup .ddsm-machine-card:hover { transform: none; }
.ddsm-app--popup .ddsm-machine-card__image, .ddsm-app--popup .ddsm-machine-card:first-child .ddsm-machine-card__image { height: 158px; }
.ddsm-app--popup .ddsm-machine-card__body { padding: 18px; }
.ddsm-app--popup .ddsm-machine-card h3 { font-size: 19px; }
.ddsm-app--popup .ddsm-comparison { margin-top: 28px; border: 1px solid #e0e3e6; border-radius: 13px; background: #fff; }
.ddsm-app--popup .ddsm-comparison summary { display: flex; padding: 15px 16px; align-items: center; justify-content: space-between; gap: 15px; color: #292d33; font-size: 14px; font-weight: 800; list-style: none; cursor: pointer; }
.ddsm-app--popup .ddsm-comparison summary::-webkit-details-marker { display: none; }
.ddsm-app--popup .ddsm-comparison summary span { display: flex; flex-direction: column; }
.ddsm-app--popup .ddsm-comparison summary small { margin-bottom: 2px; color: var(--ddsm-accent); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.ddsm-app--popup .ddsm-comparison summary i { display: grid; width: 25px; height: 25px; border-radius: 50%; place-items: center; background: #f1f2f3; color: #5a616a; font-style: normal; transition: transform .18s ease; }
.ddsm-app--popup .ddsm-comparison[open] summary i { transform: rotate(45deg); }
.ddsm-app--popup .ddsm-comparison .ddsm-table-wrap { border: 0; border-top: 1px solid #e5e7e9; border-radius: 0 0 13px 13px; }
.ddsm-app--popup .ddsm-comparison table { min-width: 620px; font-size: 10px; }
.ddsm-app--popup .ddsm-comparison th, .ddsm-app--popup .ddsm-comparison td { padding: 11px 12px; }
.ddsm-app--popup .ddsm-lead-card { margin-top: 28px; padding: 23px 19px; border-radius: 16px; grid-template-columns: 1fr; gap: 21px; }
.ddsm-app--popup .ddsm-lead-card h2 { margin: 11px 0 10px; font-size: 27px; }
.ddsm-app--popup .ddsm-form-grid { grid-template-columns: 1fr; gap: 9px; }
.ddsm-app--popup .ddsm-lead-card input, .ddsm-app--popup .ddsm-lead-card textarea { font-size: 12px; }
.ddsm-app--popup .ddsm-result-reset { padding-top: 27px; }
.ddsm-app--popup .ddsm-empty { min-height: 400px; padding: 40px 5px; }
.ddsm-app--popup .ddsm-result-gate { display: flex; min-height: 330px; padding: 28px 5px 12px; flex-direction: column; align-items: flex-start; justify-content: center; }
.ddsm-app--popup .ddsm-result-gate__check { display: grid; width: 54px; height: 54px; margin-bottom: 22px; border-radius: 18px; place-items: center; background: #e9f6ef; color: #20824d; font-size: 25px; font-weight: 900; }
.ddsm-app--popup .ddsm-result-gate h2 { margin: 12px 0 10px; color: var(--ddsm-ink); font-size: 30px; letter-spacing: -.035em; line-height: 1.08; }
.ddsm-app--popup .ddsm-result-gate > p { margin: 0 0 17px; color: var(--ddsm-muted); font-size: 12px; }
.ddsm-app--popup .ddsm-result-gate__mail { width: 100%; margin-bottom: 16px; padding: 10px 12px; border-radius: 9px; background: #f1f7f4; color: #46705a; font-size: 10px; line-height: 1.45; }
.ddsm-app--popup .ddsm-result-gate .ddsm-button { width: 100%; }
.ddsm-app--popup .ddsm-result-gate .ddsm-reset { margin: 17px auto 0; }

/* Standalone personal recommendation page. */
body.ddsm-advice-result-page .wp-block-post-title, body.ddsm-advice-result-page .entry-title { display: none !important; }
body.ddsm-advice-result-page main > .wp-block-group { padding-top: 0 !important; padding-right: 0 !important; padding-left: 0 !important; }
body.ddsm-advice-result-page .wp-block-post-content { width: 100% !important; max-width: 100% !important; margin: 0 !important; padding-right: 0 !important; padding-left: 0 !important; }
.ddsm-advice-page { position: relative; width: 100vw; max-width: none !important; margin: 0 0 0 calc(50% - 50vw) !important; padding: 76px max(24px, calc((100vw - 1180px) / 2)) 110px; background: #f5f6f7; color: var(--ddsm-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
.ddsm-advice-hero { max-width: 860px; padding: 35px 0 58px; }
.ddsm-advice-hero h1, .ddsm-advice-empty h1 { margin: 20px 0 18px; color: var(--ddsm-ink); font-size: clamp(46px, 6vw, 76px); letter-spacing: -.052em; line-height: .98; }
.ddsm-advice-hero > p, .ddsm-advice-empty > p { max-width: 720px; margin: 0; color: var(--ddsm-muted); font-size: 17px; line-height: 1.7; }
.ddsm-advice-profile { display: flex; margin-top: 27px; flex-wrap: wrap; gap: 7px; }
.ddsm-advice-profile span { padding: 7px 11px; border: 1px solid #dde1e4; border-radius: 8px; background: #fff; color: #555d66; font-size: 10px; font-weight: 750; }
.ddsm-advice-best { display: grid; overflow: hidden; min-height: 610px; border: 1px solid #dfe2e5; border-radius: 24px; grid-template-columns: 1.05fr .95fr; background: #fff; box-shadow: 0 25px 70px rgba(18, 25, 34, .1); }
.ddsm-advice-best__visual { position: relative; min-height: 540px; overflow: hidden; border-right: 1px solid #e5e7e9; background: #eceff1; }
.ddsm-advice-best__visual > img { width: 100%; height: 100%; object-fit: cover; }
.ddsm-advice-best__score { position: absolute; z-index: 2; top: 22px; left: 22px; display: flex; padding: 13px 16px; border-radius: 12px; flex-direction: column; background: #fff; box-shadow: 0 10px 30px rgba(20, 27, 35, .14); }
.ddsm-advice-best__score strong { color: var(--ddsm-accent); font-size: 31px; letter-spacing: -.045em; line-height: 1; }
.ddsm-advice-best__score span { margin-top: 4px; color: #848b93; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ddsm-advice-best__score small { margin-top: 2px; color: #a1a7ae; font-size: 7px; font-weight: 700; }
.ddsm-advice-best__copy { display: flex; min-width: 0; padding: clamp(38px, 5vw, 66px); flex-direction: column; align-items: flex-start; justify-content: center; }
.ddsm-advice-best__copy .ddsm-rank { margin-bottom: 20px; color: var(--ddsm-accent); }
.ddsm-advice-best__copy h2 { margin: 7px 0 2px; color: var(--ddsm-ink); font-size: clamp(38px, 4.5vw, 58px); letter-spacing: -.045em; line-height: 1; }
.ddsm-advice-best__copy > p:not(.ddsm-category) { margin: 7px 0 23px; color: var(--ddsm-muted); font-size: 14px; }
.ddsm-advice-best__copy .ddsm-feature-list { margin-bottom: 24px; }
.ddsm-advice-best__details { box-sizing: border-box; width: 100%; min-width: 0; padding: clamp(32px, 5vw, 58px); border-top: 1px solid #e5e7e9; grid-column: 1 / -1; }
.ddsm-fit-comparison { box-sizing: border-box; width: 100%; min-width: 0; margin: 0 0 28px; padding: clamp(24px, 3vw, 36px); border: 1px solid color-mix(in srgb, var(--ddsm-accent) 20%, #dfe3e8); border-radius: 18px; background: color-mix(in srgb, var(--ddsm-accent) 3%, #fff); }
.ddsm-fit-comparison__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.ddsm-fit-comparison__heading small { color: var(--ddsm-accent); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.ddsm-fit-comparison__heading h3 { margin: 4px 0 0; font-size: clamp(22px, 2.5vw, 30px); letter-spacing: -.03em; line-height: 1.15; }
.ddsm-fit-comparison__heading > span { flex: 0 0 auto; padding: 5px 8px; border-radius: 999px; background: #e7f6ed; color: #177845; font-size: 8px; font-weight: 850; text-transform: uppercase; }
.ddsm-fit-comparison > p { max-width: 720px; margin: 11px 0 21px !important; color: #68717a !important; font-size: 12px !important; line-height: 1.6; }
.ddsm-fit-table-wrap { box-sizing: border-box; width: 100%; min-width: 0; overflow-x: auto; overscroll-behavior-inline: contain; }
.ddsm-fit-comparison table { width: 100%; min-width: 590px; border-collapse: collapse; background: #fff; font-size: 12px; }
.ddsm-fit-comparison th, .ddsm-fit-comparison td { padding: 14px 13px; border-bottom: 1px solid #eceff2; text-align: left; vertical-align: top; }
.ddsm-fit-comparison thead th { color: #7d858e; font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ddsm-fit-comparison tbody th { width: 20%; color: #2a3138; font-weight: 800; }
.ddsm-fit-comparison tbody td { color: #59626b; }
.ddsm-fit-comparison tbody tr:last-child > * { border-bottom: 0; }
.ddsm-fit-status { display: inline-flex; white-space: nowrap; color: #177845; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.ddsm-fit-status--check { color: #996b0b; }
.ddsm-advice-reasons { width: 100%; padding-top: 22px; border-top: 1px solid #e8eaec; }
.ddsm-advice-reasons h3 { margin: 0 0 13px; font-size: 14px; }
.ddsm-advice-reasons ul { margin: 0; padding: 0; list-style: none; }
.ddsm-advice-reasons li { position: relative; margin: 9px 0; padding-left: 21px; color: #59616a; font-size: 12px; }
.ddsm-advice-reasons li::before { position: absolute; left: 0; color: #26945a; content: "✓"; font-weight: 900; }
.ddsm-advice-actions { display: flex; width: 100%; margin-top: 28px; flex-wrap: wrap; gap: 9px; }
.ddsm-advice-actions .ddsm-button { flex: 1 1 190px; }
.ddsm-advice-alternatives { padding: 90px 0 0; }
.ddsm-advice-alternatives > h2 { max-width: 700px; margin: 15px 0 28px; font-size: clamp(34px, 4vw, 50px); letter-spacing: -.04em; line-height: 1.04; }
.ddsm-advice-alternatives__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ddsm-advice-alternatives__grid article { padding: 31px; border: 1px solid #dfe2e5; border-radius: 17px; background: #fff; }
.ddsm-advice-alternatives__grid article > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.ddsm-advice-alternatives__grid article > div span { color: var(--ddsm-accent); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.ddsm-advice-alternatives__grid article > div small { color: #868d95; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.ddsm-advice-alternatives__grid h3 { margin: 15px 0 9px; font-size: 26px; letter-spacing: -.025em; }
.ddsm-advice-alternatives__grid p { margin: 0 0 18px; color: var(--ddsm-muted); font-size: 12px; }
.ddsm-advice-alternatives__grid a { color: var(--ddsm-accent); font-size: 11px; font-weight: 800; text-decoration: none; }
.ddsm-advice-cta { display: grid; margin-top: 90px; padding: clamp(35px, 6vw, 62px); border-radius: 23px; grid-template-columns: .85fr 1.15fr; gap: clamp(34px, 7vw, 80px); background: #191c21; color: #fff; }
.ddsm-advice-cta h2 { margin: 15px 0 14px; color: #fff; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.045em; line-height: 1.05; }
.ddsm-advice-cta > div > p { color: #abb1b9; font-size: 13px; }
.ddsm-advice-cta .ddsm-eyebrow { color: #b8bdc4; }
.ddsm-advice-cta form > label { display: block; margin-top: 12px; }
.ddsm-advice-cta label > span { display: block; margin-bottom: 7px; color: #c9cdd2; font-size: 11px; font-weight: 750; }
.ddsm-advice-cta input, .ddsm-advice-cta textarea { width: 100%; padding: 13px 14px; border: 1px solid #3b4047; border-radius: 9px; outline: 0; background: #25292f; color: #fff; font: inherit; font-size: 13px; }
.ddsm-advice-cta input:focus, .ddsm-advice-cta textarea:focus { border-color: var(--ddsm-accent); }
.ddsm-advice-cta form .ddsm-button { margin-top: 18px; }
.ddsm-advice-cta .ddsm-privacy { color: #858c94; }
.ddsm-advice-success { padding: 38px 0; text-align: center; }
.ddsm-advice-success > span { display: grid; width: 51px; height: 51px; margin: 0 auto; border-radius: 50%; place-items: center; background: #287f50; font-size: 23px; font-weight: 900; }
.ddsm-advice-success h3 { margin: 15px 0 7px; color: #fff; font-size: 24px; }
.ddsm-advice-success p { color: #b4bac2; }
.ddsm-advice-empty { min-height: 620px; padding: 100px 0; }
.ddsm-advice-empty > span { display: grid; width: 62px; height: 62px; margin-bottom: 28px; border-radius: 19px; place-items: center; background: color-mix(in srgb, var(--ddsm-accent) 12%, white); color: var(--ddsm-accent); font-size: 29px; font-weight: 850; }
.ddsm-advice-empty .ddsm-button { margin-top: 28px; }

@media (max-width: 560px) {
  .ddsm-app--popup .ddsm-launcher { right: 15px; bottom: 15px; min-width: 0; width: 60px; height: 60px; padding: 5px; border-radius: 50%; }
  .ddsm-app--popup .ddsm-launcher__icon { width: 50px; height: 50px; flex-basis: 50px; }
  .ddsm-app--popup .ddsm-launcher > span:last-child { display: none; }
  .ddsm-app--popup .ddsm-popup { right: 0; bottom: 0; width: 100vw; height: 100dvh; max-height: none; border: 0; border-radius: 0; }
  .ddsm-app--popup .ddsm-popup__header { padding-top: max(11px, env(safe-area-inset-top)); }
  .ddsm-app--popup .ddsm-popup__footer { min-height: calc(34px + env(safe-area-inset-bottom)); padding-bottom: calc(7px + env(safe-area-inset-bottom)); }
  .ddsm-app--popup .ddsm-start { min-height: 100%; padding: 35px 24px; }
  .ddsm-app--popup .ddsm-start h2 { font-size: 32px; }
  .ddsm-app--popup .ddsm-conversation { max-height: 175px; }
  .ddsm-app--popup .ddsm-machine-card__image, .ddsm-app--popup .ddsm-machine-card:first-child .ddsm-machine-card__image { height: 175px; }
}

@media (max-width: 820px) {
  .ddsm-advice-page { padding: 42px 16px 75px; }
  .ddsm-advice-hero { padding: 25px 8px 38px; }
  .ddsm-advice-hero h1, .ddsm-advice-empty h1 { font-size: 45px; }
  .ddsm-advice-hero > p, .ddsm-advice-empty > p { font-size: 14px; }
  .ddsm-advice-best { grid-template-columns: 1fr; }
  .ddsm-advice-best__visual { min-height: 330px; border-right: 0; border-bottom: 1px solid #e5e7e9; }
  .ddsm-advice-best__copy { padding: 34px 24px; }
  .ddsm-advice-best__copy h2 { font-size: 39px; }
  .ddsm-advice-best__details { padding: 28px 24px 34px; }
  .ddsm-fit-comparison { padding: 18px; }
  .ddsm-fit-comparison__heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .ddsm-fit-comparison table { min-width: 0; }
  .ddsm-fit-comparison thead { display: none; }
  .ddsm-fit-comparison tbody, .ddsm-fit-comparison tr, .ddsm-fit-comparison th, .ddsm-fit-comparison td { display: block; width: 100%; box-sizing: border-box; }
  .ddsm-fit-comparison tr { padding: 12px 0; border-bottom: 1px solid #e5e9ed; }
  .ddsm-fit-comparison tr:last-child { border-bottom: 0; }
  .ddsm-fit-comparison tbody th { width: 100%; padding: 0 0 8px; border: 0; color: #1f2831; font-size: 11px; }
  .ddsm-fit-comparison tbody td { display: grid; padding: 4px 0; border: 0; grid-template-columns: minmax(74px, .72fr) minmax(0, 1.28fr); gap: 10px; font-size: 10px; }
  .ddsm-fit-comparison tbody td::before { color: #8a929b; font-size: 7px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
  .ddsm-fit-comparison tbody td:nth-of-type(1)::before { content: "Uw product"; }
  .ddsm-fit-comparison tbody td:nth-of-type(2)::before { content: "Machinebereik"; }
  .ddsm-fit-comparison tbody td:nth-of-type(3)::before { content: "Status"; }
  .ddsm-advice-alternatives { padding-top: 62px; }
  .ddsm-advice-alternatives__grid { grid-template-columns: 1fr; }
  .ddsm-advice-cta { margin-top: 62px; padding: 34px 24px; grid-template-columns: 1fr; }
  .ddsm-advice-cta .ddsm-form-grid { grid-template-columns: 1fr; }
}

/* 1.4 — Dormac Intelligence: focused, open-ended product assistant. */
.ddsm-app--popup .ddsm-popup { width: min(480px, calc(100vw - 32px)); height: min(780px, calc(100dvh - 48px)); border: 1px solid rgba(123, 145, 168, .22); border-radius: 26px; background: #071019; box-shadow: 0 34px 100px rgba(3, 8, 14, .48), 0 0 0 1px rgba(255,255,255,.04) inset; }
.ddsm-app--popup .ddsm-popup__header { position: relative; min-height: 79px; padding: 13px 14px 13px 17px; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.07); background: radial-gradient(circle at 22% -70%, color-mix(in srgb, var(--ddsm-accent) 35%, transparent), transparent 43%), linear-gradient(110deg, #070b11, #111923); }
.ddsm-app--popup .ddsm-popup__header::after { position: absolute; right: 62px; bottom: -42px; width: 120px; height: 75px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; content: ""; transform: rotate(-18deg); }
.ddsm-app--popup .ddsm-popup__identity { position: relative; z-index: 1; gap: 12px; }
.ddsm-app--popup .ddsm-popup__identity .ddsm-mark { position: relative; width: 46px; height: 46px; flex-basis: 46px; overflow: visible; border: 1px solid color-mix(in srgb, var(--ddsm-accent) 62%, #fff); border-radius: 50%; background: rgba(255,255,255,.035); box-shadow: 0 0 28px color-mix(in srgb, var(--ddsm-accent) 28%, transparent), inset 0 0 15px rgba(255,255,255,.05); }
.ddsm-app--popup .ddsm-popup__identity .ddsm-mark::before, .ddsm-app--popup .ddsm-popup__identity .ddsm-mark::after { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ""; inset: 5px -4px; transform: rotate(58deg); }
.ddsm-app--popup .ddsm-popup__identity .ddsm-mark::after { inset: -4px 8px; border-color: color-mix(in srgb, var(--ddsm-accent) 50%, transparent); transform: rotate(-31deg); }
.ddsm-app--popup .ddsm-popup__identity .ddsm-mark b { position: relative; z-index: 2; color: #fff; font-size: 17px; }
.ddsm-app--popup .ddsm-popup__identity .ddsm-mark > i { position: absolute; z-index: 3; top: 4px; right: 2px; width: 5px; height: 5px; border-radius: 50%; background: #fff; box-shadow: 0 0 9px #fff; }
.ddsm-app--popup .ddsm-popup__identity strong { font-size: 14px; letter-spacing: -.01em; }
.ddsm-app--popup .ddsm-popup__identity small { color: #8795a5; font-size: 9px; font-weight: 700; letter-spacing: .065em; text-transform: uppercase; }
.ddsm-app--popup .ddsm-popup__close { position: relative; z-index: 2; background: rgba(255,255,255,.055); color: #a9b3be; }
.ddsm-app--popup .ddsm-popup__close:hover { background: rgba(255,255,255,.11); }
.ddsm-app--popup .ddsm-shell { overflow: hidden; background: #09131d; }
.ddsm-app--popup .ddsm-workspace { display: flex; height: 100%; min-height: 0; flex-direction: column; background: radial-gradient(circle at 88% 5%, rgba(46, 114, 148, .14), transparent 28%), #09131d; }
.ddsm-app--popup .ddsm-workspace__header { position: relative; min-height: 47px; padding: 10px 18px 12px; flex: 0 0 auto; border: 0; background: rgba(9,19,29,.96); backdrop-filter: blur(12px); }
.ddsm-app--popup .ddsm-flow-label { color: #7f91a3; font-size: 8px; letter-spacing: .18em; }
.ddsm-app--popup .ddsm-reset { padding: 2px 0; border: 0; color: #6f8091; font-size: 9px; letter-spacing: .04em; }
.ddsm-app--popup .ddsm-reset:hover { color: #fff; }
.ddsm-app--popup .ddsm-progress { bottom: 0; height: 1px; background: rgba(255,255,255,.06); }
.ddsm-app--popup .ddsm-progress span { background: linear-gradient(90deg, var(--ddsm-accent), #7890ff); box-shadow: 0 0 9px color-mix(in srgb, var(--ddsm-accent) 80%, transparent); }

.ddsm-app--popup .ddsm-conversation { min-height: 104px; max-height: 132px; padding: 14px 19px 15px; flex: 0 0 auto; gap: 8px; border: 0; border-bottom: 1px solid rgba(255,255,255,.07); background: transparent; scrollbar-color: rgba(255,255,255,.16) transparent; }
.ddsm-app--popup .ddsm-line { max-width: 92%; padding-left: 10px; border-left: 1px solid rgba(255,255,255,.1); }
.ddsm-app--popup .ddsm-line > span { margin: 0 0 2px; color: #526679; font-size: 7px; letter-spacing: .16em; }
.ddsm-app--popup .ddsm-line p { display: block; padding: 0; border: 0; border-radius: 0; background: none; color: #91a1b1; font-size: 10px; line-height: 1.45; box-shadow: none; }
.ddsm-app--popup .ddsm-line--visitor { padding-right: 10px; padding-left: 0; border-right: 1px solid color-mix(in srgb, var(--ddsm-accent) 60%, transparent); border-left: 0; text-align: right; }
.ddsm-app--popup .ddsm-line--visitor > span { color: color-mix(in srgb, var(--ddsm-accent) 70%, #91a1b1); }
.ddsm-app--popup .ddsm-line--visitor p { background: none; color: #c3cbd3; }

.ddsm-app--popup .ddsm-stage { min-height: 0; padding: 0; overflow-x: hidden; overflow-y: auto; flex: 1 1 auto; background-color: #f3f3f0; background-image: linear-gradient(rgba(17,27,37,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(17,27,37,.025) 1px, transparent 1px); background-size: 28px 28px; scrollbar-color: #c5c8c8 transparent; }
.ddsm-app--popup .ddsm-stage > * { width: 100%; min-height: 100%; margin: 0; padding: 25px 22px 28px; animation: ddsm-rise .32s ease both; }
.ddsm-focus-question { position: relative; margin: 0 0 21px; padding: 0 0 20px; border-bottom: 1px solid #d6d9d8; }
.ddsm-focus-question::after { position: absolute; bottom: -1px; left: 0; width: 46px; height: 2px; background: var(--ddsm-accent); content: ""; }
.ddsm-focus-question__meta { display: flex; margin-bottom: 11px; align-items: center; gap: 7px; color: #6d7578; font-size: 8px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.ddsm-focus-question__meta i { width: 7px; height: 7px; border: 1px solid color-mix(in srgb, var(--ddsm-accent) 60%, #fff); border-radius: 50%; background: var(--ddsm-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--ddsm-accent) 10%, transparent); }
.ddsm-focus-question h2 { margin: 0; color: #12181e; font-size: 29px; font-weight: 720; letter-spacing: -.043em; line-height: 1.04; text-wrap: balance; }
.ddsm-focus-question > p { margin: 11px 0 0; color: #667075; font-size: 11px; line-height: 1.55; }

.ddsm-app--popup .ddsm-button--wide { width: 100%; }
.ddsm-app--popup .ddsm-button { min-height: 49px; border-radius: 9px; font-size: 11px; }
.ddsm-app--popup .ddsm-button--primary { background: #111a22; color: #fff !important; box-shadow: none; }
.ddsm-app--popup .ddsm-button--primary:hover { background: var(--ddsm-accent); box-shadow: 0 10px 25px color-mix(in srgb, var(--ddsm-accent) 22%, transparent); }
.ddsm-focus-input { display: block; margin: 30px 0 0; }
.ddsm-focus-input > span, .ddsm-dimension-field > span { display: block; margin-bottom: 7px; color: #596267; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ddsm-focus-input input, .ddsm-dimension-field > div { width: 100%; min-height: 55px; border: 1px solid #ccd1d1; border-radius: 9px; outline: 0; background: rgba(255,255,255,.8); color: #141b21; box-shadow: 0 5px 18px rgba(17,26,34,.035); }
.ddsm-focus-input input { padding: 13px 15px; font: inherit; font-size: 14px; }
.ddsm-focus-input input:focus, .ddsm-dimension-field > div:focus-within { border-color: var(--ddsm-accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ddsm-accent) 10%, transparent); }
.ddsm-contact-question .ddsm-button { margin-top: 17px; }
.ddsm-app--popup .ddsm-contact-privacy { margin: 9px 0 0; color: #7a8387; font-size: 8px; }

.ddsm-app--popup .ddsm-assistant-home .ddsm-intent-list { display: grid !important; width: 100% !important; margin: -3px 0 20px !important; padding: 0 !important; border: 0 !important; grid-template-columns: minmax(0, 1fr) !important; gap: 10px !important; }
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent { appearance: none !important; display: grid !important; float: none !important; width: 100% !important; min-width: 0 !important; max-width: 100% !important; min-height: 70px !important; margin: 0 !important; padding: 13px 14px !important; border: 1px solid #d5d9d8 !important; border-radius: 11px !important; grid-template-columns: 32px minmax(0, 1fr) 22px !important; align-items: center !important; justify-content: stretch !important; gap: 10px !important; background: rgba(255,255,255,.68) !important; color: #1c242a !important; box-shadow: 0 4px 14px rgba(17,26,34,.025) !important; font: inherit !important; line-height: 1.2 !important; text-align: left !important; text-decoration: none !important; cursor: pointer !important; transform: none !important; transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease !important; }
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent > small { display: grid !important; width: 28px !important; height: 28px !important; margin: 0 !important; padding: 0 !important; border-radius: 50% !important; place-items: center !important; background: color-mix(in srgb, var(--ddsm-accent) 10%, white) !important; color: var(--ddsm-accent) !important; font-size: 8px !important; font-weight: 850 !important; line-height: 1 !important; text-align: center !important; }
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent > span { display: flex !important; min-width: 0 !important; width: 100% !important; margin: 0 !important; padding: 0 !important; align-items: flex-start !important; flex-direction: column !important; }
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent strong { display: block !important; margin: 0 !important; padding: 0 !important; color: #1c242a !important; font-size: 11px !important; font-weight: 800 !important; line-height: 1.3 !important; text-align: left !important; text-decoration: none !important; }
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent em { display: block !important; width: 100% !important; margin: 3px 0 0 !important; padding: 0 !important; overflow: hidden !important; color: #747d81 !important; font-size: 8px !important; font-style: normal !important; font-weight: 500 !important; line-height: 1.4 !important; text-align: left !important; text-overflow: ellipsis !important; white-space: nowrap !important; }
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent > i { display: block !important; margin: 0 !important; padding: 0 !important; color: #9aa0a2 !important; font-size: 13px !important; font-style: normal !important; line-height: 1 !important; text-align: center !important; }
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent:hover { border-color: color-mix(in srgb, var(--ddsm-accent) 55%, #d5d9d8) !important; background: #fff !important; color: #1c242a !important; box-shadow: 0 8px 22px rgba(17,26,34,.065) !important; transform: translateY(-1px) !important; }
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent:hover strong, .ddsm-app--popup .ddsm-assistant-home .ddsm-intent:hover > i { color: var(--ddsm-accent) !important; }

.ddsm-composer { position: sticky; z-index: 5; bottom: 0; display: flex; min-height: 56px; padding: 6px; border: 1px solid #cbd0d0; border-radius: 13px; align-items: flex-end; gap: 6px; background: rgba(255,255,255,.96); box-shadow: 0 10px 30px rgba(17,26,34,.1); backdrop-filter: blur(12px); }
.ddsm-composer:focus-within { border-color: color-mix(in srgb, var(--ddsm-accent) 70%, #cbd0d0); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ddsm-accent) 9%, transparent), 0 12px 30px rgba(17,26,34,.07); }
.ddsm-composer textarea { width: 100%; min-height: 42px; max-height: 100px; padding: 11px 10px 8px; resize: none; border: 0; outline: 0; background: transparent; color: #182027; font: inherit; font-size: 11px; line-height: 1.45; }
.ddsm-composer button { display: grid; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 9px; flex: 0 0 42px; place-items: center; background: #111a22; color: #fff; cursor: pointer; transition: background .16s ease, transform .16s ease; }
.ddsm-composer button:hover { background: var(--ddsm-accent); transform: translateY(-1px); }
.ddsm-composer button span { font-size: 18px; line-height: 1; }
.ddsm-back-link { display: block; margin: 16px auto 0; padding: 4px; border: 0; background: transparent; color: #768084; font: inherit; font-size: 9px; font-weight: 750; cursor: pointer; }
.ddsm-back-link:hover { color: var(--ddsm-accent); }

.ddsm-app--popup .ddsm-options { display: block; border-top: 1px solid #d5d9d8; }
.ddsm-app--popup .ddsm-option { width: 100%; min-height: 49px; padding: 10px 3px; border: 0; border-bottom: 1px solid #d5d9d8; border-radius: 0; background: transparent; color: #293137; font-size: 11px; font-weight: 690; box-shadow: none; }
.ddsm-app--popup .ddsm-option i { color: #a3aaac; }
.ddsm-app--popup .ddsm-option:hover { padding-right: 0; padding-left: 7px; border-color: #d5d9d8; background: transparent; color: var(--ddsm-accent); transform: none; box-shadow: none; }
.ddsm-dimension-field { display: block; margin-top: 25px; }
.ddsm-dimension-field > div { display: flex; align-items: center; }
.ddsm-dimension-field input { width: 100%; min-width: 0; padding: 13px 4px 13px 15px; border: 0; outline: 0; background: transparent; color: #141b21; font: inherit; font-size: 18px; }
.ddsm-dimension-field em { padding: 0 15px; color: #727b80; font-size: 10px; font-style: normal; }
.ddsm-app--popup .ddsm-unknown { margin: 12px 0 18px; color: #677075; font-size: 9px; }

.ddsm-thinking-panel, .ddsm-app--popup .ddsm-analysis { display: flex; min-height: 100%; padding: 45px 25px !important; flex-direction: column; align-items: center; justify-content: center; background: #09131d; color: #fff; text-align: center; }
.ddsm-neural-orb { position: relative; display: grid; width: 96px; height: 96px; margin-bottom: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; place-items: center; box-shadow: 0 0 60px rgba(42,113,148,.12); }
.ddsm-neural-orb::before, .ddsm-neural-orb::after { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; inset: 10px -8px; transform: rotate(58deg); }
.ddsm-neural-orb::after { inset: -8px 13px; border-color: color-mix(in srgb, var(--ddsm-accent) 50%, transparent); transform: rotate(-34deg); }
.ddsm-neural-orb span { position: relative; z-index: 2; display: grid; width: 43px; height: 43px; border-radius: 50%; place-items: center; background: radial-gradient(circle at 35% 30%, #8da4ff, var(--ddsm-accent) 45%, #11248f); color: #fff; font-size: 16px; box-shadow: 0 0 34px color-mix(in srgb, var(--ddsm-accent) 55%, transparent); }
.ddsm-neural-orb i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #fff; box-shadow: 0 0 9px #fff; animation: ddsm-orbit 1.7s linear infinite; }
.ddsm-thinking-panel > small, .ddsm-app--popup .ddsm-analysis > small, .ddsm-result-gate > small { color: #71869a; font-size: 8px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.ddsm-thinking-panel > strong { margin-top: 10px; color: #e9eef2; font-size: 16px; }
.ddsm-thinking-panel .ddsm-typing { width: auto; height: 18px; margin: 17px 0 0; border: 0; background: none; }
.ddsm-thinking-panel .ddsm-typing span { background: #73869a; }
.ddsm-thinking-inline { display: flex; min-height: 100%; align-items: center; justify-content: center; gap: 5px; }
.ddsm-thinking-inline span { width: 6px; height: 6px; border-radius: 50%; background: #8c9599; animation: ddsm-dot 1s infinite ease-in-out; }
.ddsm-thinking-inline span:nth-child(2) { animation-delay: .13s; }
.ddsm-thinking-inline span:nth-child(3) { animation-delay: .26s; }
.ddsm-app--popup .ddsm-analysis h3 { max-width: 310px; margin: 13px 0 22px; color: #fff; font-size: 25px; line-height: 1.08; }
.ddsm-app--popup .ddsm-analysis__status { min-width: 270px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.09); border-radius: 9px; color: #9ba9b6; }
.ddsm-app--popup .ddsm-analysis__status b { width: auto; height: auto; border-radius: 0; background: none; color: var(--ddsm-accent); font-size: 9px; }

.ddsm-assistant-response .ddsm-focus-question { margin-bottom: 17px; }
.ddsm-assistant-machines { display: grid; gap: 9px; margin-bottom: 14px; }
.ddsm-assistant-machine { padding: 14px; border: 1px solid #d5d9d8; border-radius: 11px; background: rgba(255,255,255,.72); }
.ddsm-assistant-machine__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.ddsm-assistant-machine__top span { color: var(--ddsm-accent); font-size: 7px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.ddsm-assistant-machine__top small { color: #7d8588; font-size: 7px; text-transform: uppercase; }
.ddsm-assistant-machine h3 { margin: 5px 0 5px; color: #182027; font-size: 17px; letter-spacing: -.025em; line-height: 1.1; }
.ddsm-assistant-machine > p { margin: 0 0 9px; color: #687176; font-size: 9px; line-height: 1.5; }
.ddsm-assistant-machine__features { display: flex; flex-wrap: wrap; gap: 4px; }
.ddsm-assistant-machine__features span { padding: 3px 5px; border-radius: 4px; background: #e8eae8; color: #596165; font-size: 7px; font-weight: 750; }
.ddsm-assistant-machine__actions { display: flex; margin-top: 11px; align-items: center; justify-content: space-between; gap: 8px; }
.ddsm-assistant-machine__actions a { color: #596267; font-size: 8px; font-weight: 800; text-decoration: none; }
.ddsm-assistant-machine__actions .ddsm-document-link { display: inline-flex; min-height: 30px; padding: 0 9px; border-radius: 6px; align-items: center; gap: 6px; background: #131c24; color: #fff; }
.ddsm-document-link span { color: var(--ddsm-accent); font-size: 13px; }
.ddsm-assistant-response > .ddsm-button { margin: 2px 0 13px; }
.ddsm-suggestions { display: flex; margin: 8px 0 13px; flex-wrap: wrap; gap: 5px; }
.ddsm-suggestions button { padding: 6px 8px; border: 1px solid #d3d7d6; border-radius: 6px; background: transparent; color: #616a6e; font: inherit; font-size: 8px; cursor: pointer; }
.ddsm-suggestions button:hover { border-color: var(--ddsm-accent); color: var(--ddsm-accent); }
.ddsm-handoff-success { display: flex; min-height: 100%; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.ddsm-handoff-success > span { display: grid; width: 54px; height: 54px; margin-bottom: 18px; border-radius: 50%; place-items: center; background: #dff1e6; color: #1f8550; font-size: 22px; }
.ddsm-handoff-success h2 { margin: 0 0 8px; font-size: 28px; letter-spacing: -.04em; }
.ddsm-handoff-success p { max-width: 300px; margin: 0 0 20px; color: #6f787c; font-size: 10px; }
.ddsm-assistant-error { display: flex; min-height: 100%; flex-direction: column; justify-content: center; }

.ddsm-app--popup .ddsm-result-gate { display: flex; min-height: 100%; padding: 34px 23px !important; flex-direction: column; align-items: flex-start; justify-content: center; background: #09131d; color: #fff; }
.ddsm-app--popup .ddsm-result-gate .ddsm-neural-orb { align-self: center; }
.ddsm-app--popup .ddsm-result-gate h2 { margin: 13px 0 10px; color: #fff; font-size: 29px; }
.ddsm-app--popup .ddsm-result-gate > p { color: #92a1af; }
.ddsm-app--popup .ddsm-result-gate__mail { background: rgba(72,145,104,.12); color: #91b9a2; }
.ddsm-app--popup .ddsm-result-gate .ddsm-back-link { color: #778b9d; }
.ddsm-app--popup .ddsm-popup__footer { border-top-color: rgba(255,255,255,.06); background: #070d13; color: #526373; letter-spacing: .07em; }

.ddsm-app--popup .ddsm-launcher { min-width: 244px; border: 1px solid rgba(255,255,255,.08); background: linear-gradient(110deg, #091019, #17222d); box-shadow: 0 18px 55px rgba(4,10,17,.38); }
.ddsm-app--popup .ddsm-launcher__icon { border: 1px solid color-mix(in srgb, var(--ddsm-accent) 55%, #fff); background: rgba(255,255,255,.04); box-shadow: 0 0 25px color-mix(in srgb, var(--ddsm-accent) 28%, transparent); }
.ddsm-app--popup .ddsm-launcher__icon circle { fill: var(--ddsm-accent); }
.ddsm-app--popup .ddsm-launcher__icon path { stroke-width: 1.15; }
.ddsm-app--popup .ddsm-launcher__icon i { border-color: #101923; }
.ddsm-app--popup .ddsm-launcher small { color: #7c8d9d; font-size: 9px; letter-spacing: .045em; }

@keyframes ddsm-orbit { from { transform: rotate(0deg) translateX(48px) rotate(0deg); } to { transform: rotate(360deg) translateX(48px) rotate(-360deg); } }

@media (max-width: 560px) {
  .ddsm-app--popup .ddsm-popup { width: 100vw; height: 100dvh; border-radius: 0; }
  .ddsm-app--popup .ddsm-popup__header { min-height: 76px; }
  .ddsm-app--popup .ddsm-conversation { min-height: 91px; max-height: 112px; }
  .ddsm-app--popup .ddsm-stage > * { padding: 23px 19px 28px; }
  .ddsm-focus-question h2 { font-size: 27px; }
  .ddsm-intent { min-height: 65px; }
  .ddsm-app--popup .ddsm-launcher { min-width: 0; }
}

/* 1.4.2 — borderless history and one coherent blue button system. */
.ddsm-app--popup .ddsm-conversation { min-height: 98px; max-height: 132px; padding: 12px 19px 10px; border: 0 !important; border-bottom: 0 !important; background: transparent !important; background-image: none !important; box-shadow: none !important; }
.ddsm-app--popup .ddsm-line, .ddsm-app--popup .ddsm-line--visitor { padding-right: 0; padding-left: 0; border: 0 !important; }

.ddsm-app--popup .ddsm-button--primary, .ddsm-app--popup .ddsm-button--dark { border-color: #2343e7 !important; background: #2343e7 !important; color: #fff !important; box-shadow: 0 10px 25px rgba(35,67,231,.24) !important; }
.ddsm-app--popup .ddsm-button--primary:hover, .ddsm-app--popup .ddsm-button--dark:hover { border-color: #1936ca !important; background: #1936ca !important; color: #fff !important; box-shadow: 0 14px 30px rgba(35,67,231,.32) !important; }
.ddsm-app--popup .ddsm-button--ghost { border-color: #2343e7 !important; background: transparent !important; color: #2343e7 !important; box-shadow: none !important; }
.ddsm-app--popup .ddsm-button--ghost:hover { background: #2343e7 !important; color: #fff !important; }

.ddsm-app--popup .ddsm-launcher { border-color: #2343e7 !important; background: #2343e7 !important; box-shadow: 0 18px 55px rgba(35,67,231,.3) !important; }
.ddsm-app--popup .ddsm-launcher:hover { background: #1936ca !important; box-shadow: 0 22px 60px rgba(35,67,231,.38) !important; }
.ddsm-app--popup .ddsm-launcher__icon { border-color: rgba(255,255,255,.5) !important; background: rgba(255,255,255,.12) !important; }
.ddsm-app--popup .ddsm-launcher small { color: rgba(255,255,255,.72) !important; }
.ddsm-app--popup .ddsm-popup__close { border: 1px solid rgba(95,123,255,.7) !important; background: rgba(35,67,231,.16) !important; color: #b9c5ff !important; }
.ddsm-app--popup .ddsm-popup__close:hover { background: #2343e7 !important; color: #fff !important; }
.ddsm-app--popup .ddsm-reset { min-height: 26px; padding: 3px 9px; border: 1px solid rgba(35,67,231,.58) !important; border-radius: 999px; background: transparent !important; color: #8fa2ff !important; }
.ddsm-app--popup .ddsm-reset:hover { background: #2343e7 !important; color: #fff !important; }

.ddsm-app--popup .ddsm-assistant-home .ddsm-intent { border-color: rgba(35,67,231,.62) !important; background: rgba(255,255,255,.92) !important; color: #2343e7 !important; box-shadow: 0 5px 16px rgba(35,67,231,.07) !important; }
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent strong, .ddsm-app--popup .ddsm-assistant-home .ddsm-intent > i { color: #2343e7 !important; }
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent > small { background: #edf0ff !important; color: #2343e7 !important; }
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent:first-child, .ddsm-app--popup .ddsm-assistant-home .ddsm-intent:hover { border-color: #2343e7 !important; background: #2343e7 !important; color: #fff !important; box-shadow: 0 10px 25px rgba(35,67,231,.2) !important; }
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent:first-child strong, .ddsm-app--popup .ddsm-assistant-home .ddsm-intent:first-child em, .ddsm-app--popup .ddsm-assistant-home .ddsm-intent:first-child > i, .ddsm-app--popup .ddsm-assistant-home .ddsm-intent:hover strong, .ddsm-app--popup .ddsm-assistant-home .ddsm-intent:hover em, .ddsm-app--popup .ddsm-assistant-home .ddsm-intent:hover > i { color: #fff !important; }
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent:first-child > small, .ddsm-app--popup .ddsm-assistant-home .ddsm-intent:hover > small { background: rgba(255,255,255,.16) !important; color: #fff !important; }

.ddsm-app--popup .ddsm-composer { border-color: rgba(35,67,231,.48); }
.ddsm-app--popup .ddsm-composer button { border: 1px solid #2343e7 !important; background: #2343e7 !important; color: #fff !important; }
.ddsm-app--popup .ddsm-composer button:hover { background: #1936ca !important; }
.ddsm-app--popup .ddsm-options { border-top: 0; }
.ddsm-app--popup .ddsm-option { margin-bottom: 8px; padding: 11px 13px; border: 1px solid #2343e7 !important; border-radius: 9px; background: transparent !important; color: #2343e7 !important; }
.ddsm-app--popup .ddsm-option i { color: #2343e7 !important; }
.ddsm-app--popup .ddsm-option:hover { padding-right: 13px; padding-left: 13px; background: #2343e7 !important; color: #fff !important; }
.ddsm-app--popup .ddsm-option:hover i { color: #fff !important; }
.ddsm-app--popup .ddsm-back-link, .ddsm-app--popup .ddsm-suggestions button { display: inline-flex; min-height: 31px; padding: 5px 10px; border: 1px solid #2343e7 !important; border-radius: 999px; align-items: center; justify-content: center; background: transparent !important; color: #2343e7 !important; }
.ddsm-app--popup .ddsm-back-link:hover, .ddsm-app--popup .ddsm-suggestions button:hover { background: #2343e7 !important; color: #fff !important; }
.ddsm-app--popup .ddsm-assistant-machine__actions a { min-height: 30px; padding: 6px 9px; border: 1px solid #2343e7; border-radius: 6px; color: #2343e7; }
.ddsm-app--popup .ddsm-assistant-machine__actions .ddsm-document-link { border-color: #2343e7; background: #2343e7; color: #fff; }
.ddsm-app--popup .ddsm-document-link span { color: #fff; }

@media (max-width: 560px) {
  .ddsm-app--popup .ddsm-conversation { min-height: 84px; max-height: 105px; padding: 10px 18px 8px; }
}

/* 1.6.0 — immersive landing page with a responsive human assistant. */
.ddsm-landing, .ddsm-landing * { box-sizing: border-box; }
body.ddsm-assistant-landing-page { overflow-x: hidden; background: #030a12; }
body.ddsm-assistant-landing-page .wp-site-blocks > header, body.ddsm-assistant-landing-page .wp-site-blocks > footer, body.ddsm-assistant-landing-page .wp-block-post-title, body.ddsm-assistant-landing-page .entry-title { display: none !important; }
body.ddsm-assistant-landing-page main, body.ddsm-assistant-landing-page main > .wp-block-group { margin: 0 !important; padding: 0 !important; }
body.ddsm-assistant-landing-page .wp-block-post-content, body.ddsm-assistant-landing-page .entry-content { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.ddsm-landing { position: relative; left: 50%; width: 100vw; max-width: none !important; margin: 0 0 0 -50vw !important; overflow: hidden; background: #030a12; color: #f6f8ff; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; isolation: isolate; }
.ddsm-landing::before { position: absolute; z-index: -3; top: 0; right: 0; left: 0; height: 980px; background: radial-gradient(circle at 74% 22%, rgba(35,67,231,.18), transparent 32%), radial-gradient(circle at 45% 8%, rgba(0,183,255,.08), transparent 28%), linear-gradient(180deg, #030a12 0%, #06111d 62%, #030a12 100%); content: ""; }
.ddsm-landing::after { position: absolute; z-index: -2; top: 0; right: 0; left: 0; height: 980px; opacity: .24; background-image: linear-gradient(rgba(128,156,188,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(128,156,188,.06) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000, transparent 78%); content: ""; }
.ddsm-landing__ambient { position: absolute; z-index: -1; top: 60px; left: 50%; width: min(1280px, 100%); height: 850px; pointer-events: none; transform: translateX(-50%); }
.ddsm-landing__ambient i { position: absolute; border-radius: 50%; filter: blur(40px); opacity: .35; animation: ddsm-ambient-drift 12s ease-in-out infinite alternate; }
.ddsm-landing__ambient i:nth-child(1) { top: 140px; right: 7%; width: 250px; height: 250px; background: #2343e7; }
.ddsm-landing__ambient i:nth-child(2) { top: 320px; right: 32%; width: 180px; height: 180px; background: #a939df; animation-delay: -4s; }
.ddsm-landing__ambient i:nth-child(3) { top: 50px; left: 38%; width: 130px; height: 130px; background: #0bbcf1; animation-delay: -7s; }
.ddsm-landing-nav { position: relative; z-index: 20; display: grid; width: min(1280px, calc(100% - 48px)); min-height: 84px; margin: 0 auto; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.ddsm-landing-brand { display: inline-flex; width: max-content; align-items: center; gap: 11px; color: #f7f9ff !important; font-size: 14px; font-weight: 800; text-decoration: none !important; }
.ddsm-landing-brand > span { position: relative; display: grid; width: 31px; height: 31px; border: 1px solid rgba(125,168,255,.35); border-radius: 10px; place-items: center; background: rgba(35,67,231,.12); box-shadow: 0 0 24px rgba(35,67,231,.18); }
.ddsm-landing-brand b { color: #75e6ff; font-size: 13px; }
.ddsm-landing-brand i { position: absolute; right: -3px; bottom: -3px; width: 8px; height: 8px; border: 2px solid #07111c; border-radius: 50%; background: #7b5cff; }
.ddsm-landing-nav__links { display: flex; align-items: center; gap: 34px; }
.ddsm-landing-nav__links a { color: #8998ac !important; font-size: 11px; font-weight: 650; text-decoration: none !important; transition: color .18s ease; }
.ddsm-landing-nav__links a:hover { color: #fff !important; }
.ddsm-landing-nav__cta { justify-self: end; display: inline-flex; min-height: 40px; padding: 0 17px; border: 1px solid rgba(114,101,255,.7); border-radius: 999px; align-items: center; color: #f7f8ff !important; font-size: 10px; font-weight: 750; text-decoration: none !important; box-shadow: 0 0 25px rgba(67,67,235,.2); transition: background .18s ease, box-shadow .18s ease, transform .18s ease; }
.ddsm-landing-nav__cta:hover { background: rgba(35,67,231,.2); box-shadow: 0 0 34px rgba(83,69,255,.35); transform: translateY(-1px); }
.ddsm-landing-hero { display: grid; width: min(1280px, calc(100% - 48px)); min-height: 900px; margin: 0 auto; padding: 70px 0 68px; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr); align-items: start; gap: clamp(40px, 6vw, 90px); }
.ddsm-landing-hero__copy { position: relative; z-index: 4; padding-bottom: 70px; }
.ddsm-landing-chip { display: inline-flex; min-height: 29px; padding: 0 12px; border: 1px solid rgba(112,139,180,.38); border-radius: 999px; align-items: center; gap: 8px; background: rgba(10,24,39,.5); color: #8294aa; font-size: 9px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; backdrop-filter: blur(10px); }
.ddsm-landing-chip span { color: #68d7ff; }
.ddsm-landing-hero h1 { max-width: 650px; margin: 23px 0 20px; color: #f6f8ff; font-size: clamp(50px, 5.3vw, 76px); font-weight: 760; letter-spacing: -.055em; line-height: .98; }
.ddsm-landing-hero h1 span { display: block; margin-top: 12px; background: linear-gradient(92deg, #55b8ff, #8d79ff 52%, #e05ce1); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: .72em; letter-spacing: -.045em; }
.ddsm-landing-hero__copy > p { max-width: 570px; margin: 0; color: #9caabb; font-size: 17px; line-height: 1.78; }
.ddsm-landing-hero__actions { display: flex; margin-top: 34px; align-items: center; flex-wrap: wrap; gap: 18px; }
.ddsm-landing-primary { display: inline-flex; min-height: 54px; padding: 0 21px; border: 1px solid rgba(255,255,255,.24); border-radius: 13px; align-items: center; justify-content: center; gap: 18px; background: linear-gradient(105deg, #198cf8, #5b5ef3 58%, #c856de); color: #fff !important; font-size: 13px; font-weight: 800; text-decoration: none !important; box-shadow: 0 13px 35px rgba(39,70,235,.28), 0 0 38px rgba(181,72,222,.12); transition: transform .18s ease, box-shadow .18s ease; }
.ddsm-landing-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 46px rgba(39,70,235,.38), 0 0 48px rgba(181,72,222,.2); }
.ddsm-landing-primary span { font-size: 17px; }
.ddsm-landing-hero__actions small { display: flex; align-items: center; gap: 7px; color: #7e8ca0; font-size: 10px; }
.ddsm-landing-hero__actions small i { display: grid; width: 17px; height: 17px; border-radius: 50%; place-items: center; background: rgba(85,110,232,.25); color: #9fb5ff; font-size: 9px; font-style: normal; }
.ddsm-landing-human-note { display: flex; margin-top: 42px; align-items: center; gap: 12px; }
.ddsm-landing-human-note > span { position: relative; display: grid; width: 40px; height: 40px; border: 1px solid rgba(101,135,178,.25); border-radius: 50%; place-items: center; background: rgba(11,27,43,.7); }
.ddsm-landing-human-note > span::before { width: 13px; height: 13px; border: 1px solid #7f9cba; border-radius: 50%; content: ""; }
.ddsm-landing-human-note > span i { position: absolute; right: 2px; bottom: 2px; width: 9px; height: 9px; border: 2px solid #07111c; border-radius: 50%; background: #3ed98b; }
.ddsm-landing-human-note strong, .ddsm-landing-human-note small { display: block; }
.ddsm-landing-human-note strong { color: #c8d3df; font-size: 10px; }
.ddsm-landing-human-note small { margin-top: 2px; color: #6f8093; font-size: 9px; }
.ddsm-landing-experience { position: relative; min-width: 0; min-height: 820px; perspective: 1100px; }
.ddsm-avatar { --ddsm-look-x: 0px; --ddsm-look-y: 0px; position: relative; width: min(610px, 100%); height: 585px; margin: -20px auto 0; }
.ddsm-avatar::before { position: absolute; z-index: -2; right: 9%; bottom: 32px; left: 9%; height: 76px; border-radius: 50%; background: radial-gradient(ellipse, rgba(71,102,255,.35), rgba(117,65,206,.12) 45%, transparent 72%); filter: blur(13px); content: ""; transform: perspective(220px) rotateX(65deg); animation: ddsm-avatar-shadow 6.8s ease-in-out infinite; }
.ddsm-avatar__rings { position: absolute; z-index: -1; top: 6%; left: 50%; width: 460px; height: 460px; transform: translateX(-50%); }
.ddsm-avatar__rings::before { position: absolute; border: 1px solid rgba(90,150,255,.17); border-radius: 50%; content: ""; inset: 4%; box-shadow: 0 0 80px rgba(58,84,255,.18), inset 0 0 70px rgba(86,44,190,.1); animation: ddsm-avatar-ring 13s linear infinite; }
.ddsm-avatar__rings i { position: absolute; border: 1px solid rgba(111,99,255,.2); border-radius: 50%; inset: 12%; transform: rotateX(69deg) rotateZ(0deg); animation: ddsm-avatar-ring 9s linear infinite reverse; }
.ddsm-avatar__rings i:nth-child(2) { border-color: rgba(53,205,255,.16); inset: 2% 17%; transform: rotateY(70deg); animation-duration: 12s; }
.ddsm-avatar__rings i:nth-child(3) { border-style: dashed; border-color: rgba(217,88,235,.16); inset: 20% 0; transform: rotate(34deg); animation-duration: 17s; }
.ddsm-avatar__human { position: absolute; z-index: 2; top: 0; left: 50%; width: 485px; max-width: 83%; height: 560px; transform: translate3d(calc(-50% + var(--ddsm-look-x)), var(--ddsm-look-y), 0); transform-origin: 50% 88%; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.ddsm-avatar__human::after { position: absolute; right: 7%; bottom: 5%; left: 7%; height: 34%; background: linear-gradient(to bottom, transparent, rgba(3,10,18,.2) 76%, #030a12 100%); pointer-events: none; content: ""; }
.ddsm-avatar__human img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 24px 34px rgba(0,0,0,.32)); transform-origin: 50% 88%; animation: ddsm-human-breathe 6.8s cubic-bezier(.42,0,.58,1) infinite; }
.ddsm-avatar__blink { position: absolute; z-index: 3; top: 18.4%; left: 40.7%; width: 19%; height: 1.8%; opacity: 0; background: radial-gradient(ellipse at center, rgba(116,70,62,.92) 0 43%, rgba(183,120,98,.86) 47%, transparent 60%) 0 0 / 42% 100% no-repeat, radial-gradient(ellipse at center, rgba(116,70,62,.92) 0 43%, rgba(183,120,98,.86) 47%, transparent 60%) 100% 0 / 42% 100% no-repeat; pointer-events: none; animation: ddsm-human-blink 5.9s linear infinite; }
.ddsm-avatar[data-state="thinking"] .ddsm-avatar__human { transform: translate3d(calc(-50% + var(--ddsm-look-x) - 3px), calc(var(--ddsm-look-y) + 1px), 0) rotate(-.65deg); }
.ddsm-avatar[data-state="speaking"] .ddsm-avatar__human img { animation-duration: 4.4s; }
.ddsm-avatar[data-state="complete"] .ddsm-avatar__human { transform: translate3d(calc(-50% + var(--ddsm-look-x)), calc(var(--ddsm-look-y) - 2px), 0) scale(1.008); }
.ddsm-avatar__status { position: absolute; z-index: 6; top: 90px; left: 8px; display: flex; min-height: 33px; padding: 0 12px; border: 1px solid rgba(111,151,202,.24); border-radius: 999px; align-items: center; gap: 8px; background: rgba(6,17,29,.75); color: #91a1b3; font-size: 8px; font-weight: 750; letter-spacing: .04em; backdrop-filter: blur(13px); }
.ddsm-avatar__status i { width: 7px; height: 7px; border-radius: 50%; background: #3ed98b; box-shadow: 0 0 11px #3ed98b; }
.ddsm-avatar__message { position: absolute; z-index: 7; top: 120px; right: -16px; width: 210px; min-height: 76px; padding: 14px 15px; border: 1px solid rgba(107,135,183,.18); border-radius: 18px 18px 18px 4px; background: linear-gradient(135deg, rgba(19,35,58,.88), rgba(22,28,54,.82)); color: #dce4f0; font-size: 10px; line-height: 1.55; box-shadow: 0 18px 45px rgba(0,0,0,.24); backdrop-filter: blur(16px); transition: transform .35s ease, border-color .35s ease; }
.ddsm-avatar[data-state="speaking"] .ddsm-avatar__message, .ddsm-avatar[data-state="complete"] .ddsm-avatar__message { border-color: rgba(112,107,255,.52); transform: translateY(-2px); }
.ddsm-avatar__voice { display: flex; height: 12px; margin-top: 9px; align-items: flex-end; gap: 3px; }
.ddsm-avatar__voice b { width: 2px; height: 3px; border-radius: 2px; background: #6d86a8; }
.ddsm-avatar[data-state="speaking"] .ddsm-avatar__voice b, .ddsm-avatar[data-state="complete"] .ddsm-avatar__voice b { background: #8297ff; animation: ddsm-voice 680ms ease-in-out infinite alternate; }
.ddsm-avatar__voice b:nth-child(2) { animation-delay: -180ms !important; }.ddsm-avatar__voice b:nth-child(3) { animation-delay: -350ms !important; }.ddsm-avatar__voice b:nth-child(4) { animation-delay: -90ms !important; }
.ddsm-app--landing { position: relative; z-index: 10; left: auto; width: 100%; max-width: 680px !important; margin: -150px auto 0; color: #eaf0f8; transform: none; }
.ddsm-landing-chat__header { display: flex; min-height: 68px; padding: 11px 15px; border: 1px solid rgba(105,139,188,.24); border-bottom: 0; border-radius: 21px 21px 0 0; align-items: center; justify-content: space-between; background: rgba(5,16,27,.9); box-shadow: 0 -12px 45px rgba(2,7,13,.3); backdrop-filter: blur(18px); }
.ddsm-app--landing .ddsm-popup__identity { display: flex; align-items: center; gap: 10px; }
.ddsm-app--landing .ddsm-popup__identity strong, .ddsm-app--landing .ddsm-popup__identity small { display: block; }
.ddsm-app--landing .ddsm-popup__identity strong { color: #f4f7fb; font-size: 11px; }
.ddsm-app--landing .ddsm-popup__identity small { margin-top: 2px; color: #6f8294; font-size: 8px; }
.ddsm-app--landing .ddsm-popup__identity small i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #3ed98b; box-shadow: 0 0 8px #3ed98b; }
.ddsm-app--landing .ddsm-mark { width: 36px; height: 36px; border: 1px solid rgba(103,131,255,.45); border-radius: 11px; background: rgba(35,67,231,.16); color: #84a4ff; }
.ddsm-app--landing .ddsm-reset { min-height: 28px; padding: 3px 10px; border: 1px solid rgba(92,118,232,.45); border-radius: 999px; color: #8093ce; }
.ddsm-app--landing .ddsm-reset:hover { border-color: #778cff; background: rgba(35,67,231,.18); color: #dfe5ff; }
.ddsm-app--landing .ddsm-shell { height: 465px; min-height: 0; overflow: hidden; border: 1px solid rgba(105,139,188,.24); border-radius: 0; background: rgba(7,17,28,.92); box-shadow: 0 28px 75px rgba(0,0,0,.38), inset 0 0 50px rgba(36,70,133,.04); backdrop-filter: blur(20px); }
.ddsm-app--landing .ddsm-workspace { display: grid; height: 100%; min-height: 0; grid-template-rows: 47px auto minmax(0, 1fr); }
.ddsm-app--landing .ddsm-workspace__header { min-height: 47px; padding: 10px 18px 12px; border-color: rgba(113,139,171,.13); }
.ddsm-app--landing .ddsm-flow-label { color: #8799ab; font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.ddsm-landing-chat__secure { color: #52687b; font-size: 8px; font-weight: 700; }
.ddsm-landing-chat__secure::first-letter { color: #3ed98b; }
.ddsm-app--landing .ddsm-progress { height: 2px; background: rgba(120,146,175,.09); }
.ddsm-app--landing .ddsm-progress span { background: linear-gradient(90deg, #1a9dfa, #5d62ff, #d257df); box-shadow: 0 0 12px rgba(92,100,255,.6); }
.ddsm-app--landing .ddsm-conversation { min-height: 0; max-height: 94px; padding: 11px 20px 7px; gap: 7px; border: 0; background: transparent; }
.ddsm-app--landing .ddsm-line { max-width: 84%; }
.ddsm-app--landing .ddsm-line > span { margin-bottom: 2px; color: #52687b; font-size: 7px; }
.ddsm-app--landing .ddsm-line p { padding: 7px 10px; border-color: rgba(99,130,166,.16); background: rgba(19,34,49,.66); color: #aebdcb; font-size: 9px; box-shadow: none; }
.ddsm-app--landing .ddsm-line--visitor p { border-color: rgba(73,92,231,.33); background: rgba(35,67,231,.16); color: #c8d2ff; }
.ddsm-app--landing .ddsm-stage { min-height: 0; padding: 17px 20px 24px; overflow-y: auto; scrollbar-color: #33445b transparent; }
.ddsm-app--landing .ddsm-stage > * { max-width: none; margin: 0; }
.ddsm-app--landing .ddsm-focus-question { margin-bottom: 13px; }
.ddsm-app--landing .ddsm-focus-question__meta { color: #7387ff; font-size: 7px; }
.ddsm-app--landing .ddsm-focus-question h2 { margin: 7px 0 5px; color: #f1f5fa; font-size: 23px; line-height: 1.08; }
.ddsm-app--landing .ddsm-focus-question > p { margin: 0; color: #728496; font-size: 9px; line-height: 1.5; }
.ddsm-app--landing .ddsm-intent-list { display: grid; margin: 0 0 12px; grid-template-columns: 1fr; gap: 6px; }
.ddsm-app--landing .ddsm-intent { display: grid; width: 100%; min-height: 49px; padding: 8px 11px; border: 1px solid rgba(95,122,158,.2); border-radius: 10px; grid-template-columns: 28px minmax(0,1fr) 18px; align-items: center; gap: 9px; background: rgba(15,28,42,.62); color: #d8e0e9; font: inherit; text-align: left; cursor: pointer; transition: border-color .16s ease, background .16s ease, transform .16s ease; }
.ddsm-app--landing .ddsm-intent:hover { border-color: rgba(92,105,255,.65); background: rgba(31,45,72,.74); transform: translateY(-1px); }
.ddsm-app--landing .ddsm-intent > small { display: grid; width: 26px; height: 26px; border-radius: 8px; place-items: center; background: rgba(35,67,231,.16); color: #7fa4ff; font-size: 7px; font-weight: 850; }
.ddsm-app--landing .ddsm-intent > span { min-width: 0; }
.ddsm-app--landing .ddsm-intent strong, .ddsm-app--landing .ddsm-intent em { display: block; }
.ddsm-app--landing .ddsm-intent strong { color: #dfe6ee; font-size: 9px; }
.ddsm-app--landing .ddsm-intent em { overflow: hidden; margin-top: 2px; color: #687a8d; font-size: 7px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.ddsm-app--landing .ddsm-intent > i { color: #6d8095; font-size: 10px; font-style: normal; }
.ddsm-app--landing .ddsm-composer { position: sticky; bottom: 0; min-height: 49px; padding: 5px; border-color: rgba(88,111,239,.48); border-radius: 12px; background: rgba(6,16,27,.96); box-shadow: 0 0 0 1px rgba(70,175,255,.08), 0 12px 35px rgba(0,0,0,.28); }
.ddsm-app--landing .ddsm-composer textarea { min-height: 37px; padding: 9px 9px 7px; color: #d9e2eb; font-size: 9px; }
.ddsm-app--landing .ddsm-composer textarea::placeholder { color: #52677a; }
.ddsm-app--landing .ddsm-composer button { width: 37px; height: 37px; flex-basis: 37px; border: 1px solid rgba(145,132,255,.58); border-radius: 9px; background: linear-gradient(135deg, #224be9, #994fd5); box-shadow: 0 0 22px rgba(82,76,235,.25); }
.ddsm-app--landing .ddsm-button--primary, .ddsm-app--landing .ddsm-button--dark { border-color: #3f5cff; background: linear-gradient(105deg, #1f78f1, #4c55ee 64%, #a84bd1); color: #fff !important; box-shadow: 0 10px 28px rgba(35,67,231,.25); }
.ddsm-app--landing .ddsm-button--ghost { border-color: rgba(89,112,240,.55); background: transparent; color: #92a4ff !important; }
.ddsm-app--landing .ddsm-options { display: grid; grid-template-columns: 1fr; gap: 6px; }
.ddsm-app--landing .ddsm-option { width: 100%; min-height: 43px; padding: 9px 11px; border-color: rgba(91,116,151,.24); border-radius: 9px; background: rgba(15,29,43,.64); color: #cdd6df; font-size: 9px; box-shadow: none; }
.ddsm-app--landing .ddsm-option:hover { border-color: #5f72ff; background: rgba(35,67,231,.16); box-shadow: none; transform: none; }
.ddsm-app--landing .ddsm-dimension-field { margin-top: 15px; }
.ddsm-app--landing .ddsm-dimension-field > span { color: #77899b; font-size: 8px; }
.ddsm-app--landing .ddsm-dimension-field > div { border: 1px solid rgba(91,116,151,.25); border-radius: 9px; background: rgba(12,25,38,.78); }
.ddsm-app--landing .ddsm-dimension-field input { color: #e5ebf2; }
.ddsm-app--landing .ddsm-unknown { margin: 9px 0 13px; color: #718294; font-size: 8px; }
.ddsm-app--landing .ddsm-focus-input > span { color: #7e90a2; font-size: 8px; }
.ddsm-app--landing .ddsm-focus-input input { border-color: rgba(89,114,148,.28); background: rgba(12,25,38,.78); color: #edf2f7; }
.ddsm-app--landing .ddsm-contact-privacy { color: #607386; font-size: 7px; }
.ddsm-app--landing .ddsm-back-link, .ddsm-app--landing .ddsm-suggestions button { color: #8295ff; }
.ddsm-app--landing .ddsm-thinking-panel, .ddsm-app--landing .ddsm-analysis { min-height: 100%; padding: 25px !important; background: transparent; }
.ddsm-app--landing .ddsm-result-gate { display: flex; min-height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; }
.ddsm-app--landing .ddsm-result-gate .ddsm-neural-orb { align-self: center; }
.ddsm-app--landing .ddsm-result-gate h2 { margin: 10px 0 7px; color: #fff; font-size: 25px; line-height: 1.08; }
.ddsm-app--landing .ddsm-result-gate > p { color: #8292a2; font-size: 9px; }
.ddsm-app--landing .ddsm-assistant-machine { border-color: rgba(95,123,160,.22); background: rgba(15,29,43,.7); }
.ddsm-app--landing .ddsm-assistant-machine h3 { color: #e6ecf2; }
.ddsm-app--landing .ddsm-assistant-machine > p { color: #718395; }
.ddsm-landing-chat__footer { display: flex; min-height: 38px; border: 1px solid rgba(105,139,188,.24); border-top: 0; border-radius: 0 0 21px 21px; align-items: center; justify-content: center; gap: 8px; background: rgba(4,13,22,.94); color: #4d6174; font-size: 7px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.ddsm-landing-chat__footer span { width: 5px; height: 5px; border-radius: 50%; background: #3ed98b; box-shadow: 0 0 8px #3ed98b; }
.ddsm-landing-trust { display: grid; width: min(1280px, calc(100% - 48px)); min-height: 96px; margin: 0 auto; border-top: 1px solid rgba(115,143,178,.14); border-bottom: 1px solid rgba(115,143,178,.14); grid-template-columns: repeat(4, 1fr); align-items: center; }
.ddsm-landing-trust span { display: flex; align-items: center; justify-content: center; gap: 9px; color: #718195; font-size: 10px; }
.ddsm-landing-trust i { display: grid; width: 24px; height: 24px; border: 1px solid rgba(104,139,184,.28); border-radius: 50%; place-items: center; color: #7ea0d4; font-size: 10px; font-style: normal; }
.ddsm-landing-section { width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 120px 0; }
.ddsm-landing-section__intro { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.ddsm-landing-section__intro > small, .ddsm-landing-final > div > small { color: #76879c; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.ddsm-landing-section__intro h2 { margin: 14px 0 15px; color: #f4f7fb; font-size: clamp(38px, 4.6vw, 58px); font-weight: 690; letter-spacing: -.045em; line-height: 1.06; }
.ddsm-landing-section__intro p { max-width: 650px; margin: 0 auto; color: #7f8fa2; font-size: 14px; }
.ddsm-landing-benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ddsm-landing-benefits__grid article { position: relative; min-height: 265px; padding: 27px; overflow: hidden; border: 1px solid rgba(101,132,171,.2); border-radius: 15px; background: linear-gradient(145deg, rgba(13,29,47,.78), rgba(7,18,30,.55)); transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.ddsm-landing-benefits__grid article:hover { border-color: rgba(85,103,255,.48); background: linear-gradient(145deg, rgba(20,39,64,.86), rgba(10,22,38,.68)); transform: translateY(-4px); }
.ddsm-landing-benefits__grid article > span { position: absolute; top: 20px; right: 22px; color: #33445a; font-size: 9px; font-weight: 850; }
.ddsm-landing-benefits__grid article > i { display: grid; width: 49px; height: 49px; margin-bottom: 30px; border: 1px solid rgba(80,95,235,.34); border-radius: 13px; place-items: center; background: linear-gradient(145deg, rgba(35,67,231,.18), rgba(150,58,204,.12)); color: #7592ff; font-size: 21px; font-style: normal; box-shadow: inset 0 0 18px rgba(88,81,255,.08); }
.ddsm-landing-benefits__grid h3 { margin: 0 0 9px; color: #dfe6ee; font-size: 15px; }
.ddsm-landing-benefits__grid p { margin: 0; color: #718194; font-size: 11px; line-height: 1.7; }
.ddsm-landing-process { position: relative; border-top: 1px solid rgba(112,141,177,.11); }
.ddsm-landing-process__grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px; }
.ddsm-landing-process__line { position: absolute; z-index: -1; top: 297px; right: 16%; left: 16%; border-top: 1px dashed rgba(83,116,175,.34); }
.ddsm-landing-process__grid article { text-align: center; }
.ddsm-landing-process__grid article > span { position: relative; display: grid; width: 86px; height: 86px; margin: 0 auto 24px; border: 1px solid rgba(75,115,185,.5); border-radius: 50%; place-items: center; background: radial-gradient(circle, rgba(35,67,231,.25), rgba(8,20,33,.9) 70%); color: #789aff; font-size: 24px; box-shadow: 0 0 0 9px rgba(39,77,146,.08), 0 0 36px rgba(31,93,219,.16); }
.ddsm-landing-process__grid article > span b { position: absolute; right: -4px; bottom: -4px; display: grid; width: 24px; height: 24px; border: 2px solid #06111c; border-radius: 50%; place-items: center; background: #111f31; color: #dbe5ef; font-size: 9px; }
.ddsm-landing-process__grid h3 { margin: 0 0 8px; color: #e3e9f0; font-size: 15px; }
.ddsm-landing-process__grid p { max-width: 310px; margin: 0 auto; color: #718195; font-size: 11px; line-height: 1.7; }
.ddsm-landing-final { display: grid; width: min(1280px, calc(100% - 48px)); min-height: 370px; margin: 25px auto 0; padding: clamp(45px, 6vw, 78px); overflow: hidden; border: 1px solid rgba(91,126,178,.2); border-radius: 23px; grid-template-columns: 1.1fr .9fr; align-items: center; background: radial-gradient(circle at 78% 45%, rgba(61,65,227,.25), transparent 32%), radial-gradient(circle at 91% 32%, rgba(199,62,204,.14), transparent 25%), linear-gradient(110deg, #0c1b2d, #07111e 68%); }
.ddsm-landing-final h2 { max-width: 650px; margin: 12px 0 14px; color: #f4f7fb; font-size: clamp(36px, 4vw, 54px); letter-spacing: -.045em; line-height: 1.05; }
.ddsm-landing-final p { max-width: 560px; margin: 0 0 27px; color: #8392a4; font-size: 13px; }
.ddsm-landing-final__signal { position: relative; width: 230px; height: 230px; margin: auto; }
.ddsm-landing-final__signal::before { position: absolute; border: 1px solid rgba(102,118,255,.35); border-radius: 50%; background: radial-gradient(circle at 35% 30%, #50bbff, #4058e7 40%, #8d42b8 70%, #08121f 73%); content: ""; inset: 34px; box-shadow: 0 0 50px rgba(48,93,255,.35), 25px 0 55px rgba(195,58,205,.18); animation: ddsm-final-pulse 5s ease-in-out infinite; }
.ddsm-landing-final__signal > i { position: absolute; border: 1px solid rgba(102,126,255,.21); border-radius: 50%; inset: 14px; animation: ddsm-avatar-ring 12s linear infinite; }
.ddsm-landing-final__signal > i:nth-child(2) { inset: 0 40px; border-color: rgba(207,80,230,.18); animation-direction: reverse; }
.ddsm-landing-final__signal span { position: absolute; z-index: 2; display: grid; border-radius: 50%; place-items: center; color: #fff; font-size: 38px; font-weight: 850; inset: 34px; }
.ddsm-landing-footer { display: grid; width: min(1280px, calc(100% - 48px)); min-height: 160px; margin: 55px auto 0; border-top: 1px solid rgba(110,140,177,.14); grid-template-columns: 1fr auto auto; align-items: center; gap: 38px; }
.ddsm-landing-footer p { margin: 0; color: #53667a; font-size: 9px; }
.ddsm-landing-footer > a:last-child { color: #7188a0; font-size: 9px; text-decoration: none; }
@keyframes ddsm-human-breathe { 0%,100% { transform: translateY(0) scale(1); } 45% { transform: translateY(-2px) scale(1.004,1.008); } 65% { transform: translateY(-1px) scale(1.002,1.004); } }
@keyframes ddsm-human-blink { 0%, 91%, 94%, 100% { opacity: 0; transform: scaleY(.25); } 92%, 93% { opacity: .94; transform: scaleY(1); } }
@keyframes ddsm-avatar-ring { to { transform: rotate(360deg); } }
@keyframes ddsm-avatar-shadow { 0%,100% { opacity: .55; transform: perspective(220px) rotateX(65deg) scale(.97); } 50% { opacity: .8; transform: perspective(220px) rotateX(65deg) scale(1.02); } }
@keyframes ddsm-voice { from { height: 3px; } to { height: 12px; } }
@keyframes ddsm-ambient-drift { from { transform: translate3d(-15px,-8px,0) scale(.94); } to { transform: translate3d(18px,13px,0) scale(1.06); } }
@keyframes ddsm-final-pulse { 0%,100% { transform: scale(.97); filter: saturate(.9); } 50% { transform: scale(1.03); filter: saturate(1.15); } }
@media (max-width: 1050px) {
  .ddsm-landing-nav { grid-template-columns: 1fr auto; }.ddsm-landing-nav__links { display: none; }
  .ddsm-landing-hero { min-height: 0; padding-top: 95px; grid-template-columns: 1fr; }
  .ddsm-landing-hero__copy { max-width: 760px; padding-bottom: 0; }
  .ddsm-landing-experience { width: min(720px, 100%); min-height: 820px; margin: 0 auto; }
  .ddsm-landing-benefits__grid { grid-template-columns: repeat(2, 1fr); }
  .ddsm-landing-process__grid { gap: 34px; }
}
@media (max-width: 720px) {
  .ddsm-landing-nav, .ddsm-landing-hero, .ddsm-landing-trust, .ddsm-landing-section, .ddsm-landing-final, .ddsm-landing-footer { width: min(100% - 32px, 1280px); }
  .ddsm-landing-nav { min-height: 72px; }.ddsm-landing-nav__cta { padding: 0 12px; font-size: 8px; }
  .ddsm-landing-brand { font-size: 11px; }.ddsm-landing-brand > span { width: 28px; height: 28px; }
  .ddsm-landing-hero { padding: 72px 0 38px; gap: 22px; }
  .ddsm-landing-hero h1 { font-size: clamp(45px, 13.5vw, 62px); }
  .ddsm-landing-hero h1 span { font-size: .65em; line-height: 1.12; }
  .ddsm-landing-hero__copy > p { font-size: 14px; }
  .ddsm-landing-human-note { margin-top: 28px; }
  .ddsm-landing-experience { min-height: 790px; }
  .ddsm-avatar { height: 490px; }
  .ddsm-avatar__human { width: 410px; height: 480px; max-width: 100%; }
  .ddsm-avatar__rings { top: 5%; width: 390px; max-width: 100%; height: 390px; }
  .ddsm-avatar__status { top: 55px; left: 0; }
  .ddsm-avatar__message { top: 150px; right: -2px; width: 168px; min-height: 65px; padding: 11px 12px; font-size: 8px; }
  .ddsm-app--landing { margin-top: -100px; }
  .ddsm-app--landing .ddsm-shell { height: 535px; }
  .ddsm-app--landing .ddsm-workspace { grid-template-rows: 46px auto minmax(0, 1fr); }
  .ddsm-app--landing .ddsm-conversation { max-height: 105px; padding-right: 14px; padding-left: 14px; }
  .ddsm-app--landing .ddsm-stage { padding: 16px 14px 22px; }
  .ddsm-app--landing .ddsm-focus-question h2 { font-size: 24px; }
  .ddsm-landing-trust { min-height: 160px; padding: 22px 0; grid-template-columns: 1fr 1fr; gap: 18px 8px; }
  .ddsm-landing-trust span { justify-content: flex-start; font-size: 8px; }
  .ddsm-landing-section { padding: 82px 0; }
  .ddsm-landing-section__intro { margin-bottom: 34px; }.ddsm-landing-section__intro h2 { font-size: 38px; }
  .ddsm-landing-benefits__grid { grid-template-columns: 1fr; }.ddsm-landing-benefits__grid article { min-height: 220px; }
  .ddsm-landing-process__line { display: none; }.ddsm-landing-process__grid { grid-template-columns: 1fr; gap: 58px; }
  .ddsm-landing-final { min-height: 0; padding: 42px 26px; grid-template-columns: 1fr; }.ddsm-landing-final__signal { width: 180px; height: 180px; margin-top: 30px; }
  .ddsm-landing-footer { min-height: 190px; padding: 40px 0; grid-template-columns: 1fr; align-content: center; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .ddsm-landing *, .ddsm-landing *::before, .ddsm-landing *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

/* 1.6.1 — machine archive: searchable, technical and unmistakably Dormac. */
body.ddsm-machine-index-page { background: #f5f7fa; }
body.ddsm-machine-index-page .ddsm-machine-archive { width: 100%; overflow: hidden; }
body.ddsm-machine-index-page .site-main, body.ddsm-machine-index-page main { max-width: none; }
.ddsm-machine-index { width: min(1260px, calc(100vw - 48px)); margin: 0 auto 110px; }
.ddsm-machine-index__hero { position: relative; min-height: 500px; padding: clamp(50px, 8vw, 100px) clamp(28px, 7vw, 94px); overflow: hidden; border-radius: 0 0 30px 30px; align-items: flex-start; background: radial-gradient(circle at 92% 18%, rgba(55, 98, 236, .32), transparent 29%), radial-gradient(circle at 72% 100%, rgba(76, 72, 184, .23), transparent 35%), linear-gradient(132deg, #061321 0%, #0a1d32 52%, #08101d 100%); box-shadow: 0 28px 65px rgba(7, 24, 43, .2); color: #f4f7fb; }
.ddsm-machine-index__hero::before { position: absolute; width: 720px; height: 420px; border: 1px solid rgba(121, 163, 255, .16); border-radius: 50%; content: ""; right: -280px; top: -170px; transform: rotate(-18deg); box-shadow: 0 0 0 35px rgba(83, 126, 239, .035), 0 0 0 70px rgba(83, 126, 239, .025); }
.ddsm-machine-index__hero::after { position: absolute; width: 540px; height: 540px; content: ""; right: 3%; bottom: -360px; border-radius: 50%; background: radial-gradient(circle, rgba(49, 102, 245, .24), transparent 67%); filter: blur(3px); }
.ddsm-machine-index__hero-glow { --ddsm-hero-glow-scale: 1; position: absolute; z-index: 0; width: 320px; height: 320px; right: 8%; top: 15%; border: 1px solid rgba(94, 140, 255, .18); border-radius: 50%; transform: rotate(18deg) scale(var(--ddsm-hero-glow-scale)); animation: ddsm-machine-hero-glow-drift 12s cubic-bezier(.45, 0, .55, 1) infinite; will-change: transform, opacity; }
.ddsm-machine-index__hero-glow::before, .ddsm-machine-index__hero-glow::after { position: absolute; border: 1px solid rgba(120, 144, 255, .16); border-radius: 50%; content: ""; inset: 34px; animation: ddsm-machine-hero-glow-ring 18s linear infinite; }
.ddsm-machine-index__hero-glow::after { inset: 76px; border-color: rgba(95, 201, 255, .21); animation-duration: 14s; animation-direction: reverse; }
.ddsm-machine-index__hero-glow i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #6ba2ff; box-shadow: 0 0 18px #6ba2ff; }
.ddsm-machine-index__hero-glow i:first-child { right: 24px; top: 92px; }.ddsm-machine-index__hero-glow i:last-child { bottom: 26px; left: 82px; background: #b16dff; box-shadow: 0 0 18px #b16dff; }
@keyframes ddsm-machine-hero-glow-drift { 0%, 100% { opacity: .78; transform: translate3d(0, 0, 0) rotate(18deg) scale(var(--ddsm-hero-glow-scale)); } 50% { opacity: 1; transform: translate3d(-10px, 7px, 0) rotate(22deg) scale(calc(var(--ddsm-hero-glow-scale) * 1.025)); } }
@keyframes ddsm-machine-hero-glow-ring { 0% { opacity: .64; transform: rotate(0deg) scale(.985); } 50% { opacity: 1; transform: rotate(180deg) scale(1.015); } 100% { opacity: .64; transform: rotate(360deg) scale(.985); } }
.ddsm-machine-index__hero > *:not(.ddsm-machine-index__hero-glow) { position: relative; z-index: 1; }
.ddsm-machine-index__hero .ddsm-eyebrow { color: #88a9e5; }.ddsm-machine-index__hero .ddsm-eyebrow span { background: #5e93ff; box-shadow: 0 0 13px rgba(94, 147, 255, .8); }
.ddsm-machine-index__hero h1 { max-width: 760px; margin: 22px 0 17px; color: #f6f8fb; font-size: clamp(46px, 6.2vw, 78px); letter-spacing: -.06em; line-height: .98; }
.ddsm-machine-index__hero p { max-width: 630px; margin: 0 0 30px; color: #9cafc4; font-size: 16px; line-height: 1.7; }
.ddsm-machine-index__hero-actions { display: flex; align-items: center; gap: 22px; }.ddsm-machine-index__hero-actions .ddsm-button { border-color: #4f72ff; background: #2343e7; box-shadow: 0 13px 32px rgba(35, 67, 231, .35); }.ddsm-machine-index__hero-actions .ddsm-button:hover { background: #3558ef; }
.ddsm-machine-index__hero-link { color: #b1c5ee; font-size: 12px; font-weight: 750; text-decoration: none; }.ddsm-machine-index__hero-link span { margin-left: 4px; color: #6e9cff; font-size: 16px; }.ddsm-machine-index__hero-meta { display: flex; margin-top: 54px; gap: 34px; }.ddsm-machine-index__hero-meta span { display: grid; color: #7790aa; font-size: 10px; letter-spacing: .03em; }.ddsm-machine-index__hero-meta b { margin-bottom: 3px; color: #e6effb; font-size: 19px; letter-spacing: -.03em; }
.ddsm-machine-catalog { margin-top: 28px; padding: clamp(24px, 4vw, 45px); border: 1px solid #e0e7f0; border-radius: 24px; background: #fff; box-shadow: 0 25px 65px rgba(17, 41, 66, .08); }
.ddsm-machine-catalog__intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }.ddsm-machine-catalog__kicker { color: #2343e7; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }.ddsm-machine-catalog__intro h2 { margin: 10px 0 7px; color: #0c1b2a; font-size: clamp(27px, 3vw, 39px); letter-spacing: -.045em; line-height: 1.04; }.ddsm-machine-catalog__intro p { margin: 0; color: #758496; font-size: 13px; }.ddsm-machine-catalog__result { display: grid; min-width: 114px; padding: 11px 14px; border: 1px solid #dfe6ef; border-radius: 12px; background: #f8faff; text-align: right; }.ddsm-machine-catalog__result strong { color: #2343e7; font-size: 26px; letter-spacing: -.05em; line-height: 1; }.ddsm-machine-catalog__result span { margin-top: 5px; color: #8290a0; font-size: 9px; font-weight: 750; }
.ddsm-machine-search { display: flex; margin-top: 28px; align-items: center; border: 1px solid #cbd7e6; border-radius: 13px; background: #fbfcfe; transition: border-color .18s ease, box-shadow .18s ease; }.ddsm-machine-search:focus-within { border-color: #5270e9; box-shadow: 0 0 0 4px rgba(35, 67, 231, .08); }.ddsm-machine-search label { display: flex; min-width: 0; flex: 1; align-items: center; }.ddsm-machine-search label i { margin: 0 4px 0 17px; color: #2343e7; font-size: 24px; font-style: normal; line-height: 1; }.ddsm-machine-search input { width: 100%; min-height: 56px; padding: 0 15px; border: 0; outline: 0; background: transparent; color: #152437; font: inherit; font-size: 14px; }.ddsm-machine-search input::placeholder { color: #8c9aaa; }.ddsm-machine-search > button { display: grid; width: 38px; height: 38px; margin-right: 9px; border: 0; border-radius: 9px; background: transparent; color: #7d8da0; font-size: 23px; line-height: 1; place-items: center; cursor: pointer; }.ddsm-machine-search > button:hover { background: #eef2ff; color: #2343e7; }
.ddsm-machine-catalog__quick { display: flex; margin-top: 13px; align-items: center; flex-wrap: wrap; gap: 7px; }.ddsm-machine-catalog__quick > span { margin-right: 4px; color: #8491a0; font-size: 10px; font-weight: 800; letter-spacing: .04em; }.ddsm-machine-catalog__quick button { min-height: 30px; padding: 4px 11px; border: 1px solid #d9e1eb; border-radius: 999px; background: #fff; color: #566679; font: inherit; font-size: 10px; font-weight: 750; cursor: pointer; transition: color .15s ease, border-color .15s ease, background .15s ease; }.ddsm-machine-catalog__quick button:hover, .ddsm-machine-catalog__quick button.is-active { border-color: #2343e7; background: #2343e7; color: #fff; }
.ddsm-machine-catalog__layout { display: grid; margin-top: 31px; grid-template-columns: 238px minmax(0, 1fr); align-items: start; gap: 26px; }.ddsm-machine-filters { position: sticky; top: 22px; padding: 18px 16px; border: 1px solid #e1e8f1; border-radius: 15px; background: #f8faff; }.ddsm-machine-filters__head { display: flex; margin-bottom: 19px; align-items: center; justify-content: space-between; gap: 9px; }.ddsm-machine-filters__head > div { display: grid; gap: 3px; }.ddsm-machine-filters__head span { color: #26394d; font-size: 11px; font-weight: 850; }.ddsm-machine-filters__head strong { color: #2343e7; font-size: 9px; font-weight: 750; }.ddsm-machine-filters__head button { padding: 0; border: 0; background: transparent; color: #75869a; font: inherit; font-size: 9px; font-weight: 750; cursor: pointer; }.ddsm-machine-filters__head button:hover { color: #2343e7; }.ddsm-machine-filters fieldset { margin: 0 0 20px; padding: 0 0 16px; border: 0; border-bottom: 1px solid #e2e8f0; }.ddsm-machine-filters fieldset:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }.ddsm-machine-filters legend { margin-bottom: 8px; color: #617287; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.ddsm-filter-check { display: flex; min-height: 30px; align-items: center; gap: 8px; color: #4e6074; font-size: 11px; cursor: pointer; }.ddsm-filter-check input { width: 14px; height: 14px; margin: 0; accent-color: #2343e7; }.ddsm-filter-check span { flex: 1; }.ddsm-filter-check i { color: #a0afbf; font-size: 15px; font-style: normal; }.ddsm-filter-check:hover { color: #2343e7; }.ddsm-filter-capacity label { display: block; margin-top: 10px; }.ddsm-filter-capacity label > span { display: block; margin-bottom: 4px; color: #748496; font-size: 9px; }.ddsm-filter-capacity label > div { display: flex; height: 35px; align-items: center; border: 1px solid #d8e1eb; border-radius: 7px; background: #fff; }.ddsm-filter-capacity input { min-width: 0; flex: 1; height: 100%; padding: 0 8px; border: 0; outline: 0; background: transparent; color: #1f344a; font: inherit; font-size: 11px; }.ddsm-filter-capacity em { padding-right: 8px; color: #8997a5; font-size: 9px; font-style: normal; }.ddsm-filter-select select { width: 100%; height: 35px; padding: 0 9px; border: 1px solid #d8e1eb; border-radius: 7px; background: #fff; color: #4f6276; font: inherit; font-size: 10px; outline: 0; }
.ddsm-machine-catalog .ddsm-machine-index__grid { display: grid; min-width: 0; margin: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.ddsm-machine-catalog .ddsm-index-card { border-color: #e1e8f0; border-radius: 16px; box-shadow: 0 8px 23px rgba(18, 42, 68, .045); }.ddsm-machine-catalog .ddsm-index-card:hover { border-color: #aebef0; box-shadow: 0 19px 45px rgba(18, 42, 68, .11); }.ddsm-machine-catalog .ddsm-index-card__visual { position: relative; height: 184px; background: linear-gradient(145deg, #edf2f7, #f9fafc); }.ddsm-machine-catalog .ddsm-index-card__visual img { transition: transform .35s ease; }.ddsm-machine-catalog .ddsm-index-card:hover .ddsm-index-card__visual img { transform: scale(1.035); }.ddsm-index-card__visual-glow { position: absolute; z-index: 1; width: 150px; height: 150px; border-radius: 50%; background: rgba(72, 110, 230, .1); filter: blur(13px); left: 50%; top: 50%; transform: translate(-50%, -50%); pointer-events: none; }.ddsm-index-card__visual > b { position: absolute; z-index: 2; right: 12px; bottom: 11px; padding: 6px 8px; border: 1px solid rgba(255, 255, 255, .62); border-radius: 7px; background: rgba(6, 24, 43, .72); color: #fff; font-size: 8px; font-weight: 750; opacity: 0; transform: translateY(4px); transition: opacity .18s ease, transform .18s ease; }.ddsm-index-card:hover .ddsm-index-card__visual > b { opacity: 1; transform: none; }.ddsm-index-card__visual > b i { margin-left: 3px; color: #8eaeff; font-style: normal; }.ddsm-machine-catalog .ddsm-index-card__body { padding: 20px; }.ddsm-index-card__eyebrow { display: flex; align-items: center; justify-content: space-between; gap: 8px; }.ddsm-index-card__eyebrow small { overflow: hidden; color: #8795a5; font-size: 8px; font-weight: 750; text-align: right; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }.ddsm-machine-catalog .ddsm-index-card h2 { margin: 8px 0 5px; font-size: 20px; }.ddsm-machine-catalog .ddsm-index-card h2 a:hover { color: #2343e7; }.ddsm-machine-catalog .ddsm-index-card__body > p:not(.ddsm-category) { display: -webkit-box; min-height: 42px; margin-bottom: 14px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.ddsm-machine-catalog .ddsm-feature-list { margin-bottom: 12px; }.ddsm-machine-catalog .ddsm-feature-list span { border-color: #dce5ef; background: #f7f9fc; color: #596c80; }.ddsm-machine-catalog .ddsm-index-card__capacity { margin-top: 0; }.ddsm-machine-catalog .ddsm-index-card__capacity span { border-color: #e1e8f0; background: #fafcfe; }.ddsm-machine-catalog .ddsm-index-card__link { display: flex; margin-top: auto; padding-top: 13px; align-items: center; justify-content: space-between; border-top: 1px solid #edf1f5; color: #2343e7; }.ddsm-machine-catalog .ddsm-index-card__link span { font-size: 17px; transition: transform .15s ease; }.ddsm-machine-catalog .ddsm-index-card__link:hover span { transform: translateX(3px); }
.ddsm-machine-catalog__empty { margin-top: 23px; padding: 55px 24px; border: 1px dashed #cad6e5; border-radius: 15px; background: #f8faff; text-align: center; }.ddsm-machine-catalog__empty[hidden] { display: none; }.ddsm-machine-catalog__empty > span { display: grid; width: 48px; height: 48px; margin: 0 auto 15px; border-radius: 50%; background: #eaf0ff; color: #2343e7; font-size: 24px; place-items: center; }.ddsm-machine-catalog__empty h3 { margin: 0 0 7px; color: #26394d; font-size: 19px; }.ddsm-machine-catalog__empty p { margin: 0 0 18px; color: #7c8a99; font-size: 12px; }.ddsm-machine-catalog__cta { display: flex; margin-top: 27px; padding: 20px 22px; border: 1px solid #dce5f4; border-radius: 14px; align-items: center; justify-content: space-between; gap: 20px; background: linear-gradient(110deg, #f5f8ff, #fbfcff); }.ddsm-machine-catalog__cta > div { display: grid; gap: 4px; }.ddsm-machine-catalog__cta span { color: #718399; font-size: 9px; font-weight: 750; text-transform: uppercase; }.ddsm-machine-catalog__cta strong { color: #253b54; font-size: 13px; }.ddsm-machine-catalog__cta .ddsm-button { flex: 0 0 auto; }
.ddsm-machine-index__empty { margin-top: 24px; }
@media (max-width: 960px) {
  .ddsm-machine-index { width: min(100% - 32px, 900px); }.ddsm-machine-index__hero { min-height: 470px; }.ddsm-machine-index__hero-glow { right: -100px; opacity: .65; }.ddsm-machine-catalog__layout { grid-template-columns: 205px minmax(0, 1fr); gap: 18px; }.ddsm-machine-catalog .ddsm-machine-index__grid { grid-template-columns: 1fr; }.ddsm-machine-catalog .ddsm-index-card__visual { height: 205px; }
}
@media (max-width: 680px) {
  .ddsm-machine-index { width: calc(100% - 20px); margin-bottom: 60px; }.ddsm-machine-index__hero { min-height: 560px; padding: 49px 25px; border-radius: 0 0 22px 22px; }.ddsm-machine-index__hero::before { right: -380px; }.ddsm-machine-index__hero-glow { --ddsm-hero-glow-scale: .75; top: auto; right: -110px; bottom: -80px; }.ddsm-machine-index__hero h1 { max-width: 100%; font-size: 45px; }.ddsm-machine-index__hero p { font-size: 14px; }.ddsm-machine-index__hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }.ddsm-machine-index__hero-meta { margin-top: 43px; gap: 22px; }.ddsm-machine-catalog { margin-top: 16px; padding: 20px 14px; border-radius: 18px; }.ddsm-machine-catalog__intro { align-items: flex-start; flex-direction: column; gap: 17px; }.ddsm-machine-catalog__result { width: 100%; padding: 10px 13px; text-align: left; }.ddsm-machine-catalog__result strong, .ddsm-machine-catalog__result span { display: inline; margin: 0 4px 0 0; }.ddsm-machine-search { margin-top: 21px; }.ddsm-machine-search input { min-height: 50px; font-size: 12px; }.ddsm-machine-catalog__quick { align-items: flex-start; flex-direction: column; }.ddsm-machine-catalog__quick > span { margin-bottom: 2px; }.ddsm-machine-catalog__layout { display: block; margin-top: 22px; }.ddsm-machine-filters { position: static; margin-bottom: 19px; }.ddsm-machine-filters fieldset { display: grid; grid-template-columns: 1fr 1fr; column-gap: 10px; }.ddsm-machine-filters fieldset legend { grid-column: 1 / -1; }.ddsm-machine-filters .ddsm-filter-capacity, .ddsm-machine-filters fieldset:last-child { display: block; }.ddsm-machine-catalog .ddsm-machine-index__grid { grid-template-columns: 1fr; }.ddsm-machine-catalog .ddsm-index-card__visual { height: 190px; }.ddsm-machine-catalog__cta { align-items: flex-start; flex-direction: column; }.ddsm-machine-catalog__cta .ddsm-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .ddsm-machine-index__hero-glow, .ddsm-machine-index__hero-glow::before, .ddsm-machine-index__hero-glow::after { animation: none !important; }
}

/* 1.7.0 — genie morph launcher, distraction-free chat and virtual HUD assistant. */
.ddsm-app--popup .ddsm-launcher { transform-origin: right bottom; transition: opacity .2s ease .43s, transform .48s cubic-bezier(.2,.82,.2,1) .37s, box-shadow .2s ease; }
.ddsm-app--popup.ddsm-app--open .ddsm-launcher { opacity: 0; pointer-events: none; transform: translateY(9px) scale(.72); transition-delay: 0s; }
.ddsm-app--popup .ddsm-popup { opacity: 1; transform: none !important; transform-origin: right bottom; clip-path: inset(calc(100% - 66px) 0 0 calc(100% - 244px) round 33px); pointer-events: none; box-shadow: 0 0 0 rgba(3,8,14,0); transition: clip-path .68s cubic-bezier(.2,.82,.18,1), border-radius .68s cubic-bezier(.2,.82,.18,1), box-shadow .42s ease; }
.ddsm-app--popup.ddsm-app--open .ddsm-popup { opacity: 1; clip-path: inset(0 round 26px); pointer-events: auto; box-shadow: 0 34px 100px rgba(3,8,14,.48), 0 0 0 1px rgba(255,255,255,.04) inset; }
.ddsm-app--popup .ddsm-popup::before { position: absolute; z-index: 80; border-radius: inherit; background: radial-gradient(circle at 18% 45%, rgba(255,255,255,.24), transparent 19%), linear-gradient(110deg, #2343e7, #3c59eb); content: ""; opacity: 1; pointer-events: none; inset: 0; transition: opacity .2s ease .22s; }
.ddsm-app--popup.ddsm-app--open .ddsm-popup::before { opacity: 0; transition-delay: .24s; }
.ddsm-app--popup .ddsm-popup > * { opacity: 0; transition: opacity .16s ease; }
.ddsm-app--popup.ddsm-app--open .ddsm-popup > * { opacity: 1; transition-delay: .25s; }
.ddsm-app--popup .ddsm-workspace, .ddsm-app--popup .ddsm-stage { height: 100%; min-height: 0; }
.ddsm-app--popup .ddsm-stage { flex: 1 1 auto; }

.ddsm-app--landing .ddsm-workspace { display: block; height: 100%; }
.ddsm-app--landing .ddsm-stage { height: 100%; min-height: 100%; }
.ddsm-landing-chat__signal { display: flex; height: 28px; align-items: center; gap: 3px; }
.ddsm-landing-chat__signal i { width: 3px; height: 7px; border-radius: 3px; background: #718dff; box-shadow: 0 0 8px rgba(93,121,255,.55); animation: ddsm-hud-eq .8s ease-in-out infinite alternate; }
.ddsm-landing-chat__signal i:nth-child(2) { height: 13px; animation-delay: -.3s; }.ddsm-landing-chat__signal i:nth-child(3) { height: 5px; animation-delay: -.55s; }

.ddsm-avatar.ddsm-avatar--hud { --ddsm-look-x: 0px; --ddsm-look-y: 0px; position: relative; display: block; width: min(590px, 100%); height: 565px; margin: -10px auto 0; perspective: 1100px; }
.ddsm-avatar.ddsm-avatar--hud::before { z-index: 0; right: 12%; bottom: 47px; left: 12%; height: 52px; background: radial-gradient(ellipse, rgba(48,123,255,.42), rgba(153,55,220,.17) 43%, transparent 72%); filter: blur(18px); animation: ddsm-hud-shadow 4.5s ease-in-out infinite; }
.ddsm-hud { position: absolute; z-index: 2; top: 48%; left: 50%; width: min(440px, 82vw); height: min(440px, 82vw); max-height: 440px; transform: translate3d(calc(-50% + var(--ddsm-look-x)), calc(-50% + var(--ddsm-look-y)), 0); transform-style: preserve-3d; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .35s ease; }
.ddsm-hud__aura { position: absolute; border-radius: 50%; background: radial-gradient(circle, rgba(42,156,255,.18), rgba(70,70,255,.09) 40%, rgba(213,48,228,.05) 58%, transparent 72%); filter: blur(10px); inset: -10%; animation: ddsm-hud-aura 5.6s ease-in-out infinite; }
.ddsm-hud__ticks { position: absolute; border-radius: 50%; background: repeating-conic-gradient(from -2deg, rgba(116,179,255,.72) 0 1deg, transparent 1.4deg 8deg); opacity: .31; inset: 3%; -webkit-mask: radial-gradient(circle, transparent 0 71%, #000 72% 73%, transparent 74%); mask: radial-gradient(circle, transparent 0 71%, #000 72% 73%, transparent 74%); animation: ddsm-hud-spin 31s linear infinite; }
.ddsm-hud__orbit { position: absolute; border: 1px solid rgba(90,158,255,.48); border-radius: 50%; transform-style: preserve-3d; box-shadow: 0 0 26px rgba(38,119,255,.1), inset 0 0 24px rgba(86,73,255,.08); }
.ddsm-hud__orbit::before, .ddsm-hud__orbit::after { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #75d5ff; box-shadow: 0 0 13px #3eaaff, 0 0 28px rgba(47,132,255,.8); content: ""; }
.ddsm-hud__orbit::before { top: 12%; left: 21%; }.ddsm-hud__orbit::after { right: 18%; bottom: 11%; background: #c26cff; box-shadow: 0 0 13px #b554ff, 0 0 28px rgba(177,62,255,.75); }
.ddsm-hud__orbit > i, .ddsm-hud__orbit > b { position: absolute; border: 1px dashed rgba(116,165,255,.23); border-radius: 50%; inset: 11%; }.ddsm-hud__orbit > b { border-style: solid; border-color: rgba(213,91,255,.15); inset: 27%; }
.ddsm-hud__orbit--one { inset: 7%; transform: rotateX(67deg) rotateZ(0); animation: ddsm-hud-orbit-one 9s linear infinite; }
.ddsm-hud__orbit--two { border-color: rgba(104,98,255,.42); inset: 12% 2%; transform: rotateY(68deg) rotateZ(18deg); animation: ddsm-hud-orbit-two 12s linear infinite reverse; }
.ddsm-hud__orbit--three { border-style: dashed; border-color: rgba(212,79,236,.36); inset: 20% 3%; transform: rotateX(72deg) rotateY(24deg) rotateZ(42deg); animation: ddsm-hud-orbit-three 15s linear infinite; }
.ddsm-hud__core { position: absolute; top: 50%; left: 50%; width: 142px; height: 142px; border: 1px solid rgba(161,197,255,.52); border-radius: 50%; background: radial-gradient(circle at 36% 28%, rgba(255,255,255,.95) 0 2%, rgba(98,223,255,.9) 5%, rgba(37,137,255,.82) 20%, rgba(79,63,238,.86) 44%, rgba(198,46,215,.7) 66%, rgba(6,18,36,.84) 73%); box-shadow: 0 0 24px rgba(74,173,255,.68), 0 0 72px rgba(58,76,255,.48), 0 0 116px rgba(203,49,224,.21), inset -18px -17px 34px rgba(10,8,50,.74), inset 12px 11px 28px rgba(113,225,255,.44); transform: translate(-50%,-50%); animation: ddsm-hud-core 4.4s ease-in-out infinite; }
.ddsm-hud__core::before { position: absolute; border: 1px solid rgba(183,222,255,.25); border-radius: 50%; content: ""; inset: -17px; box-shadow: 0 0 21px rgba(89,148,255,.25); animation: ddsm-hud-core-ring 5s linear infinite; }
.ddsm-hud__core span { position: absolute; border-radius: 50%; background: conic-gradient(from 35deg, transparent, rgba(132,234,255,.8), transparent 31%, rgba(229,100,255,.75), transparent 67%, rgba(91,116,255,.72), transparent); filter: blur(2px); mix-blend-mode: screen; inset: 12px; animation: ddsm-hud-spin 3.8s linear infinite; }
.ddsm-hud__core i, .ddsm-hud__core b { position: absolute; left: 50%; top: 50%; width: 82%; height: 30%; border: 2px solid rgba(211,245,255,.53); border-color: rgba(211,245,255,.53) transparent transparent; border-radius: 50%; transform: translate(-50%,-50%) rotate(18deg); filter: drop-shadow(0 0 6px rgba(109,217,255,.85)); }.ddsm-hud__core b { width: 63%; transform: translate(-50%,-50%) rotate(-34deg); border-color: rgba(246,177,255,.62) transparent transparent; }
.ddsm-hud__scan { position: absolute; z-index: 4; top: 50%; right: 13%; left: 13%; height: 1px; overflow: visible; background: linear-gradient(90deg, transparent, rgba(101,217,255,.82), transparent); box-shadow: 0 0 12px rgba(60,177,255,.7); opacity: .44; animation: ddsm-hud-scan 4.2s ease-in-out infinite; }
.ddsm-hud__nodes i { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #8dbdff; box-shadow: 0 0 10px #4b97ff; animation: ddsm-hud-node 2.4s ease-in-out infinite; }.ddsm-hud__nodes i:nth-child(1) { top: 20%; left: 15%; }.ddsm-hud__nodes i:nth-child(2) { top: 13%; right: 25%; animation-delay: -.7s; }.ddsm-hud__nodes i:nth-child(3) { right: 11%; bottom: 29%; animation-delay: -1.4s; }.ddsm-hud__nodes i:nth-child(4) { bottom: 13%; left: 28%; animation-delay: -2s; }
.ddsm-avatar--hud .ddsm-avatar__status { top: 92px; left: 15px; }.ddsm-avatar--hud .ddsm-avatar__message { top: 145px; right: -5px; width: 205px; background: linear-gradient(135deg, rgba(10,30,50,.9), rgba(23,25,60,.82)); }
.ddsm-avatar[data-state="listening"] .ddsm-hud { filter: hue-rotate(-12deg) saturate(1.2); }.ddsm-avatar[data-state="listening"] .ddsm-hud__core { animation-duration: 2.2s; box-shadow: 0 0 31px rgba(55,216,255,.85), 0 0 86px rgba(46,105,255,.58), 0 0 128px rgba(179,54,239,.25); }
.ddsm-avatar[data-state="thinking"] .ddsm-hud__orbit--one { animation-duration: 2.8s; }.ddsm-avatar[data-state="thinking"] .ddsm-hud__orbit--two { animation-duration: 3.9s; }.ddsm-avatar[data-state="thinking"] .ddsm-hud__orbit--three { animation-duration: 5.1s; }.ddsm-avatar[data-state="thinking"] .ddsm-hud__scan { opacity: .95; animation-duration: 1.35s; }
.ddsm-avatar[data-state="speaking"] .ddsm-hud__core, .ddsm-avatar[data-state="complete"] .ddsm-hud__core { animation: ddsm-hud-speaking 1.15s ease-in-out infinite; }.ddsm-avatar[data-state="speaking"] .ddsm-hud__aura { animation-duration: 2.2s; }
.ddsm-avatar[data-state="complete"] .ddsm-hud { filter: hue-rotate(18deg) saturate(1.18); }.ddsm-avatar[data-state="complete"] .ddsm-hud__ticks { opacity: .55; }
@keyframes ddsm-hud-spin { to { transform: rotate(360deg); } }
@keyframes ddsm-hud-orbit-one { to { transform: rotateX(67deg) rotateZ(360deg); } }
@keyframes ddsm-hud-orbit-two { to { transform: rotateY(68deg) rotateZ(378deg); } }
@keyframes ddsm-hud-orbit-three { to { transform: rotateX(72deg) rotateY(24deg) rotateZ(402deg); } }
@keyframes ddsm-hud-core { 0%,100% { transform: translate(-50%,-50%) scale(.96); filter: brightness(.92); } 50% { transform: translate(-50%,-50%) scale(1.035); filter: brightness(1.14); } }
@keyframes ddsm-hud-speaking { 0%,100% { transform: translate(-50%,-50%) scale(.94); filter: brightness(.96); } 48% { transform: translate(-50%,-50%) scale(1.08); filter: brightness(1.23); } }
@keyframes ddsm-hud-core-ring { to { transform: rotate(360deg) scale(1.04); } }
@keyframes ddsm-hud-scan { 0%,100% { transform: translateY(-105px) scaleX(.72); opacity: .12; } 50% { transform: translateY(105px) scaleX(1); opacity: .62; } }
@keyframes ddsm-hud-aura { 0%,100% { opacity: .62; transform: scale(.93); } 50% { opacity: 1; transform: scale(1.07); } }
@keyframes ddsm-hud-shadow { 0%,100% { opacity: .5; transform: perspective(220px) rotateX(65deg) scale(.92); } 50% { opacity: .88; transform: perspective(220px) rotateX(65deg) scale(1.05); } }
@keyframes ddsm-hud-node { 0%,100% { opacity: .24; transform: scale(.65); } 50% { opacity: 1; transform: scale(1.45); } }
@keyframes ddsm-hud-eq { from { transform: scaleY(.55); opacity: .55; } to { transform: scaleY(1.3); opacity: 1; } }
@media (max-width: 720px) {
  .ddsm-app--popup .ddsm-popup { clip-path: inset(calc(100% - 75px) 15px 15px calc(100% - 75px) round 30px); }
  .ddsm-app--popup.ddsm-app--open .ddsm-popup { clip-path: inset(0 round 0); }
  .ddsm-avatar.ddsm-avatar--hud { height: 500px; margin-top: -3px; }.ddsm-hud { top: 49%; width: min(365px, 91vw); height: min(365px, 91vw); }.ddsm-hud__core { width: 118px; height: 118px; }.ddsm-avatar--hud .ddsm-avatar__status { top: 55px; left: 0; }.ddsm-avatar--hud .ddsm-avatar__message { top: 132px; right: -2px; width: 164px; }
  .ddsm-app--landing { margin-top: -78px; }.ddsm-app--landing .ddsm-shell { height: 455px; }.ddsm-app--landing .ddsm-workspace { display: block; }.ddsm-app--landing .ddsm-stage { height: 100%; min-height: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .ddsm-app--popup .ddsm-popup, .ddsm-app--popup .ddsm-launcher, .ddsm-app--popup .ddsm-popup::before, .ddsm-app--popup .ddsm-popup > * { transition-duration: .001ms !important; transition-delay: 0s !important; }
}

/* 1.7.1 — centred machine catalogue and responsive green conversation HUD. */
body.ddsm-machine-index-page .ddsm-machine-index,
.ddsm-machine-archive .ddsm-machine-index {
  right: auto;
  left: auto;
  margin-right: auto;
  margin-left: auto;
  transform: none;
}

.ddsm-avatar.ddsm-avatar--hud {
  height: 570px;
  perspective: none;
}
.ddsm-avatar.ddsm-avatar--hud::before {
  right: 7%;
  bottom: 54px;
  left: 7%;
  height: 88px;
  background: radial-gradient(ellipse, rgba(65,255,113,.37), rgba(11,162,117,.13) 43%, transparent 72%);
  filter: blur(24px);
  animation: ddsm-hud-green-shadow 4.2s ease-in-out infinite;
}
.ddsm-hud {
  top: 48%;
  width: min(460px, 84vw);
  height: min(460px, 84vw);
  max-height: 460px;
  transform-style: flat;
  isolation: isolate;
}
.ddsm-hud::before,
.ddsm-hud::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.ddsm-hud::before {
  background: radial-gradient(circle, rgba(43,255,100,.22), rgba(4,135,91,.09) 39%, transparent 70%);
  filter: blur(16px);
  inset: -4%;
  animation: ddsm-hud-green-breathe 4.8s ease-in-out infinite;
}
.ddsm-hud::after {
  border: 1px solid rgba(128,255,155,.08);
  background-image: radial-gradient(circle, rgba(160,255,179,.72) 0 1px, transparent 1.5px);
  background-size: 24px 24px;
  opacity: .24;
  inset: 6%;
  -webkit-mask: radial-gradient(circle, transparent 0 48%, #000 72%, transparent 91%);
  mask: radial-gradient(circle, transparent 0 48%, #000 72%, transparent 91%);
  animation: ddsm-hud-green-spin 42s linear infinite reverse;
}
.ddsm-hud__aura {
  z-index: -2;
  background: radial-gradient(circle at 66% 64%, rgba(88,255,84,.28), rgba(5,177,103,.15) 30%, rgba(0,89,82,.08) 53%, transparent 72%);
  filter: blur(15px);
  inset: -11%;
  animation: ddsm-hud-green-aura 5.4s ease-in-out infinite;
}
.ddsm-hud__network {
  position: absolute;
  z-index: -1;
  width: 116%;
  height: 116%;
  overflow: visible;
  opacity: .53;
  inset: -8%;
}
.ddsm-hud__network-lines path {
  fill: none;
  stroke: rgba(111,255,165,.43);
  stroke-dasharray: 4 8;
  stroke-width: .75;
  vector-effect: non-scaling-stroke;
  animation: ddsm-hud-network-flow 9s linear infinite;
}
.ddsm-hud__network-lines path:nth-child(even) { animation-direction: reverse; animation-duration: 12s; }
.ddsm-hud__network-nodes circle {
  fill: #b4ffc4;
  filter: drop-shadow(0 0 4px #4cff7a);
  transform-box: fill-box;
  transform-origin: center;
  animation: ddsm-hud-network-node 2.8s ease-in-out infinite;
}
.ddsm-hud__network-nodes circle:nth-child(3n) { animation-delay: -.9s; }
.ddsm-hud__network-nodes circle:nth-child(3n + 1) { animation-delay: -1.8s; }
.ddsm-hud__ticks {
  z-index: 2;
  background: repeating-conic-gradient(from -2deg, rgba(193,255,202,.92) 0 .55deg, transparent .75deg 3.35deg);
  opacity: .72;
  inset: 5%;
  -webkit-mask: radial-gradient(circle, transparent 0 77%, #000 77.5% 80%, transparent 80.5%);
  mask: radial-gradient(circle, transparent 0 77%, #000 77.5% 80%, transparent 80.5%);
  animation: ddsm-hud-green-spin 28s linear infinite;
}
.ddsm-hud__spectrum {
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  background: repeating-conic-gradient(from 1deg, rgba(94,255,121,.95) 0 .8deg, rgba(177,255,191,.52) .8deg 1.1deg, transparent 1.15deg 4.55deg);
  filter: drop-shadow(0 0 5px rgba(57,255,106,.68));
  opacity: .55;
  inset: 9%;
  -webkit-mask: radial-gradient(circle, transparent 0 68%, #000 69% 75%, transparent 76%);
  mask: radial-gradient(circle, transparent 0 68%, #000 69% 75%, transparent 76%);
  animation: ddsm-hud-spectrum-idle 3.6s ease-in-out infinite;
}
.ddsm-hud__segments {
  position: absolute;
  z-index: 4;
  border-radius: 50%;
  inset: 17%;
  animation: ddsm-hud-green-spin 14s linear infinite reverse;
}
.ddsm-hud__segments::before,
.ddsm-hud__segments::after,
.ddsm-hud__segments i {
  position: absolute;
  border: 2px solid transparent;
  border-top-color: rgba(191,255,200,.92);
  border-right-color: rgba(89,255,118,.4);
  border-radius: 50%;
  content: "";
  inset: 0;
  filter: drop-shadow(0 0 5px rgba(64,255,102,.55));
}
.ddsm-hud__segments::after { border-top-color: transparent; border-right-color: transparent; border-bottom-color: rgba(125,255,148,.78); transform: rotate(56deg); inset: 8%; }
.ddsm-hud__segments i:nth-child(1) { border-right-color: transparent; transform: rotate(126deg); inset: 13%; }
.ddsm-hud__segments i:nth-child(2) { border-top-color: transparent; border-left-color: rgba(81,255,119,.68); transform: rotate(212deg); inset: 20%; }
.ddsm-hud__segments i:nth-child(3) { border-right-color: rgba(207,255,215,.72); border-top-color: transparent; transform: rotate(284deg); inset: 28%; }
.ddsm-hud__orbit {
  z-index: 3;
  border: 1px solid rgba(101,255,131,.42);
  box-shadow: 0 0 18px rgba(49,255,101,.1), inset 0 0 20px rgba(51,255,112,.06);
  transform-style: flat;
}
.ddsm-hud__orbit::before,
.ddsm-hud__orbit::after {
  width: 5px;
  height: 5px;
  background: #c6ffd0;
  box-shadow: 0 0 11px #4cff78, 0 0 22px rgba(45,255,98,.78);
}
.ddsm-hud__orbit::after { background: #5dff87; box-shadow: 0 0 12px #39ff6f, 0 0 24px rgba(46,255,112,.72); }
.ddsm-hud__orbit > i,
.ddsm-hud__orbit > b { border-color: rgba(135,255,157,.2); }
.ddsm-hud__orbit > b { border-color: rgba(73,255,111,.14); }
.ddsm-hud__orbit--one { inset: 13%; transform: none; animation: ddsm-hud-green-spin 9s linear infinite; }
.ddsm-hud__orbit--two { border-style: dashed; border-color: rgba(133,255,153,.38); inset: 20%; transform: none; animation: ddsm-hud-green-spin 12s linear infinite reverse; }
.ddsm-hud__orbit--three { border-style: solid; border-color: rgba(87,255,121,.24); inset: 28%; transform: none; animation: ddsm-hud-green-spin 17s linear infinite; }
.ddsm-hud__core {
  z-index: 6;
  width: 168px;
  height: 168px;
  border: 1px solid rgba(179,255,191,.65);
  background:
    radial-gradient(circle at 50% 45%, rgba(22,139,65,.5), transparent 46%),
    radial-gradient(circle, rgba(30,105,57,.93), rgba(4,44,34,.98) 70%),
    repeating-linear-gradient(0deg, rgba(178,255,190,.06) 0 1px, transparent 1px 5px);
  box-shadow: 0 0 18px rgba(90,255,120,.68), 0 0 58px rgba(37,255,97,.34), 0 0 104px rgba(0,222,110,.2), inset 0 0 42px rgba(51,255,103,.18), inset 0 0 0 9px rgba(5,31,26,.44);
  animation: ddsm-hud-green-core 4.4s ease-in-out infinite;
}
.ddsm-hud__core::before {
  border: 1px dashed rgba(181,255,192,.48);
  box-shadow: 0 0 17px rgba(60,255,105,.24);
  inset: -14px;
  animation: ddsm-hud-green-spin 8s linear infinite;
}
.ddsm-hud__core span {
  background: conic-gradient(from 20deg, transparent 0 8%, rgba(160,255,176,.82) 8% 11%, transparent 11% 27%, rgba(68,255,106,.74) 27% 32%, transparent 32% 62%, rgba(201,255,210,.65) 62% 65%, transparent 65%);
  filter: none;
  inset: 16px;
  animation: ddsm-hud-green-spin 7s linear infinite reverse;
}
.ddsm-hud__core i,
.ddsm-hud__core b { border-color: rgba(196,255,207,.63) transparent transparent; filter: drop-shadow(0 0 6px rgba(63,255,106,.8)); }
.ddsm-hud__core b { border-color: rgba(103,255,134,.54) transparent transparent; }
.ddsm-hud__wave {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  display: flex;
  width: 82px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transform: translate(-50%,-50%);
}
.ddsm-hud__wave b {
  width: 3px;
  height: 9px;
  border-radius: 4px;
  background: linear-gradient(#d8ffdf, #4dff76);
  box-shadow: 0 0 8px rgba(67,255,109,.92);
  opacity: .72;
  transform-origin: center;
  animation: ddsm-hud-wave-idle 2.2s ease-in-out infinite alternate;
}
.ddsm-hud__wave b:nth-child(2), .ddsm-hud__wave b:nth-child(8) { animation-delay: -.35s; }
.ddsm-hud__wave b:nth-child(3), .ddsm-hud__wave b:nth-child(7) { animation-delay: -.7s; }
.ddsm-hud__wave b:nth-child(4), .ddsm-hud__wave b:nth-child(6) { animation-delay: -1.05s; }
.ddsm-hud__wave b:nth-child(5) { animation-delay: -1.4s; }
.ddsm-hud__scan {
  z-index: 8;
  top: 50%;
  right: 30%;
  left: 30%;
  background: linear-gradient(90deg, transparent, rgba(121,255,148,.88), transparent);
  box-shadow: 0 0 12px rgba(58,255,105,.72);
  opacity: .27;
  animation: ddsm-hud-green-scan 4.4s ease-in-out infinite;
}
.ddsm-hud__nodes i { background: #c8ffd2; box-shadow: 0 0 10px #4cff75; }
.ddsm-hud__particles i {
  position: absolute;
  z-index: 1;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #e2ffe7;
  box-shadow: 0 0 8px #65ff8a;
  animation: ddsm-hud-particle 4s ease-in-out infinite;
}
.ddsm-hud__particles i:nth-child(1) { top: 10%; left: 9%; }.ddsm-hud__particles i:nth-child(2) { top: 19%; right: 6%; animation-delay: -.8s; }.ddsm-hud__particles i:nth-child(3) { right: 1%; bottom: 30%; animation-delay: -1.5s; }.ddsm-hud__particles i:nth-child(4) { bottom: 7%; left: 24%; animation-delay: -2.1s; }.ddsm-hud__particles i:nth-child(5) { bottom: 23%; left: 3%; animation-delay: -2.8s; }.ddsm-hud__particles i:nth-child(6) { top: 3%; left: 61%; animation-delay: -3.4s; }
.ddsm-avatar--hud .ddsm-avatar__status { border-color: rgba(78,255,119,.2); background: rgba(3,33,31,.7); }
.ddsm-avatar--hud .ddsm-avatar__status > i { background: #5dff82; box-shadow: 0 0 9px rgba(77,255,118,.8); }
.ddsm-avatar--hud .ddsm-avatar__message { border-color: rgba(93,255,128,.18); background: linear-gradient(135deg, rgba(3,34,31,.94), rgba(5,47,42,.87)); box-shadow: 0 17px 48px rgba(1,21,19,.36), 0 0 30px rgba(40,255,105,.05); }
.ddsm-avatar--hud .ddsm-avatar__voice b { background: #63ff89; }
.ddsm-avatar[data-state="listening"] .ddsm-hud { filter: saturate(1.2) brightness(1.08); }
.ddsm-avatar[data-state="listening"] .ddsm-hud__core { box-shadow: 0 0 29px rgba(112,255,143,.88), 0 0 78px rgba(36,255,99,.53), 0 0 124px rgba(0,211,116,.25), inset 0 0 44px rgba(63,255,112,.25); }
.ddsm-avatar[data-state="listening"] .ddsm-hud__spectrum { opacity: .88; animation: ddsm-hud-listen-spectrum 1.45s ease-in-out infinite; }
.ddsm-avatar[data-state="thinking"] .ddsm-hud__segments { animation-duration: 2.2s; }
.ddsm-avatar[data-state="thinking"] .ddsm-hud__orbit--one { animation-duration: 3s; }
.ddsm-avatar[data-state="thinking"] .ddsm-hud__orbit--two { animation-duration: 4.2s; }
.ddsm-avatar[data-state="thinking"] .ddsm-hud__orbit--three { animation-duration: 5.4s; }
.ddsm-avatar[data-state="thinking"] .ddsm-hud__scan { opacity: .95; animation-duration: 1.2s; }
.ddsm-avatar[data-state="speaking"] .ddsm-hud__core,
.ddsm-avatar[data-state="complete"] .ddsm-hud__core { animation: ddsm-hud-green-speaking 1.05s ease-in-out infinite; }
.ddsm-avatar[data-state="speaking"] .ddsm-hud__spectrum { opacity: 1; animation: ddsm-hud-speak-spectrum .72s steps(4,end) infinite; }
.ddsm-avatar[data-state="speaking"] .ddsm-hud__aura { animation-duration: 1.7s; }
.ddsm-avatar[data-state="speaking"] .ddsm-hud__wave b { opacity: 1; animation: ddsm-hud-speak-wave .58s ease-in-out infinite alternate; }
.ddsm-avatar[data-state="speaking"] .ddsm-hud__wave b:nth-child(2), .ddsm-avatar[data-state="speaking"] .ddsm-hud__wave b:nth-child(8) { animation-delay: -.11s; }
.ddsm-avatar[data-state="speaking"] .ddsm-hud__wave b:nth-child(3), .ddsm-avatar[data-state="speaking"] .ddsm-hud__wave b:nth-child(7) { animation-delay: -.23s; }
.ddsm-avatar[data-state="speaking"] .ddsm-hud__wave b:nth-child(4), .ddsm-avatar[data-state="speaking"] .ddsm-hud__wave b:nth-child(6) { animation-delay: -.37s; }
.ddsm-avatar[data-state="speaking"] .ddsm-hud__wave b:nth-child(5) { animation-delay: -.49s; }
.ddsm-avatar[data-state="complete"] .ddsm-hud { filter: saturate(1.16) brightness(1.12); }
.ddsm-avatar[data-state="complete"] .ddsm-hud__ticks { opacity: .96; }

@keyframes ddsm-hud-green-spin { to { transform: rotate(360deg); } }
@keyframes ddsm-hud-green-core { 0%,100% { transform: translate(-50%,-50%) scale(.97); filter: brightness(.92); } 50% { transform: translate(-50%,-50%) scale(1.025); filter: brightness(1.12); } }
@keyframes ddsm-hud-green-speaking { 0%,100% { transform: translate(-50%,-50%) scale(.96); filter: brightness(.96); } 42% { transform: translate(-50%,-50%) scale(1.065); filter: brightness(1.23); } 70% { transform: translate(-50%,-50%) scale(1.01); filter: brightness(1.08); } }
@keyframes ddsm-hud-spectrum-idle { 0%,100% { opacity: .37; transform: scale(.98); } 50% { opacity: .64; transform: scale(1.015); } }
@keyframes ddsm-hud-listen-spectrum { 0%,100% { transform: scale(.96); filter: brightness(.9); } 50% { transform: scale(1.045); filter: brightness(1.25); } }
@keyframes ddsm-hud-speak-spectrum { 0% { transform: scale(.96) rotate(0); filter: brightness(.95); } 25% { transform: scale(1.035) rotate(.8deg); filter: brightness(1.35); } 50% { transform: scale(.985) rotate(-.4deg); filter: brightness(1.04); } 75% { transform: scale(1.055) rotate(.5deg); filter: brightness(1.45); } 100% { transform: scale(.97) rotate(0); filter: brightness(1); } }
@keyframes ddsm-hud-wave-idle { from { transform: scaleY(.65); } to { transform: scaleY(1.3); } }
@keyframes ddsm-hud-speak-wave { 0% { height: 8px; transform: scaleY(.65); } 45% { height: 36px; transform: scaleY(1.08); } 100% { height: 15px; transform: scaleY(.78); } }
@keyframes ddsm-hud-green-scan { 0%,100% { transform: translateY(-62px) scaleX(.68); opacity: .08; } 50% { transform: translateY(62px) scaleX(1.06); opacity: .56; } }
@keyframes ddsm-hud-green-aura { 0%,100% { opacity: .54; transform: scale(.92); } 50% { opacity: 1; transform: scale(1.08); } }
@keyframes ddsm-hud-green-breathe { 0%,100% { opacity: .5; transform: scale(.94); } 50% { opacity: 1; transform: scale(1.06); } }
@keyframes ddsm-hud-green-shadow { 0%,100% { opacity: .48; transform: perspective(220px) rotateX(67deg) scale(.88); } 50% { opacity: .92; transform: perspective(220px) rotateX(67deg) scale(1.05); } }
@keyframes ddsm-hud-network-flow { to { stroke-dashoffset: -72; } }
@keyframes ddsm-hud-network-node { 0%,100% { opacity: .24; transform: scale(.7); } 50% { opacity: 1; transform: scale(1.5); } }
@keyframes ddsm-hud-particle { 0%,100% { opacity: .16; transform: translateY(5px) scale(.6); } 50% { opacity: 1; transform: translateY(-7px) scale(1.5); } }

@media (max-width: 720px) {
  .ddsm-avatar.ddsm-avatar--hud { height: 505px; }
  .ddsm-hud { width: min(375px, 92vw); height: min(375px, 92vw); }
  .ddsm-hud__core { width: 132px; height: 132px; }
  .ddsm-hud__wave { transform: translate(-50%,-50%) scale(.86); }
  .ddsm-hud__network { width: 106%; height: 106%; inset: -3%; }
}

@media (prefers-reduced-motion: reduce) {
  .ddsm-hud *, .ddsm-hud *::before, .ddsm-hud *::after, .ddsm-hud::before, .ddsm-hud::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

/* 1.8.1 — always-on Belgian female speech; only browser autoplay consent is required. */
.ddsm-popup__actions,
.ddsm-landing-chat__actions { display: flex; flex: 0 0 auto; align-items: center; }

/* 1.9.0 — NL/BE voice profile and a strict Dormac blue/black action palette. */
.ddsm-landing-chat__header,
.ddsm-app--popup .ddsm-popup__header {
  position: relative;
  z-index: 96;
  overflow: visible;
}
.ddsm-app--landing .ddsm-shell,
.ddsm-app--popup .ddsm-shell { position: relative; z-index: 1; }
.ddsm-voice-picker { position: relative; z-index: 95; }
.ddsm-voice-picker__toggle {
  display: inline-flex;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid #2343e7;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  background: #07101a;
  color: #fff;
  font: inherit;
  font-size: 8px;
  font-weight: 820;
  letter-spacing: .02em;
  cursor: pointer;
}
.ddsm-voice-picker__toggle svg { width: 15px; height: 15px; overflow: visible; }
.ddsm-voice-picker__toggle svg path:first-child { fill: currentColor; stroke: none; }
.ddsm-voice-picker__toggle svg path:last-child { fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.7; }
.ddsm-voice-picker__toggle > i { margin-left: 1px; color: #8ba0ff; font-size: 11px; font-style: normal; transition: transform .18s ease; }
.ddsm-voice-picker__toggle[aria-expanded="true"] { background: #2343e7 !important; border-color: #2343e7 !important; }
.ddsm-voice-picker__toggle[aria-expanded="true"] > i { color: #fff; transform: rotate(180deg); }
.ddsm-voice-picker__panel {
  position: absolute;
  z-index: 100;
  top: calc(100% + 9px);
  right: 0;
  width: 246px;
  padding: 13px;
  border: 1px solid rgba(79,107,255,.55);
  border-radius: 14px;
  background: #07101a;
  color: #fff;
  box-shadow: 0 22px 55px rgba(0,0,0,.42);
}
.ddsm-voice-picker__panel[hidden] { display: none; }
.ddsm-voice-picker__group + .ddsm-voice-picker__group { margin-top: 12px; }
.ddsm-voice-picker__group > small { display: block; margin: 0 0 6px; color: #8291a2; font-size: 7px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.ddsm-voice-picker__group > div { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.ddsm-voice-picker__panel button {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid #283644 !important;
  border-radius: 8px;
  background: #0d1823 !important;
  color: #fff !important;
  font: inherit;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}
.ddsm-voice-picker__panel button:hover,
.ddsm-voice-picker__panel button[aria-pressed="true"] { border-color: #2343e7 !important; background: #2343e7 !important; color: #fff !important; }
.ddsm-voice-picker__panel p { margin: 10px 0 0; color: #708093; font-size: 7px; line-height: 1.45; }

.ddsm-button,
.ddsm-button--ghost,
.ddsm-button--dark,
.ddsm-button--text {
  border-color: #07101a !important;
  background: #07101a !important;
  color: #fff !important;
}
.ddsm-button:hover,
.ddsm-button--ghost:hover,
.ddsm-button--dark:hover,
.ddsm-button--text:hover { border-color: #2343e7 !important; background: #2343e7 !important; color: #fff !important; }
.ddsm-button--primary { border-color: #2343e7 !important; background: #2343e7 !important; color: #fff !important; }
.ddsm-button--primary:hover { border-color: #1936ca !important; background: #1936ca !important; }
.ddsm-landing-primary { background: #2343e7 !important; color: #fff !important; box-shadow: 0 12px 32px rgba(35,67,231,.3) !important; }
.ddsm-landing-primary:hover { background: #1936ca !important; }
.ddsm-landing-nav__cta { border-color: #2343e7 !important; background: #07101a !important; color: #fff !important; }
.ddsm-landing-nav__cta:hover { background: #2343e7 !important; }

.ddsm-app button {
  border-color: #07101a !important;
  background: #07101a !important;
  color: #fff !important;
}
.ddsm-app button:hover,
.ddsm-app button:focus-visible { border-color: #2343e7 !important; background: #2343e7 !important; color: #fff !important; }
.ddsm-app .ddsm-launcher,
.ddsm-app .ddsm-button--primary,
.ddsm-app .ddsm-button--dark,
.ddsm-app .ddsm-composer button,
.ddsm-app .ddsm-intent:first-child { border-color: #2343e7 !important; background: #2343e7 !important; color: #fff !important; }
.ddsm-app .ddsm-popup__close { border-color: #2343e7 !important; background: #07101a !important; color: #fff !important; }
.ddsm-app .ddsm-popup__close:hover { background: #2343e7 !important; }
.ddsm-app .ddsm-option,
.ddsm-app .ddsm-intent,
.ddsm-app .ddsm-suggestions button,
.ddsm-app .ddsm-back-link {
  border: 1px solid #182737 !important;
  background: #07101a !important;
  color: #fff !important;
}
.ddsm-app .ddsm-back-link { display: inline-flex; min-height: 32px; margin-right: auto; margin-left: auto; padding: 6px 11px; border-radius: 999px; align-items: center; justify-content: center; }
.ddsm-app .ddsm-option:hover,
.ddsm-app .ddsm-intent:hover,
.ddsm-app .ddsm-suggestions button:hover,
.ddsm-app .ddsm-back-link:hover { border-color: #2343e7 !important; background: #2343e7 !important; color: #fff !important; }
.ddsm-app .ddsm-option i,
.ddsm-app .ddsm-intent strong,
.ddsm-app .ddsm-intent em,
.ddsm-app .ddsm-intent > i { color: #fff !important; }
.ddsm-app .ddsm-intent > small { background: rgba(255,255,255,.12) !important; color: #fff !important; }
.ddsm-app button:disabled { opacity: .52; cursor: not-allowed; }

/* Override the more specific light-popup and ghost variants as well. */
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent,
.ddsm-app--popup .ddsm-button--ghost,
.ddsm-app--popup .ddsm-reset,
.ddsm-app--popup .ddsm-back-link,
.ddsm-app--popup .ddsm-suggestions button,
.ddsm-app--landing .ddsm-button--ghost {
  border-color: #182737 !important;
  background: #07101a !important;
  color: #fff !important;
}
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent strong,
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent em,
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent > i { color: #fff !important; }
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent:first-child,
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent:hover,
.ddsm-app--popup .ddsm-button--ghost:hover,
.ddsm-app--popup .ddsm-reset:hover,
.ddsm-app--popup .ddsm-back-link:hover,
.ddsm-app--popup .ddsm-suggestions button:hover,
.ddsm-app--landing .ddsm-button--ghost:hover {
  border-color: #2343e7 !important;
  background: #2343e7 !important;
  color: #fff !important;
}

.ddsm-machine-catalog button {
  border: 1px solid #07101a !important;
  background: #07101a !important;
  color: #fff !important;
}
.ddsm-machine-catalog button:hover,
.ddsm-machine-catalog button:focus-visible,
.ddsm-machine-catalog button.is-active { border-color: #2343e7 !important; background: #2343e7 !important; color: #fff !important; }
.ddsm-machine-search > button { border-radius: 9px; }
.ddsm-machine-filters__head button { min-height: 27px; padding: 4px 8px; border-radius: 7px; }

@media (max-width: 520px) {
  .ddsm-voice-picker__toggle { min-width: 38px; width: 38px; padding: 0; justify-content: center; }
  .ddsm-voice-picker__toggle > span,
  .ddsm-voice-picker__toggle > i { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .ddsm-voice-picker__panel { right: -38px; width: min(246px, calc(100vw - 38px)); }
  .ddsm-landing-chat__actions { gap: 5px; }
}

/* 1.9.1 — one consistent control system for every public action. */
.ddsm-button,
.ddsm-landing-primary,
.ddsm-landing-nav__cta,
.ddsm-machine-index__hero-link,
.ddsm-app .ddsm-reset,
.ddsm-app .ddsm-back-link,
.ddsm-app .ddsm-suggestions button,
.ddsm-machine-catalog__quick button,
.ddsm-machine-filters__head button {
  box-sizing: border-box !important;
  display: inline-flex !important;
  min-height: 42px !important;
  padding: 0 14px !important;
  border-radius: 10px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  text-align: center !important;
  vertical-align: middle !important;
}
.ddsm-machine-index__hero-link {
  border: 1px solid #07101a !important;
  background: #07101a !important;
  color: #fff !important;
}
.ddsm-machine-index__hero-link:hover {
  border-color: #2343e7 !important;
  background: #2343e7 !important;
  color: #fff !important;
}

.ddsm-voice-picker__toggle,
.ddsm-voice-picker__panel button {
  box-sizing: border-box !important;
  display: inline-flex !important;
  min-height: 42px !important;
  padding: 0 14px !important;
  border-radius: 10px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  text-align: center !important;
  vertical-align: middle !important;
}

.ddsm-app .ddsm-option {
  box-sizing: border-box !important;
  display: flex !important;
  min-height: 42px !important;
  padding: 0 14px !important;
  border-radius: 10px !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  vertical-align: middle !important;
}
.ddsm-app .ddsm-intent,
.ddsm-app--popup .ddsm-assistant-home .ddsm-intent {
  box-sizing: border-box !important;
  min-height: 68px !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  align-items: center !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  vertical-align: middle !important;
}
.ddsm-app .ddsm-intent strong,
.ddsm-app .ddsm-intent em { line-height: 1.25 !important; }
.ddsm-app .ddsm-intent strong { font-size: 12px !important; }
.ddsm-app .ddsm-intent em { font-size: 9px !important; }

.ddsm-app .ddsm-composer button,
.ddsm-app .ddsm-popup__close,
.ddsm-machine-search > button {
  box-sizing: border-box !important;
  display: inline-flex !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  border-radius: 10px !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  text-align: center !important;
  vertical-align: middle !important;
}
.ddsm-app .ddsm-popup__close { padding-bottom: 2px !important; }
.ddsm-app--popup .ddsm-launcher,
.ddsm-app--popup .ddsm-launcher strong,
.ddsm-app--popup .ddsm-launcher small {
  line-height: 1.2 !important;
}

@media (max-width: 520px) {
  .ddsm-voice-picker__toggle {
    width: 42px !important;
    min-width: 42px !important;
    padding: 0 !important;
  }
  .ddsm-voice-picker__panel {
    right: -42px;
    width: min(246px, calc(100vw - 38px));
  }
}

/* 1.9.2 — form controls share the button spacing, rhythm and corners. */
.ddsm-app input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.ddsm-machine-index input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.ddsm-machine-index select,
.ddsm-lead-card input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.ddsm-advice-page input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]) {
  box-sizing: border-box !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 14px !important;
  border-radius: 10px !important;
  line-height: 1.2 !important;
  vertical-align: middle !important;
}

.ddsm-app textarea,
.ddsm-lead-card textarea,
.ddsm-advice-page textarea {
  box-sizing: border-box !important;
  min-height: 96px !important;
  padding: 12px 14px !important;
  border-radius: 10px !important;
  line-height: 1.2 !important;
  vertical-align: top !important;
}

.ddsm-app .ddsm-composer,
.ddsm-app .ddsm-dimension-field > div,
.ddsm-dimension-grid label > div,
.ddsm-machine-search,
.ddsm-filter-capacity label > div {
  box-sizing: border-box !important;
  border-radius: 10px !important;
}
.ddsm-app .ddsm-dimension-field > div,
.ddsm-dimension-grid label > div,
.ddsm-filter-capacity label > div { height: 42px !important; min-height: 42px !important; }

.ddsm-app .ddsm-composer {
  min-height: 54px !important;
  padding: 5px !important;
  align-items: center !important;
}
.ddsm-app .ddsm-composer textarea {
  height: 42px !important;
  min-height: 42px !important;
  padding: 13px 14px !important;
  border-radius: 10px !important;
  line-height: 1.2 !important;
}
.ddsm-dimension-field em,
.ddsm-filter-capacity em { padding-right: 14px !important; }
.ddsm-machine-search label i { margin-left: 14px !important; }
.ddsm-filter-select--second { display: block; margin-top: 8px; }

/* Version 2 — full Dormac catalogue product page. */
/* 2.7.0 — readable, vertically stacked specification groups. */
.ddsm-machine-copy__actions { display: flex; margin-top: 8px; flex-wrap: wrap; gap: 9px; }
.ddsm-machine-copy__actions .ddsm-button { margin-top: 0; }
.ddsm-machine-specifications { margin-top: 70px; padding-top: 65px; border-top: 1px solid var(--ddsm-line); }
.ddsm-machine-specifications > h2 { margin: 14px 0 8px; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.045em; line-height: 1; }
.ddsm-machine-specifications > p { max-width: 690px; margin: 0; color: var(--ddsm-muted); line-height: 1.65; }
.ddsm-machine-specifications__groups { display: flex; margin-top: 32px; flex-direction: column; gap: 24px; }
.ddsm-machine-specifications__groups > section { width: 100%; min-width: 0; overflow: hidden; border: 1px solid #dfe6ef; border-radius: 15px; background: #fff; }
.ddsm-machine-specifications__groups h3 { margin: 0; padding: 15px 18px; border-bottom: 1px solid #dfe6ef; background: #f5f8ff; color: #2343e7; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.ddsm-machine-specifications__groups dl { margin: 0; }
.ddsm-machine-specifications__groups dl > div { display: grid; min-width: 0; min-height: 43px; padding: 10px 18px; grid-template-columns: minmax(180px, 31%) minmax(0, 1fr); align-items: start; gap: 24px; border-bottom: 1px solid #edf1f5; }
.ddsm-machine-specifications__groups dl > div:last-child { border-bottom: 0; }
.ddsm-machine-specifications__groups dt { min-width: 0; color: #657486; font-size: 11px; line-height: 1.55; }
.ddsm-machine-specifications__groups dd { min-width: 0; margin: 0; color: #152437; font-size: 12px; font-weight: 800; line-height: 1.55; text-align: left; overflow-wrap: anywhere; }
.ddsm-machine-specifications__groups .ddsm-spec-value { display: block; min-width: 0; padding: 2px 0; overflow-wrap: anywhere; }
.ddsm-machine-page__cta { display: flex; margin-top: 65px; padding: clamp(28px, 5vw, 54px); border-radius: 20px; align-items: center; justify-content: space-between; gap: 30px; background: #07101a; color: #fff; }
.ddsm-machine-page__cta span { color: #8295ac; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.ddsm-machine-page__cta h2 { max-width: 720px; margin: 10px 0 0; color: #fff; font-size: clamp(27px, 3vw, 42px); letter-spacing: -.04em; line-height: 1.08; }
.ddsm-machine-page__cta .ddsm-button { flex: 0 0 auto; }
@media (max-width: 760px) { .ddsm-machine-page__cta { align-items: flex-start; flex-direction: column; }.ddsm-machine-page__cta .ddsm-button, .ddsm-machine-copy__actions .ddsm-button { width: 100%; }.ddsm-machine-specifications__groups dl > div { grid-template-columns: 1fr; gap: 4px; }.ddsm-machine-specifications__groups dd { text-align: left; } }

/* 2.1.1 — every public plugin page spans the viewport with one shared gutter. */
body.ddsm-full-width-page { --ddsm-page-gutter: 105px; overflow-x: hidden; }
body.ddsm-full-width-page .wp-site-blocks > main,
body.ddsm-full-width-page .wp-site-blocks > main > .wp-block-group.alignfull,
body.ddsm-full-width-page .site-content,
body.ddsm-full-width-page .content-area,
body.ddsm-full-width-page .site-main,
body.ddsm-full-width-page .wp-block-post-content,
body.ddsm-full-width-page .entry-content {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.ddsm-demo-home,
.ddsm-advice-page,
.ddsm-machine-index,
.ddsm-machine-page,
.ddsm-series-index,
.ddsm-series-page,
.ddsm-landing {
  box-sizing: border-box !important;
  left: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: var(--ddsm-page-gutter, 105px) !important;
  padding-left: var(--ddsm-page-gutter, 105px) !important;
  transform: none !important;
}
.ddsm-demo-hero { padding-right: 0; padding-left: 0; }
.ddsm-solution-grid,
.ddsm-landing-nav,
.ddsm-landing-hero,
.ddsm-landing-trust,
.ddsm-landing-section,
.ddsm-landing-final,
.ddsm-landing-footer {
  width: 100% !important;
  max-width: none !important;
}
@media (max-width: 1100px) {
  body.ddsm-full-width-page { --ddsm-page-gutter: 48px; }
}
@media (max-width: 680px) {
  body.ddsm-full-width-page { --ddsm-page-gutter: 20px; }
}

/* 1.9.3 — an unmistakable completed state and result CTA, without a thinking orb. */
.ddsm-result-gate { align-items: stretch !important; }
.ddsm-result-gate__ready {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  margin: 0 0 16px;
  padding: 10px 12px;
  border: 1px solid rgba(35,67,231,.62);
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  background: rgba(35,67,231,.12);
}
.ddsm-result-gate__ready > span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 10px;
  place-items: center;
  background: #2343e7;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}
.ddsm-result-gate__ready > div { display: grid; gap: 2px; }
.ddsm-result-gate__ready small {
  color: #8496a8;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}
.ddsm-result-gate__ready strong { color: #fff; font-size: 12px; line-height: 1.2; }
.ddsm-result-gate__action {
  box-sizing: border-box;
  width: 100%;
  margin-top: 2px;
  padding: 14px;
  border: 1px solid #2343e7;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(35,67,231,.18), rgba(35,67,231,.07));
  box-shadow: 0 16px 38px rgba(35,67,231,.18);
}
.ddsm-result-gate__action > strong { display: block; color: #fff; font-size: 13px; line-height: 1.2; }
.ddsm-result-gate__action > p { margin: 5px 0 12px; color: #91a0af; font-size: 10px; line-height: 1.4; }
.ddsm-result-gate .ddsm-result-gate__cta {
  width: 100% !important;
  justify-content: space-between !important;
  border-color: #2343e7 !important;
  background: #2343e7 !important;
  box-shadow: 0 0 0 4px rgba(35,67,231,.16), 0 12px 28px rgba(35,67,231,.32) !important;
  font-weight: 850 !important;
}
.ddsm-result-gate .ddsm-result-gate__cta:hover {
  border-color: #1936ca !important;
  background: #1936ca !important;
  box-shadow: 0 0 0 5px rgba(35,67,231,.2), 0 16px 34px rgba(35,67,231,.38) !important;
}
.ddsm-result-gate__cta > i {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 7px;
  place-items: center;
  background: #fff;
  color: #2343e7;
  font-size: 15px;
  font-style: normal;
  line-height: 1;
}

/* 2.4 — public machine-series overview and individual SEO landing pages. */
.ddsm-machine-brand a, .ddsm-machine-details dd a { color: inherit; font-weight: inherit; text-decoration: none; }
.ddsm-machine-brand a:hover, .ddsm-machine-details dd a:hover { text-decoration: underline; }
.ddsm-series-index, .ddsm-series-page { color: #142235; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.ddsm-series-index { padding-top: 54px; padding-bottom: 86px; background: #f6f8fb; }
.ddsm-series-index__hero { display: flex; min-height: 265px; padding: 54px 60px; border-radius: 20px; align-items: flex-end; justify-content: space-between; gap: 40px; background: radial-gradient(circle at 78% 30%, rgba(35,67,231,.42), transparent 26%), linear-gradient(128deg, #07101a, #101d30); color: #fff; box-shadow: 0 28px 70px rgba(7,16,26,.16); }
.ddsm-series-index__hero > div { max-width: 790px; }
.ddsm-series-index__hero span, .ddsm-series-machines__head span, .ddsm-series-hero__copy > span { color: #6f87ff; font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.ddsm-series-index__hero h1 { margin: 12px 0 13px; color: #fff; font-size: clamp(42px, 5vw, 72px); letter-spacing: -.055em; line-height: .98; }
.ddsm-series-index__hero p { max-width: 680px; margin: 0; color: #a8b4c2; font-size: 15px; line-height: 1.65; }
.ddsm-series-index__hero > strong { display: flex; min-width: 145px; flex-direction: column; color: #fff; font-size: 70px; letter-spacing: -.06em; line-height: .8; text-align: right; }
.ddsm-series-index__hero > strong small { margin-top: 16px; color: #8090a3; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.ddsm-series-index__tools { position: sticky; z-index: 5; top: 32px; display: grid; margin: 25px 0; padding: 11px; border: 1px solid #dfe5ed; border-radius: 14px; grid-template-columns: minmax(240px, 1fr) minmax(180px, 270px) auto; align-items: center; gap: 9px; background: rgba(255,255,255,.94); box-shadow: 0 12px 35px rgba(20,34,53,.07); backdrop-filter: blur(14px); }
.ddsm-series-index__tools input, .ddsm-series-index__tools select { box-sizing: border-box; width: 100%; height: 46px; margin: 0; padding: 0 14px; border: 1px solid #d8dfe8; border-radius: 10px; background: #f8fafc; color: #142235; font-size: 12px; line-height: 1.2; }
.ddsm-series-index__tools > span { padding: 0 12px; color: #687789; font-size: 11px; font-weight: 750; white-space: nowrap; }
.ddsm-series-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ddsm-series-card { min-width: 0; overflow: hidden; border: 1px solid #dfe5ed; border-radius: 16px; background: #fff; box-shadow: 0 8px 28px rgba(20,34,53,.045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.ddsm-series-card:hover { border-color: #becaff; transform: translateY(-4px); box-shadow: 0 20px 45px rgba(20,34,53,.11); }
.ddsm-series-card[hidden], .ddsm-series-card.is-filtered-out { display: none !important; }
.ddsm-series-card__image { position: relative; display: grid; height: 225px; overflow: hidden; place-items: center; background: linear-gradient(145deg, #ecf1f7, #fff); text-decoration: none; }
.ddsm-series-card__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.ddsm-series-card:hover .ddsm-series-card__image img { transform: scale(1.035); }
.ddsm-series-card__image > span { display: flex; flex-direction: column; align-items: center; color: #8996a6; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.ddsm-series-card__image > span b { margin-bottom: 8px; color: #2343e7; font-size: 48px; letter-spacing: -.05em; }
.ddsm-series-card__image > i { position: absolute; right: 11px; bottom: 11px; padding: 6px 9px; border-radius: 7px; background: #07101a; color: #fff; font-size: 9px; font-style: normal; font-weight: 750; }
.ddsm-series-card__body { padding: 21px; }
.ddsm-series-card__body small { color: #2343e7; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.ddsm-series-card__body h2 { margin: 7px 0 9px; font-size: 23px; letter-spacing: -.035em; line-height: 1.05; }
.ddsm-series-card__body h2 a { color: #142235; text-decoration: none; }
.ddsm-series-card__body p { min-height: 48px; margin: 0 0 18px; color: #718092; font-size: 11px; line-height: 1.55; }
.ddsm-series-card__link, .ddsm-series-machine-card__link { display: flex; align-items: center; justify-content: space-between; color: #2343e7; font-size: 11px; font-weight: 800; text-decoration: none; }
.ddsm-series-card__link span, .ddsm-series-machine-card__link span { font-size: 17px; }
.ddsm-series-empty { padding: 55px 20px; border: 1px dashed #ccd5e0; border-radius: 15px; background: #fff; text-align: center; }
.ddsm-series-empty strong { font-size: 19px; }
.ddsm-series-empty p { margin: 6px 0 0; color: #758395; }

.ddsm-series-page { padding-top: 30px; padding-bottom: 75px; background: #fff; }
.ddsm-series-page__crumb { display: flex; margin-bottom: 25px; align-items: center; gap: 8px; color: #8290a0; font-size: 10px; }
.ddsm-series-page__crumb a { color: #2343e7; text-decoration: none; }
.ddsm-series-hero { display: grid; min-height: 490px; overflow: hidden; border-radius: 21px; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); background: #07101a; box-shadow: 0 28px 70px rgba(7,16,26,.16); }
.ddsm-series-hero__copy { display: flex; padding: 62px; flex-direction: column; align-items: flex-start; justify-content: center; }
.ddsm-series-hero__copy h1 { margin: 12px 0 18px; color: #fff; font-size: clamp(45px, 5vw, 76px); letter-spacing: -.06em; line-height: .94; }
.ddsm-series-hero__copy p { max-width: 650px; margin: 0; color: #9eacbb; font-size: 14px; line-height: 1.7; }
.ddsm-series-hero__copy > div { display: flex; margin-top: 28px; flex-wrap: wrap; gap: 8px; }
.ddsm-series-hero__visual { position: relative; display: grid; min-height: 430px; overflow: hidden; place-items: center; background: radial-gradient(circle at 50% 50%, rgba(35,67,231,.28), transparent 45%), linear-gradient(145deg, #101d2d, #09111b); }
.ddsm-series-hero__visual::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 45px 45px; content: ""; }
.ddsm-series-hero__visual > img { position: relative; z-index: 1; width: 90%; height: 82%; object-fit: contain; filter: drop-shadow(0 30px 35px rgba(0,0,0,.35)); }
.ddsm-series-hero__visual > span { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; color: #8191a4; font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.ddsm-series-hero__visual > span b { margin-bottom: 12px; color: #6f87ff; font-size: 80px; letter-spacing: -.06em; }
.ddsm-series-hero__visual > i { position: absolute; z-index: 2; right: 20px; bottom: 20px; display: flex; padding: 12px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; flex-direction: column; background: rgba(7,16,26,.78); color: #8f9daf; font-size: 9px; font-style: normal; text-transform: uppercase; backdrop-filter: blur(10px); }
.ddsm-series-hero__visual > i strong { color: #fff; font-size: 24px; line-height: 1; }
.ddsm-series-machines { padding-top: 80px; }
.ddsm-series-machines__head { display: flex; margin-bottom: 25px; align-items: flex-end; justify-content: space-between; gap: 30px; }
.ddsm-series-machines__head h2 { margin: 8px 0 0; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.05em; line-height: 1; }
.ddsm-series-machines__head > strong { padding: 8px 12px; border-radius: 8px; background: #eef1ff; color: #2343e7; font-size: 10px; }
.ddsm-series-machine-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ddsm-series-machine-card { min-width: 0; overflow: hidden; border: 1px solid #dfe5ed; border-radius: 15px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.ddsm-series-machine-card:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(20,34,53,.1); }
.ddsm-series-machine-card__image { display: grid; height: 235px; overflow: hidden; place-items: center; background: #f5f7fa; color: #9aa6b4; text-decoration: none; }
.ddsm-series-machine-card__image img { width: 100%; height: 100%; object-fit: contain; }
.ddsm-series-machine-card__image .dashicons { width: 48px; height: 48px; font-size: 48px; }
.ddsm-series-machine-card > div { padding: 20px; }
.ddsm-series-machine-card small { color: #2343e7; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ddsm-series-machine-card h3 { margin: 7px 0 9px; font-size: 21px; line-height: 1.05; }
.ddsm-series-machine-card h3 a { color: #142235; text-decoration: none; }
.ddsm-series-machine-card p { min-height: 48px; margin: 0; color: #718092; font-size: 11px; line-height: 1.55; }
.ddsm-series-machine-card ul { display: flex; margin: 14px 0 17px; padding: 0; flex-wrap: wrap; gap: 5px; list-style: none; }
.ddsm-series-machine-card li { padding: 5px 7px; border-radius: 6px; background: #f0f3f7; color: #586779; font-size: 9px; font-weight: 750; }
.ddsm-series-content { max-width: 1050px; margin: 80px auto 0; padding: 55px 60px; border: 1px solid #dfe5ed; border-radius: 18px; background: #f8fafc; color: #536274; font-size: 14px; line-height: 1.75; }
.ddsm-series-content h2, .ddsm-series-content h3 { color: #142235; letter-spacing: -.035em; }
.ddsm-series-content h2 { font-size: 34px; }.ddsm-series-content h3 { font-size: 23px; }
.ddsm-series-page__cta { display: flex; margin-top: 80px; padding: 45px 50px; border-radius: 18px; align-items: center; justify-content: space-between; gap: 35px; background: linear-gradient(120deg, #07101a, #142440); }
.ddsm-series-page__cta span { color: #73859a; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.ddsm-series-page__cta h2 { max-width: 750px; margin: 8px 0 0; color: #fff; font-size: clamp(27px, 3vw, 42px); letter-spacing: -.045em; line-height: 1.08; }
.ddsm-series-page__cta .ddsm-button { flex: 0 0 auto; }
@media (max-width: 1100px) {
  .ddsm-series-grid, .ddsm-series-machine-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ddsm-series-hero { grid-template-columns: 1fr; }
  .ddsm-series-hero__copy { padding: 50px; }
  .ddsm-series-hero__visual { min-height: 390px; }
}
@media (max-width: 760px) {
  .ddsm-series-index { padding-top: 22px; }
  .ddsm-series-index__hero { min-height: 0; padding: 36px 25px; align-items: flex-start; flex-direction: column; }
  .ddsm-series-index__hero > strong { min-width: 0; font-size: 52px; text-align: left; }
  .ddsm-series-index__tools { position: static; grid-template-columns: 1fr; }
  .ddsm-series-index__tools > span { padding: 5px 4px; }
  .ddsm-series-grid, .ddsm-series-machine-grid { grid-template-columns: 1fr; }
  .ddsm-series-card__image, .ddsm-series-machine-card__image { height: 210px; }
  .ddsm-series-hero__copy { padding: 38px 25px; }
  .ddsm-series-hero__copy > div, .ddsm-series-hero__copy .ddsm-button { width: 100%; }
  .ddsm-series-hero__visual { min-height: 300px; }
  .ddsm-series-machines { padding-top: 55px; }
  .ddsm-series-machines__head, .ddsm-series-page__cta { align-items: flex-start; flex-direction: column; }
  .ddsm-series-content { margin-top: 55px; padding: 32px 24px; }
  .ddsm-series-page__cta { margin-top: 55px; padding: 32px 25px; }
  .ddsm-series-page__cta .ddsm-button { width: 100%; }
}

/* 2.4.4 — shared landscape photography on every public machine/series surface.
   Keep images in normal flow: adjacent copy must never stretch the photo. */
.ddsm-machine-catalog .ddsm-index-card__visual,
.ddsm-series-card__image,
.ddsm-series-machine-card__image,
.ddsm-series-hero__visual,
.ddsm-machine-visual,
.ddsm-advice-best__visual {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  flex: 0 0 auto;
  align-self: center;
  aspect-ratio: 4 / 3;
  place-items: center;
}
.ddsm-machine-hero,
.ddsm-series-hero,
.ddsm-advice-best {
  min-height: 0;
}
.ddsm-machine-catalog .ddsm-index-card__body {
  height: auto;
  flex: 1 1 auto;
}
.ddsm-machine-catalog .ddsm-index-card__visual img,
.ddsm-series-card__image img,
.ddsm-series-machine-card__image img,
.ddsm-series-hero__visual > img,
.ddsm-machine-visual img,
.ddsm-advice-best__visual > img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}
.ddsm-series-hero__visual > img {
  filter: none;
}

/* 2.6.0 — shared machine sort controls. */
.ddsm-machine-sort { display: flex; min-width: 0; margin: 24px 0; padding: 20px 0; border-top: 1px solid #dfe5ed; border-bottom: 1px solid #dfe5ed; align-items: center; justify-content: space-between; gap: 20px; }
.ddsm-machine-sort > p { margin: 0; color: #435469; font-size: 13px; line-height: 1.6; }
.ddsm-machine-sort > p small { display: block; color: #657486; font-size: 11px; }
.ddsm-machine-sort label { display: flex; min-width: 0; align-items: center; gap: 12px; color: #142235; font-size: 12px; font-weight: 700; }
.ddsm-machine-sort label > span { white-space: nowrap; }
.ddsm-machine-sort select { box-sizing: border-box; width: 290px; max-width: 100%; height: 42px; min-height: 42px; margin: 0; padding: 0 14px; border: 1px solid #c9d3df; border-radius: 10px; background: #fff; color: #142235; font-family: inherit; font-size: 12px; line-height: 1.2; cursor: pointer; }
.ddsm-machine-sort select:focus-visible { outline: 3px solid #2343e7; outline-offset: 3px; }
.ddsm-machine-catalog .ddsm-index-card__body > .ddsm-machine-weight,
.ddsm-series-machine-card > div > .ddsm-machine-weight { margin: 0 0 12px; color: #2343e7; font-size: 12px; font-weight: 750; line-height: 1.5; }
.ddsm-advice-selection { margin: 20px 0; padding: 18px 20px; border-left: 3px solid #2343e7; border-radius: 0 10px 10px 0; background: #f2f5ff; color: #263445; font-size: 13px; line-height: 1.7; }
@media (max-width: 1100px) { .ddsm-machine-sort { align-items: flex-start; flex-direction: column; } }
@media (max-width: 600px) { .ddsm-machine-sort label { width: 100%; align-items: stretch; flex-direction: column; gap: 8px; } .ddsm-machine-sort select { width: 100%; } }

/* 2.5.0 — editable series stories and accessible, lead-gated brochure requests. */
.ddsm-series-usps { display: grid; margin: 42px 0 70px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ddsm-series-usps article { padding: 26px; border: 1px solid #dfe5ed; border-radius: 10px; background: #fff; }
.ddsm-series-usps article > span { color: #2343e7; font-size: 12px; font-weight: 850; }
.ddsm-series-usps h2 { margin: 18px 0 12px; font-size: 21px; line-height: 1.15; letter-spacing: -.035em; }
.ddsm-series-usps p { margin: 0; color: #657486; font-size: 13px; line-height: 1.65; }
.ddsm-series-features { display: grid; gap: 32px; }
.ddsm-series-features article { display: grid; overflow: hidden; border: 1px solid #dfe5ed; border-radius: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); background: #f8fafc; }
.ddsm-series-features figure { min-width: 0; margin: 0; align-self: center; background: #fff; }
.ddsm-series-features img { display: block; width: 100%; max-width: 100%; height: auto; aspect-ratio: 4 / 3; margin: 0; padding: 0; object-fit: cover; }
.ddsm-series-features figcaption { padding: 12px 18px; color: #718092; font-size: 11px; line-height: 1.5; }
.ddsm-series-features article > div { padding: clamp(26px, 4vw, 58px); align-self: center; }
.ddsm-series-features article:nth-child(even) > figure { order: 2; }
.ddsm-series-features h2 { margin: 17px 0; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.045em; line-height: 1.08; }
.ddsm-series-features p { color: #657486; font-size: 14px; line-height: 1.8; }
.ddsm-brochure { display: grid; box-sizing: border-box; min-width: 0; margin: 65px 0 0; padding: clamp(24px, 4vw, 58px); border: 1px solid #dfe5ed; border-radius: 10px; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(24px, 5vw, 70px); background: #07101a; color: #fff; scroll-margin-top: 30px; }
.ddsm-brochure * { box-sizing: border-box; }
.ddsm-brochure__intro { align-self: center; }
.ddsm-brochure .ddsm-eyebrow { color: #99aaff; }
.ddsm-brochure h2 { margin: 18px 0; color: #fff; font-size: clamp(30px, 3.4vw, 48px); line-height: 1.08; letter-spacing: -.045em; }
.ddsm-brochure__intro p { margin: 0 0 22px; color: #b0bccb; font-size: 14px; line-height: 1.75; }
.ddsm-brochure__meta { display: block; margin-bottom: 14px; color: #fff; font-size: 12px; font-weight: 750; }
.ddsm-brochure__intro > small { display: block; color: #91a1b3; font-size: 11px; line-height: 1.6; }
.ddsm-brochure__form { display: flex; min-width: 0; flex-direction: column; gap: 8px; }
.ddsm-brochure__form label { color: #fff; font-size: 12px; font-weight: 650; }
.ddsm-brochure__form label:not(:first-of-type) { margin-top: 7px; }
.ddsm-brochure__form label small { color: #b0bccb; font-size: 11px; font-weight: 400; }
.ddsm-brochure__form input:not([type="hidden"]) { display: block; width: 100%; height: 42px; min-height: 42px; margin: 0; padding: 0 14px; border: 1px solid #435062; border-radius: 10px; background: #fff; color: #142235; font-family: inherit; font-size: 14px; line-height: 1.2; }
.ddsm-brochure__form input:focus-visible, .ddsm-brochure .ddsm-button:focus-visible { outline: 3px solid #91a4ff; outline-offset: 3px; }
.ddsm-brochure__privacy { margin: 8px 0; color: #b0bccb; font-size: 11px; line-height: 1.6; }
.ddsm-brochure__privacy a { color: #c1ccff; text-decoration: underline; }
.ddsm-brochure .ddsm-button { display: inline-flex; width: 100%; min-height: 42px; padding: 12px 14px; border: 1px solid #2343e7; border-radius: 10px; align-items: center; justify-content: center; gap: 12px; background: #2343e7; color: #fff; font-family: inherit; font-size: 12px; font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; }
.ddsm-brochure .ddsm-button:hover { background: #1936ca; border-color: #1936ca; }
.ddsm-brochure .ddsm-button:disabled { opacity: .6; cursor: wait; }
.ddsm-brochure__status { margin: 0; color: #d7e0ff; font-size: 12px; line-height: 1.5; }
.ddsm-brochure__trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.ddsm-brochure [hidden] { display: none !important; }
/* 2.5.2 — one full-width conversion section, after the first row of series models. */
.ddsm-brochure { width: 100%; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); background: radial-gradient(ellipse at 0 0, #152453 0, transparent 65%), #07101a; }
.ddsm-series-machine-grid > .ddsm-brochure { grid-column: 1 / -1; margin: 16px 0; }
.ddsm-brochure__eyebrow { display: flex; align-items: center; gap: 14px; color: #a3b3ff; font-size: 11px; font-weight: 750; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
.ddsm-brochure__eyebrow svg { flex: 0 0 32px; }
.ddsm-brochure__benefits { display: grid; margin: 26px 0 30px; padding: 0; gap: 14px; list-style: none; }
.ddsm-brochure__benefits li { display: flex; margin: 0; padding: 0; align-items: flex-start; gap: 12px; color: #edf1ff; font-size: 13px; line-height: 1.65; }
.ddsm-brochure__benefits li > span { display: grid; width: 22px; height: 22px; flex: 0 0 22px; border: 1px solid #536ca7; border-radius: 50%; place-items: center; color: #acbcff; font-size: 12px; }
.ddsm-brochure__form { margin: 0; padding: clamp(22px, 2.5vw, 36px); border: 1px solid #dfe5ed; border-radius: 10px; align-self: center; background: #fff; color: #101923; }
.ddsm-brochure__form-heading { margin-bottom: 14px; }
.ddsm-brochure__form-heading h3 { margin: 0 0 8px; color: #101923; font-size: 22px; line-height: 1.2; letter-spacing: -.03em; }
.ddsm-brochure__form-heading p { margin: 0; color: #657486; font-size: 12px; line-height: 1.6; }
.ddsm-brochure__form label { color: #263445; line-height: 1.5; }
.ddsm-brochure__form label small { color: #657486; }
.ddsm-brochure__form input:not([type="hidden"]) { border-color: #c9d3df; background: #f8fafc; }
.ddsm-brochure__form .ddsm-button { margin: 12px 0 0; }
.ddsm-brochure__reassurance { margin: 2px 0; color: #4b5e74; font-size: 11px; line-height: 1.5; text-align: center; }
.ddsm-brochure__privacy { margin: 8px 0 0; color: #657486; }
.ddsm-brochure__privacy a { color: #2343e7; }
.ddsm-brochure__status { color: #1936ca; }
.ddsm-brochure__status:empty { display: none; }
@media (max-width: 1100px) { .ddsm-series-usps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 1000px) { .ddsm-brochure { grid-template-columns: 1fr; gap: 30px; } }
@media (max-width: 760px) {
  .ddsm-series-usps { margin: 25px 0 40px; grid-template-columns: 1fr; }
  .ddsm-series-features article, .ddsm-brochure { grid-template-columns: 1fr; }
  .ddsm-series-features article:nth-child(even) > figure { order: 0; }
  .ddsm-brochure { margin-top: 40px; }
}

/* v0.1.1 beta — quiet grey catalogue filters with aligned units and chevrons. */
.ddsm-machine-filters .ddsm-filter-capacity input,
.ddsm-machine-filters .ddsm-filter-select select {
  border-color: #d8e1eb !important;
  box-shadow: none !important;
}
.ddsm-machine-filters .ddsm-filter-capacity input {
  padding: 0 8px !important;
  border-width: 0 !important;
}
.ddsm-machine-filters .ddsm-filter-capacity em {
  padding: 0 14px 0 10px !important;
  white-space: nowrap;
}
.ddsm-machine-filters .ddsm-filter-select {
  position: relative;
}
.ddsm-machine-filters .ddsm-filter-select select {
  appearance: none;
  -webkit-appearance: none;
  padding: 0 40px 0 14px !important;
}
.ddsm-machine-filters .ddsm-filter-select::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #5f7186;
  border-bottom: 1.5px solid #5f7186;
  content: "";
  pointer-events: none;
  transform: translateY(-65%) rotate(45deg);
}
.ddsm-machine-filters .ddsm-filter-capacity input:focus,
.ddsm-machine-filters .ddsm-filter-select select:focus {
  border-color: #cbd7e6 !important;
  box-shadow: 0 0 0 3px rgba(35, 67, 231, .08) !important;
  outline: 0;
}
.ddsm-profile-review { margin: 24px 0; }
.ddsm-profile-review > div { padding: 12px 0; border-bottom: 1px solid #d8e1ed; }
.ddsm-profile-review dt { margin: 0 0 4px; font-size: 13px; line-height: 1.5; opacity: .75; }
.ddsm-profile-review dd { margin: 0; font-size: 15px; line-height: 1.5; overflow-wrap: anywhere; }
.ddsm-profile-review__actions { display: grid; gap: 12px; }
.ddsm-production-evidence { margin: 24px 0; padding: 24px; border: 1px solid #d8e1ed; border-radius: 16px; background: #f7f9fd; color: #172536; }
.ddsm-advice-page .ddsm-production-evidence li, .ddsm-advice-page .ddsm-production-evidence p { margin-bottom: 10px; font-size: 14px; line-height: 1.6; }
.ddsm-production-evidence ul { padding-left: 20px; }
.ddsm-production-evidence summary, .ddsm-advice-alternatives summary { cursor: pointer; color: #2343e7; font-weight: 600; padding: 12px 0; }
