= htmlspecialchars($tier['name']) ?>
- = htmlspecialchars($feature) ?>
$uiLang === 'no' ? 'Gratis' : ($uiLang === 'uk' ? 'Безкоштовно' : ($uiLang === 'pl' ? 'Bezpłatnie' : 'Free')), 'plus' => 'Plus', 'pro' => $uiLang === 'no' ? 'Pro Familie' : ($uiLang === 'uk' ? 'Pro Сім\'я' : ($uiLang === 'pl' ? 'Pro Rodzina' : 'Pro Family')), ]; $creditsPerMonth = $uiLang === 'no' ? 'kreditter / mnd' : ($uiLang === 'uk' ? 'кредитів / міс' : ($uiLang === 'pl' ? 'kredytów / mies' : 'credits / mo')); $perMonth = $uiLang === 'no' ? '/ måned' : ($uiLang === 'uk' ? '/ міс' : ($uiLang === 'pl' ? '/ mies' : '/ month')); $capSuffix = $uiLang === 'no' ? '/ time' : ($uiLang === 'uk' ? '/ год' : ($uiLang === 'pl' ? '/ godz' : '/ hour')); $tiers = [ [ 'sku' => 'free', 'name' => $tierNames['free'], 'price' => 'NOK 0', 'period' => $uiLang === 'no' ? 'alltid' : 'always', 'credits' => '30 ' . $creditsPerMonth, 'storage' => $uiLang === 'no' ? 'Ingen saksoppbevaring' : 'No case storage', 'seats' => $uiLang === 'no' ? '1 bruker' : '1 user', 'cap' => '10 ' . $capSuffix, 'features' => $uiLang === 'no' ? [ 'Alle 11 verktøy på innlimt tekst', 'Norsk juridisk korpus (~220K passasjer)', 'EU-vert (Tyskland / Finland / Norge)', ] : [ 'All 11 tools on pasted text', 'Norwegian legal corpus (~220K passages)', 'EU-hosted (Germany / Finland / Norway)', ], 'cta' => $isAuthed ? null : dbnToolsT('pricing_cta_login', $uiLang), 'highlight' => false, ], [ 'sku' => 'plus', 'name' => $tierNames['plus'], 'price' => 'NOK 129', 'period' => $perMonth, 'credits' => '250 ' . $creditsPerMonth, 'storage' => '500 MB', 'seats' => $uiLang === 'no' ? '1 bruker' : '1 user', 'cap' => '20 ' . $capSuffix, 'features' => $uiLang === 'no' ? [ 'Min Sak — last opp dokumenter med OCR', 'Bruk min sak som kontekst i alle verktøy', 'Lagrede analyser — alle resultater samlet', '14 dagers gratis prøveperiode (kort kreves)', ] : [ 'My Case — upload documents with OCR', 'Use my case as context in every tool', 'Saved analyses — every run kept and searchable', '14-day free trial (card required)', ], 'highlight' => true, 'badge' => $uiLang === 'no' ? 'Mest populær' : 'Most popular', ], [ 'sku' => 'pro', 'name' => $tierNames['pro'], 'price' => 'NOK 299', 'period' => $perMonth, 'credits' => '1000 ' . $creditsPerMonth, 'storage' => '5 GB', 'seats' => $uiLang === 'no' ? '3 brukere · delt sak' : '3 users · shared case', 'cap' => '40 ' . $capSuffix, 'features' => $uiLang === 'no' ? [ 'Alt i Plus, med mer plass og raskere modeller', 'Familie-sete: 3 innlogginger på samme sak', 'Prioritert GPT-4o for kompleks analyse', 'Audit-logg for hvem som kjørte hva', ] : [ 'Everything in Plus, with more space and faster models', 'Family seats: 3 logins sharing one case', 'Priority GPT-4o for complex analysis', 'Audit log of who ran what', ], 'highlight' => false, 'badge' => $uiLang === 'no' ? 'For familier' : 'For families', ], ]; $topupNotes = [ 'topup_s' => dbnToolsT('pricing_topup_s_note', $uiLang), 'topup_m' => dbnToolsT('pricing_topup_m_note', $uiLang), 'topup_l' => dbnToolsT('pricing_topup_l_note', $uiLang), ]; $topups = [ ['sku' => 'topup_s', 'price' => 'NOK 49', 'credits' => 30, 'note' => $topupNotes['topup_s']], ['sku' => 'topup_m', 'price' => 'NOK 149', 'credits' => 100, 'note' => $topupNotes['topup_m']], ['sku' => 'topup_l', 'price' => 'NOK 399', 'credits' => 300, 'note' => $topupNotes['topup_l']], ]; ?>
= pt('pricing_eyebrow', $uiLang) ?>
= pt('pricing_hero_sub', $uiLang) ?>
= pt('pricing_status_success', $uiLang) ?>
= pt('pricing_status_canceled', $uiLang) ?>
= pt('pricing_topup_lead', $uiLang) ?>
= pt('pricing_faq1_a', $uiLang) ?>
= pt('pricing_faq2_a', $uiLang) ?>
= pt('pricing_faq3_a', $uiLang) ?>
= pt('pricing_faq4_a', $uiLang) ?>
= pt('pricing_faq5_a', $uiLang) ?>
= pt('pricing_faq6_a', $uiLang) ?>