/*
Traceability: no issue, 2026-08-19, George, style the release-one GlobalAdmin.ai homepage using the DevsOff homepage structure with GlobalAdmin branding.
Traceability: no issue, 2026-08-20, George, add official logo assets, professional homepage imagery, card symbols, and footer release/legal copy.
Traceability: issues #1-#4, 2026-08-20, George, polish public marketplace messaging, accessible navigation, SVG graphics, and governed workflow proof.
Traceability: issue #36, 2026-08-20, George, support the business-only portal intake signup form.
*/

:root {
    color-scheme: light;
    --site-shell-frame: 1280px;
    --site-shell-gutter: 32px;
    --bg: #ffffff;
    --band: #f6f9fd;
    --panel: #ffffff;
    --text: #0b1736;
    --muted: #53627e;
    --line: #d8e0ee;
    --brand: #1159e8;
    --brand-strong: #0847c6;
    --teal: #16766f;
    --amber: #b46713;
    --soft-blue: #eef4ff;
    --shadow: 0 16px 36px rgba(30, 55, 105, 0.12);
    --radius: 8px;
    --radius-lg: 12px;
    font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-width: 0;
    margin: 0;
}

body {
    background: var(--bg);
    color: var(--text);
    letter-spacing: 0;
}

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

a:hover {
    color: var(--brand);
}

:focus-visible {
    outline: 3px solid #1159e8;
    outline-offset: 3px;
}

.skip-link {
    position: fixed;
    left: 16px;
    top: 16px;
    z-index: 100;
    padding: 0.68rem 0.9rem;
    border-radius: 8px;
    color: #ffffff;
    background: var(--text);
    font-weight: 800;
    transform: translateY(-140%);
}

.skip-link:focus {
    transform: translateY(0);
}

.container {
    width: min(100%, var(--site-shell-frame));
    margin-inline: auto;
    padding-inline: var(--site-shell-gutter);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(216, 224, 238, 0.78);
    background: rgba(255, 255, 255, 0.91);
    backdrop-filter: blur(18px);
}

.site-header-inner {
    width: min(100%, var(--site-shell-frame));
    min-height: 92px;
    margin-inline: auto;
    padding-inline: var(--site-shell-gutter);
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.site-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.62rem;
    color: var(--text);
    font-size: 1.28rem;
    font-weight: 820;
    letter-spacing: 0;
}

.site-brand:hover {
    color: var(--text);
}

/* Traceability: issue #36, 2026-08-20, George, restore the original full-size brand logo treatment. */
.site-brand-logo {
    display: block;
    width: clamp(190px, 18vw, 238px);
    height: auto;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 1.35rem;
    margin-left: 0.4rem;
    color: var(--text);
    font-size: 0.96rem;
    font-weight: 650;
}

.site-nav a {
    padding-block: 8px;
    white-space: nowrap;
}

.mobile-intake-link {
    display: none;
}

.site-nav a[aria-current="page"] {
    color: var(--brand);
    box-shadow: inset 0 -3px 0 var(--brand);
}

.site-actions {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    margin-left: auto;
}

.nav-toggle {
    display: none;
    min-height: 42px;
    align-items: center;
    gap: 0.55rem;
    margin-left: auto;
    padding: 0.58rem 0.72rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--text);
    background: #ffffff;
    font: inherit;
    font-weight: 800;
}

.nav-toggle-bars {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}

.nav-toggle-bars::before {
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    border-top: 2px solid currentColor;
    content: "";
}

.nav-link {
    color: var(--text);
    font-size: 0.94rem;
    font-weight: 700;
    white-space: nowrap;
}

.button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.72rem 1.15rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--text);
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(40, 64, 135, 0.04);
    font: inherit;
    font-weight: 760;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-align: center;
    white-space: normal;
}

.button:hover {
    border-color: #b7c6eb;
    color: var(--brand);
    background: #f8fbff;
}

.button.primary {
    border-color: var(--brand);
    color: #ffffff;
    background: var(--brand);
    box-shadow: 0 14px 30px rgba(17, 89, 232, 0.22);
}

.button.primary:hover {
    color: #ffffff;
    background: var(--brand-strong);
}

.hero {
    padding: 3.75rem 0 3.25rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
    gap: 2.25rem;
    align-items: stretch;
}

.hero-copy {
    display: flex;
    min-width: 0;
    padding-bottom: 1.75rem;
    flex-direction: column;
}

