.dl-home{--paper:#fbf4eb;--paper-deep:#fbead9;--ink:#2d2356;--ink-soft:#6e635c;--muted:#a6968a;--pencil:#d9735a;--coral:#c9614a;--terra:#e8836a;--peach:#f5a98c;--blush:#f2c4ae;--pencil-tint:#fbead9;--rule:#f0e5d8;--rule-strong:#e3d4c2;--approve:#1fa97c;--redpen:#c72c48;--redpen-tint:#fbe6ea;--info:#4f5fd7;--info-tint:#eaedfb;--hero-top:#3a2d6e;--hero-bottom:#1d1640;--display:"Newsreader", Georgia, serif;--ui:"Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;--hand:"Caveat", cursive;--max:1180px}.dl-home,.dl-home *{box-sizing:border-box;margin:0;padding:0}.dl-home{font-family:var(--ui);background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;overflow-x:hidden}.dl-home:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(90deg,#40261807 1px,#0000 1px);background-size:16.6667% 100%;position:fixed;inset:0}.dl-home ::selection{background:var(--blush);color:var(--ink)}.dl-home .wrap{max-width:var(--max);z-index:1;margin:0 auto;padding:0 32px;position:relative}.dl-home #siteNav{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fbf4ebe6;padding:13px 0;position:sticky;top:0}.dl-home .nav-inner{justify-content:space-between;align-items:center;gap:20px;display:flex}.dl-home .wordmark{font-family:var(--display);letter-spacing:-.01em;color:var(--ink);font-size:22px;font-weight:600;text-decoration:none;transition:color .18s}.dl-home .wordmark:hover{color:var(--pencil)}.dl-home .nav-cluster{align-items:center;gap:14px;display:flex}.dl-home .signin{letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft);margin-right:4px;font-size:12.5px;font-weight:700;text-decoration:none;transition:color .18s}.dl-home .signin:hover{color:var(--ink)}.dl-home .signup{letter-spacing:.12em;text-transform:uppercase;padding:14px 24px;font-size:12.5px;font-weight:700}.dl-home .nav-panel-wrap{grid-template-columns:0fr;transition:grid-template-columns .48s cubic-bezier(.4,0,.2,1);display:grid}.dl-home #siteNav.menu-open .nav-panel-wrap{grid-template-columns:1fr}.dl-home .nav-panel{min-width:0;overflow:hidden}.dl-home .nav-panel-inner{white-space:nowrap;border:1px solid var(--rule);opacity:0;background:#fff;border-radius:999px;align-items:center;gap:30px;padding:15px 28px 15px 34px;transition:opacity .28s 60ms,transform .42s cubic-bezier(.4,0,.2,1) 40ms;display:flex;transform:translate(14px);box-shadow:0 10px 30px -16px #40261833}.dl-home #siteNav.menu-open .nav-panel-inner{opacity:1;transform:none}.dl-home .nav-panel-inner a{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);font-size:12px;font-weight:700;text-decoration:none;transition:color .2s;position:relative}.dl-home .nav-panel-inner a:before{content:"";background:var(--pencil);border-radius:50%;width:5px;height:5px;transition:transform .24s cubic-bezier(.34,1.5,.6,1);position:absolute;top:50%;left:-13px;transform:translateY(-50%)scale(0)}.dl-home .nav-panel-inner a:after{content:"";background:var(--pencil);width:0;height:1.5px;transition:width .24s;position:absolute;bottom:-5px;left:0}.dl-home .nav-panel-inner a:hover,.dl-home .nav-panel-inner a.active{color:var(--pencil)}.dl-home .nav-panel-inner a:hover:before,.dl-home .nav-panel-inner a.active:before{transform:translateY(-50%)scale(1)}.dl-home .nav-panel-inner a:hover:after,.dl-home .nav-panel-inner a.active:after{width:100%}.dl-home .nav-circle{background:var(--ink);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;width:46px;height:46px;transition:background .2s,transform .15s;position:relative}.dl-home .nav-circle:hover{background:var(--coral);transform:scale(1.07)}.dl-home .nav-circle:focus-visible{outline:2px solid var(--pencil);outline-offset:3px}.dl-home .nav-circle span{background:#fff;border-radius:2px;width:16px;height:2px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s,top .3s cubic-bezier(.4,0,.2,1);position:absolute;left:50%;transform:translate(-50%)}.dl-home .nav-circle span:first-child{top:16px}.dl-home .nav-circle span:nth-child(2){top:22px}.dl-home .nav-circle span:nth-child(3){top:28px}.dl-home #siteNav.menu-open .nav-circle span:first-child{top:22px;transform:translate(-50%)rotate(45deg)}.dl-home #siteNav.menu-open .nav-circle span:nth-child(2){opacity:0}.dl-home #siteNav.menu-open .nav-circle span:nth-child(3){top:22px;transform:translate(-50%)rotate(-45deg)}.dl-home .mobile-menu{border:1px solid var(--rule);background:#fff;border-radius:20px;margin-top:10px;padding:18px 22px;display:none;box-shadow:0 18px 44px -16px #40261840}.dl-home .mobile-menu.open{display:block}.dl-home .mobile-menu a{letter-spacing:.1em;text-transform:uppercase;color:var(--ink);border-bottom:1px solid var(--rule);padding:11px 2px;font-size:13.5px;font-weight:700;text-decoration:none;display:block}.dl-home .mobile-menu a.active{color:var(--pencil)}.dl-home .mobile-menu a:last-child{border-bottom:none}@media (max-width:980px){.dl-home .nav-panel-wrap{display:none}}.dl-home .btn{font-family:var(--ui);cursor:pointer;border:1.5px solid #0000;border-radius:999px;align-items:center;gap:8px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .12s,box-shadow .2s,background .15s,color .15s;display:inline-flex}.dl-home .btn:active{transform:scale(.97)}.dl-home .btn:focus-visible{outline:2px solid var(--peach);outline-offset:3px}.dl-home .btn-primary{color:#fff;background:linear-gradient(135deg,#d9735a 0%,#c9614a 100%);padding:15px 28px}.dl-home .btn-primary:hover{filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 10px 30px #d9735a73}.dl-home .btn-secondary{color:#fff;background:#ffffff12;border-color:#ffffff8c;padding:15px 28px}.dl-home .btn-secondary:hover{background:#ffffff24;border-color:#fff}.dl-home .btn-sm{padding:9px 18px;font-size:14px}.dl-home .hero{padding:26px 0 0}.dl-home .hero-card{background:radial-gradient(130% 150% at 16% 0%, var(--hero-top) 0%, var(--ink) 48%, var(--hero-bottom) 100%);color:#faf7ff;border-radius:32px;padding:64px 64px 60px;position:relative;overflow:hidden;box-shadow:0 30px 70px -30px #40261873}.dl-home .hero-card:after{content:"";pointer-events:none;background:radial-gradient(closest-side,#d9735a38,#0000 72%);width:58%;height:64%;position:absolute;bottom:-22%;right:-8%}.dl-home .kicker{letter-spacing:.22em;text-transform:uppercase;color:var(--pencil);align-items:center;gap:16px;margin-bottom:36px;font-size:12.5px;font-weight:600;display:flex}.dl-home .kicker:before{content:"";background:currentColor;width:42px;height:1.5px}.dl-home .kicker .dot{background:currentColor;border-radius:50%;width:5px;height:5px}.dl-home .hero-card .kicker{color:var(--blush);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;gap:12px;padding:9px 20px;display:inline-flex}.dl-home .hero-card .kicker:before{display:none}.dl-home h1{font-family:var(--display);letter-spacing:-.025em;font-optical-sizing:auto;color:#fff;max-width:16ch;font-size:clamp(46px,7.2vw,88px);font-weight:420;line-height:1.02}.dl-home h1 .line{display:block;overflow:hidden}.dl-home h1 .line>span{animation:.85s cubic-bezier(.16,1,.3,1) forwards dlLineUp;display:inline-block;transform:translateY(110%)}.dl-home h1 .line:nth-child(2)>span{animation-delay:.1s}.dl-home h1 .line:nth-child(3)>span{animation-delay:.2s}@keyframes dlLineUp{to{transform:translateY(0)}}.dl-home .circled{background:linear-gradient(100deg, var(--peach) 8%, var(--pencil) 92%);-webkit-text-fill-color:transparent;color:var(--peach);-webkit-background-clip:text;background-clip:text;padding:0 .06em;font-style:italic;font-weight:460;display:inline-block;position:relative}.dl-home .circled svg{pointer-events:none;width:113%;height:132%;position:absolute;inset:-14% -7% -18% -6%;overflow:visible}.dl-home .circled path{fill:none;stroke:var(--peach);stroke-width:3.2px;stroke-linecap:round;stroke-dasharray:1000;stroke-dashoffset:1000px;animation:1.1s ease-out .95s forwards dlDraw}.dl-home .scored{display:inline-block;position:relative}.dl-home .scored svg{pointer-events:none;width:102%;height:.32em;position:absolute;bottom:-.18em;left:-1%;right:-1%;overflow:visible}.dl-home .scored path{fill:none;stroke:var(--peach);stroke-width:3px;stroke-linecap:round;stroke-dasharray:800;stroke-dashoffset:800px;animation:.9s ease-out 1.5s forwards dlDraw}@keyframes dlDraw{to{stroke-dashoffset:0}}.dl-home .margin-note{font-family:var(--hand);color:var(--blush);opacity:0;white-space:nowrap;font-size:24px;font-weight:600;animation:.6s 1.9s forwards dlFadeIn;position:absolute;transform:rotate(-4deg)}.dl-home .margin-note svg{margin:2px auto 0;display:block;overflow:visible}@keyframes dlFadeIn{to{opacity:1}}.dl-home .hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;gap:64px;margin-top:26px;display:grid}.dl-home .hero-copy{max-width:540px;padding-top:26px}.dl-home .subhead{color:#ffffffd1;font-size:18.5px;font-weight:400;line-height:1.65}.dl-home .subhead strong{color:#fff;font-weight:600}.dl-home .cta-row{flex-wrap:wrap;gap:14px;margin-top:36px;display:flex}.dl-home .fine-print{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;margin-top:22px;font-size:13.5px;display:flex}.dl-home .fine-print .sep{background:var(--muted);border-radius:50%;width:3px;height:3px}.dl-home .rise{opacity:0;animation:.7s cubic-bezier(.16,1,.3,1) forwards dlRise;transform:translateY(18px)}.dl-home .rise.d1{animation-delay:.45s}.dl-home .rise.d2{animation-delay:.6s}.dl-home .rise.d3{animation-delay:.75s}@keyframes dlRise{to{opacity:1;transform:none}}.dl-home .proof-desk{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) .55s forwards dlRise;position:relative;transform:translateY(24px)}.dl-home .stage-tabs{flex-wrap:wrap;gap:6px;margin-bottom:18px;display:flex}.dl-home .stage-tab{font-family:var(--ui);letter-spacing:.02em;color:#e3d4c2;cursor:pointer;background:0 0;border:1px solid #faf7ff47;border-radius:999px;padding:8px 15px;font-size:13px;font-weight:600;transition:all .16s}.dl-home .stage-tab:hover{color:#fff;border-color:#faf7ffb3}.dl-home .stage-tab.active{color:#fff;background:linear-gradient(135deg,#d9735a,#c9614a);border-color:#0000}.dl-home .stage-tab:focus-visible{outline:2px solid var(--peach);outline-offset:2px}.dl-home .proof-card{border:1px solid var(--rule);background:#fff;border-radius:18px;padding:22px;transition:transform .25s,box-shadow .25s;position:relative;box-shadow:0 1px 2px #4026180a,0 24px 60px -18px #40261824}.dl-home .proof-card:hover{transform:translateY(-3px);box-shadow:0 1px 2px #4026180a,0 32px 70px -16px #4026182e}.dl-home .proof-card:before{content:"";border:2.5px solid #e3d4c2;border-bottom:none;border-radius:11px 11px 0 0;width:22px;height:30px;position:absolute;top:-12px;left:34px}.dl-home .card-meta{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);align-items:center;gap:10px;margin-bottom:14px;font-size:12.5px;font-weight:600;display:flex}.dl-home .card-meta .platform{background:var(--paper-deep);color:var(--ink);border-radius:6px;padding:4px 9px}.dl-home .card-visual{background:linear-gradient(135deg,#f0e5d8 0%,#fbf4eb 55%,#f2c4ae 100%);border-radius:12px;height:168px;margin-bottom:16px;position:relative;overflow:hidden}.dl-home .crop{border:2px solid var(--pencil);opacity:0;width:18px;height:18px;transition:opacity .25s;position:absolute}.dl-home .crop.tl{border-bottom:none;border-right:none;top:10px;left:10px}.dl-home .crop.br{border-top:none;border-left:none;bottom:10px;right:10px}.dl-home .proof-card[data-stage=design] .crop{opacity:1}.dl-home .card-visual .reel-badge{letter-spacing:.1em;color:#fff;background:#402618c7;border-radius:6px;padding:4px 9px;font-size:11px;font-weight:700;position:absolute;bottom:10px;left:10px}.dl-home .card-caption{color:var(--ink);min-height:50px;font-size:15px;line-height:1.6}.dl-home .card-caption .struck{text-decoration:line-through;-webkit-text-decoration-color:var(--pencil);text-decoration-color:var(--pencil);color:var(--ink-soft);text-decoration-thickness:2px}.dl-home .card-caption .penciled{font-family:var(--hand);color:var(--pencil);font-size:19px;font-weight:600}.dl-home .card-foot{border-top:1px dashed var(--rule);color:var(--ink-soft);justify-content:space-between;align-items:center;min-height:42px;margin-top:16px;padding-top:14px;font-size:13px;display:flex}.dl-home .avatars{display:flex}.dl-home .avatars span{color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;margin-left:-8px;font-size:10.5px;font-weight:700;display:inline-flex}.dl-home .avatars span:first-child{background:#4f5fd7;margin-left:0}.dl-home .avatars span:nth-child(2){background:#d9735a}.dl-home .avatars span:nth-child(3){background:#1fa97c}.dl-home .stamp{font-family:var(--ui);letter-spacing:.16em;text-transform:uppercase;color:var(--pencil);border:2.5px solid var(--pencil);z-index:2;background:#ffffffa6;border-radius:6px;padding:7px 13px;font-size:13px;font-weight:700;position:absolute;top:14px;right:16px;transform:rotate(6deg)}.dl-home .stamp.green{color:var(--approve);border-color:var(--approve)}.dl-home .stamp.thump{animation:.38s cubic-bezier(.18,1.4,.4,1) dlThump}@keyframes dlThump{0%{opacity:0;transform:rotate(6deg)scale(1.55)}to{opacity:1;transform:rotate(6deg)scale(1)}}.dl-home .spark{align-items:flex-end;gap:4px;height:28px;display:none}.dl-home .spark i{background:var(--pencil-tint);border-radius:3px 3px 0 0;width:9px;display:block}.dl-home .spark i.hi{background:var(--pencil)}.dl-home .proof-card[data-stage=analyze] .spark{display:flex}.dl-home .proof-card[data-stage=analyze] .avatars{display:none}.dl-home .stage-caption{color:#e3d4c2;align-items:baseline;gap:10px;margin-top:16px;font-size:14px;line-height:1.55;display:flex}.dl-home .stage-caption .step-no{font-family:var(--display);color:var(--peach);flex-shrink:0;font-size:16px;font-style:italic}.dl-home .platform-rail{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);z-index:1;background:var(--paper);margin-top:84px;padding:20px 0;position:relative;overflow:hidden}.dl-home .rail-label{text-align:center;letter-spacing:.24em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:14px;font-size:11.5px;font-weight:600}.dl-home .marquee{width:max-content;animation:38s linear infinite dlScroll;display:flex}.dl-home .marquee:hover{animation-play-state:paused}.dl-home .marquee-set{align-items:center;gap:56px;padding-right:56px;display:flex}.dl-home .marquee-set span{font-family:var(--display);color:var(--ink);white-space:nowrap;opacity:.85;font-size:21px;font-style:italic}.dl-home .marquee-set i{background:var(--pencil);border-radius:50%;flex-shrink:0;width:5px;height:5px}@keyframes dlScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.dl-home .notes-toggle{z-index:90;background:var(--ink);width:44px;height:44px;color:var(--paper);font-family:var(--display);cursor:pointer;border:none;border-radius:50%;font-size:19px;font-style:italic;transition:transform .15s,background .15s;position:fixed;bottom:22px;right:22px;box-shadow:0 8px 24px #40261840}.dl-home .notes-toggle:hover{background:var(--pencil);transform:scale(1.08)}.dl-home .note-tag{z-index:80;font-family:var(--hand);color:#fff;background:var(--pencil);opacity:0;pointer-events:none;border-radius:8px;max-width:230px;padding:5px 12px;font-size:17px;font-weight:600;line-height:1.3;transition:opacity .25s,transform .25s;position:absolute;transform:translateY(6px)}.dl-home.show-notes .note-tag{opacity:1;transform:translateY(0)}.dl-home .channels{z-index:1;padding:110px 0 100px;position:relative}.dl-home .section-head{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:end;gap:48px;margin-bottom:56px;display:grid}.dl-home h2{font-family:var(--display);font-optical-sizing:auto;color:#3a2d6e;letter-spacing:-.02em;max-width:15ch;font-size:clamp(36px,4.6vw,58px);font-weight:545;line-height:1.06}.dl-home h2 .em{font-style:italic;display:inline-block;position:relative}.dl-home h2 .em svg{pointer-events:none;width:104%;height:.3em;position:absolute;bottom:-.16em;left:-2%;right:-2%;overflow:visible}.dl-home h2 .em path{fill:none;stroke:var(--pencil);stroke-width:3px;stroke-linecap:round;stroke-dasharray:600;stroke-dashoffset:600px;transition:stroke-dashoffset .9s ease-out .35s}.dl-home .channels.in-view h2 .em path{stroke-dashoffset:0}.dl-home .section-intro{color:var(--ink-soft);border-left:2px solid var(--rule);padding-bottom:6px;padding-left:22px;font-size:16.5px;line-height:1.7}.dl-home .channel-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.dl-home .channel-card{border:1px solid var(--rule);opacity:0;background:#fff;border-radius:16px;padding:24px 22px 22px;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;transform:translateY(20px)}.dl-home .channels.in-view .channel-card{opacity:1;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),box-shadow .2s,border-color .2s;transform:none}.dl-home .channels.in-view .channel-card:first-child{transition-delay:50ms}.dl-home .channels.in-view .channel-card:nth-child(2){transition-delay:.11s}.dl-home .channels.in-view .channel-card:nth-child(3){transition-delay:.17s}.dl-home .channels.in-view .channel-card:nth-child(4){transition-delay:.23s}.dl-home .channels.in-view .channel-card:nth-child(5){transition-delay:.29s}.dl-home .channels.in-view .channel-card:nth-child(6){transition-delay:.35s}.dl-home .channels.in-view .channel-card:nth-child(7){transition-delay:.41s}.dl-home .channels.in-view .channel-card:nth-child(8){transition-delay:.47s}.dl-home .channel-card:hover{border-color:#e3d4c2;transform:translateY(-4px);box-shadow:0 16px 44px -14px #40261829}.dl-home .mono{border:1.5px solid var(--ink);width:46px;height:46px;font-family:var(--display);letter-spacing:-.02em;border-radius:11px;justify-content:center;align-items:center;margin-bottom:16px;font-size:21px;font-style:italic;font-weight:560;transition:background .2s,color .2s,border-color .2s,transform .2s;display:flex}.dl-home .channel-card:hover .mono{background:var(--ch,var(--pencil));color:#fff;border-color:#0000;transform:rotate(-4deg)}.dl-home .channel-card.ig:hover .mono{background:linear-gradient(45deg,#f58529 0%,#dd2a7b 55%,#8134af 100%)}.dl-home .channel-card h3{font-family:var(--ui);letter-spacing:-.01em;margin-bottom:10px;font-size:17px;font-weight:700}.dl-home .fmts{flex-wrap:wrap;gap:6px;display:flex}.dl-home .fmts span{color:var(--ink-soft);background:var(--paper-deep);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;transition:background .2s,color .2s}.dl-home .channel-card:hover .fmts span{background:var(--paper-deep);color:var(--ch,var(--pencil))}.dl-home .channel-card.ig:hover .fmts span{color:#dd2a7b}.dl-home .tick{width:20px;height:20px;position:absolute;top:18px;right:18px;overflow:visible}.dl-home .tick path{fill:none;stroke:var(--approve);stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:30;stroke-dashoffset:30px;transition:stroke-dashoffset .35s}.dl-home .channel-card:hover .tick path{stroke-dashoffset:0}.dl-home .trust-banner{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);opacity:0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:44px;padding:20px 4px;display:flex;transform:translateY(14px)}.dl-home .channels.in-view .trust-banner{opacity:1;transition:opacity .6s .55s,transform .6s cubic-bezier(.16,1,.3,1) .55s;transform:none}.dl-home .trust-banner .count{color:var(--ink);font-size:15px}.dl-home .trust-banner .count strong{font-family:var(--display);color:var(--pencil);margin-right:2px;font-size:21px;font-style:italic;font-weight:560}.dl-home .soon{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.dl-home .soon .soon-label{letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft);font-size:11.5px;font-weight:600}.dl-home .ghost-chip{color:var(--ink-soft);border:1.5px dashed #e3d4c2;border-radius:999px;align-items:center;gap:8px;padding:7px 16px;font-size:13.5px;font-weight:600;transition:border-color .2s,color .2s;display:inline-flex}.dl-home .ghost-chip:hover{border-color:var(--pencil);color:var(--pencil)}.dl-home .ghost-chip i{border:1.5px dashed #e3d4c2;border-radius:50%;flex-shrink:0;width:6px;height:6px}@media (max-width:1020px){.dl-home .section-head{grid-template-columns:1fr;align-items:start;gap:22px}.dl-home .channel-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.dl-home .channels{padding:76px 0 70px}.dl-home .channel-grid{grid-template-columns:1fr 1fr;gap:12px}.dl-home .channel-card{padding:18px 16px 16px}.dl-home .trust-banner{flex-direction:column;align-items:flex-start}}.dl-home .pains{background:var(--paper-deep);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);z-index:1;padding:110px 0;position:relative}.dl-home .pains .section-head{align-items:start;margin-bottom:64px}.dl-home h2 .struck-red{white-space:nowrap;display:inline-block;position:relative}.dl-home h2 .struck-red svg{pointer-events:none;width:104%;height:.42em;position:absolute;bottom:-.12em;left:-2%;right:-2%;overflow:visible}.dl-home h2 .struck-red path{fill:none;stroke:var(--redpen);stroke-width:3.2px;stroke-linecap:round;stroke-dasharray:700;stroke-dashoffset:700px;transition:stroke-dashoffset .9s ease-out .4s}.dl-home .pains.in-view h2 .struck-red path{stroke-dashoffset:0}.dl-home .pain-lead{color:var(--ink);margin-bottom:18px;font-size:17.5px;font-weight:500;line-height:1.65}.dl-home .scatter-list{margin:0 0 18px;list-style:none}.dl-home .scatter-list li{font-family:var(--display);color:var(--ink-soft);opacity:0;border-bottom:1px dashed #e3d4c2;align-items:baseline;gap:12px;padding:7px 0;font-size:17px;font-style:italic;line-height:1.5;display:flex;transform:translate(-10px)}.dl-home .pains.in-view .scatter-list li{opacity:1;transition:opacity .5s,transform .5s cubic-bezier(.16,1,.3,1);transform:none}.dl-home .pains.in-view .scatter-list li:first-child{transition-delay:.15s}.dl-home .pains.in-view .scatter-list li:nth-child(2){transition-delay:.27s}.dl-home .pains.in-view .scatter-list li:nth-child(3){transition-delay:.39s}.dl-home .pains.in-view .scatter-list li:nth-child(4){transition-delay:.51s}.dl-home .pains.in-view .scatter-list li:nth-child(5){transition-delay:.63s}.dl-home .scatter-list .x{font-family:var(--hand);color:var(--redpen);flex-shrink:0;font-size:19px;font-style:normal;font-weight:600}.dl-home .pain-result{color:var(--ink-soft);font-size:15.5px;line-height:1.65}.dl-home .scrap-grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:22px;display:grid}.dl-home .scrap{border:1px solid var(--rule);opacity:0;background:#fff;border-radius:8px;padding:50px 22px 24px;transition:transform .25s,box-shadow .25s;position:relative;transform:translateY(26px)rotate(0);box-shadow:0 10px 28px -14px #4026182e}.dl-home .scrap:nth-child(odd){--tilt:-1.6deg}.dl-home .scrap:nth-child(2n){--tilt:1.4deg}.dl-home .scrap:nth-child(3){--tilt:-1deg;margin-top:14px}.dl-home .scrap:nth-child(2){margin-top:8px}.dl-home .pains.in-view .scrap{opacity:1;transform:translateY(0) rotate(var(--tilt));transition:opacity .6s,transform .6s cubic-bezier(.34,1.4,.5,1),box-shadow .25s}.dl-home .pains.in-view .scrap:first-child{transition-delay:.2s}.dl-home .pains.in-view .scrap:nth-child(2){transition-delay:.32s}.dl-home .pains.in-view .scrap:nth-child(3){transition-delay:.44s}.dl-home .pains.in-view .scrap:nth-child(4){transition-delay:.56s}.dl-home .pains.in-view .scrap:hover{transform:translateY(-5px)rotate(0);box-shadow:0 22px 44px -16px #4026183d}.dl-home .scrap:before{content:"";background:#f3e6d5eb;border-left:1px dashed #4026181f;border-right:1px dashed #4026181f;width:76px;height:24px;position:absolute;top:-11px;left:50%;transform:translate(-50%)rotate(-2deg);box-shadow:0 1px 2px #40261814}.dl-home .scrap .red-note{font-family:var(--hand);color:var(--redpen);white-space:nowrap;font-size:18px;font-weight:600;position:absolute;top:16px;right:16px;transform:rotate(3deg)}.dl-home .scrap h3{font-family:var(--ui);letter-spacing:-.01em;margin:18px 0 8px;font-size:17px;font-weight:700}.dl-home .scrap p{color:var(--ink-soft);font-size:14px;line-height:1.6}.dl-home .vignette{height:86px;position:relative}.dl-home .vignette .win{border:1px solid var(--rule);background:var(--paper);border-radius:6px;width:64%;height:52px;position:absolute;overflow:hidden}.dl-home .vignette .win:before{content:"○ ○ ○";letter-spacing:2px;color:#c9b8a8;border-bottom:1px solid var(--rule);padding:4px 7px;font-size:7px;display:block}.dl-home .vignette .win.w1{top:0;left:0}.dl-home .vignette .win.w2{top:14px;left:22%}.dl-home .vignette .win.w3{background:var(--redpen-tint);border-color:#c72c4859;top:30px;left:38%}.dl-home .vignette .bubble{color:var(--ink-soft);background:var(--paper);border:1px solid var(--rule);border-radius:12px;padding:6px 11px;font-size:11.5px;position:absolute}.dl-home .vignette .bubble.b1{top:0;left:0}.dl-home .vignette .bubble.b2{background:var(--info-tint);color:var(--info);border-color:#e3d4c2;top:30px;right:6%}.dl-home .vignette .bubble.b3{opacity:.45;top:62px;left:8%}.dl-home .vignette .bubble.b3 s{-webkit-text-decoration-color:var(--redpen);text-decoration-color:var(--redpen)}.dl-home .vignette .aa{color:var(--ink);font-size:34px;line-height:1;position:absolute;bottom:6px}.dl-home .vignette .aa.f1{font-family:var(--display);left:4%}.dl-home .vignette .aa.f2{font-family:var(--ui);font-weight:700;left:36%}.dl-home .vignette .aa.f3{font-family:var(--hand);color:var(--redpen);left:70%}.dl-home .vignette .squiggle{width:30%;height:8px;position:absolute;bottom:0;left:66%;overflow:visible}.dl-home .vignette .squiggle path{fill:none;stroke:var(--redpen);stroke-width:2px;stroke-linecap:round}.dl-home .vignette .bars{align-items:flex-end;gap:7px;height:64px;display:flex;position:absolute;bottom:4px;left:0}.dl-home .vignette .bars i{background:#f0e5d8;border-radius:3px 3px 0 0;width:13px;display:block}.dl-home .vignette .clockface{border:2px solid var(--redpen);border-radius:50%;width:44px;height:44px;position:absolute;top:2px;right:6%}.dl-home .vignette .clockface:before,.dl-home .vignette .clockface:after{content:"";background:var(--redpen);transform-origin:0 0;position:absolute;top:50%;left:50%}.dl-home .vignette .clockface:before{width:14px;height:2px;transform:rotate(-50deg)}.dl-home .vignette .clockface:after{width:10px;height:2px;transform:rotate(60deg)}.dl-home .closing{text-align:center;margin-top:84px}.dl-home .closing .rule-dot{background:var(--pencil);border-radius:50%;width:5px;height:5px;margin:0 auto 30px;position:relative}.dl-home .closing .rule-dot:before,.dl-home .closing .rule-dot:after{content:"";background:var(--rule);width:52px;height:1px;position:absolute;top:2px}.dl-home .closing .rule-dot:before{right:16px}.dl-home .closing .rule-dot:after{left:16px}.dl-home .closing p.big{font-family:var(--display);letter-spacing:-.015em;max-width:22ch;color:var(--ink);margin:0 auto;font-size:clamp(23px,3.1vw,36px);font-weight:430;line-height:1.35}.dl-home .closing p.big .em-it{font-style:italic}.dl-home .closing .one-place{white-space:nowrap;padding:0 .08em;display:inline-block;position:relative}.dl-home .closing .one-place svg{pointer-events:none;width:115%;height:136%;position:absolute;inset:-16% -8% -20% -7%;overflow:visible}.dl-home .closing .one-place path{fill:none;stroke:var(--pencil);stroke-width:2.8px;stroke-linecap:round;stroke-dasharray:1000;stroke-dashoffset:1000px;transition:stroke-dashoffset 1.1s ease-out .5s}.dl-home .pains.in-view-closing .closing .one-place path{stroke-dashoffset:0}.dl-home .closing p.small{color:var(--ink-soft);max-width:52ch;margin:22px auto 0;font-size:15.5px;line-height:1.65}@media (max-width:1020px){.dl-home .scrap-grid{grid-template-columns:repeat(2,1fr)}.dl-home .scrap:nth-child(n){margin-top:0}}@media (max-width:540px){.dl-home .pains{padding:76px 0}.dl-home .scrap-grid{grid-template-columns:1fr;gap:26px}.dl-home .closing{margin-top:64px}}.dl-home .flow{z-index:1;padding:110px 0;position:relative}.dl-home .flow-head{text-align:center;margin-bottom:72px}.dl-home .flow-head .kicker{justify-content:center}.dl-home .flow-head h2{max-width:18ch;margin:0 auto}.dl-home .flow-head .flow-intro{max-width:58ch;color:var(--ink-soft);margin:22px auto 0;font-size:16.5px;line-height:1.7}.dl-home h2 .em-flow{white-space:nowrap;font-style:italic;display:inline-block;position:relative}.dl-home h2 .em-flow svg{pointer-events:none;width:104%;height:.3em;position:absolute;bottom:-.16em;left:-2%;right:-2%;overflow:visible}.dl-home h2 .em-flow path{fill:none;stroke:var(--pencil);stroke-width:3px;stroke-linecap:round;stroke-dasharray:600;stroke-dashoffset:600px;transition:stroke-dashoffset .9s ease-out .3s}.dl-home .flow.in-view h2 .em-flow path{stroke-dashoffset:0}.dl-home .flow-steps{grid-template-columns:1fr 96px 1fr;row-gap:44px;display:grid;position:relative}.dl-home svg.thread{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.dl-home svg.thread path{fill:none;stroke:var(--pencil);stroke-width:2.5px;stroke-linecap:round}.dl-home .flow-row{display:contents}.dl-home .step-card{border:1px solid var(--rule);z-index:1;opacity:0;background:#fff;border-radius:18px;padding:26px 28px 24px;transition:transform .22s,box-shadow .22s;position:relative;transform:translateY(22px)}.dl-home .step-card.seen{opacity:1;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),box-shadow .22s;transform:none}.dl-home .step-card:hover{transform:translateY(-4px);box-shadow:0 18px 48px -16px #4026182e}.dl-home .flow-row:nth-child(odd) .step-card{grid-column:1}.dl-home .flow-row:nth-child(2n) .step-card{grid-column:3}.dl-home .step-num{font-family:var(--display);color:var(--pencil);font-size:30px;font-style:italic;font-weight:480;line-height:1}.dl-home .step-card h3{font-family:var(--ui);letter-spacing:-.01em;color:var(--ink);margin:10px 0 8px;font-size:19px;font-weight:700}.dl-home .step-card p{color:var(--ink-soft);font-size:14.5px;line-height:1.65}.dl-home .node-cell{grid-column:2;justify-content:center;align-items:center;display:flex}.dl-home .node{border:2px solid var(--rule-strong);z-index:1;background:#fff;border-radius:50%;width:20px;height:20px;transition:border-color .3s,box-shadow .3s;position:relative}.dl-home .node:after{content:"";background:var(--pencil);border-radius:50%;transition:transform .32s cubic-bezier(.34,1.5,.6,1);position:absolute;inset:4px;transform:scale(0)}.dl-home .node.lit{border-color:var(--pencil);box-shadow:0 0 0 5px #d9735a24}.dl-home .node.lit:after{transform:scale(1)}.dl-home .flow-close{text-align:center;margin-top:84px}.dl-home .loom-mark{margin-bottom:26px;display:inline-block}.dl-home .loom-mark path.bars{stroke:var(--ink);stroke-width:3px;stroke-linecap:round;fill:none}.dl-home .loom-mark path.weave{stroke:var(--pencil);stroke-width:3.2px;stroke-linecap:round;fill:none;stroke-dasharray:220;stroke-dashoffset:220px;transition:stroke-dashoffset 1s ease-out .2s}.dl-home .flow.in-view-close .loom-mark path.weave{stroke-dashoffset:0}.dl-home .flow-close .big{font-family:var(--display);letter-spacing:-.015em;color:var(--ink);font-size:clamp(24px,3.2vw,38px);font-style:italic;font-weight:430;line-height:1.3}.dl-home .flow-close .big .tick-dot{color:var(--pencil);font-style:normal}.dl-home .flow-close .rest{max-width:52ch;color:var(--ink-soft);margin:16px auto 0;font-size:16px;line-height:1.65}@media (max-width:860px){.dl-home .flow{padding:76px 0}.dl-home .flow-steps{grid-template-columns:48px 1fr;row-gap:26px}.dl-home .flow-row:nth-child(odd) .step-card,.dl-home .flow-row:nth-child(2n) .step-card{grid-column:2}.dl-home .node-cell{grid-column:1}.dl-home .flow-close{margin-top:64px}}.dl-home .features{background:var(--paper-deep);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);z-index:1;padding:110px 0;position:relative}.dl-home .features .section-head{align-items:end;margin-bottom:56px}.dl-home h2 .boxed{padding:0 .1em;display:inline-block;position:relative}.dl-home h2 .boxed svg{pointer-events:none;width:110%;height:126%;position:absolute;inset:-12% -5% -14%;overflow:visible}.dl-home h2 .boxed path{fill:none;stroke:var(--pencil);stroke-width:2.8px;stroke-linecap:round;stroke-dasharray:900;stroke-dashoffset:900px;transition:stroke-dashoffset 1s ease-out .35s}.dl-home .features.in-view h2 .boxed path{stroke-dashoffset:0}.dl-home .feat-grid{grid-template-columns:repeat(3,1fr);grid-template-areas:"cal ai ai""cal brand appr""data data team";gap:18px;display:grid}.dl-home .cell{border:1px solid var(--rule);opacity:0;background:#fff;border-radius:20px;flex-direction:column;padding:26px;transition:transform .22s,box-shadow .22s;display:flex;position:relative;transform:translateY(22px)}.dl-home .cell.seen{opacity:1;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),box-shadow .22s;transform:none}.dl-home .cell:hover{transform:translateY(-4px);box-shadow:0 18px 48px -16px #40261829}.dl-home .cell.cal{grid-area:cal}.dl-home .cell.ai{grid-area:ai}.dl-home .cell.brand{grid-area:brand}.dl-home .cell.appr{grid-area:appr}.dl-home .cell.data{grid-area:data}.dl-home .cell.team{grid-area:team}.dl-home .dept{letter-spacing:.2em;text-transform:uppercase;color:var(--pencil);margin-bottom:12px;font-size:11px;font-weight:700}.dl-home .cell h3{font-family:var(--ui);letter-spacing:-.01em;color:var(--ink);margin-bottom:8px;font-size:18.5px;font-weight:700}.dl-home .cell>p{color:var(--ink-soft);font-size:14px;line-height:1.62}.dl-home .viz{margin-top:auto;padding-top:20px}.dl-home .mini-cal{border:1px solid var(--rule);border-radius:12px;overflow:hidden}.dl-home .mini-cal .cal-head{border-bottom:1px solid var(--rule);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);background:var(--paper);justify-content:space-between;align-items:center;padding:9px 12px;font-size:11.5px;font-weight:700;display:flex}.dl-home .mini-cal .cal-head em{font-family:var(--display);color:var(--ink);letter-spacing:0;text-transform:none;font-size:14px;font-style:italic}.dl-home .cal-grid{grid-template-columns:repeat(7,1fr);display:grid}.dl-home .cal-grid i{aspect-ratio:1/.82;border-right:1px solid var(--paper-deep);border-bottom:1px solid var(--paper-deep);align-items:flex-end;padding:4px;display:flex;position:relative}.dl-home .cal-grid i:nth-child(7n){border-right:none}.dl-home .cal-grid i.today{background:var(--paper);box-shadow:inset 0 0 0 1.5px var(--pencil);border-radius:4px}.dl-home .cal-grid i b{border-radius:50%;width:7px;height:7px;transform:scale(0)}.dl-home .cell.seen .cal-grid i b{animation:.4s cubic-bezier(.34,1.5,.6,1) forwards dlPopdot}@keyframes dlPopdot{to{transform:scale(1)}}.dl-home .cal-grid i b.d-ig{background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af)}.dl-home .cal-grid i b.d-li{background:#0a66c2}.dl-home .cal-grid i b.d-yt{background:red}.dl-home .cal-grid i b.d-fb{background:#1877f2}.dl-home .cal-grid i b.d-pi{background:#e60023}.dl-home .cal-grid i b.d-x{background:#111}.dl-home .ai-box{border:1px solid var(--rule);background:var(--paper);border-radius:12px;padding:12px 14px}.dl-home .ai-box .prompt{color:var(--ink);align-items:baseline;gap:8px;min-height:20px;font-size:13.5px;display:flex}.dl-home .ai-box .prompt .spark-ic{color:var(--pencil);flex-shrink:0;font-size:14px}.dl-home .ai-box .caret{background:var(--pencil);vertical-align:-2px;width:1.5px;height:14px;margin-left:1px;animation:1s step-end infinite dlBlink;display:inline-block}@keyframes dlBlink{50%{opacity:0}}.dl-home .ai-box .gen{border-top:1px dashed var(--rule);color:var(--ink-soft);opacity:0;margin-top:10px;padding-top:10px;font-size:13px;line-height:1.55;transition:opacity .5s,transform .5s;transform:translateY(4px)}.dl-home .ai-box .gen.show{opacity:1;transform:none}.dl-home .ai-box .gen .tag{letter-spacing:.12em;text-transform:uppercase;color:var(--pencil);background:#d9735a1a;border-radius:5px;margin-bottom:5px;padding:2px 7px;font-size:10.5px;font-weight:700;display:inline-block}.dl-home .brand-chips{gap:6px;margin-bottom:12px;display:flex}.dl-home .brand-chip{font-family:var(--ui);border:1px solid var(--rule-strong);color:var(--ink-soft);cursor:pointer;background:0 0;border-radius:999px;padding:6px 13px;font-size:12.5px;font-weight:600;transition:all .16s}.dl-home .brand-chip.active{background:var(--ink);border-color:var(--ink);color:#fff}.dl-home .brand-chip:focus-visible{outline:2px solid var(--pencil);outline-offset:2px}.dl-home .brand-mini{border:1px solid var(--rule);background:var(--paper);border-radius:12px;overflow:hidden}.dl-home .brand-mini .bar{background:var(--bm,var(--pencil));height:6px;transition:background .25s}.dl-home .brand-mini .row{color:var(--ink-soft);justify-content:space-between;align-items:center;padding:10px 13px;font-size:12.5px;display:flex}.dl-home .brand-mini .row strong{color:var(--ink);font-size:13px}.dl-home .brand-mini .pill{background:var(--paper-deep);color:var(--bm,var(--pencil));border-radius:999px;padding:3px 8px;font-size:10.5px;font-weight:700;transition:color .25s}.dl-home .appr-flow{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.dl-home .appr-pill{letter-spacing:.02em;white-space:nowrap;border-radius:999px;padding:6px 11px;font-size:11.5px;font-weight:700}.dl-home .appr-pill.s1{color:#9a6614;background:#fbf1dc}.dl-home .appr-pill.s2{color:#36419c;background:#eaedfb}.dl-home .appr-pill.s3{color:#0e7a57;background:#e2f5ec;align-items:center;gap:5px;display:inline-flex}.dl-home .appr-arrow{color:var(--rule-strong);font-size:13px}.dl-home .appr-pill.s3 svg{width:11px;height:11px;overflow:visible}.dl-home .appr-pill.s3 path{fill:none;stroke:#0e7a57;stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:24;stroke-dashoffset:24px}.dl-home .cell.seen .appr-pill.s3 path{animation:.45s .7s forwards dlDrawtick}@keyframes dlDrawtick{to{stroke-dashoffset:0}}.dl-home .mini-chart{border-bottom:1.5px solid var(--rule);background:repeating-linear-gradient(to top, transparent 0 31px, var(--rule) 31px 32px);align-items:flex-end;gap:14px;height:96px;padding:0 4px;display:flex}.dl-home .mini-chart .bar{border-radius:5px 5px 0 0;flex:1;height:0;transition:height .8s cubic-bezier(.16,1,.3,1)}.dl-home .cell.seen .mini-chart .bar{height:var(--h)}.dl-home .cell.seen .mini-chart .bar:nth-child(2){transition-delay:80ms}.dl-home .cell.seen .mini-chart .bar:nth-child(3){transition-delay:.16s}.dl-home .cell.seen .mini-chart .bar:nth-child(4){transition-delay:.24s}.dl-home .cell.seen .mini-chart .bar:nth-child(5){transition-delay:.32s}.dl-home .cell.seen .mini-chart .bar:nth-child(6){transition-delay:.4s}.dl-home .chart-meta{color:var(--muted);justify-content:space-between;align-items:center;margin-top:8px;font-size:11.5px;display:flex}.dl-home .chart-meta .delta{color:#0e7a57;background:#e2f5ec;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700}.dl-home .team-row{align-items:center;gap:14px;display:flex}.dl-home .team-avs{display:flex}.dl-home .team-avs span{color:#fff;border:2.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-left:-10px;font-size:12px;font-weight:700;display:inline-flex;position:relative}.dl-home .team-avs span:first-child{background:var(--ink);margin-left:0}.dl-home .team-avs span:nth-child(2){background:var(--pencil)}.dl-home .team-avs span:nth-child(3){background:var(--info)}.dl-home .team-avs span:nth-child(4){background:var(--approve)}.dl-home .team-avs .live:after{content:"";background:#1fa97c;border:2px solid #fff;border-radius:50%;width:9px;height:9px;position:absolute;bottom:0;right:0}.dl-home .typing{color:var(--ink-soft);background:var(--paper-deep);border-radius:999px;align-items:center;gap:7px;padding:7px 13px;font-size:12.5px;display:inline-flex}.dl-home .typing i{background:var(--muted);border-radius:50%;width:4px;height:4px;display:block}.dl-home .cell.seen .typing i{animation:1.2s ease-in-out infinite dlTdots}.dl-home .cell.seen .typing i:nth-child(2){animation-delay:.15s}.dl-home .cell.seen .typing i:nth-child(3){animation-delay:.3s}@keyframes dlTdots{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-3px)}}.dl-home .feat-close{text-align:center;margin-top:56px}.dl-home .feat-close p{color:var(--ink-soft);max-width:58ch;margin:0 auto;font-size:17px;line-height:1.7}.dl-home .feat-close p .it{font-family:var(--display);color:var(--ink);font-size:19px;font-style:italic}@media (max-width:1020px){.dl-home .feat-grid{grid-template-columns:1fr 1fr;grid-template-areas:"cal cal""ai ai""brand appr""data data""team team"}}@media (max-width:640px){.dl-home .features{padding:76px 0}.dl-home .feat-grid{grid-template-columns:1fr;grid-template-areas:"cal""ai""brand""appr""data""team"}.dl-home .mini-chart{gap:8px}}.dl-home .why{z-index:1;padding:110px 0 120px;position:relative}.dl-home .why-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:start;gap:80px;display:grid}.dl-home .why-rail{position:sticky;top:104px}.dl-home .why-rail h2{max-width:14ch}.dl-home .why-rail .why-intro{max-width:46ch;color:var(--ink-soft);margin-top:20px;font-size:16px;line-height:1.7}.dl-home .asterisk{color:var(--pencil);font-family:var(--display);vertical-align:super;margin-left:2px;font-size:.72em;font-style:italic;line-height:0}.dl-home .why-toc{margin-top:34px;list-style:none}.dl-home .why-toc li{padding:0}.dl-home .why-toc a{color:var(--muted);align-items:center;gap:14px;padding:9px 0;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.dl-home .why-toc a:before{content:"";background:var(--rule-strong);flex-shrink:0;width:22px;height:1.5px;transition:width .25s,background .25s}.dl-home .why-toc a:hover,.dl-home .why-toc li.active a{color:var(--ink)}.dl-home .why-toc li.active a:before{background:var(--pencil);width:38px}.dl-home .why-footnote{border-top:1px solid var(--rule);max-width:46ch;color:var(--ink-soft);margin-top:44px;padding-top:18px;font-size:13.5px;line-height:1.7}.dl-home .why-footnote .asterisk{vertical-align:baseline;margin-right:6px;font-size:1.1em}.dl-home .why-essay{min-width:0}.dl-home .why-entry{border-top:1px solid var(--rule);opacity:0;padding:38px 0 40px;transform:translateY(20px)}.dl-home .why-entry:last-child{border-bottom:1px solid var(--rule)}.dl-home .why-entry.seen{opacity:1;transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1);transform:none}.dl-home .why-entry h3{font-family:var(--display);letter-spacing:-.015em;color:var(--ink);margin-bottom:16px;font-size:clamp(23px,2.4vw,29px);font-style:italic;font-weight:480}.dl-home .why-entry p{color:var(--ink-soft);font-size:15.5px;line-height:1.78}.dl-home .why-entry p:first-letter{font-family:var(--display);float:left;color:var(--pencil);padding:5px 12px 0 0;font-size:54px;font-weight:480;line-height:.82}@media (max-width:920px){.dl-home .why{padding:76px 0 84px}.dl-home .why-grid{grid-template-columns:1fr;gap:44px}.dl-home .why-rail{position:static}.dl-home .why-toc{display:none}.dl-home .why-footnote{margin-top:28px}}.dl-home .facts{z-index:1;padding:30px 0 120px;position:relative}.dl-home .facts .section-head{align-items:end;margin-bottom:48px}.dl-home h2 .dbl{display:inline-block;position:relative}.dl-home h2 .dbl svg{pointer-events:none;width:104%;height:.36em;position:absolute;bottom:-.26em;left:-2%;right:-2%;overflow:visible}.dl-home h2 .dbl path{fill:none;stroke:var(--pencil);stroke-width:2.6px;stroke-linecap:round;stroke-dasharray:700;stroke-dashoffset:700px;transition:stroke-dashoffset 1s ease-out .35s}.dl-home .facts.in-view h2 .dbl path{stroke-dashoffset:0}.dl-home .fact-file{border:1px solid var(--rule-strong);background:#fff;position:relative}.dl-home .crop-m{pointer-events:none;width:14px;height:14px;position:absolute}.dl-home .crop-m i{background:var(--rule-strong);position:absolute}.dl-home .crop-m i.h{width:14px;height:1.5px}.dl-home .crop-m i.v{width:1.5px;height:14px}.dl-home .crop-m.tl{top:-22px;left:-22px}.dl-home .crop-m.tl i.h{bottom:0;left:0}.dl-home .crop-m.tl i.v{top:0;right:0}.dl-home .crop-m.tr{top:-22px;right:-22px}.dl-home .crop-m.tr i.h{bottom:0;right:0}.dl-home .crop-m.tr i.v{top:0;left:0}.dl-home .crop-m.bl{bottom:-22px;left:-22px}.dl-home .crop-m.bl i.h{top:0;left:0}.dl-home .crop-m.bl i.v{bottom:0;right:0}.dl-home .crop-m.br{bottom:-22px;right:-22px}.dl-home .crop-m.br i.h{top:0;right:0}.dl-home .crop-m.br i.v{bottom:0;left:0}.dl-home .file-head{border-bottom:1px solid var(--rule-strong);background:var(--paper);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;padding:16px 26px;display:flex}.dl-home .file-head .fh-label{letter-spacing:.22em;text-transform:uppercase;color:var(--pencil);font-size:11.5px;font-weight:700}.dl-home .file-head .fh-title{font-family:var(--display);color:var(--ink-soft);font-size:15px;font-style:italic}.dl-home .fact-grid{grid-template-columns:repeat(3,1fr);display:grid}.dl-home .fact{border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);opacity:0;padding:30px 28px 28px;transition:background .2s;transform:translateY(14px)}.dl-home .fact:nth-child(3n){border-right:none}.dl-home .fact:nth-child(n+4){border-bottom:none}.dl-home .fact:hover{background:var(--paper)}.dl-home .facts.in-view .fact{opacity:1;transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1),background .2s;transform:none}.dl-home .facts.in-view .fact:nth-child(2){transition-delay:80ms}.dl-home .facts.in-view .fact:nth-child(3){transition-delay:.16s}.dl-home .facts.in-view .fact:nth-child(4){transition-delay:.24s}.dl-home .facts.in-view .fact:nth-child(5){transition-delay:.32s}.dl-home .facts.in-view .fact:nth-child(6){transition-delay:.4s}.dl-home .fact-val{font-family:var(--display);letter-spacing:-.02em;color:var(--ink);font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:baseline;gap:10px;min-height:52px;font-size:46px;font-style:italic;font-weight:470;line-height:1;display:flex}.dl-home .fact-val .spark-ai{color:var(--pencil);font-size:28px;font-style:normal}.dl-home .fact-val .struck-seat{font-family:var(--ui);color:var(--muted);text-decoration:line-through;-webkit-text-decoration-color:var(--redpen);text-decoration-color:var(--redpen);align-self:center;font-size:14px;font-style:normal;font-weight:600;text-decoration-thickness:2px}.dl-home .fact-val .unit{font-family:var(--ui);color:var(--muted);letter-spacing:.04em;align-self:center;font-size:13px;font-style:normal;font-weight:600}.dl-home .chan-dots{align-self:center;gap:5px;display:flex}.dl-home .chan-dots b{border-radius:50%;width:9px;height:9px;transform:scale(0)}.dl-home .facts.in-view .chan-dots b{animation:.35s cubic-bezier(.34,1.5,.6,1) forwards dlPopdot}.dl-home .fact h3{font-family:var(--ui);letter-spacing:-.005em;color:var(--ink);margin:14px 0 7px;font-size:15.5px;font-weight:700}.dl-home .fact p{color:var(--ink-soft);font-size:13.5px;line-height:1.62}@media (max-width:1020px){.dl-home .fact-grid{grid-template-columns:1fr 1fr}.dl-home .fact:nth-child(3n){border-right:1px solid var(--rule)}.dl-home .fact:nth-child(2n){border-right:none}.dl-home .fact:nth-child(n+4){border-bottom:1px solid var(--rule)}.dl-home .fact:nth-child(n+5){border-bottom:none}}@media (max-width:640px){.dl-home .facts{padding:10px 0 80px}.dl-home .fact-grid{grid-template-columns:1fr}.dl-home .fact{border-right:none!important;border-bottom:1px solid var(--rule)!important}.dl-home .fact:last-child{border-bottom:none!important}.dl-home .crop-m{display:none}}.dl-home .faq{z-index:1;padding:70px 0 100px;position:relative}.dl-home .faq-head{text-align:center;margin-bottom:44px}.dl-home .faq-head .kicker{justify-content:center}.dl-home .faq-head h2{margin:0 auto}.dl-home .faq-list{border-top:1px solid var(--rule);max-width:780px;margin:0 auto}.dl-home .faq-item{border-bottom:1px solid var(--rule)}.dl-home .faq-q{cursor:pointer;text-align:left;width:100%;font-family:var(--ui);background:0 0;border:none;align-items:baseline;gap:16px;padding:22px 6px;display:flex}.dl-home .faq-q:focus-visible{outline:2px solid var(--pencil);outline-offset:2px;border-radius:6px}.dl-home .faq-q .qmark{font-family:var(--display);color:var(--pencil);flex-shrink:0;width:26px;font-size:20px;font-style:italic;font-weight:500}.dl-home .faq-q .qtext{color:var(--ink);letter-spacing:-.005em;flex:1;font-size:16.5px;font-weight:600;line-height:1.45}.dl-home .faq-q .plus{flex-shrink:0;align-self:center;width:22px;height:22px;transition:transform .28s cubic-bezier(.4,0,.2,1);position:relative}.dl-home .faq-q .plus:before,.dl-home .faq-q .plus:after{content:"";background:var(--ink-soft);border-radius:2px;transition:background .2s;position:absolute}.dl-home .faq-q .plus:before{width:14px;height:2px;top:10px;left:4px}.dl-home .faq-q .plus:after{width:2px;height:14px;top:4px;left:10px}.dl-home .faq-item.open .plus{transform:rotate(45deg)}.dl-home .faq-item.open .plus:before,.dl-home .faq-item.open .plus:after{background:var(--pencil)}.dl-home .faq-a{grid-template-rows:0fr;transition:grid-template-rows .36s cubic-bezier(.4,0,.2,1);display:grid}.dl-home .faq-item.open .faq-a{grid-template-rows:1fr}.dl-home .faq-a>div{overflow:hidden}.dl-home .faq-a p{color:var(--ink-soft);padding:0 40px 24px 48px;font-size:15px;line-height:1.75}.dl-home .faq-a .amark{font-family:var(--display);color:var(--pencil);margin-right:9px;font-size:17px;font-style:italic;font-weight:500}.dl-home .cta{z-index:1;padding:30px 0 110px;position:relative}.dl-home .cta-card{text-align:center;background:radial-gradient(130% 150% at 50% 0%, var(--hero-top) 0%, var(--ink) 50%, var(--hero-bottom) 100%);color:#faf7ff;border-radius:32px;padding:92px 48px 84px;position:relative;overflow:hidden;box-shadow:0 30px 70px -30px #40261873}.dl-home .cta-card:before{content:"";pointer-events:none;background:radial-gradient(closest-side,#d9735a33,#0000 72%);width:50%;height:62%;position:absolute;bottom:-24%;left:-10%}.dl-home .cta-card:after{content:"";pointer-events:none;background:radial-gradient(closest-side,#d9735a38,#0000 72%);width:50%;height:62%;position:absolute;bottom:-24%;right:-10%}.dl-home .cta-card h2{color:#fff;max-width:16ch;margin:0 auto;font-size:clamp(34px,4.8vw,58px)}.dl-home .cta-word{background:linear-gradient(100deg, var(--peach) 8%, var(--pencil) 92%);-webkit-text-fill-color:transparent;color:var(--peach);-webkit-background-clip:text;background-clip:text;padding:0 .06em;font-style:italic;display:inline-block;position:relative}.dl-home .cta-word svg{pointer-events:none;width:115%;height:136%;position:absolute;inset:-16% -8% -20% -7%;overflow:visible}.dl-home .cta-word path{fill:none;stroke:var(--peach);stroke-width:3px;stroke-linecap:round;stroke-dasharray:1000;stroke-dashoffset:1000px;transition:stroke-dashoffset 1.1s ease-out .3s}.dl-home .cta.in-view .cta-word path{stroke-dashoffset:0}.dl-home .cta-card .cta-row{justify-content:center;margin-top:40px}.dl-home .cta-card .fine-print{color:var(--blush);justify-content:center}.dl-home .cta-card .fine-print .sep{background:var(--blush);opacity:.6}@media (max-width:640px){.dl-home .faq{padding:50px 0 70px}.dl-home .faq-a p{padding:0 10px 22px 42px}.dl-home .cta-card{border-radius:24px;padding:64px 22px 56px}.dl-home .cta-card .cta-row .btn{justify-content:center;width:100%}}.dl-home footer{--esp:#1f0828;--cream:#fdfde8;color:var(--cream);z-index:1;background:linear-gradient(#2a0e3a 0%,#1f0828 100%);border-radius:clamp(32px,3vw,56px) clamp(32px,3vw,56px) 0 0;margin-top:clamp(48px,6vw,96px);padding:88px 0 0;font-family:Inter,Schibsted Grotesk,sans-serif;position:relative;overflow:hidden}.dl-home .foot-intro{border-bottom:1px solid #fdfde824;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:center;gap:48px;padding-bottom:56px;display:grid}.dl-home .foot-brand{align-items:center;gap:12px;margin-bottom:22px;display:flex}.dl-home .foot-brand a{font-family:var(--display);color:var(--cream);letter-spacing:-.01em;align-items:center;gap:10px;font-size:21px;font-weight:600;text-decoration:none;display:flex}.dl-home .foot-intro h2{font-family:var(--display);letter-spacing:-.015em;color:var(--cream);max-width:16ch;font-size:clamp(27px,3.2vw,40px);font-style:italic;font-weight:430;line-height:1.15}.dl-home .foot-intro .foot-desc{color:#fdfde8bf;max-width:48ch;margin-top:16px;font-size:15px;line-height:1.7}.dl-home .foot-cta{justify-self:end}.dl-home .btn-coral{color:#fff;background:#c9614a;padding:16px 30px}.dl-home .btn-coral:hover{background:#d9735a;transform:translateY(-1px);box-shadow:0 12px 32px #c9614a66}.dl-home .foot-nav{border-bottom:1px solid #fdfde824;grid-template-columns:repeat(5,1fr);gap:32px;padding:56px 0;display:grid}.dl-home .fcol-head{cursor:default;text-align:left;letter-spacing:.2em;text-transform:uppercase;color:#fdfde88c;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;margin-bottom:18px;padding:0;font-family:inherit;font-size:12px;font-weight:700;display:flex}.dl-home .fcol-head .fchev{display:none}.dl-home .flinks-wrap{grid-template-rows:1fr;display:grid}.dl-home .flinks-wrap>div{overflow:hidden}.dl-home .flinks{list-style:none}.dl-home .flinks li{padding:6px 0}.dl-home .flinks a{color:var(--cream);font-size:14.5px;font-weight:500;text-decoration:none;transition:color .18s;position:relative}.dl-home .flinks a:after{content:"";background:#f5a98c;width:0;height:1.5px;transition:width .2s;position:absolute;bottom:-3px;left:0}.dl-home .flinks a:hover{color:#f5a98c}.dl-home .flinks a:hover:after{width:100%}.dl-home .soon-tag{letter-spacing:.1em;text-transform:uppercase;color:#fdfde899;vertical-align:1px;border:1px dashed #fdfde866;border-radius:999px;margin-left:8px;padding:2px 8px;font-size:10px;font-weight:700}.dl-home .foot-social{border-bottom:1px solid #fdfde824;align-items:center;gap:12px;padding:32px 0;display:flex}.dl-home .foot-social .fs-label{letter-spacing:.2em;text-transform:uppercase;color:#fdfde88c;margin-right:10px;font-size:12px;font-weight:700}.dl-home .fs-circle{width:38px;height:38px;font-family:var(--display);color:var(--cream);border:1.5px solid #fdfde873;border-radius:50%;justify-content:center;align-items:center;font-size:14.5px;font-style:italic;font-weight:540;text-decoration:none;transition:all .18s;display:inline-flex}.dl-home .fs-circle:hover{color:var(--esp);background:#f5a98c;border-color:#f5a98c;transform:translateY(-2px)rotate(-4deg)}.dl-home .foot-bottom{color:#fdfde899;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:26px 0 34px;font-size:13px;display:flex}.dl-home .foot-bottom .made{font-family:var(--display);font-size:14.5px;font-style:italic}@media (max-width:1020px){.dl-home .foot-nav{grid-template-columns:repeat(3,1fr);row-gap:40px}}@media (max-width:720px){.dl-home footer{padding-top:60px}.dl-home .foot-intro{grid-template-columns:1fr;gap:28px;padding-bottom:40px}.dl-home .foot-cta{justify-self:start}.dl-home .foot-nav{grid-template-columns:1fr;gap:0;padding:12px 0}.dl-home .fcol{border-bottom:1px solid #fdfde81a}.dl-home .fcol:last-child{border-bottom:none}.dl-home .fcol-head{cursor:pointer;margin-bottom:0;padding:18px 0}.dl-home .fcol-head .fchev{border-bottom:1.5px solid #fdfde899;border-right:1.5px solid #fdfde899;width:10px;height:10px;transition:transform .25s;display:block;transform:rotate(45deg)}.dl-home .fcol.open .fcol-head .fchev{transform:rotate(225deg)}.dl-home .flinks-wrap{grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.4,0,.2,1)}.dl-home .fcol.open .flinks-wrap{grid-template-rows:1fr}.dl-home .flinks{padding-bottom:14px}.dl-home .foot-social{flex-wrap:wrap}}.dl-home h2 .em,.dl-home h2 .em-flow,.dl-home h2 .dbl,.dl-home h2 .boxed,.dl-home h2 .gradw{background:linear-gradient(100deg,#e8836a 5%,#c9614a 95%);-webkit-text-fill-color:transparent;color:#d9735a;-webkit-background-clip:text;background-clip:text}.dl-home h2 .gradw{font-style:italic}.dl-home .step-num{color:#fff;background:linear-gradient(135deg,#d9735a 0%,#c9614a 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;display:inline-flex;box-shadow:0 8px 20px -8px #d9735a8c}.dl-home .fact-val{background:linear-gradient(120deg,#d9735a 10%,#c9614a 90%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.dl-home .fact-val .unit,.dl-home .fact-val .struck-seat{-webkit-text-fill-color:var(--muted)}.dl-home .fact-val .spark-ai{-webkit-text-fill-color:var(--pencil)}.dl-home .cell.cal,.dl-home .cell.team{background:#f8e0cc;border-color:#efcdb2}.dl-home .fcol-head{color:#f5a98c}.dl-home .cta-card{background:radial-gradient(130% 150% at 50% 0,#f5a98c 0%,#e8836a 48%,#c9614a 100%)}.dl-home .cta-card:before,.dl-home .cta-card:after{background:radial-gradient(closest-side,#3d1a0e29,#0000 72%)}.dl-home .cta-card .cta-word{-webkit-text-fill-color:#fff;color:#fff;background:0 0}.dl-home .cta-card .cta-word path{stroke:#2d2356cc}.dl-home .cta-card .btn-primary{background:var(--ink)}.dl-home .cta-card .btn-primary:hover{filter:none;background:#3a2d6e;box-shadow:0 12px 32px #2d235673}.dl-home .cta-card .fine-print{color:#ffffffe0}.dl-home .cta-card .fine-print .sep{opacity:1;background:#ffffffb3}@media (prefers-reduced-motion:reduce){.dl-home,.dl-home *{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-delay:0s!important}.dl-home .marquee{flex-wrap:wrap;justify-content:center;width:100%;animation:none}}@media (max-width:1020px){.dl-home .hero-grid{grid-template-columns:1fr;gap:56px}.dl-home .hero-copy{max-width:600px;padding-top:8px}.dl-home .margin-note{display:none}}@media (max-width:720px){.dl-home .signin{display:none}.dl-home .hero{padding-top:16px}.dl-home .hero-card{border-radius:24px;padding:44px 24px 40px}.dl-home h1{font-size:clamp(40px,11vw,56px)}.dl-home .wrap{padding:0 16px}.dl-home .cta-row .btn{justify-content:center;width:100%}.dl-home .platform-rail{margin-top:60px}}
