*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: var(--veron-font-sans);
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --veron-color-ink: 19 33 28;
  --veron-color-muted: 93 107 100;
  --veron-color-surface: 248 250 247;
  --veron-color-panel: 255 255 255;
  --veron-color-forest: 25 69 58;
  --veron-color-sage: 223 232 223;
  --veron-color-coral: 217 104 79;
  --veron-color-sky: 219 233 246;
  --veron-color-border: 216 222 215;
  --veron-shadow-panel: 0 24px 70px rgb(19 33 28 / 0.14);
  --veron-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: light;
  font-family: var(--veron-font-sans);
}

html {
  background: rgb(var(--veron-color-surface));
}

body {
  margin: 0;
  color: rgb(var(--veron-color-ink));
  background: rgb(var(--veron-color-surface));
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
  button:focus-visible {
  outline: 3px solid rgb(var(--veron-color-coral));
  outline-offset: 4px;
}

h1:focus {
  outline: none;
}

.app-shell {
  min-height: 100svh;
}

.public-detail {
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.commerce-home,
  .portal-home {
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr;
}

.site-header {
  width: min(1180px, calc(100% - 32px));
  min-height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.08rem;
  font-weight: 760;
}

.brand-lockup img {
  border-radius: 8px;
  box-shadow: 0 8px 20px rgb(19 33 28 / 0.12);
}

.site-nav,
  .language-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav {
  justify-content: center;
}

.site-nav a,
  .language-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 13px;
  color: rgb(var(--veron-color-muted));
  font-size: 0.94rem;
  font-weight: 640;
}

.site-nav a:hover,
  .language-nav a:hover,
  .language-nav a.active {
  color: rgb(var(--veron-color-ink));
  background: rgb(var(--veron-color-sage));
}

.public-route-band {
  width: min(1180px, calc(100% - 32px));
  min-height: min(620px, calc(100svh - 132px));
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: center;
  gap: 34px;
}

.commerce-band,
  .portal-band {
  width: min(1180px, calc(100% - 32px));
  min-height: min(620px, calc(100svh - 106px));
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: center;
  gap: 34px;
}

.hero-copy,
  .public-route-copy,
  .commerce-copy,
  .portal-copy {
  max-width: 760px;
}

.channel-kicker {
  margin: 0 0 18px;
  color: rgb(var(--veron-color-forest));
  font-size: 0.92rem;
  font-weight: 760;
  text-transform: uppercase;
}

.hero-copy h1,
  .public-route-copy h1,
  .commerce-copy h1,
  .portal-copy h1,
  .message-page h1 {
  margin: 0;
  font-weight: 820;
  letter-spacing: 0;
}

.hero-copy h1,
  .public-route-copy h1,
  .commerce-copy h1,
  .portal-copy h1 {
  max-width: 840px;
  font-size: clamp(3.1rem, 8vw, 6.8rem);
  line-height: 0.96;
}

.hero-subtitle {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgb(var(--veron-color-muted));
  font-size: clamp(1.1rem, 2.4vw, 1.45rem);
  line-height: 1.45;
}

.route-lead {
  max-width: 640px;
  margin: 20px 0 0;
  color: rgb(var(--veron-color-muted));
  font-size: 1.03rem;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 760;
}

.button.primary {
  color: rgb(var(--veron-color-panel));
  background: rgb(var(--veron-color-forest));
}

.button.secondary {
  color: rgb(var(--veron-color-forest));
  background: rgb(var(--veron-color-panel));
  border: 1px solid rgb(var(--veron-color-border));
}

.route-signal-panel {
  min-height: 360px;
  display: grid;
  align-content: center;
  gap: 14px;
  border: 1px solid rgb(var(--veron-color-border));
  border-radius: 8px;
  padding: 28px;
  background: rgb(var(--veron-color-panel));
  box-shadow: var(--veron-shadow-panel);
}

.route-signal-panel span {
  min-height: 76px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 0 18px;
  color: rgb(var(--veron-color-ink));
  font-weight: 760;
  background: rgb(var(--veron-color-sky));
}

.route-signal-panel span:nth-child(2) {
  background: rgb(var(--veron-color-sage));
}

.route-signal-panel span:nth-child(3) {
  background: rgb(247 222 214);
}

.checkout-panel {
  min-height: 360px;
  border: 1px solid rgb(var(--veron-color-border));
  border-radius: 8px;
  padding: 28px;
  background: rgb(var(--veron-color-panel));
  box-shadow: var(--veron-shadow-panel);
}

.checkout-panel h2 {
  margin: 0 0 22px;
  font-size: 1.35rem;
}

.checkout-panel ol {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.checkout-panel li {
  min-height: 54px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 0 16px;
  color: rgb(var(--veron-color-ink));
  font-weight: 760;
  background: rgb(var(--veron-color-sage));
}

.checkout-panel p {
  margin: 22px 0 0;
  color: rgb(var(--veron-color-muted));
  line-height: 1.5;
}

.portal-panel {
  min-height: 360px;
  border: 1px solid rgb(var(--veron-color-border));
  border-radius: 8px;
  padding: 28px;
  background: rgb(var(--veron-color-panel));
  box-shadow: var(--veron-shadow-panel);
}

.portal-panel h2 {
  margin: 0 0 22px;
  font-size: 1.35rem;
}

.portal-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.portal-status-grid a {
  min-height: 86px;
  display: flex;
  align-items: end;
  border-radius: 8px;
  padding: 14px;
  color: rgb(var(--veron-color-ink));
  font-weight: 760;
  background: rgb(var(--veron-color-sky));
}

.portal-status-grid a:nth-child(2),
  .portal-status-grid a:nth-child(3) {
  background: rgb(var(--veron-color-sage));
}

.portal-panel p {
  margin: 22px 0 0;
  color: rgb(var(--veron-color-muted));
  line-height: 1.5;
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgb(var(--veron-color-muted));
  font-size: 0.9rem;
}

.site-footer span {
  margin-right: auto;
}

.message-page {
  min-height: 100svh;
  width: min(780px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  align-content: center;
  gap: 18px;
}

.message-page h1 {
  font-size: clamp(2.2rem, 6vw, 4.6rem);
}

.message-page p {
  max-width: 560px;
  color: rgb(var(--veron-color-muted));
  font-size: 1.1rem;
  line-height: 1.5;
}

.request-id {
  position: fixed;
  inset-inline: 16px;
  bottom: 16px;
  margin: 0;
  color: rgb(var(--veron-color-muted));
  font-size: 0.82rem;
}

.alpha-page {
  min-height: 100svh;
  color: rgb(9 22 43);
  background: linear-gradient(180deg, rgb(247 250 253), rgb(239 245 250));
}

.alpha-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 58px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  color: white;
  background: rgb(10 28 55 / 0.96);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

.alpha-brand,
  .alpha-nav-links,
  .alpha-shop-link {
  display: inline-flex;
  align-items: center;
}

.alpha-brand {
  gap: 10px;
  font-size: 18px;
  font-weight: 760;
}

.alpha-brand-mark {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 0.42);
  border-radius: 999px;
  color: rgb(94 234 212);
  font-size: 11px;
  font-weight: 820;
}

.alpha-nav-links {
  justify-content: center;
  gap: 28px;
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.alpha-nav-links a {
  color: rgb(226 238 252);
}

.alpha-nav-links a:hover {
  color: white;
}

.alpha-nav-links a.active {
  color: rgb(94 234 212);
}

.alpha-shop-link {
  min-height: 32px;
  justify-content: center;
  border-radius: 8px;
  padding: 0 14px;
  color: rgb(4 30 36);
  background: rgb(94 234 212);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.alpha-shop-link.active {
  color: white;
  border: 1px solid rgb(94 234 212 / 0.62);
  background: rgb(255 255 255 / 0.12);
}

.alpha-hero,
  .alpha-section,
  .alpha-hub-hero,
  .alpha-final,
  .alpha-footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.alpha-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  align-items: center;
  gap: 48px;
  padding: 80px 0 64px;
}

.alpha-eyebrow,
  .alpha-kicker {
  margin: 0 0 16px;
  color: rgb(11 116 141);
  font-size: 13px;
  font-weight: 820;
  text-transform: uppercase;
}

.alpha-hero h1,
  .alpha-section h2,
  .alpha-final h2 {
  margin: 0;
  font-weight: 840;
  line-height: 1.05;
}

.alpha-hero h1 {
  max-width: 820px;
  font-size: clamp(44px, 6vw, 78px);
}

.alpha-hero-lead,
  .alpha-section-heading > p:not(.alpha-kicker),
  .alpha-shop p,
  .alpha-final p {
  color: rgb(64 80 101);
  font-size: 18px;
  line-height: 1.65;
}

.alpha-hero-lead {
  max-width: 720px;
  margin: 24px 0 0;
}

.alpha-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.alpha-centered-actions {
  justify-content: center;
}

.alpha-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 820;
}

.alpha-button-primary {
  color: rgb(4 30 36);
  background: rgb(94 234 212);
  box-shadow: 0 16px 34px rgb(15 118 110 / 0.22);
}

.alpha-button-secondary {
  color: rgb(12 39 73);
  border: 1px solid rgb(189 206 226);
  background: white;
}

.alpha-hero-panel {
  min-height: 430px;
  display: grid;
  align-content: end;
  border: 1px solid rgb(181 202 225);
  border-radius: 8px;
  padding: 26px;
  background:
      linear-gradient(145deg, rgb(12 39 73 / 0.95), rgb(38 104 217 / 0.92)),
      radial-gradient(circle at 20% 15%, rgb(94 234 212 / 0.5), transparent 36%);
  box-shadow: 0 28px 80px rgb(10 28 55 / 0.22);
  overflow: hidden;
}

.alpha-pulse {
  position: relative;
  min-height: 180px;
  margin-bottom: 28px;
}

.alpha-pulse span {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 120px;
  height: 120px;
  border: 1px solid rgb(255 255 255 / 0.32);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.alpha-pulse span:nth-child(2) {
  width: 210px;
  height: 210px;
  border-color: rgb(94 234 212 / 0.36);
}

.alpha-pulse span:nth-child(3) {
  width: 42px;
  height: 42px;
  border: 0;
  background: rgb(94 234 212);
  box-shadow: 0 0 0 18px rgb(94 234 212 / 0.14);
}

.alpha-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 20px;
}

.alpha-metrics div {
  min-height: 86px;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 8px;
  padding: 14px;
  color: white;
  background: rgb(255 255 255 / 0.1);
}

.alpha-metrics dt {
  font-size: 28px;
  font-weight: 860;
}

.alpha-metrics dd {
  margin: 4px 0 0;
  color: rgb(217 244 250);
  font-size: 12px;
  font-weight: 720;
}

.alpha-hero-panel p {
  margin: 0;
  color: rgb(230 248 252);
  line-height: 1.55;
}

.alpha-section {
  padding: 54px 0;
}

.alpha-hub-hero {
  min-height: 460px;
  display: grid;
  align-content: center;
  border-bottom: 1px solid rgb(222 231 240);
  padding: 72px 0 58px;
}

.alpha-hub-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 840;
  line-height: 1.04;
}

.alpha-hub-hero p:not(.alpha-eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgb(64 80 101);
  font-size: 19px;
  line-height: 1.65;
}

.alpha-legal-page {
  background: rgb(247 250 253);
}

.alpha-legal-hero {
  min-height: 380px;
}

.alpha-legal-layout {
  display: grid;
  grid-template-columns: minmax(230px, 320px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.alpha-legal-aside {
  position: sticky;
  top: 82px;
  border: 1px solid rgb(211 221 233);
  border-radius: 8px;
  padding: 24px;
  background: white;
  box-shadow: 0 18px 44px rgb(10 28 55 / 0.08);
}

.alpha-legal-aside > span {
  display: block;
  color: rgb(12 39 73);
  font-size: 20px;
  font-weight: 840;
}

.alpha-legal-aside p {
  margin: 10px 0 22px;
  color: rgb(64 80 101);
  line-height: 1.55;
}

.alpha-legal-aside dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.alpha-legal-aside dt {
  color: rgb(11 116 141);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.alpha-legal-aside dd {
  margin: 4px 0 0;
  color: rgb(21 42 70);
  line-height: 1.45;
}

.alpha-legal-sections {
  display: grid;
  gap: 14px;
}

.alpha-legal-section {
  border: 1px solid rgb(211 221 233);
  border-radius: 8px;
  padding: 26px;
  background: white;
}

.alpha-legal-section h2 {
  margin: 0 0 14px;
  color: rgb(12 39 73);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.2;
}

.alpha-legal-section p,
  .alpha-legal-section li {
  color: rgb(64 80 101);
  font-size: 16px;
  line-height: 1.7;
}

.alpha-legal-section p {
  margin: 0;
}

.alpha-legal-section p + p {
  margin-top: 10px;
}

.alpha-legal-section ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.alpha-legal-section li + li {
  margin-top: 6px;
}

.alpha-legal-notice {
  margin-top: 16px !important;
  border-left: 4px solid rgb(94 234 212);
  padding: 12px 14px;
  color: rgb(12 39 73) !important;
  background: rgb(236 253 250);
}

.alpha-section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.alpha-section h2,
  .alpha-final h2 {
  font-size: clamp(32px, 4vw, 52px);
}

.alpha-feature-grid,
  .alpha-care-grid,
  .alpha-protocol-grid,
  .alpha-hub-grid,
  .alpha-quality-grid {
  display: grid;
  gap: 14px;
}

.alpha-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.alpha-hub-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.alpha-feature-card,
  .alpha-care-card,
  .alpha-hub-card,
  .alpha-protocol-card {
  display: grid;
  border: 1px solid rgb(211 221 233);
  border-radius: 8px;
  background: rgb(255 255 255 / 0.9);
  box-shadow: 0 18px 44px rgb(10 28 55 / 0.08);
}

.alpha-feature-card {
  min-height: 220px;
  grid-template-rows: auto auto minmax(0, 1fr);
  padding: 24px;
}

.alpha-hub-card {
  min-height: 270px;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  align-content: stretch;
  padding: 24px;
}

.alpha-hub-card > span {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 11px;
  color: rgb(12 39 73);
  background: rgb(224 242 254);
  font-size: 12px;
  font-weight: 860;
}

.alpha-feature-card span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: rgb(12 39 73);
  background: rgb(224 242 254);
  font-weight: 860;
}

.alpha-feature-card h3,
  .alpha-care-card h3,
  .alpha-hub-card h3,
  .alpha-protocol-card h3 {
  margin: 20px 0 10px;
  font-size: 19px;
}

.alpha-feature-card p,
  .alpha-care-card span,
  .alpha-hub-card p,
  .alpha-protocol-card p,
  .alpha-protocol-card li {
  color: rgb(64 80 101);
  line-height: 1.55;
}

.alpha-hub-card a {
  align-self: end;
  margin-top: 24px;
  color: rgb(11 116 141);
  font-weight: 820;
}

.alpha-care {
  border-block: 1px solid rgb(222 231 240);
}

.alpha-care-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alpha-care-card {
  min-height: 260px;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  align-content: stretch;
  padding: 24px;
}

.alpha-care-card > p {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 999px;
  color: white;
  background: rgb(36 99 235);
  font-weight: 820;
}

.alpha-care-card a {
  align-self: end;
  margin-top: 22px;
  color: rgb(11 116 141);
  font-weight: 820;
}

.alpha-protocols {
  border-radius: 8px;
  padding: 42px;
  background: rgb(255 255 255 / 0.62);
}

.alpha-protocol-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alpha-protocol-card {
  min-height: 280px;
  grid-template-rows: auto minmax(0, 1fr) auto;
  padding: 24px;
}

.alpha-protocol-card ul {
  align-self: end;
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.alpha-protocol-card li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 999px;
  background: rgb(94 234 212);
}

.alpha-shop {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  align-items: center;
  gap: 36px;
  border-radius: 8px;
  padding: 42px;
  color: white;
  background: linear-gradient(135deg, rgb(10 28 55), rgb(34 87 184));
}

.alpha-shop h2,
  .alpha-shop p,
  .alpha-shop .alpha-kicker {
  color: white;
}

.alpha-quality-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alpha-quality-grid span {
  min-height: 96px;
  display: flex;
  align-items: end;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 8px;
  padding: 18px;
  color: white;
  background: rgb(255 255 255 / 0.12);
  font-weight: 820;
}

.alpha-shop-page {
  background: linear-gradient(180deg, rgb(247 250 253), rgb(239 245 250) 58%, rgb(250 252 249));
}

.alpha-shop-hero,
  .alpha-shop-products,
  .alpha-shop-quality,
  .alpha-shop-handoff {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.alpha-shop-hero {
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 34px;
  align-items: center;
  padding: 58px 0 42px;
}

.alpha-shop-hero h1 {
  max-width: 850px;
  margin: 0;
  color: rgb(9 22 43);
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 840;
  line-height: 1.04;
}

.alpha-shop-hero p:not(.alpha-eyebrow),
  .alpha-shop-products .alpha-section-heading > p:not(.alpha-kicker),
  .alpha-shop-handoff .alpha-section-heading > p:not(.alpha-kicker) {
  max-width: 760px;
  color: rgb(64 80 101);
  font-size: 18px;
  line-height: 1.65;
}

.alpha-shop-featured {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.alpha-shop-products {
  border-top: 1px solid rgb(222 231 240);
}

.alpha-shop-product-grid,
  .alpha-shop-category-grid,
  .alpha-shop-quality-grid {
  display: grid;
  gap: 14px;
}

.alpha-shop-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alpha-shop-product-card,
  .alpha-shop-category-card {
  display: grid;
  border: 1px solid rgb(211 221 233);
  border-radius: 8px;
  background: rgb(255 255 255 / 0.92);
  box-shadow: 0 18px 44px rgb(10 28 55 / 0.08);
}

.alpha-shop-product-card {
  min-height: 360px;
  grid-template-rows: auto auto minmax(0, 1fr) auto auto;
  padding: 24px;
}

.alpha-shop-product-card-featured {
  min-height: 168px;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  border-color: rgb(181 202 225);
  background: white;
}

.alpha-shop-product-card > span,
  .alpha-shop-category-card > div > span {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 11px;
  color: rgb(12 39 73);
  background: rgb(224 242 254);
  font-size: 12px;
  font-weight: 860;
}

.alpha-shop-product-card h2,
  .alpha-shop-product-card h3,
  .alpha-shop-category-card h3 {
  margin: 18px 0 10px;
  color: rgb(12 39 73);
  font-size: 20px;
  line-height: 1.22;
}

.alpha-shop-product-card h2 {
  font-size: 21px;
}

.alpha-shop-product-card p,
  .alpha-shop-category-card p,
  .alpha-shop-category-card li,
  .alpha-shop-quality-grid span {
  color: rgb(64 80 101);
  line-height: 1.55;
}

.alpha-shop-product-card dl {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.alpha-shop-product-card dl div {
  border-top: 1px solid rgb(222 231 240);
  padding-top: 10px;
}

.alpha-shop-product-card dt {
  color: rgb(11 116 141);
  font-size: 11px;
  font-weight: 840;
  text-transform: uppercase;
}

.alpha-shop-product-card dd {
  margin: 3px 0 0;
  color: rgb(21 42 70);
  line-height: 1.45;
}

.alpha-shop-product-card > div:last-child {
  align-self: end;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
}

.alpha-shop-product-card > .alpha-shop-card-footer {
  align-self: end;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 22px;
}

.alpha-shop-card-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.alpha-shop-product-card strong {
  color: rgb(9 22 43);
  font-size: 18px;
}

.alpha-shop-product-card a {
  color: rgb(11 116 141);
  font-weight: 820;
  white-space: nowrap;
}

.alpha-shop-product-card .alpha-shop-buy {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 0 14px;
  color: white;
  background: rgb(9 22 43);
  text-decoration: none;
}

.alpha-shop-product-card .alpha-shop-buy:hover {
  background: rgb(11 116 141);
}

.alpha-shop-product-card .alpha-shop-detail {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
}

.alpha-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
}

.alpha-shop-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.alpha-shop-category-card {
  min-height: 390px;
  grid-template-rows: minmax(0, 1fr) auto auto;
  padding: 24px;
}

.alpha-shop-category-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.alpha-shop-category-card li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 999px;
  background: rgb(20 184 166);
}

.alpha-shop-category-card a {
  align-self: end;
  margin-top: 24px;
  color: rgb(11 116 141);
  font-weight: 820;
}

.alpha-shop-quality {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1fr);
  gap: 32px;
  align-items: start;
  border-radius: 8px;
  padding: 42px;
  color: white;
  background: linear-gradient(135deg, rgb(9 22 43), rgb(48 79 43));
}

.alpha-shop-quality h2,
  .alpha-shop-quality p,
  .alpha-shop-quality .alpha-kicker {
  color: white;
}

.alpha-shop-quality-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alpha-shop-quality-grid div {
  min-height: 132px;
  display: grid;
  align-content: end;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 8px;
  padding: 18px;
  background: rgb(255 255 255 / 0.1);
}

.alpha-shop-quality-grid strong {
  color: white;
  font-size: 18px;
}

.alpha-shop-quality-grid span {
  margin-top: 8px;
  color: rgb(230 248 252);
}

.alpha-shop-handoff {
  border: 1px solid rgb(211 221 233);
  border-radius: 8px;
  padding: 42px;
  background: white;
  box-shadow: 0 18px 44px rgb(10 28 55 / 0.08);
}

.alpha-consultation-page {
  background: linear-gradient(180deg, rgb(247 250 253), rgb(239 246 244) 56%, rgb(251 252 248));
}

.alpha-consultation-hero,
  .alpha-consultation-steps,
  .alpha-consultation-fit,
  .alpha-consultation-handoff {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.alpha-consultation-hero {
  min-height: 530px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.58fr);
  gap: 34px;
  align-items: center;
  padding: 58px 0 42px;
}

.alpha-consultation-hero h1 {
  max-width: 880px;
  margin: 0;
  color: rgb(9 22 43);
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 840;
  line-height: 1.04;
}

.alpha-consultation-hero p:not(.alpha-eyebrow),
  .alpha-consultation-steps .alpha-section-heading > p:not(.alpha-kicker),
  .alpha-consultation-handoff .alpha-section-heading > p:not(.alpha-kicker) {
  max-width: 760px;
  color: rgb(64 80 101);
  font-size: 18px;
  line-height: 1.65;
}

.alpha-consultation-panel,
  .alpha-consultation-card,
  .alpha-consultation-handoff {
  border: 1px solid rgb(211 221 233);
  border-radius: 8px;
  background: rgb(255 255 255 / 0.94);
  box-shadow: 0 18px 44px rgb(10 28 55 / 0.08);
}

.alpha-consultation-panel {
  min-height: 360px;
  display: grid;
  align-content: end;
  padding: 28px;
}

.alpha-consultation-panel span,
  .alpha-consultation-card span {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 11px;
  color: rgb(12 39 73);
  background: rgb(224 242 254);
  font-size: 12px;
  font-weight: 860;
}

.alpha-consultation-panel h2,
  .alpha-consultation-card h3,
  .alpha-consultation-fit h2 {
  margin: 18px 0 10px;
  color: rgb(12 39 73);
  line-height: 1.18;
}

.alpha-consultation-panel h2 {
  font-size: 28px;
}

.alpha-consultation-panel p,
  .alpha-consultation-card p,
  .alpha-consultation-fit p {
  color: rgb(64 80 101);
  line-height: 1.6;
}

.alpha-consultation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.alpha-consultation-card {
  min-height: 290px;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  padding: 24px;
}

.alpha-consultation-card h3 {
  font-size: 21px;
}

.alpha-consultation-fit {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1fr);
  gap: 32px;
  align-items: start;
  border-radius: 8px;
  padding: 42px;
  color: white;
  background: linear-gradient(135deg, rgb(9 22 43), rgb(43 88 79));
}

.alpha-consultation-fit h2,
  .alpha-consultation-fit p,
  .alpha-consultation-fit .alpha-kicker {
  color: white;
}

.alpha-consultation-fit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.alpha-consultation-fit-list span {
  min-height: 74px;
  display: grid;
  align-content: center;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 8px;
  padding: 16px;
  color: rgb(230 248 252);
  background: rgb(255 255 255 / 0.1);
  line-height: 1.35;
}

.alpha-consultation-handoff {
  padding: 42px;
}

.alpha-product-page {
  background: linear-gradient(180deg, rgb(247 250 253), rgb(239 246 244) 56%, rgb(250 252 249));
}

.alpha-product-hero,
  .alpha-product-overview,
  .alpha-product-protocol,
  .alpha-product-quality,
  .alpha-product-handoff {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.alpha-product-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
  gap: 34px;
  align-items: center;
  padding: 58px 0 42px;
}

.alpha-product-hero h1 {
  max-width: 900px;
  margin: 0;
  color: rgb(9 22 43);
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 840;
  line-height: 1.04;
}

.alpha-product-hero p:not(.alpha-eyebrow),
  .alpha-product-overview .alpha-section-heading > p:not(.alpha-kicker),
  .alpha-product-handoff .alpha-section-heading > p:not(.alpha-kicker) {
  max-width: 760px;
  color: rgb(64 80 101);
  font-size: 18px;
  line-height: 1.65;
}

.alpha-product-panel,
  .alpha-product-info-card,
  .alpha-product-quality article,
  .alpha-product-handoff {
  border: 1px solid rgb(211 221 233);
  border-radius: 8px;
  background: rgb(255 255 255 / 0.94);
  box-shadow: 0 18px 44px rgb(10 28 55 / 0.08);
}

.alpha-product-panel {
  display: grid;
  gap: 24px;
  padding: 28px;
}

.alpha-product-pack {
  min-height: 300px;
  display: grid;
  align-content: end;
  border-radius: 8px;
  padding: 28px;
  color: white;
  background: linear-gradient(150deg, rgb(9 22 43), rgb(20 116 110));
}

.alpha-product-pack span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 0.3);
  border-radius: 8px;
  color: rgb(224 242 254);
  font-size: 28px;
  font-weight: 840;
}