.eyebrow {
    margin: 0 0 1rem;
    color: var(--brand);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 650px;
    margin-bottom: 1.45rem;
    color: var(--text);
    font-size: 3.35rem;
    font-weight: 820;
    letter-spacing: 0;
    line-height: 1;
}

h1 span {
    display: block;
}

h1 .accent {
    margin-top: 0.12em;
    color: var(--brand);
}

h2 {
    margin-bottom: 0.6rem;
    color: var(--text);
    font-size: 2.35rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.12;
}

h3 {
    margin-bottom: 0.45rem;
    color: var(--text);
    font-size: 1.04rem;
    line-height: 1.25;
}

.sub,
.lead {
    color: var(--muted);
    line-height: 1.55;
}

.sub {
    max-width: 580px;
    margin-bottom: 1.35rem;
    font-size: 1.12rem;
}

.lead {
    margin-bottom: 0;
    font-size: 1rem;
}

.hero-watch {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    width: fit-content;
    margin-top: 0.35rem;
    color: var(--text);
}

.hero-watch-copy {
    display: grid;
    gap: 0.2rem;
    text-align: left;
}

.hero-watch-copy strong {
    font-size: 0.9rem;
    font-weight: 800;
}

.hero-watch-copy small {
    max-width: 310px;
    color: #7180a2;
    font-size: 0.76rem;
    font-weight: 500;
    line-height: 1.35;
}

.play-icon {
    position: relative;
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 1.5px solid var(--brand);
    border-radius: 50%;
    color: var(--brand);
}

.play-icon::before {
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid currentColor;
    content: "";
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: auto;
    padding-top: 3rem;
}

.hero-feature {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 0.8rem;
    padding-right: 1rem;
    color: #25365e;
    font-size: 0.78rem;
    font-weight: 720;
    line-height: 1.25;
}

.hero-feature + .hero-feature {
    padding-left: 1.25rem;
    border-left: 1px solid var(--line);
}

.feature-icon {
    position: relative;
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    color: var(--brand);
    background: var(--soft-blue);
    font-size: 1.05rem;
    font-weight: 800;
}

.icon-code {
    letter-spacing: 0;
}

.icon-people::before {
    width: 16px;
    height: 11px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 10px 10px 3px 3px;
    content: "";
}

.icon-people::after {
    position: absolute;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: currentColor;
    content: "";
}

.icon-shield::before {
    display: grid;
    width: 17px;
    height: 20px;
    place-items: center;
    padding-bottom: 2px;
    border: 2px solid currentColor;
    border-radius: 7px 7px 10px 10px;
    background: #ffffff;
    color: currentColor;
    content: "✓";
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}

.plan-shell {
    position: relative;
    display: flex;
    min-height: 636px;
    min-width: 0;
    flex-direction: column;
    padding: 1.9rem 2.45rem 1.75rem;
    border: 1px solid #d7def1;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--shadow);
}

.plan-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    color: var(--brand);
    font-size: 0.82rem;
    font-weight: 850;
    text-transform: uppercase;
}

.spark {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    color: var(--teal);
    background: #ebf8f7;
    font-size: 0.9rem;
    font-weight: 900;
}

.plan-shell h2 {
    margin: 0.25rem 0 0.3rem;
    font-size: 2.05rem;
}

.plan-intro {
    margin: 0 0 1.2rem;
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.5;
}

.plan-input {
    position: relative;
    overflow: hidden;
    border: 1.5px solid #c9d5f3;
    border-radius: var(--radius);
    background: #fbfcff;
}

.plan-input-top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.2rem 0;
    font-size: 0.9rem;
    font-weight: 750;
}

.plan-count {
    color: #6d7ca2;
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
}

label {
    color: #44567f;
}

textarea {
    width: 100%;
    min-height: 128px;
    resize: none;
    border: 0;
    padding: 1rem 5.2rem 1rem 1.2rem;
    color: #263c73;
    background: transparent;
    font: inherit;
    font-size: 1.02rem;
    line-height: 1.5;
}

.prompt-spark {
    position: absolute;
    right: 1.25rem;
    top: 3.35rem;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid #cbd7f3;
    border-radius: 12px;
    color: var(--brand);
    background: #ffffff;
    font-size: 1.2rem;
}

.plan-input-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0 1.2rem 1rem;
    color: #69789d;
    font-size: 0.78rem;
}

