/* src/styles/dtp-studio-v2.css */
:root{color-scheme:dark;--dtp-radius:10px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--dtp-bg);color:var(--dtp-text);font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-underline-offset:5px;text-decoration-thickness:1px}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}a:hover{color:var(--dtp-pink)}::selection{background:var(--dtp-pink);color:var(--dtp-bg)}:focus-visible{outline:3px solid var(--dtp-pink);outline-offset:5px}p{color:var(--dtp-muted);max-width:67ch;margin:0 0 22px}h1,h2,h3{color:var(--dtp-text);text-wrap:balance}h1{font-size:clamp(44px,6.9vw,100px);line-height:1.01;letter-spacing:-.055em;margin:24px 0 28px;font-weight:800}h2{font-size:clamp(30px,4.1vw,58px);line-height:1.08;letter-spacing:-.04em;margin:0 0 26px}h3{font-size:23px;line-height:1.25;letter-spacing:-.025em;margin:0 0 16px}img{max-width:100%;height:auto}main{display:block}.dtp-shell{width:min(1240px,calc(100% - 80px));margin:0 auto}.dtp-skip{position:absolute;top:-100px;left:16px;background:var(--dtp-pink);color:var(--dtp-bg);padding:12px;z-index:100}.dtp-skip:focus{top:10px}.dtp-header{border-bottom:1px solid var(--dtp-line);background:var(--dtp-bg)}.dtp-header-row{min-height:100px;display:flex;align-items:center;gap:32px;justify-content:space-between}.dtp-brand{display:block;width:225px;flex-shrink:0}.dtp-brand img{display:block;width:100%}.dtp-nav{display:flex;align-items:center;gap:28px}.dtp-nav a{text-decoration:none;font-size:14px;font-weight:600}.dtp-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--dtp-pink);border:1px solid var(--dtp-pink);color:var(--dtp-bg);font-weight:750;text-decoration:none;line-height:1.25;padding:17px 25px;border-radius:var(--dtp-radius);min-height:50px;transition:transform .2s,background .2s}.dtp-btn:hover{color:var(--dtp-bg);background:#ff81ea;transform:translateY(-2px)}.dtp-btn:active{transform:translateY(1px)}.dtp-btn-secondary{background:transparent;border-color:var(--dtp-line);color:#fff}.dtp-btn-secondary:hover{background:var(--dtp-panel);color:#fff}.dtp-actions{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.dtp-overline{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--dtp-pink);font-weight:700}.dtp-hero{padding:80px 0 0;position:relative;overflow:hidden}.dtp-hero-top{display:grid;grid-template-columns:1.35fr .65fr;gap:60px;align-items:end}.dtp-hero h1 span{color:var(--dtp-pink)}.dtp-hero-intro{padding-bottom:24px}.dtp-hero-intro p{font-size:18px}.dtp-note{font-size:12px;color:var(--dtp-muted);margin-top:16px;letter-spacing:.02em}.dtp-studio{margin:58px 0 0;background:#110f30;border:1px solid var(--dtp-line);border-radius:14px 14px 0 0;padding:0 30px 28px;position:relative;box-shadow:0 24px 60px #0d0b293b}.dtp-studio-top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--dtp-line);padding:18px 0;font-size:12px;color:var(--dtp-muted);gap:16px}.dtp-studio-top strong{color:#fff}.dtp-stage-label{color:var(--dtp-pink);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.dtp-studio-body{display:grid;grid-template-columns:1fr 1.25fr .8fr;gap:32px;padding-top:28px}.dtp-cover{background:var(--dtp-violet);padding:28px;min-height:216px;border-radius:var(--dtp-radius);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.dtp-cover:after{content:'';position:absolute;width:190px;height:190px;border:36px solid #ff44df;opacity:.65;border-radius:100%;right:-80px;bottom:-60px}.dtp-cover b{font-size:31px;letter-spacing:-.05em;line-height:1.1;max-width:200px;position:relative;z-index:1}.dtp-cover small{font-size:10px;letter-spacing:.13em;color:white}.dtp-wave{height:55px;display:flex;gap:4px;align-items:center;margin:22px 0}.dtp-wave i{display:block;width:5px;border-radius:3px;background:var(--dtp-pink);height:var(--bar,22px);transform-origin:center;animation:wave-in .8s ease-out both}.dtp-player h3{font-size:18px;margin:10px 0}.dtp-player p{font-size:12px;margin-bottom:8px}.dtp-player-line{display:flex;justify-content:space-between;font-size:11px;color:var(--dtp-muted);border-top:1px solid var(--dtp-line);padding-top:10px;font-variant-numeric:tabular-nums}.dtp-review{border-left:1px solid var(--dtp-line);padding-left:28px}.dtp-review p{font-size:12px}.dtp-review strong{display:block;margin:12px 0;font-size:20px}.dtp-status{display:inline-block;background:#40324d;color:#ffc4f5;padding:5px 9px;font-size:11px;border-radius:6px}.dtp-pipeline{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--dtp-line);margin-top:24px;padding-top:20px;color:var(--dtp-muted);font-size:11px}.dtp-pipeline b{color:var(--dtp-pink)}.dtp-section{padding:104px 0}.dtp-section-alt{background:#211c50;border-top:1px solid var(--dtp-line);border-bottom:1px solid var(--dtp-line)}.dtp-lead{font-size:20px}.dtp-section-head{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start;margin-bottom:38px}.dtp-paths{display:grid;grid-template-columns:1fr 1fr;gap:24px}.dtp-path{border-top:2px solid var(--dtp-pink);padding:32px 32px 24px;background:var(--dtp-panel);border-radius:0 0 var(--dtp-radius) var(--dtp-radius)}.dtp-path:nth-child(2){border-top-color:#b17dff}.dtp-path h3{font-size:32px;margin-top:20px}.dtp-path .dtp-tag{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--dtp-muted)}.dtp-path a{font-weight:650}.dtp-deliverables{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:28px 0}.dtp-deliverables li{font-size:12px;border:1px solid var(--dtp-line);padding:7px 11px;border-radius:5px}.dtp-steps{list-style:none;counter-reset:step;padding:0;margin:0}.dtp-steps li{counter-increment:step;display:grid;grid-template-columns:70px 1fr 1.2fr;gap:30px;padding:28px 0;border-top:1px solid var(--dtp-line);align-items:start}.dtp-steps li:before{content:'0' counter(step);font-size:14px;color:var(--dtp-pink);font-variant-numeric:tabular-nums}.dtp-steps h3{margin:0}.dtp-steps p{margin:0}.dtp-split{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.dtp-control{border-left:3px solid var(--dtp-pink);padding:8px 0 8px 28px;margin:30px 0}.dtp-control h3{font-size:21px;margin-bottom:8px}.dtp-control p{font-size:15px;margin:0}.dtp-statement{font-size:clamp(36px,5.5vw,70px);line-height:1.12;letter-spacing:-.045em;color:white;max-width:20ch;margin:0}.dtp-statement em{color:var(--dtp-pink);font-style:normal}.dtp-faq{border-top:1px solid var(--dtp-line);padding:24px 0}.dtp-faq h3{font-size:19px}.dtp-faq p{margin:0}.dtp-faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.dtp-close{padding:72px 0;background:var(--dtp-pink);color:var(--dtp-bg)}.dtp-close h2,.dtp-close p{color:var(--dtp-bg)}.dtp-close .dtp-btn{background:var(--dtp-bg);color:#fff;border-color:var(--dtp-bg)}.dtp-close-row{display:flex;justify-content:space-between;align-items:center;gap:40px}.dtp-close h2{max-width:680px;margin-bottom:14px}.dtp-close p{margin:0}.dtp-footer{padding:54px 0 26px}.dtp-footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:70px}.dtp-footer p{font-size:13px;margin-top:20px}.dtp-footer h2{font-size:13px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:20px}.dtp-footer-links{display:grid;gap:10px}.dtp-footer a{font-size:13px;text-decoration:none}.dtp-footer-bottom{border-top:1px solid var(--dtp-line);margin-top:42px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:var(--dtp-muted)}.dtp-inner-hero{padding:64px 0 72px;border-bottom:1px solid var(--dtp-line)}.dtp-inner-hero h1{font-size:clamp(42px,5.6vw,78px);max-width:950px}.dtp-inner-hero p{font-size:20px;max-width:740px}.dtp-breadcrumb{font-size:12px;color:var(--dtp-muted);margin-bottom:36px}.dtp-breadcrumb a{text-decoration:none}.dtp-prose{max-width:800px;margin:auto}.dtp-prose h2{font-size:35px;margin-top:52px}.dtp-prose h2:first-child{margin-top:0}.dtp-prose li{color:var(--dtp-muted);margin-bottom:12px}.dtp-table-wrap{overflow-x:auto}.dtp-table{border-collapse:collapse;width:100%;font-size:15px}.dtp-table th,.dtp-table td{text-align:left;border-bottom:1px solid var(--dtp-line);padding:22px 18px;vertical-align:top}.dtp-table th{background:var(--dtp-panel)}.dtp-table td{color:var(--dtp-muted)}.dtp-table th:first-child,.dtp-table td:first-child{padding-left:0}.dtp-form-wrap{background:var(--dtp-panel);padding:36px;border:1px solid var(--dtp-line);border-radius:var(--dtp-radius)}.dtp-form{display:grid;gap:18px}.dtp-field{display:grid;gap:8px}.dtp-field label{font-size:13px;font-weight:600}.dtp-field input,.dtp-field select,.dtp-field textarea{width:100%;background:var(--dtp-bg);color:#fff;border:1px solid #81769f;padding:13px 14px;border-radius:7px;min-height:48px}.dtp-field textarea{resize:vertical}.dtp-field input::placeholder,.dtp-field textarea::placeholder{color:#b9b0d3}.dtp-form button{cursor:pointer}.dtp-form button:disabled{opacity:.6;cursor:wait}.dtp-form [role=status]{color:white;background:#342252;padding:14px;border-radius:7px}.dtp-check{display:flex;gap:12px;font-size:12px;color:var(--dtp-muted)}.dtp-check input{width:18px;height:18px;flex-shrink:0;accent-color:var(--dtp-pink)}.dtp-small{font-size:13px}.dtp-mobile-menu{display:none}.dtp-marker{font-size:11px;color:var(--dtp-muted);margin:12px 0 0}.dtp-workflow-mini{padding:36px;background:#110f30;border:1px solid var(--dtp-line);border-radius:var(--dtp-radius)}.dtp-workflow-mini ol{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:0}.dtp-workflow-mini li{padding:16px 0;border-top:1px solid var(--dtp-line);display:flex;justify-content:space-between;gap:15px;font-size:14px}.dtp-workflow-mini span{font-size:12px;color:var(--dtp-pink)}@keyframes wave-in{from{transform:scaleY(.2);opacity:0}to{transform:scaleY(1);opacity:1}}@media(max-width:1000px){.dtp-nav{gap:16px}.dtp-nav a{font-size:12px}.dtp-brand{width:190px}.dtp-hero-top{gap:30px}.dtp-studio-body{grid-template-columns:1fr 1.2fr}.dtp-review{display:none}.dtp-section{padding:75px 0}.dtp-split{gap:40px}}@media(max-width:760px){.dtp-shell{width:calc(100% - 40px)}.dtp-header-row{min-height:82px;flex-wrap:wrap;gap:16px;padding:20px 0}.dtp-brand{width:180px}.dtp-nav{width:100%;order:2;overflow-x:auto;padding-bottom:4px;justify-content:space-between;gap:17px}.dtp-nav a{white-space:nowrap}.dtp-nav .dtp-btn{display:none}.dtp-hero{padding-top:46px}.dtp-hero-top,.dtp-section-head,.dtp-split,.dtp-faq-grid{grid-template-columns:1fr;gap:22px}.dtp-hero h1{font-size:clamp(46px,10.8vw,76px)}.dtp-hero-intro{padding:0}.dtp-hero-intro p{font-size:17px}.dtp-studio{margin-top:35px;padding:0 18px 20px}.dtp-studio-body{grid-template-columns:1fr;gap:20px}.dtp-cover{min-height:170px}.dtp-cover b{font-size:32px;max-width:210px}.dtp-studio-top{font-size:10px}.dtp-studio-top span:last-child{max-width:110px;text-align:right}.dtp-pipeline{flex-wrap:wrap;gap:12px}.dtp-paths{grid-template-columns:1fr}.dtp-path{padding:27px}.dtp-steps li{grid-template-columns:30px 1fr;gap:12px 15px}.dtp-steps li p{grid-column:2}.dtp-steps h3{font-size:21px}.dtp-section{padding:60px 0}.dtp-close-row{display:block}.dtp-close .dtp-btn{margin-top:25px}.dtp-footer-top{grid-template-columns:1fr 1fr;gap:30px}.dtp-footer-top>div:first-child{grid-column:1/-1}.dtp-footer-bottom{display:block;font-size:10px}.dtp-footer-bottom span{display:block;margin-bottom:10px}.dtp-inner-hero{padding:35px 0 48px}.dtp-inner-hero h1{font-size:45px}.dtp-inner-hero p{font-size:17px}.dtp-breadcrumb{margin-bottom:25px}.dtp-form-wrap{padding:24px}.dtp-table{font-size:13px;min-width:570px}.dtp-table th,.dtp-table td{padding:16px 12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

.dtp-episode-title{font-size:18px!important;font-weight:700;color:var(--dtp-text);margin:10px 0!important}.dtp-form-status{font-size:14px;margin:0;padding:12px;border-left:2px solid var(--dtp-pink)}


/* src/styles/dtp-experience-v3.css */
/* Product-led DTP direction: spotlight hero, light editorial paths, dark agent story, vivid close. */
:root{--dtp-radius:14px;--dtp-paper:#f7f3ff;--dtp-ink:#211540;--dtp-paper-muted:#675a7c}
body{background:#171334}.dtp-header{background:#171334eF;position:relative;z-index:10;border-bottom-color:#ffffff13}.dtp-header-row{min-height:86px}.dtp-brand{width:211px}.dtp-btn{border-radius:100px;padding:17px 28px;box-shadow:0 5px 18px #0d032a18}.dtp-btn-secondary{border-color:#ffffff45;background:#ffffff06;box-shadow:none}.dtp-nav .dtp-btn{padding:13px 21px;min-height:44px}.dtp-v2-hero{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(ellipse at 50% 34%,#5e239044 0,transparent 67%),linear-gradient(160deg,#24173e 0%,#25134a 40%,#361469 76%,#a148c6 120%);padding:54px 0 38px}.dtp-hero-light{position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 65% 0,#ae54ff55 0,transparent 44%),radial-gradient(ellipse at 5% 60%,#ff44df1c 0,transparent 45%)}.dtp-hero-light:before,.dtp-hero-light:after{content:'';position:absolute;border:1px solid #efb4ff1b;border-radius:50%;width:1250px;height:1250px;left:50%;top:120px;transform:translateX(-50%)}.dtp-hero-light:after{width:1560px;height:1560px;top:-40px}.dtp-v2-intro{text-align:center;max-width:1050px;margin:0 auto 48px;position:relative}.dtp-launch-label{display:inline-flex;gap:11px;align-items:center;color:#ead5ff;border:1px solid #d5a0ff38;background:#c293ed10;border-radius:100px;padding:7px 14px;text-decoration:none;font-size:12px}.dtp-launch-label span{width:6px;height:6px;border-radius:50%;background:#ff80e7;box-shadow:0 0 12px #ff44df99}.dtp-launch-label b{font-weight:400;margin-left:10px}.dtp-v2-intro h1{font-size:clamp(49px,6.4vw,88px);line-height:1.02;letter-spacing:-.058em;margin:28px 0 22px}.dtp-v2-intro h1 span{color:#f890ec;background:linear-gradient(90deg,#ffc5ec 0%,#ff70de 45%,#c9acff 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.dtp-v2-intro p{margin:0 auto 25px;font-size:18px;color:#e0d3ee;max-width:750px}.dtp-v2-intro .dtp-actions{justify-content:center}.dtp-v2-intro .dtp-early{font-size:11px;color:#c9b7dc;margin-top:18px;margin-bottom:0}.dtp-demo{position:relative;z-index:2;background:#fbfaff;color:#241a3e;border:1px solid #ffffff77;border-radius:19px;box-shadow:0 40px 85px #13072080,0 0 0 8px #ffffff08;overflow:hidden;width:min(1080px,100%);margin:auto;transform-origin:50% 100%;transition:box-shadow .5s}.dtp-demo-chrome{display:flex;justify-content:space-between;align-items:center;padding:17px 23px;background:#fff;border-bottom:1px solid #e8e1ef;gap:20px}.dtp-demo-brand{display:flex;align-items:center;gap:10px;font-size:13px}.dtp-dotmark{display:grid;place-items:center;background:linear-gradient(145deg,#6720c4,#ad27ca);color:#fff;font-size:22px;font-weight:800;letter-spacing:-.09em;width:29px;height:29px;border-radius:8px}.dtp-demo-project{font-size:10px;letter-spacing:.1em;color:#6f6381}.dtp-demo-project span{color:#b3a9c0;margin:0 11px}.dtp-demo-label{font-size:10px;color:#776087;background:#f3edf8;padding:4px 9px;border-radius:5px}.dtp-demo-grid{display:grid;grid-template-columns:238px 1fr;min-height:390px}.dtp-demo-sidebar{padding:27px 22px;background:#f3eef8;border-right:1px solid #e8e1ef}.dtp-demo-sidebar>p{font-size:9px;color:#766685;letter-spacing:.12em;margin-bottom:25px}.dtp-crew-member{display:flex;gap:11px;align-items:center;margin:22px 0}.dtp-crew-member strong{font-size:11px;color:#302240;display:block;line-height:1.4}.dtp-crew-member small{font-size:9px;color:#7e6d8c;display:block}.dtp-agent-orb{width:32px;height:32px;border-radius:50%;display:inline-block;flex-shrink:0;position:relative;box-shadow:inset -3px -4px 7px #21094245,0 3px 6px #35145b19;background:radial-gradient(circle at 30% 25%,#ffcaef,#f755c6 45%,#7526c6)}.dtp-agent-orb:after{content:'';position:absolute;inset:8px;border:1px solid #ffffff88;border-radius:50%;transform:rotate(-25deg) scaleX(.5)}.orb-writer{background:radial-gradient(circle at 30% 20%,#d4c4ff,#9c6bf3 45%,#472681)}.orb-voice{background:radial-gradient(circle at 30% 20%,#fcd4bc,#ff9088 45%,#c73e9f)}.orb-editor{background:radial-gradient(circle at 30% 20%,#c2e3ff,#867bed 45%,#40318d)}.dtp-human{padding:15px 0 0;border-top:1px solid #dbd0e8;font-size:11px;color:#695977;line-height:1.6;margin-top:22px}.dtp-human span{display:block;font-size:9px;color:#8c319d;font-weight:700;letter-spacing:.1em;margin-bottom:5px}.dtp-demo-main{padding:26px 30px 18px}.dtp-demo-title{display:flex;justify-content:space-between;align-items:center;gap:16px}.dtp-demo-title>div>span{font-size:8px;color:#907b9e;letter-spacing:.08em;font-weight:600}.dtp-demo-title h2{color:#2b1f3e;font-size:24px;letter-spacing:-.04em;line-height:1.15;margin:6px 0 22px}.dtp-demo-version{color:#8b789b;font-size:10px;white-space:nowrap}.dtp-demo-tabs{display:flex;border-bottom:1px solid #e5deec;gap:6px;justify-content:space-between}.dtp-demo-tabs button{background:transparent;cursor:pointer;border:0;border-bottom:2px solid transparent;border-radius:0;color:#8a7a99;font-size:11px;font-weight:600;padding:12px 15px 13px;white-space:nowrap}.dtp-demo-tabs button[aria-selected=true]{border-bottom-color:#982aca;color:#8922b7}.dtp-demo-tabs button:hover{background:#f3e9fa}.dtp-demo-panel{min-height:203px;padding:23px 0 15px}.dtp-demo-panel[hidden]{display:none!important}.dtp-brief-prompt{border:1px solid #e7d8f0;border-radius:12px;padding:20px 23px;background:linear-gradient(120deg,#fcf8ff,#fff)}.dtp-brief-prompt>span,.dtp-script-sheet>span,.dtp-voice-demo>div>span,.dtp-ready-demo>div>span{font-size:9px;letter-spacing:.1em;color:#9b4f9c;font-weight:650}.dtp-brief-prompt p{font-size:17px;line-height:1.4;color:#352342;max-width:510px;margin:10px 0 16px}.dtp-demo-pills{display:flex;gap:7px;flex-wrap:wrap}.dtp-demo-pills span{font-size:9px;background:#f0e7f8;color:#7c5b92;padding:4px 8px;border-radius:4px}.dtp-agent-message{display:flex;align-items:center;gap:10px;margin-top:17px}.dtp-agent-message .dtp-agent-orb{width:25px;height:25px}.dtp-agent-message p{font-size:10px;color:#857191;margin:0;line-height:1.5}.dtp-agent-message strong{display:block;color:#5c466f;font-size:10px}.dtp-demo-bottom{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #e5deec;padding-top:15px}.dtp-demo-bottom>span{font-size:10px;color:#796a86}.dtp-demo-bottom i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#a756b6;margin-right:5px}.dtp-demo-next{border:0;background:#8521b6;color:#fff;font-size:10px;font-weight:650;border-radius:7px;padding:11px 13px;cursor:pointer}.dtp-demo-next:hover{background:#a831ce}.dtp-demo-caption{text-align:center;margin:24px auto 0;font-size:10px;color:#ccafd9;max-width:none}.dtp-script-sheet{padding:4px 0}.dtp-script-sheet>p{font-size:18px;color:#3c254d;margin:12px 0;line-height:1.5}.dtp-script-line{height:5px;width:85%;background:#e9dff1;border-radius:10px;margin:8px 0}.dtp-script-line.short{width:62%}.dtp-comment{margin:15px 0 0;padding:10px 14px;border-left:3px solid #d654c1;background:#faedf8;color:#785573;font-size:11px}.dtp-comment strong{display:block;color:#982f8c}.dtp-voice-demo{display:grid;grid-template-columns:145px 1fr;gap:26px;align-items:center;min-height:219px}.dtp-voice-orbit{position:relative;width:138px;height:138px;display:grid;place-items:center;background:radial-gradient(circle,#eec7f480,transparent 65%);color:#882dab}.dtp-voice-orbit>span{position:absolute;inset:0;border:1px solid #c788e3;border-radius:50%}.dtp-voice-orbit>span:nth-child(2){inset:14px;border-color:#d86acf}.dtp-voice-orbit>span:nth-child(3){inset:27px;background:linear-gradient(140deg,#934ad6,#f87be0);border:none;box-shadow:0 10px 20px #ad5db84d}.dtp-voice-orbit b{z-index:1;color:#fff;font-size:13px;letter-spacing:.08em;text-align:center;line-height:1.3}.dtp-voice-demo h3,.dtp-ready-demo h3{color:#302240;margin:10px 0;font-size:24px}.dtp-voice-demo p{color:#7a6488;font-size:12px;margin:0}.dtp-voice-demo .dtp-wave{height:40px;margin:14px 0 7px}.dtp-voice-demo small{font-size:9px;color:#897491}.dtp-ready-demo{display:grid;grid-template-columns:135px 1fr;gap:28px;align-items:center;min-height:219px}.dtp-mini-cover{height:177px;border-radius:8px;background:linear-gradient(150deg,#8b27d8,#4a167e);padding:18px;color:#ffbcf0;box-shadow:0 9px 18px #6e288c33;display:flex;flex-direction:column;justify-content:space-between;transform:rotate(-5deg)}.dtp-mini-cover span{font-size:13px;font-weight:750;letter-spacing:.02em;line-height:1.3}.dtp-mini-cover b{font-size:58px;letter-spacing:-.075em;line-height:1}.dtp-file{display:flex;justify-content:space-between;gap:12px;font-size:10px;padding:10px 0;border-bottom:1px solid #e5dcea}.dtp-file b{color:#5a426b;font-weight:500}.dtp-file span{color:#9779aa}.dtp-path-section{background:var(--dtp-paper);color:var(--dtp-ink);padding:100px 0 108px;position:relative}.dtp-center-head{text-align:center;max-width:900px;margin:0 auto 54px}.dtp-center-head h2{color:var(--dtp-ink);font-size:clamp(35px,4.4vw,62px);margin:20px 0}.dtp-center-head h2 br:first-child{display:none}.dtp-center-head em{font-style:normal;color:#9954b6}.dtp-center-head p{color:var(--dtp-paper-muted);margin:auto;font-size:18px}.dtp-path-section .dtp-overline{color:#a53ca6}.dtp-route-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.dtp-route-grid article{border:1px solid #e2d8ee;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 18px 40px #4b1c6d08}.dtp-route-art{height:220px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.dtp-route-recorded .dtp-route-art{background:linear-gradient(145deg,#281740,#542877)}.dtp-route-generated .dtp-route-art{background:linear-gradient(140deg,#f3c0ec,#d7b1f6)}.dtp-route-copy{padding:34px 35px 30px}.dtp-route-copy>span{font-size:10px;color:#97699b;letter-spacing:.12em;font-weight:700}.dtp-route-copy h3{font-size:32px;color:#29183e;margin:14px 0 16px}.dtp-route-copy p{color:#74617e;font-size:15px}.dtp-route-copy>a{display:flex;justify-content:space-between;align-items:center;gap:15px;border-top:1px solid #e8dfef;padding-top:22px;color:#692183;font-size:14px;text-decoration:none;font-weight:650}.dtp-route-copy>a b{background:#f2e7f8;border-radius:50%;width:32px;height:32px;display:grid;place-items:center}.dtp-track{position:absolute;display:flex;gap:4px;align-items:center;left:35px;right:-25px;height:55px;top:51px;background:#9564c83d;border:1px solid #af83d236;border-radius:7px;padding-left:52px}.dtp-track>span{position:absolute;left:10px;font-size:8px;color:#ccb5e5}.dtp-track i{width:4px;flex-shrink:0;height:var(--bar);background:#b98be2;border-radius:3px}.dtp-track-two{top:115px;left:35px;background:#e653ca1a}.dtp-track-two i{background:#f29add;transform:scaleY(.7)}.dtp-edit-cursor{position:absolute;width:2px;height:145px;background:#ff86db;left:58%;top:36px;box-shadow:0 0 20px #ff44df66}.dtp-edit-cursor:before{content:'';position:absolute;width:8px;height:8px;top:-4px;left:-3px;background:#ff86db;transform:rotate(45deg)}.dtp-edit-tag{position:absolute;right:25px;bottom:17px;padding:5px 10px;border-radius:6px;background:#f1d7f3;color:#713e7c;font-size:9px;transform:rotate(-3deg)}.dtp-idea-note{position:absolute;left:20%;top:26px;width:149px;height:162px;transform:rotate(-10deg);background:#fff7fd;border-radius:7px;padding:22px;font-size:18px;line-height:1.3;color:#6e437d;font-weight:600;box-shadow:0 12px 24px #86549733}.dtp-idea-disc{position:absolute;right:20%;top:40px;width:143px;height:143px;border-radius:50%;display:grid;place-items:center;background:repeating-radial-gradient(circle at 50%,#692888 0 2px,#733293 3px 7px);border:12px solid #783092;box-shadow:0 12px 24px #8654974a}.dtp-idea-disc span{display:grid;place-items:center;text-align:center;background:#f491d9;color:#521e6b;font-size:19px;line-height:1;font-weight:800;width:76px;height:76px;border-radius:50%}.dtp-note-arrow{position:absolute;top:74px;left:49%;font-size:37px;color:#b76dbb;z-index:1}.dtp-story-section{background:radial-gradient(ellipse at 10% 55%,#59258133,transparent 55%),#1a1538;padding:108px 0 56px}.dtp-story-heading{max-width:900px}.dtp-story-heading h2{margin-top:22px}.dtp-story-heading em{color:#b7a0d3;font-style:normal}.dtp-story-heading>p{font-size:18px;color:#cbbadb}.dtp-scroll-story{display:grid;grid-template-columns:1.1fr .9fr;gap:115px;position:relative;margin-top:45px}.dtp-story-visual{position:sticky;top:60px;align-self:start;padding-top:28px}.dtp-orbit-system{position:relative;width:100%;aspect-ratio:1.1}.dtp-orbit-ring{position:absolute;border:1px solid #8e66ae43;border-radius:50%;inset:12% 9%;transform:rotate(-25deg)}.ring-two{inset:21% 0;transform:rotate(28deg);border-style:dashed}.dtp-orbit-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:152px;height:152px;border-radius:36px;background:linear-gradient(135deg,#a94add,#592688);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 20px 60px #aa3ade25,inset 0 1px #ffffff55}.dtp-orbit-center>span{font-size:79px;line-height:1;font-weight:800;letter-spacing:-.1em;margin-right:8px}.dtp-orbit-center small{font-size:8px;letter-spacing:.15em;margin-top:9px;color:#e4c6f5}.dtp-orbit-node{position:absolute;padding:13px 18px 13px 13px;display:flex;gap:10px;align-items:center;border:1px solid #73568b;background:#302445;border-radius:50px;box-shadow:0 8px 22px #08041333;transition:border-color .4s,transform .4s,background .4s}.dtp-orbit-node b{font-size:12px;font-weight:600;color:#e0cce9}.node-1{top:6%;left:14%}.node-2{right:-4%;top:32%}.node-3{right:9%;bottom:6%}.node-4{left:-2%;bottom:23%}.dtp-orbit-node.is-active{border-color:#f695de;background:#533368;transform:translateY(-6px);box-shadow:0 14px 35px #af50b326}.dtp-story-readout{border-top:1px solid #5c456f66;padding:25px 0 0;text-align:center}.dtp-story-readout>span{font-size:9px;letter-spacing:.13em;color:#b693c7;display:block}.dtp-story-readout strong{font-size:20px;margin:10px 0 8px;display:block;color:#f4dbff}.dtp-story-readout p{font-size:12px;color:#ae96bd;margin:auto}.dtp-story-chapter{min-height:290px;padding:36px 0;border-top:1px solid #58426666}.dtp-story-chapter>span{font-size:10px;letter-spacing:.1em;color:#c478cc}.dtp-story-chapter h3{font-size:34px;line-height:1.12;letter-spacing:-.035em;margin:22px 0 18px}.dtp-story-chapter p{font-size:15px;color:#bea8cf}.dtp-chapter-note{font-size:12px;color:#ebc2f3;display:flex;gap:9px;align-items:center}.dtp-chapter-note:before{content:'';width:5px;height:5px;border-radius:50%;background:#e389d8}.dtp-roadmap-note{font-size:11px;color:#ad93bb;text-align:center;margin:42px auto 0;max-width:none}.dtp-control-section{background:linear-gradient(130deg,#e4d9f7,#fff5fe 50%,#f7daf1);padding:100px 0;color:#352143}.dtp-control-layout{display:grid;grid-template-columns:1fr 1fr;gap:120px;align-items:center}.dtp-control-section h2{color:#30203f;margin-top:22px;font-size:clamp(38px,4.2vw,59px)}.dtp-control-section h2 em{font-style:normal;color:#9443a9}.dtp-control-section p{color:#74617f;font-size:17px}.dtp-control-section .dtp-overline{color:#9a469c;font-size:10px}.dtp-control-section a{color:#702185;font-weight:600}.dtp-approval-stack{position:relative}.dtp-approval-card{background:#fff;border:1px solid #e7d8ed;border-radius:16px;padding:30px;box-shadow:0 23px 42px #7d4c9724;transform:rotate(-3deg);margin-bottom:29px}.dtp-review-chip{color:#91359a;background:#f8e7f8;padding:5px 9px;border-radius:6px;font-size:9px;letter-spacing:.06em}.dtp-approval-card h3{font-size:28px;color:#362141;margin:22px 0 12px}.dtp-approval-card p{font-size:14px;color:#816d89}.dtp-approval-actions{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ecdfef;padding-top:20px;font-size:11px;color:#9775a1;gap:12px}.dtp-approval-actions b{background:#84249d;color:#fff;padding:10px 16px;border-radius:7px;font-weight:600}.dtp-mode-row{display:flex;justify-content:space-between;gap:20px;padding:15px 4px;border-bottom:1px solid #d7c3e2;font-size:13px;color:#654975}.dtp-mode-row b{font-size:10px;color:#9443a9;font-weight:600}.dtp-mode-row small{font-size:10px;color:#94779e}.dtp-output-section{padding:100px 0;background:#fffdfd;color:#2e203d}.dtp-output-section h2{color:#2e203d;margin-top:20px}.dtp-output-section .dtp-overline{color:#ac4fa8}.dtp-output-section .dtp-section-head{align-items:end}.dtp-output-section p{color:#786480}.dtp-output-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:20px}.dtp-output{display:flex;flex-direction:column;border:1px solid #e4d9e9;border-radius:14px;overflow:hidden;text-decoration:none;position:relative;background:#faf7fc;transition:transform .25s,box-shadow .25s}.dtp-output:hover{transform:translateY(-7px);box-shadow:0 16px 35px #612a8615}.dtp-output-art{height:192px;overflow:hidden;display:flex;justify-content:center;align-items:center}.dtp-output>div:last-of-type{padding:25px}.dtp-output>div>span{font-size:8px;letter-spacing:.12em;color:#a26c9f;font-weight:600}.dtp-output h3{font-size:23px;color:#392246;margin:13px 0 10px}.dtp-output p{font-size:13px;margin-bottom:0}.dtp-output>b{position:absolute;right:20px;bottom:20px;color:#a560aa;font-size:17px}.dtp-output-audio .dtp-output-art{background:linear-gradient(145deg,#f5dbed,#e3cbf1)}.dtp-output-audio .dtp-wave{width:80%;justify-content:center;transform:scaleY(1.6)}.dtp-output-audio .dtp-wave i{background:#ae56bf}.dtp-output-clips .dtp-output-art{background:linear-gradient(140deg,#43235d,#77269b);padding-top:30px}.dtp-phone{background:#171430;border:3px solid #c395d288;border-radius:15px;width:110px;height:194px;transform:rotate(9deg);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 12px 30px #160b3766}.dtp-phone:after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 80% 80%,#9d2fc65c,transparent 65%)}.dtp-phone>span{font-size:12px;line-height:1.2;font-weight:800;color:white;z-index:1}.dtp-phone em{font-style:normal;color:#ff8de7}.dtp-phone i{position:absolute;top:10px;width:38px;height:4px;border-radius:4px;background:#776780}.dtp-output-notes .dtp-output-art{background:#f1e8f7;padding-top:35px}.dtp-paper{width:175px;height:180px;background:#fff;box-shadow:0 10px 30px #69497e1f;transform:rotate(-7deg);border-radius:6px;padding:25px;color:#5f3a72}.dtp-paper>b{font-size:15px;letter-spacing:-.02em}.dtp-paper i{display:block;height:4px;background:#e1cfe9;margin:10px 0;border-radius:4px}.dtp-paper i:nth-of-type(2){width:80%}.dtp-paper>span{display:block;color:#9b7ba9;font-size:8px;margin-top:13px}.dtp-v2-close{position:relative;isolation:isolate;overflow:hidden;text-align:center;padding:95px 0 90px;background:radial-gradient(ellipse at 50% 120%,#fb7ae899,transparent 65%),linear-gradient(125deg,#582199,#8c28ad 60%,#b33fbb)}.dtp-v2-close .dtp-overline{color:#e2b7f6;font-size:10px}.dtp-v2-close h2{font-size:clamp(38px,4.5vw,63px);margin:26px 0 22px;color:#fff}.dtp-v2-close em{font-style:normal;color:#ffb6ed}.dtp-v2-close p{margin:0 auto 29px;color:#edd3f2;font-size:17px}.dtp-v2-close .dtp-btn{background:#fff;color:#6e278d;border-color:#fff;padding:18px 34px}.dtp-close-note{display:block;font-size:11px;color:#e7bcec;margin-top:18px}.dtp-close-orbit{position:absolute;z-index:-1;border:1px solid #ffffff1c;border-radius:50%;width:1500px;height:500px;left:50%;top:90px;transform:translateX(-50%) rotate(-13deg)}.dtp-close-orbit:after{content:'';position:absolute;inset:45px -60px;border:1px solid #ffffff12;border-radius:50%}.dtp-footer{background:#171334}.dtp-footer-bottom{border-color:#ffffff18}.dtp-footer p{color:#b6a3ca}.dtp-footer-links a{color:#d1bedf}.dtp-section:not(.dtp-section-alt){background:#f7f3ff;color:#2c203e}.dtp-section:not(.dtp-section-alt) h2,.dtp-section:not(.dtp-section-alt) h3{color:#2c203e}.dtp-section:not(.dtp-section-alt) p,.dtp-section:not(.dtp-section-alt) li{color:#72607e}.dtp-section:not(.dtp-section-alt) a:not(.dtp-btn){color:#7a2995}.dtp-section:not(.dtp-section-alt) .dtp-faq,.dtp-section:not(.dtp-section-alt) .dtp-steps li{border-color:#ddd0e8}.dtp-section-alt{background:radial-gradient(ellipse at 90% 0,#7c3ca42b,transparent 65%),#2d204d;border:0}.dtp-section-alt .dtp-steps li{border-color:#75538966}.dtp-section .dtp-prose h2{font-size:34px}.dtp-inner-hero{position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(ellipse at 92% 80%,#ad52d661,transparent 50%),linear-gradient(130deg,#28193c,#512273);padding:48px 0 64px;border-bottom:0}.dtp-inner-hero:after{content:'';position:absolute;width:650px;height:650px;right:-70px;top:-320px;border:1px solid #edb9ff30;border-radius:50%;z-index:-1;box-shadow:0 0 0 60px #ffffff03,0 0 0 120px #ffffff02}.dtp-inner-hero h1{max-width:1000px;font-size:clamp(43px,5.2vw,73px)}.dtp-inner-hero p{color:#ddc7e8;font-size:19px}.dtp-breadcrumb{color:#bca0cc;font-size:11px;margin-bottom:29px}.dtp-service-strip{margin-top:38px;border:1px solid #cb96e54d;border-radius:13px;background:#ffffff08;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:40px;max-width:980px}.dtp-service-strip>span{font-size:11px;font-weight:650;letter-spacing:.06em;color:#f4c9ec}.dtp-service-strip .dtp-wave{margin:0;height:45px;flex:1;max-width:320px;overflow:hidden}.dtp-service-strip .dtp-wave i{background:#d590e4}.dtp-service-strip>a{font-size:13px;font-weight:600;white-space:nowrap}.dtp-section .dtp-table th{background:#e9dff2;color:#472856}.dtp-section .dtp-table td{color:#72577f;border-color:#dcccdf}.dtp-section .dtp-table th{border-color:#dcccdf}.dtp-section-alt .dtp-table th{background:#46305d;color:#efdbfa;border-color:#765487}.dtp-section-alt .dtp-table td{color:#d1b7e1;border-color:#765487}.dtp-section:not(.dtp-section-alt) .dtp-form-wrap{background:#fff;border-color:#e1d1eb;box-shadow:0 18px 50px #57306d0c;border-radius:18px}.dtp-section .dtp-form-wrap h2{font-size:30px}.dtp-form-wrap .dtp-field label{color:#573269}.dtp-form-wrap .dtp-field input,.dtp-form-wrap .dtp-field select,.dtp-form-wrap .dtp-field textarea{color:#41274f;background:#fbf8fd;border-color:#c9b6d7}.dtp-form-wrap .dtp-field input::placeholder,.dtp-form-wrap .dtp-field textarea::placeholder{color:#8a709a}.dtp-form-wrap .dtp-check{color:#745b84}.dtp-form-wrap .dtp-btn{background:#8b299f;border-color:#8b299f;color:white}.dtp-form-wrap .dtp-btn:hover{background:#a238b8}.dtp-form-wrap .dtp-form-status{background:#f5e9f6!important;color:#62356f!important;border-color:#be60c3;font-size:13px}.dtp-form-wrap input[type=checkbox]{accent-color:#963bad}.dtp-section .dtp-workflow-mini{background:linear-gradient(130deg,#35214d,#512565);border-color:#8f5ca26b}.dtp-section .dtp-workflow-mini h3,.dtp-section .dtp-workflow-mini p{color:#e8d2f2}.dtp-section .dtp-workflow-mini li{color:#dfc7eb}.dtp-section .dtp-path{background:#fff;border:1px solid #dfcce8;border-top:3px solid #ba67c8;box-shadow:0 10px 20px #4b256d06}.dtp-section .dtp-path h2{font-size:36px}.dtp-section .dtp-path .dtp-tag{color:#995899}.dtp-section .dtp-control{border-color:#b964ba}.dtp-section .dtp-statement{color:#392146!important}.dtp-section .dtp-statement em{color:#a748ad}.dtp-reveal{opacity:1;transform:none}.dtp-reveal.dtp-await{opacity:0;transform:translateY(24px)}.dtp-reveal.dtp-seen{opacity:1;transform:none;transition:opacity .7s ease-out,transform .7s cubic-bezier(.16,1,.3,1)}.dtp-demo-panel.dtp-panel-enter{animation:dtp-panel-in .35s ease-out}.dtp-reading-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,#d199ff,#ff79d9);width:0;z-index:100;pointer-events:none}@keyframes dtp-panel-in{from{opacity:.2;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(min-width:1000px){.dtp-v2-hero .dtp-demo{transform:perspective(1500px) rotateX(var(--dtp-tilt,3deg)) translateY(var(--dtp-lift,0px));will-change:transform}.dtp-approval-stack{transform:translateY(var(--dtp-float,0px))}}
@media(max-width:1050px){.dtp-scroll-story{gap:65px}.dtp-control-layout{gap:60px}.dtp-demo-grid{grid-template-columns:200px 1fr}.dtp-demo-main{padding:24px}.dtp-demo-sidebar{padding:25px 16px}.dtp-demo-title h2{font-size:22px}.dtp-output-grid{gap:15px}.dtp-route-copy{padding:28px}.dtp-route-copy h3{font-size:29px}.dtp-story-chapter h3{font-size:30px}.dtp-orbit-center{width:120px;height:120px;border-radius:28px}.dtp-orbit-center>span{font-size:60px}.dtp-orbit-node{padding:10px}.dtp-orbit-node b{font-size:10px}.dtp-orbit-node .dtp-agent-orb{width:25px;height:25px}}
@media(max-width:760px){.dtp-header-row{padding:19px 0 13px}.dtp-nav{gap:18px;padding-top:3px}.dtp-brand{width:190px}.dtp-v2-hero{padding:35px 0 28px}.dtp-v2-intro h1{font-size:clamp(44px,10.5vw,70px);margin:25px 0 20px;letter-spacing:-.058em}.dtp-v2-intro p{font-size:16px;max-width:440px}.dtp-v2-intro p br{display:none}.dtp-launch-label{font-size:10px;gap:8px;padding:7px 10px}.dtp-v2-intro .dtp-actions{gap:10px}.dtp-v2-intro .dtp-btn{padding:14px 19px;font-size:13px;min-height:47px}.dtp-v2-intro .dtp-early{font-size:10px;max-width:250px}.dtp-v2-intro{margin-bottom:34px}.dtp-demo{border-radius:13px;box-shadow:0 22px 45px #13072066,0 0 0 4px #ffffff08}.dtp-demo-grid{grid-template-columns:1fr}.dtp-demo-sidebar{display:none}.dtp-demo-chrome{padding:13px 16px;gap:10px}.dtp-demo-project{display:none}.dtp-demo-brand{font-size:11px}.dtp-dotmark{width:25px;height:25px;font-size:20px}.dtp-demo-label{font-size:8px}.dtp-demo-main{padding:19px 16px 16px}.dtp-demo-title h2{font-size:20px;margin-bottom:14px}.dtp-demo-title>div>span{font-size:7px}.dtp-demo-version{display:none}.dtp-demo-tabs{gap:0}.dtp-demo-tabs button{font-size:10px;padding:12px 8px}.dtp-demo-panel{padding:18px 0 15px;min-height:244px}.dtp-brief-prompt{padding:18px 16px}.dtp-brief-prompt p{font-size:15px}.dtp-agent-message{margin-top:15px}.dtp-agent-message p{font-size:9px}.dtp-demo-bottom{gap:10px}.dtp-demo-bottom>span{font-size:8px}.dtp-demo-next{font-size:9px;padding:10px}.dtp-demo-caption{font-size:9px;max-width:300px;line-height:1.5}.dtp-path-section{padding:62px 0}.dtp-center-head{margin-bottom:30px}.dtp-center-head h2{font-size:37px}.dtp-center-head h2 br:first-child{display:block}.dtp-center-head p{font-size:16px}.dtp-route-grid{grid-template-columns:1fr;gap:22px}.dtp-route-art{height:200px}.dtp-route-copy h3{font-size:29px}.dtp-route-copy p{font-size:14px}.dtp-route-copy>a{font-size:13px}.dtp-idea-note{left:16%;font-size:16px;width:136px;height:153px}.dtp-idea-disc{right:13%;width:130px;height:130px;top:40px}.dtp-story-section{padding:64px 0 35px}.dtp-story-heading h2{font-size:37px}.dtp-story-heading p{font-size:16px}.dtp-scroll-story{grid-template-columns:1fr;gap:25px;margin-top:15px}.dtp-story-visual{position:relative;top:auto;padding:0;margin:0 auto 25px;width:min(350px,100%)}.dtp-orbit-system{aspect-ratio:1.2}.dtp-orbit-node b{font-size:10px}.dtp-story-readout strong{font-size:18px}.dtp-story-chapter{min-height:0;padding:30px 0}.dtp-story-chapter h3{font-size:29px;margin:17px 0 13px;max-width:16ch}.dtp-story-chapter p{font-size:15px}.dtp-roadmap-note{margin-top:20px;max-width:280px;font-size:10px}.dtp-control-section{padding:63px 0}.dtp-control-layout{grid-template-columns:1fr;gap:46px}.dtp-control-section h2{font-size:42px}.dtp-control-section p{font-size:16px}.dtp-approval-card{padding:26px;transform:rotate(-2deg)}.dtp-output-section{padding:62px 0}.dtp-output-section h2{font-size:37px}.dtp-output-grid{grid-template-columns:1fr;gap:20px}.dtp-output{display:grid;grid-template-columns:120px 1fr;min-height:170px}.dtp-output-art{height:100%;min-height:178px}.dtp-output>div:last-of-type{padding:24px 20px}.dtp-output h3{font-size:22px}.dtp-output p{font-size:12px}.dtp-output>div>span{font-size:7px}.dtp-output-art .dtp-wave{gap:3px;width:80%;overflow:hidden}.dtp-output-clips .dtp-output-art{padding-top:35px}.dtp-phone{width:81px;height:165px;flex-shrink:0;border-radius:12px}.dtp-phone>span{font-size:9px}.dtp-paper{width:109px;padding:16px;flex-shrink:0;transform:rotate(-8deg) translateX(9px)}.dtp-paper>b{font-size:10px}.dtp-paper>span{font-size:6px;white-space:nowrap}.dtp-v2-close{padding:65px 0}.dtp-v2-close h2{font-size:39px}.dtp-v2-close h2 br{display:none}.dtp-v2-close p{font-size:16px}.dtp-v2-close p br{display:none}.dtp-v2-close .dtp-btn{font-size:14px}.dtp-v2-close .dtp-overline{font-size:9px}.dtp-inner-hero{padding:35px 0 45px}.dtp-inner-hero h1{font-size:44px}.dtp-inner-hero p{font-size:17px}.dtp-service-strip{flex-wrap:wrap;gap:12px;margin-top:27px;padding:18px}.dtp-service-strip>span{font-size:9px}.dtp-service-strip .dtp-wave{max-width:none;width:100%;flex:auto;order:3}.dtp-service-strip>a{font-size:11px}.dtp-voice-demo{grid-template-columns:80px 1fr;gap:15px;min-height:220px}.dtp-voice-orbit{width:80px;height:80px}.dtp-voice-orbit>span:nth-child(2){inset:8px}.dtp-voice-orbit>span:nth-child(3){inset:17px}.dtp-voice-orbit b{font-size:8px}.dtp-voice-demo h3{font-size:21px}.dtp-voice-demo p{font-size:11px}.dtp-voice-demo .dtp-wave{overflow:hidden;gap:3px}.dtp-voice-demo small{font-size:8px}.dtp-ready-demo{grid-template-columns:86px 1fr;gap:18px;min-height:220px}.dtp-mini-cover{height:138px;padding:12px}.dtp-mini-cover span{font-size:10px}.dtp-mini-cover b{font-size:39px}.dtp-ready-demo h3{font-size:22px}.dtp-file{font-size:9px;gap:6px}.dtp-script-sheet>p{font-size:17px}.dtp-section .dtp-prose h2{font-size:30px}.dtp-section .dtp-table{min-width:550px}.dtp-faq h3{font-size:18px}}
@media(prefers-reduced-motion:reduce){.dtp-reveal.dtp-await{opacity:1;transform:none}.dtp-demo,.dtp-approval-stack{transform:none!important}.dtp-reading-progress{display:none}}
/* Final readability and navigation pass. */
.dtp-section:not(.dtp-section-alt) .dtp-steps li:before{color:#9c349f}.dtp-demo-title>div>span{color:#766281}.dtp-demo-version{color:#756080}.dtp-demo-sidebar>p{color:#6c597a}.dtp-crew-member small{color:#705d7d}.dtp-agent-message p{color:#725b80}.dtp-demo-bottom>span{color:#6f5b7c}.dtp-demo-caption{color:#e1c6eb}.dtp-nav a[aria-current=page]{color:#ff8fe8}.dtp-field input:focus,.dtp-field select:focus,.dtp-field textarea:focus{border-color:#a145b6;box-shadow:0 0 0 3px #b867c318}.dtp-form [data-instatic-form-state=error]{color:#8e245b}.dtp-path-section .dtp-route-copy>a:hover{color:#a32eac}.dtp-section .dtp-prose ul{list-style:disc;padding-left:22px}.dtp-section .dtp-prose ul li::marker{color:#a04dac}.dtp-section .dtp-prose a{text-decoration:underline}.dtp-section .dtp-prose p{line-height:1.75}
@media(max-width:760px){.dtp-header-row{position:relative}.dtp-header .dtp-brand{width:177px}.dtp-nav .dtp-btn{display:inline-flex;position:absolute;top:19px;right:0;padding:10px 13px;min-height:35px;font-size:10px}.dtp-footer-top{gap:28px 18px}.dtp-footer-links{gap:14px}.dtp-footer-links a{font-size:13px;min-height:24px}}

/* Findings from full desktop and phone visual QA. */
.dtp-cell-label{display:none}.dtp-nav a.dtp-btn[aria-current=page]{color:#24123a}.dtp-wave i{flex-shrink:0}
@media(max-width:680px){
.dtp-section .dtp-table,.dtp-section-alt .dtp-table{min-width:0;width:100%;display:block}.dtp-table tbody{display:block}.dtp-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.dtp-table tr{display:block;margin:0 0 20px;padding:18px 22px;border:1px solid #b9a6c84a;border-radius:12px;background:#b88fd009}.dtp-table td,.dtp-table td:first-child{display:block;width:auto;border:0;padding:8px 0;font-size:15px;line-height:1.6}.dtp-cell-label{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;margin-bottom:4px;opacity:.8}.dtp-table td:first-child{font-size:19px;font-weight:650}.dtp-output-audio .dtp-wave{width:80%;justify-content:flex-start}.dtp-v2-close h2 em,.dtp-v2-intro h1>span{display:block}.dtp-demo-tabs button{min-height:44px}
}