.alpha-product-pack strong {
  margin-top: 28px;
  font-size: 28px;
  line-height: 1.08;
}

.alpha-product-pack small {
  margin-top: 8px;
  color: rgb(230 248 252);
  font-size: 15px;
}

.alpha-product-panel dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.alpha-product-panel dl div {
  border-top: 1px solid rgb(222 231 240);
  padding-top: 12px;
}

.alpha-product-panel dt {
  color: rgb(11 116 141);
  font-size: 11px;
  font-weight: 840;
  text-transform: uppercase;
}

.alpha-product-panel dd {
  margin: 4px 0 0;
  color: rgb(21 42 70);
  line-height: 1.4;
}

.alpha-product-info-grid,
  .alpha-product-quality-grid {
  display: grid;
  gap: 14px;
}

.alpha-product-info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alpha-product-info-card {
  min-height: 275px;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  padding: 24px;
}

.alpha-product-info-card span {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 11px;
  color: rgb(12 39 73);
  background: rgb(224 242 254);
  font-size: 12px;
  font-weight: 860;
}

.alpha-product-info-card h3,
  .alpha-product-protocol h2,
  .alpha-product-quality article strong {
  color: rgb(12 39 73);
  line-height: 1.18;
}

.alpha-product-info-card h3 {
  margin: 18px 0 10px;
  font-size: 21px;
}

