|
2 | 2 | <title>Augmentum OS — Sovereign Command Infrastructure | Sovren Software</title> |
3 | 3 | <meta name="description" content="Augmentum OS is your command center. Voice-native interface. Biometric-secured access. Local AI co-pilot. UX, privacy, and security — none sacrificed. Ships Summer 2026." /> |
4 | 4 | <link rel="canonical" href="https://sovren.software/augmentum" /> |
| 5 | + <link rel="stylesheet" href="https://sibforms.com/forms/end-form/build/sib-styles.css" /> |
| 6 | + <script> |
| 7 | + window.REQUIRED_CODE_ERROR_MESSAGE = 'Please choose a country code'; |
| 8 | + window.LOCALE = 'en'; |
| 9 | + window.EMAIL_INVALID_MESSAGE = window.SMS_INVALID_MESSAGE = "The information provided is invalid. Please review the field format and try again."; |
| 10 | + window.REQUIRED_ERROR_MESSAGE = "This field cannot be left blank."; |
| 11 | + window.GENERIC_INVALID_MESSAGE = "The information provided is invalid. Please review the field format and try again."; |
| 12 | + window.translation = { common: { selectedList: '{quantity} list selected', selectedLists: '{quantity} lists selected', selectedOption: '{quantity} selected', selectedOptions: '{quantity} selected' } }; |
| 13 | + var AUTOHIDE = Boolean(0); |
| 14 | + </script> |
| 15 | + <script defer src="https://sibforms.com/forms/end-form/build/main.js"></script> |
5 | 16 | <meta property="og:title" content="Augmentum OS — One Operator. Total Authority." /> |
6 | 17 | <meta property="og:description" content="Voice-native command interface. Biometric-secured sessions. Local AI co-pilot. UX, privacy, and security — none sacrificed. Sovereign infrastructure for high-leverage operators." /> |
7 | 18 | <meta property="og:url" content="https://sovren.software/augmentum" /> |
|
77 | 88 | sovereign stack. |
78 | 89 | </p> |
79 | 90 |
|
80 | | - <div class="launch-links"> |
81 | | - <a class="btn-primary" href={AUGMENTUM_SIGNUP_URL} target="_blank" rel="noreferrer">GET THE BRIEFING →</a> |
| 91 | + <div class="brevo-form-wrap"> |
| 92 | + <div id="sib-form-container" class="sib-form-container"> |
| 93 | + <div id="error-message" class="sib-form-message-panel brevo-msg brevo-msg--error"> |
| 94 | + <div class="sib-form-message-panel__text sib-form-message-panel__text--center"> |
| 95 | + <span class="sib-form-message-panel__inner-text">Your subscription could not be saved. Please try again.</span> |
| 96 | + </div> |
| 97 | + </div> |
| 98 | + <div id="success-message" class="sib-form-message-panel brevo-msg brevo-msg--success"> |
| 99 | + <div class="sib-form-message-panel__text sib-form-message-panel__text--center"> |
| 100 | + <span class="sib-form-message-panel__inner-text">Confirmed. You will receive the launch briefing.</span> |
| 101 | + </div> |
| 102 | + </div> |
| 103 | + <form id="sib-form" method="POST" action="https://f4c90f0b.sibforms.com/serve/MUIFAAbBH-WyHvhepdhs6G8ul1wze6MjoVvTKJ8hy6wQ2pt2zfKhS72lm7K5SfgHHreybw_QGra18wfbFENLUX33U10YYUe1aPoQOEePElxdHbiM2uGL0Sdsei-N34xBCkoktWbqbtQe1cMW95PLNJ4gd9cZ_YonM0j3W1TrUXhliIJyTXuJ7u4B8pL9aH8uFVKQbzNfUWpWw_ovuA==" data-type="subscription" class="brevo-form"> |
| 104 | + <div class="brevo-field-row"> |
| 105 | + <input class="brevo-input" type="text" id="EMAIL" name="EMAIL" autocomplete="off" placeholder="YOUR EMAIL ADDRESS" data-required="true" required /> |
| 106 | + <button class="btn-primary brevo-submit" form="sib-form" type="submit">SUBSCRIBE →</button> |
| 107 | + </div> |
| 108 | + <div class="entry__error entry__error--primary brevo-error-label" aria-live="polite"></div> |
| 109 | + <input type="text" name="email_address_check" value="" class="input--hidden" style="display:none" /> |
| 110 | + <input type="hidden" name="locale" value="en" /> |
| 111 | + </form> |
| 112 | + </div> |
82 | 113 | </div> |
83 | 114 |
|
84 | 115 | <p class="launch-note">Double opt-in enabled. Unsubscribe anytime.</p> |
|
129 | 160 | color: var(--text-secondary); |
130 | 161 | } |
131 | 162 |
|
132 | | - .launch-links { |
133 | | - display: flex; |
134 | | - gap: var(--space-lg); |
135 | | - flex-wrap: wrap; |
136 | | - } |
137 | | -
|
138 | 163 | .launch-note { |
139 | 164 | color: var(--text-muted); |
140 | 165 | font-size: var(--fs-label); |
141 | 166 | letter-spacing: var(--ls-wider); |
142 | 167 | text-transform: uppercase; |
143 | 168 | } |
144 | 169 |
|
| 170 | + .brevo-form-wrap { |
| 171 | + max-width: 560px; |
| 172 | + } |
| 173 | +
|
| 174 | + .brevo-form { |
| 175 | + display: flex; |
| 176 | + flex-direction: column; |
| 177 | + gap: var(--space-sm); |
| 178 | + } |
| 179 | +
|
| 180 | + .brevo-field-row { |
| 181 | + display: flex; |
| 182 | + gap: var(--space-sm); |
| 183 | + flex-wrap: wrap; |
| 184 | + } |
| 185 | +
|
| 186 | + .brevo-input { |
| 187 | + flex: 1; |
| 188 | + min-width: 0; |
| 189 | + background: transparent; |
| 190 | + border: 1px solid var(--border); |
| 191 | + color: var(--text-primary); |
| 192 | + font-family: var(--font-mono); |
| 193 | + font-size: var(--fs-body-sm); |
| 194 | + letter-spacing: var(--ls-wider); |
| 195 | + padding: 0.75rem 1rem; |
| 196 | + outline: none; |
| 197 | + transition: border-color 0.15s; |
| 198 | + } |
| 199 | +
|
| 200 | + .brevo-input::placeholder { |
| 201 | + color: var(--text-muted); |
| 202 | + } |
| 203 | +
|
| 204 | + .brevo-input:focus { |
| 205 | + border-color: var(--text-primary); |
| 206 | + } |
| 207 | +
|
| 208 | + .brevo-submit { |
| 209 | + white-space: nowrap; |
| 210 | + } |
| 211 | +
|
| 212 | + .brevo-error-label { |
| 213 | + font-size: var(--fs-body-xs); |
| 214 | + color: var(--text-secondary); |
| 215 | + font-family: var(--font-mono); |
| 216 | + min-height: 1.2em; |
| 217 | + } |
| 218 | +
|
| 219 | + .brevo-msg { |
| 220 | + display: none; |
| 221 | + padding: var(--space-sm) var(--space-md); |
| 222 | + font-family: var(--font-mono); |
| 223 | + font-size: var(--fs-body-sm); |
| 224 | + letter-spacing: var(--ls-default); |
| 225 | + border: 1px solid var(--border); |
| 226 | + } |
| 227 | +
|
| 228 | + .brevo-msg--error { |
| 229 | + color: var(--text-secondary); |
| 230 | + border-color: var(--border); |
| 231 | + } |
| 232 | +
|
| 233 | + .brevo-msg--success { |
| 234 | + color: var(--text-primary); |
| 235 | + border-color: var(--text-primary); |
| 236 | + } |
| 237 | +
|
145 | 238 | @media (max-width: 768px) { |
146 | 239 | .launch-briefing { |
147 | 240 | padding: var(--space-5xl) var(--space-xl); |
148 | 241 | } |
| 242 | +
|
| 243 | + .brevo-field-row { |
| 244 | + flex-direction: column; |
| 245 | + } |
| 246 | +
|
| 247 | + .brevo-submit { |
| 248 | + width: 100%; |
| 249 | + } |
149 | 250 | } |
150 | 251 | </style> |
0 commit comments