.context-btn,
.privacy {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.context-btn {
    padding: 0.48rem 0.72rem;
    border: 1px solid var(--line);
    border-radius: 9px;
    color: #29406e;
    background: #ffffff;
}

.context-mark {
    width: 10px;
    height: 16px;
    border: 2px solid var(--brand);
    border-right-color: transparent;
    border-radius: 8px;
}

.lock-mark {
    position: relative;
    width: 13px;
    height: 11px;
    margin-top: 4px;
    border: 1.5px solid #4a68a5;
    border-radius: 2px;
}

.lock-mark::before {
    position: absolute;
    left: 2px;
    top: -8px;
    width: 6px;
    height: 7px;
    border: 1.5px solid #4a68a5;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    content: "";
}

.example-label,
.plan-output-label {
    margin: 1.15rem 0 0.55rem;
    color: #68789e;
    font-size: 0.78rem;
    font-weight: 700;
}

.plan-output-label {
    margin-top: auto;
}

.plan-examples,
.plan-output {
    display: grid;
    gap: 0.65rem;
}

.plan-examples {
    grid-template-columns: repeat(4, 1fr);
}

.plan-example,
.output-chip {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    border-radius: 11px;
    font-weight: 720;
}

.plan-example {
    padding: 0.68rem 0.7rem;
    border: 1px solid #d2dcf4;
    color: #2f4677;
    background: #ffffff;
    font-size: 0.75rem;
}

.example-icon,
.output-icon {
    display: inline-grid;
    place-items: center;
    color: var(--brand);
    font-weight: 800;
}

.example-icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    font-size: 1rem;
}

.plan-output {
    grid-template-columns: repeat(3, 1fr) auto;
}

.output-chip {
    padding: 0.62rem 0.7rem;
    border: 1px solid #dbe3f5;
    color: var(--text);
    background: #f5f7fd;
    font-size: 0.78rem;
}

.output-icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #eaf1ff;
    font-size: 0.72rem;
}

.plan-create {
    min-width: 108px;
}

section {
    padding: 4.25rem 0;
}

.section-band {
    background: var(--band);
}

.section-grid,
.split,
.release-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 2rem;
    align-items: start;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9rem;
}

.card {
    min-height: 170px;
    padding: 1.05rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #ffffff;
}

.card p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.link-card {
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.link-card:hover {
    border-color: #9bb6ee;
    box-shadow: 0 10px 24px rgba(30, 55, 105, 0.12);
    color: var(--text);
    transform: translateY(-1px);
}

.card-link-label {
    display: inline-flex;
    width: fit-content;
    margin-top: 0.45rem;
    color: var(--brand);
    font-size: 0.82rem;
    font-weight: 820;
}

.proof-list {
    display: grid;
    gap: 0.8rem;
}

.proof-list div,
.release-lanes div {
    display: grid;
    gap: 0.3rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #ffffff;
}

.proof-list span {
    color: var(--muted);
    line-height: 1.5;
}

.release-panel {
    align-items: center;
}

.release-lanes {
    display: grid;
    gap: 0.7rem;
}

.release-lanes div {
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    background: #fbfcff;
}

.release-lanes span {
    color: var(--teal);
    font-size: 0.8rem;
    font-weight: 850;
    text-transform: uppercase;
}

code {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    padding: 0.35rem 0.55rem;
    border-radius: 8px;
    color: #243858;
    background: #edf3ff;
    overflow-wrap: anywhere;
    font-family: Consolas, "Liberation Mono", monospace;
    font-size: 0.85rem;
}

footer {
    padding: 2rem 0 3rem;
    border-top: 1px solid var(--line);
    color: var(--muted);
    background: #f5f7fd;
}

/*
Traceability: issues #1-#5, 2026-08-20, George, style the marketplace sitemap pages, auth flow, and role dashboards.
*/

.page-hero {
    padding: 4.2rem 0 3.5rem;
}

.page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.5fr);
    gap: 2rem;
    align-items: stretch;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.4rem;
}

.marketplace-panel {
    display: grid;
    align-content: start;
    gap: 0.85rem;
    min-height: 280px;
    padding: 1.15rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: -0.25rem 0 0.85rem;
    color: #617293;
    font-size: 0.86rem;
    font-weight: 720;
}

.breadcrumb a {
    color: var(--brand);
}

.marketplace-visual {
    position: relative;
    overflow: hidden;
    margin: 0 0 0.35rem;
    border: 1px solid #d9e5f8;
    border-radius: 10px;
    background: #f5f8fc;
}

.marketplace-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 1.58 / 1;
    object-fit: contain;
    object-position: center;
}

.marketplace-visual figcaption {
    position: absolute;
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 8px;
    color: #ffffff;
    background: rgba(11, 23, 54, 0.78);
    box-shadow: 0 10px 20px rgba(11, 23, 54, 0.16);
    font-size: 0.78rem;
    font-weight: 720;
    line-height: 1.35;
}