.alpha-product-info-card p,
  .alpha-product-protocol p,
  .alpha-product-quality article span {
  color: rgb(64 80 101);
  line-height: 1.6;
}

.alpha-product-protocol {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1fr);
  gap: 32px;
  align-items: start;
  border-radius: 8px;
  padding: 42px;
  color: white;
  background: linear-gradient(135deg, rgb(9 22 43), rgb(48 79 43));
}

.alpha-product-protocol h2,
  .alpha-product-protocol p,
  .alpha-product-protocol .alpha-kicker {
  color: white;
}

.alpha-product-protocol-list,
  .alpha-product-quality-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.alpha-product-protocol-list span {
  min-height: 74px;
  display: grid;
  align-content: center;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 8px;
  padding: 16px;
  color: rgb(230 248 252);
  background: rgb(255 255 255 / 0.1);
  line-height: 1.35;
}

.alpha-product-quality-grid article {
  min-height: 150px;
  display: grid;
  align-content: end;
  padding: 22px;
}

.alpha-product-quality article strong {
  font-size: 18px;
}

.alpha-product-quality article span {
  margin-top: 8px;
}

.alpha-product-handoff {
  padding: 42px;
}

.alpha-final {
  margin-block: 54px;
  border-radius: 8px;
  padding: 54px 32px;
  text-align: center;
  background: white;
  box-shadow: 0 20px 64px rgb(10 28 55 / 0.1);
}

