Light & Dark Theme Alterations

This commit is contained in:
John OReilly
2026-03-12 00:47:18 -04:00
parent 901b3bb116
commit 1663c69c63
4 changed files with 92 additions and 44 deletions

View File

@@ -275,7 +275,7 @@
</div>
<div class="sections-toolbar">
<button class="btn-toggle-all" id="toggleAllBtn" onclick="toggleAllSections()">Collapse All</button>
<button class="btn-toggle-all" id="toggleAllBtn" onclick="toggleAllSections()"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="11" height="11" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" style="vertical-align:middle;margin-right:5px;"><polyline points="6 9 12 15 18 9"/><polyline points="6 15 12 9 18 15"/></svg>Collapse All</button>
</div>
<!-- ────────────────────────────────────────────────────────────
@@ -635,6 +635,10 @@
<div class="section-title">Zero Trust Networking <span class="section-title-tag">HaaS</span></div>
<div class="section-subtitle">Cytracom-powered ZT network access — seats &amp; managed hardware as a service</div>
<span class="section-badge">Per User + Per Device / Month</span>
<div class="sec-collapsed-counter">
<button class="sec-count-btn" onclick="stepCount('ztNetSeats',-1,event)">&minus;</button>
<button class="sec-count-btn" onclick="stepCount('ztNetSeats',1,event)">+</button>
</div>
</div>
<span id="sec05-summary" class="sec-summary-badge"></span>
<div class="sec-chevron"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="14" height="14" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg></div>
@@ -755,7 +759,7 @@
<div class="savings-input-row">
<label for="currentPhoneBill">Current monthly phone bill (optional)</label>
<input type="number" id="currentPhoneBill" placeholder="$0" min="0"
oninput="updateSavings()" onchange="updateSavings()">
oninput="update()" onchange="update()">
</div>
<div id="savingsPrompt" class="savings-prompt" style="display:none;">
Enter your current phone bill above to see potential savings.
@@ -961,7 +965,7 @@
</div>
</div>
<div class="pitch-footer">
✓ No lock-in contracts on standard plans &nbsp;·&nbsp; ✓ Onboarding included &nbsp;·&nbsp; Canadian company, Canadian support
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="13" height="13" fill="currentColor" style="vertical-align:middle;margin-right:5px;flex-shrink:0;"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg> Canadian company, Canadian support
</div>
</div>
</div>