.marketplace-panel strong {
    color: var(--text);
    font-size: 1.05rem;
}

.marketplace-panel .delivery-option {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.78rem 0.9rem;
    border: 1px solid #d7e2f6;
    border-radius: 8px;
    color: #233963;
    background: #f7faff;
    font-weight: 780;
}

.marketplace-panel a.delivery-option:hover {
    border-color: #9bb6ee;
    color: var(--brand);
    background: #ffffff;
}

/* Traceability: issue #36, 2026-08-20, George, restore CSS-drawn symbols in place of the SVG icon sprite. */
.option-symbol,
.card-symbol,
.proof-icon {
    position: relative;
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 12px;
    background: #eaf1ff;
    color: var(--brand);
}

.option-symbol {
    width: 30px;
    height: 30px;
}

.option-symbol::before,
.option-symbol::after,
.card-symbol::before,
.card-symbol::after,
.proof-icon::before,
.proof-icon::after {
    position: absolute;
    content: "";
}

.option-human .option-symbol::before,
.symbol-assistant::before {
    width: 13px;
    height: 13px;
    border-radius: 999px;
    background: currentColor;
    transform: translateY(-5px);
}

.option-human .option-symbol::after,
.symbol-assistant::after {
    width: 21px;
    height: 11px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 13px 13px 4px 4px;
    transform: translateY(8px);
}

.option-ai .option-symbol::before,
.symbol-ai::before {
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 5px;
}

.option-ai .option-symbol::after,
.symbol-ai::after {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: -11px 0 0 currentColor, 11px 0 0 currentColor, 0 -11px 0 currentColor, 0 11px 0 currentColor;
}

.option-hybrid .option-symbol::before,
.symbol-hybrid::before {
    width: 17px;
    height: 17px;
    border: 2px solid currentColor;
    border-radius: 999px;
    transform: translateX(-4px);
}

.option-hybrid .option-symbol::after,
.symbol-hybrid::after {
    width: 17px;
    height: 17px;
    border: 2px solid var(--teal);
    border-radius: 999px;
    transform: translateX(6px);
}

.marketplace-panel small {
    color: var(--muted);
    line-height: 1.45;
}

.panel-link {
    color: var(--brand);
    font-size: 0.92rem;
    font-weight: 780;
}

.auth-shell {
    display: grid;
    min-height: calc(100vh - 210px);
    place-items: center;
    padding: 3rem var(--site-shell-gutter);
    background: var(--band);
}

.auth-card {
    width: min(100%, 560px);
    padding: 1.6rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.auth-card h1 {
    margin-bottom: 0.65rem;
    font-size: 2.5rem;
}

.auth-card.portal-intake-card {
    width: min(100%, 780px);
}

.auth-form {
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
}

.auth-form label {
    display: grid;
    gap: 0.45rem;
    color: #2f4168;
    font-weight: 720;
}

.auth-form input,
.auth-form select,
.auth-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 0.72rem 0.8rem;
    border: 1px solid #cbd7ef;
    border-radius: 10px;
    color: var(--text);
    background: #ffffff;
    font: inherit;
}

.auth-form textarea {
    min-height: 104px;
    resize: vertical;
}

.auth-form [aria-invalid="true"] {
    border-color: #ba3d2f;
    background: #fff8f6;
}

.field-error {
    color: #9f2f24;
    font-size: 0.82rem;
    font-weight: 760;
    line-height: 1.35;
}

.portal-intake-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portal-intake-form .wide {
    grid-column: 1 / -1;
}

.choice-grid {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.25rem;
}

.choice-card {
    display: grid;
    gap: 0.3rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fbfcff;
}

.choice-card strong {
    color: var(--text);
}

.choice-card span {
    color: var(--muted);
    line-height: 1.45;
}

.alert {
    margin: 1rem 0;
    padding: 0.8rem 0.9rem;
    border-radius: 10px;
    font-weight: 700;
}

.alert.notice {
    border: 1px solid #c5dfd9;
    color: #195c55;
    background: #eef9f6;
}

.alert.error {
    border: 1px solid #f0c7c7;
    color: #8a1f1f;
    background: #fff4f4;
}

.inline-form {
    margin-top: 0.8rem;
}

.link-button {
    padding: 0;
    border: 0;
    color: var(--brand);
    background: transparent;
    font: inherit;
    font-weight: 760;
    cursor: pointer;
}