.alpha-final p {
  max-width: 720px;
  margin: 18px auto 0;
}

.alpha-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 32px 0 48px;
  color: rgb(64 80 101);
}

.alpha-footer p {
  margin: 6px 0 0;
}

.alpha-footer nav {
  display: flex;
  gap: 18px;
  font-weight: 720;
}

.veron-landing {
  min-height: 100svh;
  color: rgb(11 18 32);
  background: white;
}

.landing-wrap {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 32px;
}

.landing-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgb(226 232 240);
  background: rgb(255 255 255 / 0.92);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}

.landing-nav-inner {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.landing-brand-mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: white;
  background: rgb(19 78 74);
  font-size: 0.9rem;
}

.landing-brand-mark svg {
  width: 18px;
  height: 18px;
}

.landing-nav-links,
  .landing-nav-actions,
  .landing-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.landing-nav-links {
  justify-content: center;
  gap: 36px;
  color: rgb(71 85 105);
  font-size: 14.5px;
  font-weight: 500;
}

.landing-nav-links a:hover {
  color: rgb(11 18 32);
}

.landing-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 20px;
  border: 1px solid transparent;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  transition: all 0.2s;
}

.landing-button-large {
  padding: 14px 28px;
  font-size: 15px;
}

.landing-button-primary {
  color: white;
  background: rgb(19 78 74);
}

