/* "Try the demo" entry points on /for-doms: nav link, text link under the claim form, second
   button in the final CTA. Copy longer than three words is placeholder for Lucy. */
.nav-demo{display:flex;align-items:center;gap:8px;min-height:44px;font-size:12px;white-space:nowrap}
.nav-demo .icon{width:15px;height:15px}
.claim-dommes .nav-demo{color:#e7d7f1}
@media(min-width:601px) and (max-width:800px){.claim-dommes .nav-demo{font-size:11px}}
@media(max-width:600px){
  .claim-dommes .landing-nav{gap:15px}
  .claim-dommes .nav-demo{font-size:11px;gap:5px}
  .claim-dommes .nav-demo .icon{display:none}
}
@media(max-width:350px){.claim-dommes .landing-nav{gap:11px}.claim-dommes .nav-demo{font-size:10px}}
.demo-hero-link{display:inline-flex;align-items:center;gap:10px;min-height:44px;margin-top:17px;font-size:13px;font-weight:500;color:#dcc4fe}
.demo-hero-link .icon{width:16px;height:16px}
@media(max-width:600px){
  .claim-dommes .demo-hero-link{order:4;width:100%;margin-top:7px;min-height:38px;font-size:12px}
}
/* Short phones (320x568): the link must not push "More to explore" below the first screen. */
@media(max-width:600px) and (max-height:730px){
  .claim-dommes .demo-hero-link{margin-top:2px;min-height:34px}
  .claim-dommes .more-explore{margin-top:0}
}
.demo-join-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.demo-outline-light{min-width:176px;min-height:59px;justify-content:space-between;padding-inline:22px;font-size:14px;border:1px solid #6747b35c;color:#6747b3}
@media(max-width:800px){.demo-join-actions{width:100%}}
@media(max-width:600px){
  .demo-join-actions{gap:12px;flex-direction:column;align-items:stretch}
  .demo-join-actions>*{width:100%}
  .demo-outline-light{min-width:0;min-height:54px;font-size:13px}
}
@media(hover:hover) and (pointer:fine){.landing-nav .nav-demo:hover,.demo-hero-link:hover{color:var(--accent)}.claim-dommes .nav-demo:hover,.claim-dommes .demo-hero-link:hover{color:#fff9ff}}