.app-dashboard {
    min-height: calc(100vh - 210px);
    padding: 4rem 0;
    background: var(--band);
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9rem;
    margin: 1.5rem 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.feature-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 0.35rem;
}

.card-symbol {
    width: 42px;
    height: 42px;
    margin-bottom: 0.35rem;
}

/* Traceability: issue #36, 2026-08-20, George, keep proof-card icons on the restored CSS symbol set. */
.symbol-shield::before {
    width: 18px;
    height: 22px;
    border: 2px solid currentColor;
    border-radius: 8px 8px 11px 11px;
}

.symbol-shield::after {
    width: 8px;
    height: 4px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
}

.symbol-workflow::before {
    width: 24px;
    height: 2px;
    background: currentColor;
}

.symbol-workflow::after {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: -11px 0 0 currentColor, 11px 0 0 currentColor;
}

.symbol-release::before {
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.symbol-release::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translateX(1px) rotate(45deg);
}

.section-heading {
    display: grid;
    gap: 0.35rem;
    max-width: 820px;
}

.proof-section {
    padding: 4.4rem 0;
}

.proof-grid,
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.35rem;
}

.proof-card,
.process-step {
    min-width: 0;
    min-height: 188px;
    padding: 1.05rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #ffffff;
}

.proof-card {
    display: grid;
    align-content: start;
    gap: 0.4rem;
}

.proof-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 0.2rem;
}

.proof-card p,
.process-step p {
    margin-bottom: 0;
    color: var(--muted);
    line-height: 1.5;
}

.process-step span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 0.8rem;
    padding: 0.28rem 0.48rem;
    border: 1px solid #c9d5ef;
    border-radius: 999px;
    color: #24416f;
    background: #ffffff;
    font-size: 0.78rem;
    font-weight: 850;
}

/*
Traceability: no issue, 2026-09-13, George, style managed-VA detail sections, guide content, and calculator conversion paths.
*/

.detail-section {
    padding-top: 3.5rem;
}

.detail-grid,
.calculator-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.35rem;
}

.calculator-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
    align-items: start;
}

.detail-card,
.guide-card {
    min-width: 0;
    padding: 1.05rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #ffffff;
}

.detail-card p,
.guide-card li {
    color: var(--muted);
    line-height: 1.5;
}

.text-link {
    display: inline-flex;
    width: fit-content;
    margin-top: 0.65rem;
    color: var(--brand);
    font-weight: 820;
}

.comparison-table-wrap {
    position: relative;
    margin-top: 1.35rem;
    overflow-x: auto;
}

.comparison-table-wrap:focus {
    outline: 3px solid #1159e8;
    outline-offset: 4px;
}

.comparison-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(30, 55, 105, 0.08);
    overflow: hidden;
}

.comparison-table th,
.comparison-table td {
    padding: 0.86rem 0.95rem;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
    line-height: 1.45;
}