.landing-button-ghost {
  color: rgb(11 18 32);
  border-color: rgb(226 232 240);
  background: white;
}

.landing-button-light {
  color: rgb(11 18 32);
  background: white;
}

.landing-button-outline-light {
  color: white;
  border-color: rgb(255 255 255 / 0.28);
}

.landing-hero {
  padding: 88px 0 100px;
  overflow: hidden;
}

.landing-hero-grid,
  .landing-loop-grid,
  .landing-investor-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: 80px;
}

.landing-hero-copy {
  max-width: 740px;
}

.landing-eyebrow,
  .landing-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgb(19 78 74);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.landing-eyebrow {
  padding: 6px 14px;
  border-radius: 999px;
  background: rgb(236 253 245);
  margin-bottom: 24px;
}

.landing-eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgb(15 118 110);
}

.landing-hero h1,
  .landing-section h2,
  .landing-final h2 {
  margin: 0 0 16px;
  color: rgb(11 18 32);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.landing-hero h1 {
  max-width: 780px;
  margin: 0 0 24px;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.landing-hero-accent {
  background: linear-gradient(120deg, rgb(19 78 74), rgb(15 118 110));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.landing-section h2,
  .landing-final h2 {
  max-width: 740px;
  font-size: clamp(28px, 3.5vw, 40px);
}

.landing-hero p,
  .landing-section p,
  .landing-section-lead,
  .landing-final p {
  color: rgb(71 85 105);
  line-height: 1.65;
}

.landing-hero p {
  max-width: 580px;
  margin: 0;
  font-size: 19px;
  line-height: 1.55;
}

.landing-actions {
  flex-wrap: wrap;
  margin-top: 34px;
}

.landing-hero .landing-actions {
  gap: 14px;
  margin: 36px 0 48px;
}

.landing-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0;
  color: rgb(71 85 105);
  font-size: 13.5px;
  line-height: 1.6;
}

.landing-meta-list div {
  min-height: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.landing-meta-list div:nth-child(1) {
  flex: 0 0 113px;
}

.landing-meta-list div:nth-child(2) {
  flex: 0 0 260px;
}

.landing-meta-list div:nth-child(3) {
  flex: 0 0 117px;
}

.landing-meta-list dt {
  color: rgb(15 118 110);
  display: flex;
  flex-shrink: 0;
  font-size: 0;
}

.landing-meta-list dd {
  margin: 0;
  color: rgb(71 85 105);
  font-size: 13.5px;
  line-height: 1.6;
  min-width: 0;
}

.closed-loop-card,
  .landing-card,
  .landing-investor-card {
  border: 1px solid rgb(226 232 240);
  border-radius: 12px;
  background: white;
  box-shadow: 0 18px 60px rgb(15 23 42 / 0.08);
}

.landing-hub-visual {
  position: relative;
  height: 480px;
  display: grid;
  place-items: center;
}

.landing-trust {
  border-block: 1px solid rgb(226 232 240);
  padding: 28px 0;
  background: rgb(248 250 252);
}

.landing-trust-grid {
  min-height: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.landing-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(71 85 105);
  font-size: 13.5px;
  font-weight: 500;
}

.landing-trust-item svg {
  color: rgb(15 118 110);
  flex-shrink: 0;
}

.landing-trust-grid span {
  color: rgb(71 85 105);
  font-size: 13.5px;
  font-weight: 500;
}

.landing-section {
  padding: 100px 0;
}

.landing-about {
  background: rgb(248 250 252);
}

.landing-about .landing-loop-grid {
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

.landing-about h2 {
  margin-bottom: 24px;
  max-width: 500px;
}

.landing-about p {
  max-width: 540px;
  margin: 0 0 20px;
  color: rgb(71 85 105);
  font-size: 17px;
  line-height: 1.65;
}

.landing-section p {
  max-width: 620px;
  margin: 20px 0 0;
}

.landing-about p {
  max-width: 540px;
  margin: 0 0 20px;
  font-size: 17px;
}

.landing-section-lead {
  max-width: 680px;
  margin: 0 0 56px;
  font-size: 18px;
}

.landing-check-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.landing-check-list li,
  .landing-investor-card li {
  display: flex;
  gap: 14px;
  color: rgb(30 41 59);
  line-height: 1.55;
}

.landing-check-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgb(226 232 240);
  font-size: 15.5px;
}

.landing-check-list li:last-child {
  border-bottom: 0;
}

.landing-check-list span,
  .landing-investor-card li span {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: rgb(19 78 74);
  background: rgb(236 253 245);
  font-size: 0.82rem;
  font-weight: 820;
}

.closed-loop-card {
  padding: 32px;
  border-radius: 20px;
}

.closed-loop-caption {
  margin-top: 16px;
  color: rgb(148 163 184);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.closed-loop-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.closed-loop-details li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgb(226 232 240 / 0.82);
  border-radius: 8px;
  background: rgb(248 250 252 / 0.72);
}

.closed-loop-details li > span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: rgb(19 78 74);
  background: rgb(204 251 241);
  font-size: 0.78rem;
  font-weight: 820;
}

.closed-loop-details strong,
  .closed-loop-details small {
  display: block;
}

.closed-loop-details strong {
  color: rgb(11 18 32);
  font-size: 0.9rem;
  line-height: 1.22;
}

.closed-loop-details small {
  margin-top: 4px;
  color: rgb(71 85 105);
  font-size: 0.78rem;
  line-height: 1.35;
}

.closed-loop-card > p {
  margin: 12px 0 0;
  color: rgb(148 163 184);
  font-size: 0.78rem;
  font-weight: 720;
  text-align: center;
}

.landing-card-grid,
  .landing-brand-grid,
  .landing-stats-grid {
  display: grid;
  gap: 20px;
}

.landing-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  transition: all 0.3s;
}

.landing-card:hover {
  border-color: rgb(15 118 110);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgb(15 23 42 / 0.08);
}

.landing-card-muted {
  background: rgb(248 250 252);
  border-style: dashed;
}

.landing-badge {
  display: inline-flex;
  min-height: 0;
  align-items: center;
  border-radius: 999px;
  padding: 4px 10px;
  color: rgb(19 78 74);
  background: rgb(236 253 245);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.landing-card h3 {
  margin: 14px 0 8px;
  color: rgb(11 18 32);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.landing-brand-card h3,
  .landing-investor-card h3,
  .landing-footer h3 {
  margin: 18px 0 0;
  color: rgb(11 18 32);
  font-size: 1.22rem;
}

.landing-card-subtitle {
  margin: 0 0 16px !important;
  color: rgb(148 163 184) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.landing-card > p:not(.landing-card-subtitle) {
  margin: 0 0 20px;
  color: rgb(71 85 105);
  font-size: 14.5px;
  line-height: 1.55;
}

.landing-brand-tagline {
  color: rgb(94 234 212) !important;
  font-weight: 500;
}

.landing-card-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
  padding-top: 16px;
  border-top: 1px solid rgb(226 232 240);
}

.landing-card-meta span {
  border-radius: 0;
  padding: 0;
  color: rgb(148 163 184);
  background: transparent;
  font-size: 12px;
  font-weight: 500;
}

.landing-brands,
  .landing-investors,
  .landing-footer {
  color: white;
  background: rgb(11 18 32);
}

.landing-brands h2,
  .landing-brands .landing-section-lead,
  .landing-investors h2,
  .landing-investors p,
  .landing-footer p {
  color: white;
}

.landing-brands .landing-section-label {
  color: rgb(94 234 212);
}

.landing-brand-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.landing-brand-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: 12px;
  padding: 32px;
  background: rgb(255 255 255 / 0.03);
}

.landing-brand-card h3 {
  color: white;
}

.landing-brand-card p {
  color: rgb(148 163 184);
  font-size: 14.5px;
  line-height: 1.55;
}

.landing-brand-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.landing-brand-tags span {
  border-radius: 999px;
  padding: 4px 10px;
  color: rgb(148 163 184);
  background: rgb(255 255 255 / 0.05);
  border: 1px solid rgb(255 255 255 / 0.08);
  font-size: 11.5px;
  font-weight: 500;
}

.landing-brand-card a {
  display: inline-flex;
  margin-top: auto;
  padding-top: 12px;
  color: rgb(94 234 212);
  font-size: 14px;
  font-weight: 600;
}

.landing-stats {
  color: rgb(11 18 32);
  background: rgb(236 253 245);
}

.landing-stats h2 {
  color: rgb(11 18 32);
}

.landing-stats .landing-section-label {
  color: rgb(19 78 74);
}

.landing-stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin-top: 16px;
}

.landing-stats-grid div {
  min-height: 0;
  display: block;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.landing-stats-grid strong {
  color: rgb(19 78 74);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
}

.landing-stats-grid span {
  margin-top: 10px;
  color: rgb(30 41 59);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.landing-investor-grid {
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.landing-investors .landing-section-label {
  color: rgb(94 234 212);
}

.landing-investor-copy h2 {
  color: white;
  max-width: 740px;
  margin-bottom: 16px;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.landing-investor-copy p {
  max-width: 650px;
  color: rgb(148 163 184);
  font-size: 18px;
  line-height: 1.6;
}

.landing-investor-actions {
  gap: 14px;
  margin-top: 36px;
}

.landing-investor-actions .landing-button {
  min-width: 0;
}

.landing-investor-card {
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: 20px;
  padding: 36px;
  background: rgb(255 255 255 / 0.04);
}

.landing-investor-card h3 {
  color: white;
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
}

.landing-investor-card p {
  margin: 0 0 24px;
  color: rgb(148 163 184);
  font-size: 15px;
  line-height: 1.6;
}

.landing-investor-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-investor-card li {
  padding: 10px 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.06);
  color: rgb(148 163 184);
  font-size: 14.5px;
  line-height: 1.6;
}

.landing-investor-card li:last-child {
  border-bottom: 0;
}

.landing-investor-card li span {
  width: auto;
  height: auto;
  margin-top: 2px;
  color: rgb(94 234 212);
  background: transparent;
  font-size: 1rem;
}

.landing-final {
  text-align: center;
  padding: 120px 0;
  background: linear-gradient(135deg, rgb(248 250 252) 0%, rgb(236 253 245) 100%);
}

.landing-final h2 {
  max-width: 720px;
  font-size: clamp(32px, 4vw, 48px);
}

.landing-final p {
  max-width: 580px;
  margin: 0 auto 36px;
  color: rgb(71 85 105);
  font-size: 18px;
  line-height: 1.6;
}

.landing-final h2,
  .landing-final p {
  margin-inline: auto;
}

.landing-centered-actions {
  justify-content: center;
}

.landing-footer {
  padding: 72px 0 32px;
  font-size: 14px;
}

.landing-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, minmax(0, 1fr));
  gap: 48px;
  margin-bottom: 56px;
}

.landing-footer h3 {
  color: white;
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-footer a,
  .landing-footer span {
  display: block;
  margin-top: 10px;
  color: rgb(148 163 184);
  font-size: 13.5px;
}

.landing-footer .landing-brand {
  display: flex;
  margin-bottom: 16px;
  color: white;
}

.landing-footer .landing-brand span {
  margin-top: 0;
  color: white;
  font-size: inherit;
}

.landing-footer .landing-brand .landing-brand-mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 0.9rem;
}

.landing-footer .landing-brand .landing-brand-mark svg {
  display: block;
  width: 18px;
  height: 18px;
}

.landing-footer p {
  margin-top: 0;
  max-width: 320px;
  color: rgb(148 163 184);
  font-size: 13.5px;
  line-height: 1.6;
}

.landing-disclaimer {
  margin-top: 20px;
  max-width: none !important;
  border: 0;
  border-radius: 8px;
  padding: 16px;
  color: rgb(148 163 184) !important;
  background: rgb(255 255 255 / 0.03);
  font-size: 12px !important;
}

.landing-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 0;
  padding-top: 24px;
  border-top: 1px solid rgb(255 255 255 / 0.08);
  color: rgb(148 163 184);
  font-size: 12.5px;
}

@media (min-width: 821px) and (max-width: 960px) {
  .landing-investor-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .landing-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 18px 0;
  }

  .site-nav,
    .language-nav {
    flex-wrap: wrap;
    justify-content: start;
  }

  .hero-band,
    .public-route-band,
    .commerce-band,
    .portal-band {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 42px 0 28px;
  }

  .signal-panel,
    .route-signal-panel,
    .checkout-panel,
    .portal-panel {
    min-height: auto;
    padding: 18px;
  }

  .portal-status-grid {
    grid-template-columns: 1fr;
  }

  .landing-wrap {
    width: min(100% - 32px, 1200px);
  }

  .landing-nav-inner,
    .landing-hero-grid,
    .landing-loop-grid,
    .landing-investor-grid,
    .landing-card-grid,
    .landing-brand-grid,
    .landing-stats-grid,
    .landing-footer-grid,
    .landing-trust-grid,
    .landing-meta-list {
    grid-template-columns: 1fr;
  }

  .landing-nav-inner {
    padding: 18px 0;
  }

  .landing-nav-links,
    .landing-nav-actions {
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
  }

  .landing-hero,
    .landing-section {
    padding: 56px 0;
  }

  .landing-hero h1 {
    font-size: 3rem;
  }

  .landing-section h2,
    .landing-final h2 {
    font-size: 2rem;
  }

  .landing-hub-visual,
    .closed-loop-card,
    .landing-card,
    .landing-brand-card,
    .landing-investor-card {
    padding: 20px;
  }

  .closed-loop-figure {
    width: min(100%, 300px);
    min-height: 300px;
  }

  .closed-loop-step {
    width: 68px;
    height: 68px;
  }

  .closed-loop-step em {
    font-size: 0.62rem;
  }

  .closed-loop-details {
    grid-template-columns: 1fr;
  }

  .closed-loop-details li {
    padding: 12px 0;
    border-width: 0 0 1px;
    border-radius: 0;
    background: transparent;
  }

  .landing-footer-bottom {
    display: grid;
  }
}

