/* Shared by drft-web and rcll-web. Keep both copies identical. */
:root{--family-accent:var(--accent,#6254c7);--family-tint:#e5e1ef;--text:#202832;--muted:#5d646b;--line:#d8d7d4;--surface:#faf8f4}
html[data-product=drft]{--family-accent:var(--teal);--family-tint:#dde4db}
html[data-theme=dark]{--text:#f5eee4;--muted:#b7bac8;--line:#46505f;--surface:#293440;--family-tint:#34384d}
html[data-product=drft][data-theme=dark]{--family-tint:#2e4247}
.wrap{width:min(1200px,calc(100% - 96px))}
.site-header{height:88px}
.header-inner{width:min(1320px,calc(100% - 80px));height:88px;gap:24px}
.site-header .brand{gap:11px;flex:none}
.site-header .brand>span{font-size:32px;line-height:1;letter-spacing:-.05em}
.site-header .brand>img{width:40px;height:40px;object-fit:contain}
.site-header nav{margin-left:0;gap:32px;font-size:13px;font-weight:650}
.header-actions{display:flex;align-items:center;gap:20px}
.theme-toggle{width:44px;height:44px;min-width:44px;min-height:44px;display:grid;place-items:center;padding:0}
.theme-toggle svg{width:20px;height:20px}
.header-cta{display:inline-flex;align-items:center;gap:12px;min-height:44px;font-size:12px;font-weight:750;white-space:nowrap}
.header-cta .icon{width:15px;height:15px}
.site-header nav a,.text-link,.site-footer nav a{min-height:24px;display:inline-flex;align-items:center}
.site-header nav a:hover,.text-link:hover,.site-footer a:hover{color:var(--family-accent)}
.button{min-height:48px;padding:13px 25px;gap:18px;border-radius:999px;font-size:13px;font-weight:750;line-height:1.6}
.button .icon,.button svg{width:20px;height:20px;flex:none}
.button.primary{background:var(--text);color:var(--bg)}
.button.primary:hover{background:var(--text);color:var(--bg)}
.button.secondary{background:color-mix(in srgb,var(--family-accent) 12%,var(--bg));color:var(--text)}
.text-link{gap:16px;font-size:12px;font-weight:750}
.text-link .icon{width:15px;height:15px}
button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--family-accent);outline-offset:5px}
h2{font-size:clamp(34px,4vw,51px);line-height:1.16;font-weight:600;letter-spacing:-2.2px}
.integration-section h2,.rcll-integration h2{font-size:42px;line-height:1.16;letter-spacing:-1.8px}
.integration-section p:not(.eyebrow),.rcll-integration p:not(.eyebrow),.section-heading>p,.editor-grid p:not(.eyebrow){font-size:14px;line-height:1.9}
.integration-art,.rcll-integration-art{min-height:300px}

/* Large, accessible native FAQ disclosures. */
.faq-section{display:grid;grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr);gap:clamp(36px,5vw,72px);align-items:start;padding:90px 0 110px;border-top:1px solid var(--line)}
.faq-section h2{margin:0;font-size:clamp(34px,4vw,51px)}
.faq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;padding-top:0}
.faq-item{min-width:0;align-self:start;border-bottom:1px solid var(--line)}
.faq-item[open]{grid-column:1/-1}
.faq-item summary{position:relative;display:flex;align-items:center;min-height:104px;padding:26px 56px 26px 0;font-size:clamp(18px,1.5vw,21px);font-weight:650;line-height:1.4;letter-spacing:-.45px;gap:0;color:var(--text);list-style:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:hover,.faq-item[open] summary{color:var(--family-accent)}
.faq-item .faq-toggle,.faq-item[open] summary>.faq-toggle{position:absolute;right:0;top:50%;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--family-accent) 10%,transparent);color:var(--family-accent);transform:translateY(-50%)}
.faq-toggle:before,.faq-toggle:after{content:none}
.faq-toggle svg{display:block;width:16px;height:16px}
.faq-item[open] .faq-vertical{display:none}
.faq-item p{max-width:70ch;margin:0;padding:0 56px 28px 0;font-size:16px;line-height:1.8;color:var(--muted)}
.faq-item summary:focus-visible{outline-offset:4px;border-radius:6px}

/* One download treatment, with a distinct tint for each product. */
.closing-section,html[data-theme=dark] .closing-section{position:relative;isolation:isolate;background:var(--family-tint);color:var(--text);padding:65px 0 120px;text-align:center;overflow:hidden}
.closing-section .closing-woodland{opacity:.12}
.closing-section .closing-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}
.closing-section .closing-inner>img{width:100px;height:100px;margin:0 auto 18px;object-fit:contain}
.closing-section .closing-inner h2{font-size:64px;line-height:1.16;letter-spacing:-3.5px;margin:22px 0}
.closing-section .closing-inner .button{margin-top:20px;padding:14px 25px;gap:18px;opacity:1;cursor:default;background:var(--text);color:var(--bg);border:0}
.closing-section .closing-inner .button:hover{transform:none;background:var(--text);color:var(--bg)}
.closing-section .availability-note{display:block;font-size:12px;line-height:1.6;color:var(--muted);margin-top:18px}
.closing-wave{position:absolute;width:100%;height:120px;bottom:-1px;left:0;color:var(--bg);pointer-events:none;z-index:0}
.site-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px 0 45px}
.site-footer .brand>span{font-size:28px;line-height:1;letter-spacing:-.05em}
.site-footer>p{font-size:11px;white-space:nowrap;margin:0}
.site-footer nav{display:flex;align-items:center;flex-wrap:wrap;gap:8px 22px;margin-left:auto;font-size:11px;color:var(--muted)}
.site-footer nav a{gap:8px}
.site-footer .icon{width:13px;height:13px}