.comparison-table thead th {
    color: #26395f;
    background: #eef4ff;
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.comparison-table tbody th {
    color: var(--text);
    font-weight: 820;
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
    border-bottom: 0;
}

.calculator-section {
    padding: 4rem 0;
    background: #f8fbff;
}

.savings-calculator {
    display: grid;
    gap: 1rem;
    padding: 1.15rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.savings-calculator label {
    display: grid;
    gap: 0.42rem;
    color: #2f4168;
    font-weight: 760;
}

.savings-calculator input,
.savings-calculator select {
    width: 100%;
    min-height: 48px;
    padding: 0.72rem 0.8rem;
    border: 1px solid #cbd7ef;
    border-radius: 10px;
    color: var(--text);
    background: #ffffff;
    font: inherit;
}

.calculator-result {
    display: block;
    padding: 1rem;
    border: 1px solid #c8d7ef;
    border-radius: var(--radius);
    color: #12335e;
    background: #eef7ff;
    font-size: 1.05rem;
    font-weight: 820;
    line-height: 1.45;
}

.savings-calculator .inline-actions {
    margin-top: 0;
}

.guide-section {
    padding: 0 0 4rem;
}

.guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.guide-card {
    min-height: 250px;
}

.guide-card ol {
    margin: 0;
    padding-left: 1.25rem;
}

.guide-card li + li {
    margin-top: 0.35rem;
}

.guide-worksheet {
    padding: 0 0 4rem;
}

.worksheet-panel,
.closing-cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.25rem;
    align-items: center;
    padding: 1.2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(30, 55, 105, 0.08);
}

.closing-cta {
    padding: 3.2rem 0;
    background: #ffffff;
}

.contact-inquiry .contact-form,
.quick-contact-form {
    margin-top: 1.25rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #ffffff;
}

.contact-inquiry {
    scroll-margin-top: 96px;
}

.compact-inquiry {
    padding: 1.1rem 0 0;
    background: transparent;
}

.compact-inquiry .section-heading {
    gap: 0;
}

.compact-choice {
    margin-top: 1rem;
}

.selected-context {
    width: fit-content;
    margin: 0.35rem 0 0;
    padding: 0.45rem 0.62rem;
    border: 1px solid #c5dfd9;
    border-radius: 999px;
    color: #174b47;
    background: #eef9f6;
    font-size: 0.88rem;
    font-weight: 780;
}

.success-receipt {
    border: 1px solid #b8dccf;
    border-radius: var(--radius);
    padding: 0.78rem 0.9rem;
    color: #174b47;
    background: #eef9f6;
}

.intake-preflight {
    display: grid;
    gap: 0.35rem;
    margin: 1.2rem 0;
    padding: 0.9rem 1rem;
    border: 1px solid #c5dfd9;
    border-radius: var(--radius);
    color: #174b47;
    background: #eef9f6;
}

.intake-preflight p {
    margin: 0;
    color: #355f5c;
    line-height: 1.5;
}

.intake-preflight a,
.form-help a {
    color: var(--brand);
    font-weight: 760;
}

/* Traceability: no issue, 2026-09-13, George, distinguish inquiry and account-assessment entry paths in the intake UI. */
.intake-choice {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin: 1rem 0 1.2rem;
}

.intake-choice-panel {
    display: grid;
    gap: 0.28rem;
    min-width: 0;
    padding: 0.95rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--text);
    background: #ffffff;
    text-decoration: none;
}

.intake-choice-panel:hover,
.intake-choice-panel.selected {
    border-color: #99c3ba;
    background: #f4fbf9;
}

.intake-choice-panel span {
    color: var(--muted);
    font-size: 0.75rem;
    font-weight: 820;
    text-transform: uppercase;
}

.intake-choice-panel strong {
    font-size: 1rem;
}

.intake-choice-panel p {
    margin: 0;
    color: var(--muted);
    line-height: 1.45;
}

.staged-form {
    margin-top: 1.3rem;
}

.form-stage {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fbfcff;
}

.form-stage legend {
    padding: 0 0.35rem;
    color: var(--text);
    font-weight: 850;
}

.field-meta {
    /* GA-REVIEW-003 | 2026-09-13 | George | Keep small required/optional labels above normal-text contrast on white forms. */
    color: #44567f;
    font-size: 0.78rem;
    font-weight: 760;
}

.form-help {
    display: block;
    color: var(--muted);
    font-size: 0.83rem;
    font-weight: 500;
    line-height: 1.35;
}

.password-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.55rem;
}

.password-row input {
    min-width: 0;
}

.password-toggle {
    min-height: 46px;
    padding-inline: 0.9rem;
}

/*
Traceability: issues #6-#13, 2026-08-20, George, style the authenticated Business App shell and local/demo workflow pages.
*/

.business-app {
    min-height: calc(100vh - 210px);
    background: var(--band);
}

.business-shell {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 1.2rem;
    width: min(100%, var(--site-shell-frame));
    margin-inline: auto;
    padding: 1.5rem var(--site-shell-gutter) 3rem;
}

.business-nav,
.business-main {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #ffffff;
}

.business-nav {
    display: grid;
    align-content: start;
    gap: 0.35rem;
    padding: 1rem;
}

.business-nav strong {
    margin-bottom: 0.5rem;
}

.business-nav a,
.business-nav .link-button {
    display: block;
    width: 100%;
    padding: 0.58rem 0.7rem;
    border-radius: 9px;
    color: #2a3b61;
    text-align: left;
    font-weight: 700;
}

.business-nav a[aria-current="page"] {
    color: #ffffff;
    background: var(--brand);
}