@media (max-width: 960px) {
  .alpha-nav {
    grid-template-columns: 1fr auto;
    padding: 12px 20px;
  }

  .alpha-nav-links {
    display: none;
  }

  .alpha-hero,
    .alpha-shop,
    .alpha-shop-hero,
    .alpha-shop-quality,
    .alpha-consultation-hero,
    .alpha-consultation-fit,
    .alpha-product-hero,
    .alpha-product-protocol {
    grid-template-columns: 1fr;
  }

  .alpha-legal-layout {
    grid-template-columns: 1fr;
  }

  .alpha-legal-aside {
    position: static;
  }

  .alpha-hero {
    min-height: auto;
    padding: 56px 0;
  }

  .alpha-feature-grid,
    .alpha-care-grid,
    .alpha-hub-grid,
    .alpha-protocol-grid,
    .alpha-shop-product-grid,
    .alpha-shop-category-grid,
    .alpha-consultation-grid,
    .alpha-consultation-fit-list,
    .alpha-product-info-grid,
    .alpha-product-protocol-list,
    .alpha-product-quality-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-wrap {
    width: 100%;
    max-width: 1200px;
    padding: 0 32px;
  }

  .landing-nav-links {
    display: none;
  }

  .landing-hero-grid,
    .landing-loop-grid,
    .landing-investor-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .landing-hub-visual {
    height: auto;
    min-height: 320px;
    padding: 0;
  }

  .landing-card-grid,
    .landing-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-brand-grid {
    grid-template-columns: 1fr;
  }

  .landing-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .landing-section {
    padding: 72px 0;
  }

  .landing-hero {
    padding: 56px 0 72px;
  }

  .landing-about h2 {
    max-width: 740px;
  }

  .landing-trust-grid {
    justify-content: flex-start;
  }

  .closed-loop-card {
    padding: 32px;
  }
}

