feat: rebrand landing page to match dobetternorge.no

- Add sticky navy nav with logo-header.webp, Legal Tools badge, lang switcher, red CTA
- Replace showcase-hero with full-bleed dark hero (Crimson Pro, IBM Plex Mono, stat pills)
- Redesign tool cards: 3-col grid, 178px illustrated SVG art per card (7 unique illustrations)
- Add lt-trust 3-col strip and lt-access navy gate panel
- Rebuild footer with 3-col navy layout matching main site
- Add Crimson Pro / Roboto / IBM Plex Mono Google Fonts via <link> + @import
- CSS: new lt-* variables, all new landing component styles appended to tools.css

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-17 12:33:31 +02:00
parent 8b77acb828
commit 38683cffc0
3 changed files with 711 additions and 76 deletions
+21 -16
View File
@@ -1,30 +1,35 @@
<?php declare(strict_types=1); ?>
<footer class="site-footer">
<div class="site-footer__inner">
<footer class="lt-footer">
<div class="lt-footer__grid">
<div class="site-footer__col">
<h3 class="site-footer__heading">Zero Storage</h3>
<p class="site-footer__body">Your documents are processed entirely in memory and discarded the moment your session ends. Nothing is written to disk, cached on our servers, or retained in any database. What you upload stays private&nbsp;&mdash; always.</p>
<div>
<picture>
<source srcset="https://dobetternorge.no/assets/images/brand/logo-header.webp" type="image/webp">
<img class="lt-footer__logo" src="https://dobetternorge.no/assets/images/brand/logo-header.png" alt="Do Better Norge" width="140" height="34" loading="lazy">
</picture>
<h3 class="lt-footer__heading">Zero Storage</h3>
<p class="lt-footer__body">Your documents are processed entirely in memory and discarded the moment your session ends. Nothing is written to disk, cached on our servers, or retained in any database. What you upload stays private&nbsp;&mdash; always.</p>
</div>
<div class="site-footer__col">
<h3 class="site-footer__heading">Powered by CaveauAI</h3>
<p class="site-footer__body">These tools run on <a href="https://bluenotelogic.com/caveauai" target="_blank" rel="noopener noreferrer">CaveauAI</a>, Blue Note Logic&rsquo;s private AI infrastructure&nbsp;&mdash; a multi-stage processing pipeline that ingests your documents, extracts structured legal meaning using large language models, and cross-references findings against a curated corpus of Norwegian case law and tribunal decisions. Your data never leaves our environment and is never shared with third-party AI providers or used for model training.</p>
<p class="site-footer__sub">Hosted by Blue Note Logic Inc. &middot; Part of the Do Better Norge advocacy group.</p>
<div>
<h3 class="lt-footer__heading">Powered by CaveauAI</h3>
<p class="lt-footer__body">These tools run on <a href="https://bluenotelogic.com/caveauai" target="_blank" rel="noopener noreferrer">CaveauAI</a>, Blue Note Logic&rsquo;s private AI infrastructure &mdash; a multi-stage pipeline that ingests your documents, extracts structured legal meaning using large language models, and cross-references findings against a curated corpus of Norwegian case law and tribunal decisions. Your data never leaves our environment and is never shared with third-party AI providers or used for model training.</p>
<p class="lt-footer__sub">Hosted by Blue Note Logic Inc. &middot; Part of the Do Better Norge advocacy group.</p>
</div>
<div class="site-footer__col">
<h3 class="site-footer__heading">Resources</h3>
<ul class="site-footer__links">
<li><a href="https://bluenotelogic.com/caveauai" target="_blank" rel="noopener noreferrer">About CaveauAI</a></li>
<div>
<h3 class="lt-footer__heading">Resources</h3>
<ul class="lt-footer__links">
<li><a href="https://dobetternorge.no" target="_blank" rel="noopener noreferrer">Do Better Norge</a></li>
<li><a href="https://bluenotelogic.com/caveauai" target="_blank" rel="noopener noreferrer">About CaveauAI</a></li>
<li><a href="https://dobetternorge.no/library.php">Legal library</a></li>
<li><a href="mailto:support@dobetternorge.no">Report an issue</a></li>
</ul>
</div>
</div>
<div class="site-footer__bottom">
<p class="site-footer__copy">&copy; 2026 Blue Note Logic Inc. All rights reserved.</p>
<p class="site-footer__disclaimer">AI-generated output is provided for informational and advocacy support purposes only. It does not constitute legal advice and should not be relied upon as a substitute for qualified legal counsel. Always verify results with a licensed lawyer familiar with Norwegian law.</p>
<div class="lt-footer__bottom">
<p class="lt-footer__copy">&copy; 2026 Blue Note Logic Inc. All rights reserved.</p>
<p class="lt-footer__disclaimer">AI-generated output is provided for informational and advocacy support purposes only. It does not constitute legal advice and should not be relied upon as a substitute for qualified legal counsel. Always verify results with a licensed lawyer familiar with Norwegian law.</p>
</div>
</footer>