.nav-group {
    margin: 0.8rem 0 0.15rem;
    color: #7180a2;
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.business-main {
    min-width: 0;
    padding: 1.25rem;
}

.business-head {
    margin-bottom: 1.2rem;
}

.business-head h1 {
    margin-bottom: 0.35rem;
    font-size: 2.45rem;
}

.business-head p {
    color: var(--muted);
}

.metric-grid,
.entity-grid {
    display: grid;
    gap: 0.9rem;
}

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

.metric-card,
.entity-card,
.empty-state {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fbfcff;
}

.metric-card {
    display: grid;
    gap: 0.45rem;
    padding: 1rem;
}

.metric-card span {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.metric-card strong {
    color: var(--text);
    font-size: 1.8rem;
}

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

.entity-card,
.empty-state {
    padding: 1rem;
}

.entity-card p,
.empty-state p,
.form-note {
    color: var(--muted);
    line-height: 1.5;
}

.pill {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 0.55rem;
    padding: 0.28rem 0.5rem;
    border-radius: 999px;
    color: #175b55;
    background: #e8f7f5;
    font-size: 0.72rem;
    font-weight: 850;
}

.business-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.business-form.compact {
    grid-template-columns: 1fr;
}

.business-form label {
    display: grid;
    gap: 0.4rem;
    color: #2f4168;
    font-weight: 720;
}

.business-form input,
.business-form select,
.business-form textarea {
    width: 100%;
    min-height: 46px;
    padding: 0.68rem 0.78rem;
    border: 1px solid #cbd7ef;
    border-radius: 10px;
    color: var(--text);
    background: #ffffff;
    font: inherit;
}

.business-form textarea {
    min-height: 98px;
    resize: vertical;
}

.business-form .check-row {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
}

.business-form .check-row input {
    width: auto;
    min-height: auto;
}

.business-form .button,
.business-form .form-note {
    grid-column: 1 / -1;
}

.inline-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.6rem;
    margin-top: 0.8rem;
}

.footer-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 1.25rem;
}

.footer-layout div {
    display: grid;
    gap: 0.25rem;
}

.footer-brand {
    min-width: 0;
}

.footer-logo {
    width: min(215px, 100%);
    height: auto;
}

.footer-meta {
    justify-items: end;
    color: #5f6f8e;
    font-size: 0.86rem;
    text-align: right;
}

.version-badge {
    display: inline-flex;
    width: fit-content;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    padding: 0.28rem 0.58rem;
    border: 1px solid #cbd7ef;
    border-radius: 999px;
    color: #29406e;
    background: #ffffff;
    font-size: 0.78rem;
    font-weight: 820;
}

.footer-layout strong {
    color: var(--text);
}

.footer-layout a {
    color: var(--brand);
    font-weight: 760;
}

/*
Traceability: issues #14-#21, 2026-08-20, George, distinguish Virtual Assistant App local/demo status elements while reusing the authenticated app shell.
*/

.va-app .pill {
    color: #4d3d08;
    background: #fff5c8;
}

.va-app .business-head + .empty-state {
    margin-bottom: 1rem;
}

/*
Traceability: issues #22-#28, 2026-08-20, George, distinguish Evangelist direct-referral local/demo status elements while reusing the authenticated app shell.
*/

.evangelist-app .pill {
    color: #334266;
    background: #eaf1ff;
}

.evangelist-app .business-head + .empty-state {
    margin-bottom: 1rem;
}

/*
Traceability: issues #29-#35, 2026-08-20, George, style the operator-only Admin App read-only tables and status boundaries.
*/

.admin-app .pill {
    color: #283454;
    background: #edf2fb;
}

.admin-app .business-head + .empty-state {
    margin-bottom: 1rem;
}

.admin-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #ffffff;
}