@media (max-width: 580px) {
  .alpha-hero,
    .alpha-section,
    .alpha-hub-hero,
    .alpha-final,
    .alpha-shop-hero,
    .alpha-shop-products,
    .alpha-shop-quality,
    .alpha-shop-handoff,
    .alpha-consultation-hero,
    .alpha-consultation-steps,
    .alpha-consultation-fit,
    .alpha-consultation-handoff,
    .alpha-product-hero,
    .alpha-product-overview,
    .alpha-product-protocol,
    .alpha-product-quality,
    .alpha-product-handoff,
    .alpha-footer {
    width: min(100% - 28px, 1180px);
  }

  .alpha-hero h1,
    .alpha-consultation-hero h1,
    .alpha-product-hero h1 {
    font-size: 42px;
  }

  .alpha-section h2,
    .alpha-final h2 {
    font-size: 30px;
  }

  .alpha-feature-grid,
    .alpha-care-grid,
    .alpha-protocol-grid,
    .alpha-hub-grid,
    .alpha-quality-grid,
    .alpha-shop-product-grid,
    .alpha-shop-category-grid,
    .alpha-shop-quality-grid,
    .alpha-consultation-grid,
    .alpha-consultation-fit-list,
    .alpha-product-info-grid,
    .alpha-product-protocol-list,
    .alpha-product-quality-grid,
    .alpha-product-panel dl,
    .alpha-footer {
    grid-template-columns: 1fr;
  }

  .alpha-protocols,
    .alpha-shop,
    .alpha-shop-quality,
    .alpha-shop-handoff,
    .alpha-consultation-fit,
    .alpha-consultation-handoff,
    .alpha-product-protocol,
    .alpha-product-handoff,
    .alpha-final {
    padding: 28px 18px;
  }

  .alpha-footer nav {
    flex-wrap: wrap;
  }

  .landing-wrap {
    padding: 0 20px;
  }

  .landing-card-grid,
    .landing-stats-grid,
    .landing-footer-grid {
    grid-template-columns: 1fr;
  }

  .landing-meta-list {
    flex-direction: column;
    gap: 12px;
  }

  .landing-meta-list div:nth-child(1),
    .landing-meta-list div:nth-child(2),
    .landing-meta-list div:nth-child(3) {
    flex: 0 0 auto;
  }
}

.static {
  position: static;
}