@media(max-width:1100px){.faq-section{grid-template-columns:1fr;gap:32px}.integration-section h2,.rcll-integration h2{font-size:36px}}
@media(max-width:800px){.wrap,.header-inner{width:calc(100% - 48px)}.header-inner{gap:16px}.site-header nav{gap:18px;font-size:11px}.header-actions{gap:12px}.faq-section{padding:65px 0 85px}.site-footer{flex-wrap:wrap;padding-top:25px}.site-footer nav{width:100%;margin:0;justify-content:flex-start}.integration-section h2,.rcll-integration h2{font-size:34px}}
@media(max-width:640px){.site-header nav{display:none}.faq-list{grid-template-columns:1fr}.faq-item[open]{grid-column:auto}.faq-item summary{min-height:88px;font-size:18px;padding:23px 54px 23px 0;letter-spacing:-.3px}.faq-item p{font-size:16px;padding:0 0 25px}.faq-section{gap:24px}}
@media(max-width:540px){.wrap,.header-inner{width:calc(100% - 40px)}.site-header,.header-inner{height:75px}.site-header .brand>span{font-size:29px}.site-header .brand>img{width:33px;height:33px}.header-actions{gap:7px}.header-cta{font-size:11px;gap:8px}.button{padding-inline:20px}.hero-actions .button{gap:16px;padding-inline:20px}.faq-section{padding:55px 0 65px}.faq-section h2,h2{font-size:34px;letter-spacing:-1.6px}.integration-section h2,.rcll-integration h2{font-size:32px}.closing-section,html[data-theme=dark] .closing-section{padding:45px 0 100px}.closing-section .closing-inner>img{width:80px;height:80px}.closing-section .closing-inner h2{font-size:43px;letter-spacing:-2px}.site-footer{gap:15px;padding-bottom:28px}.site-footer .brand>span{font-size:26px}.site-footer>p{font-size:10px}.site-footer nav{font-size:11px;gap:8px 20px}}
@media(prefers-reduced-motion:reduce){.button,.theme-toggle,.faq-toggle{transition:none!important}}

/* Related window artwork: scrolling groups for drft, saved arrangements for rcll. */
.drft-companion .drft-columns{overflow:visible;gap:6px;transform:rotate(5deg)}
.drft-companion .drft-columns>span{gap:6px}
.drft-companion .drft-columns i{position:relative;overflow:hidden;background:#f2efe9;border:1px solid #7eaaa2;border-radius:5px;box-shadow:0 3px 6px #20283216}
.drft-companion .drft-columns>span:first-child{transform:translateY(-6px)}
.drft-companion .drft-columns>span:last-child{transform:translateY(6px)}
.mini-window-chrome{display:block;height:11px;background:#b7d0ca;border-bottom:1px solid #94b7ae}
.mini-window-chrome:before{content:'';display:block;width:3px;height:3px;margin:4px 0 0 4px;border-radius:50%;background:#6b9288;box-shadow:5px 0 #6b9288,10px 0 #6b9288}
.mini-window-lines{display:block;height:3px;margin:7px 5px 0;background:#c5d6d0;box-shadow:0 6px #c5d6d0;border-radius:2px}
.drft-companion .drft-columns:before,.drft-companion .drft-columns:after{content:'';position:absolute;top:40%;height:20px;width:6px;border-block:1px solid #7eaaa2;background:#dbe6df}
.drft-companion .drft-columns:before{left:-10px;border-left:1px solid #7eaaa2;border-radius:3px 0 0 3px}
.drft-companion .drft-columns:after{right:-10px;border-right:1px solid #7eaaa2;border-radius:0 3px 3px 0}
.workspace-card-layout i{position:relative;overflow:hidden;background:#ede9f6;border-color:#a498d0;box-shadow:0 2px 3px #20283210}
.workspace-card-layout i:first-child{background:#ede9f6}
.workspace-card-layout i:before{content:'';display:block;height:8px;background:#bfb4e1;border-bottom:1px solid #ad9fd5}
.workspace-card-layout i:after{content:'';display:block;height:2px;margin:6px 4px;background:#c7bee0;box-shadow:0 5px #c7bee0}

/* Keep text inside the cream sample windows readable in both themes. */
html[data-product=drft] .window-bar,
html[data-product=drft] .note-content .mini-label,
html[data-product=drft] .note-list,
html[data-product=drft] .demo-window .mini-label,
html[data-product=drft] .demo-window-body p,
html[data-product=drft] .reading-item>span{color:#536057}

/* Shared product commitments beside the download placeholder. */
.closing-section .purchase-benefits{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 22px;list-style:none;padding:0;margin:24px 0 0;font-size:12px;line-height:1.6;color:var(--text)}
.closing-section .purchase-benefits li{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.closing-section .purchase-benefits li:before{content:none}
.closing-section .purchase-benefits svg{flex:none;color:var(--family-accent)}