.admin-table {
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.admin-table th,
.admin-table td {
    padding: 0.78rem 0.85rem;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

.admin-table th {
    color: #31436a;
    background: #f7f9fe;
    font-size: 0.76rem;
    font-weight: 850;
    text-transform: uppercase;
}

.admin-table td {
    color: #435273;
    line-height: 1.45;
}

.admin-table tbody tr:last-child td {
    border-bottom: 0;
}

@media (max-width: 1080px) {
    .site-header-inner {
        min-height: 78px;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .site-nav {
        position: absolute;
        left: var(--site-shell-gutter);
        right: var(--site-shell-gutter);
        top: calc(100% + 10px);
        display: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.35rem;
        margin-left: 0;
        padding: 0.75rem;
        border: 1px solid var(--line);
        border-radius: var(--radius-lg);
        background: #ffffff;
        box-shadow: var(--shadow);
    }

    .nav-open .site-nav {
        display: grid;
    }

    .site-nav a {
        min-height: 44px;
        padding: 0.72rem 0.75rem;
        border-radius: 8px;
        background: #f7faff;
    }

    .site-nav .mobile-intake-link {
        display: flex;
        align-items: center;
        justify-content: center;
        border-color: var(--brand);
        background: var(--brand);
        color: #ffffff;
        font-weight: 820;
    }

    .site-actions {
        margin-left: 0;
    }

    .site-actions .nav-link {
        display: inline-flex;
    }

    .hero-grid,
    .section-grid,
    .split,
    .release-panel {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        padding-bottom: 0;
    }

    .hero-features {
        margin-top: 1.9rem;
        padding-top: 0;
    }

    .card-grid,
    .page-hero-grid,
    .proof-grid,
    .process-grid,
    .detail-grid,
    .calculator-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-grid,
    .business-shell,
    .entity-grid,
    .guide-grid,
    .worksheet-panel,
    .closing-cta-panel {
        grid-template-columns: 1fr;
    }

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

    .plan-examples {
        grid-template-columns: repeat(2, 1fr);
    }

    .plan-output {
        grid-template-columns: 1fr 1fr;
    }

    .plan-create {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    :root {
        --site-shell-gutter: 16px;
    }

    .site-header-inner {
        min-height: 74px;
    }

    .site-brand {
        font-size: 1.15rem;
    }

    /* Traceability: issue #36, 2026-08-20, George, keep the restored logo readable on mobile. */
    .site-brand-logo {
        width: 178px;
    }

    .site-actions .button {
        min-height: 42px;
        padding-inline: 0.82rem;
        font-size: 0.86rem;
    }

    .site-actions .button.primary,
    .site-actions .nav-link {
        display: none;
    }

    .site-nav {
        grid-template-columns: 1fr;
    }

    .intake-choice {
        grid-template-columns: 1fr;
    }

    .page-hero {
        padding: 2.45rem 0 2.2rem;
    }

    .hero {
        padding-top: 1.8rem;
    }

    .eyebrow {
        margin-bottom: 0.85rem;
        font-size: 0.68rem;
        letter-spacing: 0.12em;
    }

    h1 {
        margin-bottom: 1rem;
        font-size: 2.45rem;
        line-height: 1;
    }

    h2 {
        font-size: 1.9rem;
    }

    .sub {
        margin-bottom: 0.9rem;
        font-size: 0.94rem;
        line-height: 1.42;
    }

    .hero-watch {
        gap: 0.55rem;
        margin-top: 0.2rem;
    }

    .hero-watch-copy strong {
        font-size: 0.83rem;
    }

    .hero-watch-copy small {
        font-size: 0.72rem;
    }

    .hero-features {
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        margin-top: 2.1rem;
    }

    .hero-feature {
        min-width: 0;
        min-height: 44px;
        align-items: center;
        gap: 0.55rem;
        padding-right: 0.7rem;
        font-size: 0.66rem;
        line-height: 1.3;
    }

    .hero-feature + .hero-feature {
        padding-left: 0.8rem;
    }

    .feature-icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        border-radius: 10px;
        font-size: 0.86rem;
    }

    .plan-shell {
        min-height: auto;
        padding: 1.35rem 1rem;
        border-radius: 18px;
    }

    .plan-input-top,
    .plan-input-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    textarea {
        padding-right: 1.2rem;
    }

    .prompt-spark {
        display: none;
    }

    .plan-examples,
    .plan-output {
        grid-template-columns: 1fr;
    }

    .plan-create {
        grid-column: auto;
    }

    section {
        padding: 3rem 0;
    }

    .marketplace-panel {
        padding: 0.85rem;
    }

    .marketplace-visual figcaption {
        position: static;
        margin: 0.6rem;
        color: #243858;
        background: #ffffff;
        border-color: #d8e0ee;
        box-shadow: none;
    }

    .release-lanes div {
        grid-template-columns: 1fr;
    }

    .footer-layout {
        align-items: flex-start;
        grid-template-columns: 1fr;
    }

    .footer-meta {
        justify-items: start;
        text-align: left;
    }

    .auth-card {
        padding: 1.15rem;
    }

    .metric-grid,
    .business-form,
    .portal-intake-form,
    .form-stage {
        grid-template-columns: 1fr;
    }

    .comparison-table {
        min-width: 680px;
    }

    .contact-inquiry .contact-form,
    .quick-contact-form,
    .form-stage {
        padding: 0.85rem;
    }

    .password-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 360px) {
    :root {
        --site-shell-gutter: 12px;
    }

    .site-header-inner {
        gap: 0.55rem;
    }

    .site-brand-logo {
        width: 146px;
    }

    .nav-toggle {
        min-height: 40px;
        gap: 0.4rem;
        padding: 0.5rem 0.58rem;
        font-size: 0.9rem;
    }
}
