:root {
    --shell-bg: #f7f3ea;
    --shell-ink: #111111;
    --shell-muted: #4b5563;
    --shell-card: #ffffff;
    --shell-line: rgba(63, 58, 47, 0.16);
    --shell-accent: #c88733;
    --shell-accent-strong: #9a5f12;
    --shell-accent-soft: rgba(201, 150, 58, 0.18);
    --shell-obsidian: #111111;
    --shell-charcoal: #1a1a1a;
    --shell-emerald: #0e6b4f;
    --shell-emerald-dark: #084c38;
    --shell-sand: #e8ddc8;
    --shell-sand-soft: #f3ebdd;
    --shell-hero: linear-gradient(160deg, #f7f3ea 0%, #f3ebdd 48%, #ffffff 100%);
    --shell-shadow: 0 20px 48px rgba(17, 17, 17, 0.08);
}

* {
    box-sizing: border-box;
}

body.public-shell {
    margin: 0;
    color: var(--shell-ink);
    background: var(--shell-bg);
    font-family: "IBM Plex Sans", sans-serif;
}

.public-shell a {
    color: inherit;
}

.shell-frame {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--shell-hero);
}

.shell-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(14px);
    background: rgba(247, 243, 234, 0.92);
    border-bottom: 1px solid var(--shell-line);
}

.shell-header-inner,
.shell-main,
.shell-footer-inner {
    width: min(1180px, calc(100vw - 32px));
    margin: 0 auto;
}

.shell-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 78px;
}

.shell-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.shell-brand-copy {
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
}

.shell-brand-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    flex-shrink: 0;
    box-shadow: 0 10px 24px rgba(3, 8, 18, 0.22);
}

.shell-brand-footer {
    margin-bottom: 12px;
}

.shell-brand-icon-footer {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(3, 8, 18, 0.18);
}

.shell-brand-mark {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.16rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--shell-ink);
}

.shell-brand-sub {
    font-size: 0.82rem;
    color: var(--shell-muted);
    letter-spacing: 0.01em;
}

.shell-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.shell-nav a {
    text-decoration: none;
    color: var(--shell-muted);
    font-weight: 600;
}

.shell-nav a.is-active,
.shell-nav a:hover {
    color: var(--shell-obsidian);
}

.shell-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.shell-btn,
.shell-btn-secondary,
.shell-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 999px;
    min-height: 44px;
    padding: 0 18px;
    font-weight: 700;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.shell-btn {
    background: var(--shell-accent);
    color: #111827;
    border: 1px solid transparent;
}

.shell-btn:hover {
    background: var(--shell-accent-strong);
    color: #111827;
    transform: translateY(-1px);
}

.shell-btn-secondary {
    background: linear-gradient(180deg, #1a1a1a, #111111);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.shell-btn-secondary:hover {
    transform: translateY(-1px);
    color: #fff;
}

.shell-btn-ghost {
    border: 1px solid var(--shell-line);
    color: var(--shell-ink);
    background: rgba(255, 255, 255, 0.84);
}

.shell-btn-ghost:hover {
    transform: translateY(-1px);
}

.shell-main {
    flex: 1;
    padding: 44px 0 72px;
}

.hero-grid,
.page-grid,
.contact-grid,
.profile-grid {
    display: grid;
    gap: 24px;
}

.hero-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.85fr);
    align-items: start;
}

.page-grid {
    grid-template-columns: minmax(0, 1fr);
}

.hero-card,
.shell-card,
.tier-card,
.legal-card,
.contact-card,
.profile-card {
    background: var(--shell-card);
    border: 1px solid var(--shell-line);
    box-shadow: var(--shell-shadow);
    border-radius: 28px;
    backdrop-filter: blur(12px);
}

.hero-card,
.shell-card,
.contact-card,
.profile-card {
    padding: 30px;
}

.hero-analyst-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 18px;
    border-radius: 22px;
    box-shadow: 0 22px 60px rgba(3, 8, 18, 0.28);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--shell-accent-soft);
    color: var(--shell-accent-strong);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-title,
.page-title,
.profile-title {
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.6rem, 5vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    margin: 20px 0 18px;
}

.page-title,
.profile-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.hero-copy,
.page-copy,
.body-copy,
.contact-copy,
.profile-copy {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--shell-muted);
}

.hero-actions,
.card-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.stat-grid,
.tier-grid,
.feature-grid,
.footer-grid {
    display: grid;
    gap: 18px;
}

.stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 26px;
}

.stat-card,
.feature-card {
    padding: 18px;
    border-radius: 18px;
    background: #f9fbfe;
    border: 1px solid var(--shell-line);
}

.stat-kicker {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
}

.aside-stack {
    display: grid;
    gap: 18px;
}

.mini-list,
.tier-features,
.legal-list,
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mini-list li,
.tier-features li,
.legal-list li {
    position: relative;
    padding-left: 18px;
    color: var(--shell-muted);
    line-height: 1.6;
}

.mini-list li::before,
.tier-features li::before,
.legal-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--shell-accent);
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.section-head h2,
.card-heading,
.contact-heading,
.profile-heading {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.35rem;
    margin: 0 0 10px;
}

.tier-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tier-card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 100%;
}

.tier-card.featured {
    background: linear-gradient(180deg, #fffdf7, #fff8ea);
    border-color: rgba(201, 150, 58, 0.44);
    transform: translateY(-8px);
}

.tier-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 14px;
}

.tier-name {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.6rem;
    margin: 0 0 6px;
}

.tier-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f3ebdd;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.tier-delay {
    color: var(--shell-accent-strong);
    font-weight: 700;
}

.pricing-value {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    color: #162941;
    margin-top: 6px;
}

.pricing-note {
    margin-top: 6px;
}

.tier-meta-grid,
.quote-grid,
.intake-grid {
    display: grid;
    gap: 14px;
}

.tier-meta-grid {
    grid-template-columns: 1fr;
}

.quote-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-compare {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--shell-line);
    border-radius: 22px;
    background: var(--shell-line);
}

.pricing-row {
    display: grid;
    grid-template-columns: minmax(180px, 1.2fr) repeat(3, minmax(0, 1fr));
    gap: 1px;
}

.pricing-row > div {
    padding: 16px;
    background: #f7fafd;
    color: var(--shell-muted);
    line-height: 1.55;
}

.pricing-row > div:first-child,
.pricing-head > div {
    color: var(--shell-ink);
    font-weight: 700;
}

.submission-banner {
    margin-top: 22px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(201, 150, 58, 0.3);
    background: rgba(201, 150, 58, 0.1);
}

.intake-form {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.intake-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-field {
    display: grid;
    gap: 8px;
}

.form-field label {
    font-size: 0.88rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--shell-muted);
    font-weight: 700;
}

.intake-input {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid var(--shell-line);
    background: #fbfdff;
    color: var(--shell-ink);
    font: inherit;
}

textarea.intake-input {
    min-height: 120px;
    resize: vertical;
}

.checkbox-grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.checkbox-grid label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid var(--shell-line);
    background: #fbfdff;
    text-transform: none;
    letter-spacing: 0;
    color: var(--shell-ink);
    cursor: pointer;
}

.checkbox-grid input[type="checkbox"] {
    accent-color: var(--shell-accent);
}

.form-error {
    color: #d23838;
    font-size: 0.92rem;
}

.legal-card + .legal-card,
.contact-card + .contact-card {
    margin-top: 18px;
}

.legal-page {
    max-width: 980px;
    margin: 0 auto;
}

.legal-hero {
    border-color: rgba(201, 150, 58, 0.32);
}

.legal-callout {
    margin: 18px 0 0;
    padding: 14px 16px;
    border: 1px solid rgba(201, 150, 58, 0.28);
    border-radius: 8px;
    background: #fff8e8;
    color: #6d4910;
    font-weight: 800;
    line-height: 1.45;
}

.legal-card {
    padding: 24px 28px;
}

.contact-grid,
.profile-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
}

.contact-detail {
    display: grid;
    gap: 4px;
    padding: 14px 0;
    border-top: 1px solid var(--shell-line);
}

.contact-detail:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.contact-photo-card {
    overflow: hidden;
}

.contact-photo {
    display: block;
    width: calc(100% + 60px);
    max-width: none;
    margin: -30px -30px 18px;
    height: auto;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
}

.contact-label {
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--shell-muted);
    font-weight: 700;
}

.contact-value {
    font-size: 1.05rem;
    font-weight: 700;
}

.profile-card .tier-badge {
    background: var(--shell-accent-soft);
}

.profile-meta {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.profile-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--shell-line);
}

.shell-footer {
    border-top: 1px solid var(--shell-line);
    background: var(--shell-sand-soft);
    padding: 22px 0 40px;
}

.footer-grid {
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.8fr));
    align-items: start;
}

.footer-links {
    display: grid;
    gap: 8px;
}

.footer-note {
    color: var(--shell-muted);
    line-height: 1.6;
}

.auth-shell .shell-main {
    display: flex;
    align-items: center;
}

.auth-container {
    width: min(520px, 100%);
    margin: 0 auto;
}

.auth-card {
    background: #ffffff;
    color: #152943;
    border: 1px solid var(--shell-line);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 22px 60px rgba(4, 10, 20, 0.5);
}

.auth-card .auth-brand {
    margin-bottom: 22px;
}

.auth-card .auth-brand h1 {
    margin: 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 2rem;
}

.auth-card .auth-brand p {
    color: var(--shell-muted);
    margin: 8px 0 0;
}

.homepage-redesign .shell-frame {
    background: #070a0f;
}

.homepage-redesign .shell-main {
    width: 100%;
    padding: 0 0 72px;
}

.mc-hero {
    position: relative;
    min-height: min(760px, calc(100vh - 78px));
    overflow: hidden;
    display: flex;
    align-items: end;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mc-hero-bg,
.mc-hero-shade {
    position: absolute;
    inset: 0;
}

.mc-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.82) contrast(1.08) brightness(0.62);
}

.mc-hero-shade {
    background:
        linear-gradient(90deg, rgba(7, 10, 15, 0.95) 0%, rgba(7, 10, 15, 0.78) 42%, rgba(7, 10, 15, 0.28) 100%),
        linear-gradient(0deg, rgba(7, 10, 15, 0.96) 0%, rgba(7, 10, 15, 0.08) 42%);
}

.mc-hero-copy {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100vw - 32px));
    margin: 0 auto;
    padding: 84px 0 96px;
}

.mc-kicker,
.mc-panel-label {
    display: inline-flex;
    color: #e3b04d;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mc-hero h1,
.mc-section-head h2,
.mc-terminal h2 {
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0;
    color: #f7fbff;
}

.mc-hero h1 {
    max-width: 880px;
    margin: 18px 0 20px;
    font-size: clamp(2.75rem, 6vw, 6.2rem);
    line-height: 0.95;
}

.mc-hero p {
    max-width: 760px;
    margin: 0;
    color: #c8d3df;
    font-size: clamp(1.08rem, 1.7vw, 1.28rem);
    line-height: 1.65;
}

.mc-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.mc-terminal-band,
.mc-band {
    width: min(1180px, calc(100vw - 32px));
    margin: 0 auto;
}

.mc-terminal-band {
    margin-top: -54px;
    position: relative;
    z-index: 3;
}

.mc-terminal {
    background: #0d1219;
    border: 1px solid rgba(227, 176, 77, 0.24);
    border-radius: 8px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
    overflow: hidden;
}

.mc-terminal-top {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #101722;
}

.mc-terminal h2,
.mc-terminal h3 {
    margin: 6px 0 0;
}

.mc-status-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.mc-status-row span,
.mc-tag {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 0 10px;
    color: #dce6ef;
    font-size: 0.82rem;
    font-weight: 700;
}

.mc-terminal-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
}

.mc-feed-preview {
    display: grid;
}

.mc-feed-row {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mc-feed-row.is-hot {
    background: rgba(227, 176, 77, 0.08);
}

.mc-feed-row strong,
.mc-detail-preview h3,
.mc-value-grid h3,
.mc-capability-grid h3,
.mc-audience-grid h3,
.mc-access-card h3 {
    color: #f7fbff;
}

.mc-feed-row p,
.mc-detail-preview li,
.mc-value-grid p,
.mc-capability-grid p,
.mc-audience-grid p,
.mc-access-card p {
    color: #aebdcc;
    line-height: 1.6;
}

.mc-feed-row p {
    margin: 6px 0 0;
}

.mc-tag {
    justify-content: center;
    border-radius: 6px;
}

.mc-tag.macro { color: #d8d2c4; background: rgba(216, 210, 196, 0.16); }
.mc-tag.equity { color: #8ce6bd; background: rgba(48, 168, 112, 0.16); }
.mc-tag.geo { color: #f1cc72; background: rgba(227, 176, 77, 0.14); }

.mc-detail-preview {
    padding: 22px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: #0a0f16;
}

.mc-detail-preview ul {
    margin: 16px 0 0;
    padding-left: 18px;
}

.mc-detail-preview li + li {
    margin-top: 12px;
}

.mc-band {
    padding-top: 76px;
}

.mc-section-head {
    max-width: 860px;
    margin-bottom: 24px;
}

.mc-section-head h2 {
    margin: 10px 0 0;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.02;
}

.mc-value-grid,
.mc-capability-grid,
.mc-audience-grid,
.mc-access-grid {
    display: grid;
    gap: 14px;
}

.mc-value-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mc-value-grid article,
.mc-capability-grid article,
.mc-audience-grid article,
.mc-access-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 20px;
    background: #0f151d;
}

.mc-number {
    display: block;
    color: #e3b04d;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 24px;
}

.mc-value-grid h3,
.mc-capability-grid h3,
.mc-audience-grid h3,
.mc-access-card h3 {
    font-family: "Space Grotesk", sans-serif;
    margin: 0 0 10px;
    font-size: 1.2rem;
    letter-spacing: 0;
}

.mc-value-grid p,
.mc-capability-grid p,
.mc-audience-grid p,
.mc-access-card p {
    margin: 0;
}

.mc-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 18px;
}

.mc-flow div {
    padding: 22px;
    background: #101722;
}

.mc-flow span {
    display: block;
    color: #e3b04d;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.mc-flow strong {
    color: #f7fbff;
    line-height: 1.5;
}

.mc-capability-grid,
.mc-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mc-audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mc-access-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mc-access-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.mc-access-card.is-featured {
    border-color: rgba(227, 176, 77, 0.45);
    background: #141b23;
}

.product-home .shell-frame {
    background: #06090d;
}

.product-home .shell-main {
    width: 100%;
    padding: 0 0 80px;
}

.ph-hero {
    min-height: calc(100vh - 78px);
    background:
        linear-gradient(180deg, rgba(7, 11, 16, 0) 0%, #06090d 96%),
        linear-gradient(115deg, #06090d 0%, #0a1118 46%, #111317 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ph-hero-inner {
    width: min(1280px, calc(100vw - 40px));
    margin: 0 auto;
    min-height: calc(100vh - 78px);
    display: grid;
    grid-template-columns: minmax(360px, 0.78fr) minmax(620px, 1.22fr);
    gap: 34px;
    align-items: center;
    padding: 52px 0;
}

.ph-hero-copy {
    max-width: 560px;
}

.ph-kicker {
    display: inline-flex;
    color: #f2b84b;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ph-hero h1,
.ph-section-head h2 {
    margin: 14px 0 18px;
    color: #f7f3ea;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0;
    line-height: 0.98;
}

.ph-hero h1 {
    font-size: clamp(3.2rem, 5.8vw, 6.7rem);
}

.ph-hero p,
.ph-section-head p {
    margin: 0;
    color: #b5c2d0;
    font-size: 1.12rem;
    line-height: 1.7;
}

.ph-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.ph-terminal {
    border: 1px solid rgba(155, 176, 198, 0.18);
    border-radius: 8px;
    background: #0b1118;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.46);
    overflow: hidden;
}

.ph-terminal-bar {
    min-height: 44px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #111923;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #d8e1ea;
    font-weight: 800;
}

.ph-terminal-bar div {
    display: flex;
    gap: 7px;
}

.ph-terminal-bar i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #586779;
}

.ph-terminal-bar i:nth-child(2) {
    background: #f2b84b;
}

.ph-terminal-bar i:nth-child(3) {
    background: #38d191;
}

.ph-terminal-body {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
    min-height: 610px;
}

.ph-tape {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.ph-tape-head {
    padding: 16px 18px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    color: #f7f3ea;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #0f171f;
}

.ph-tape-head span,
.ph-inspector-section span,
.ph-reaction-grid span,
.ph-access-grid span {
    color: #8fa1b4;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ph-row {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #0b1118;
}

.ph-row.is-active {
    background: #12181e;
    box-shadow: inset 3px 0 0 #f2b84b;
}

.ph-row strong,
.ph-inspector-section strong,
.ph-reaction-grid strong,
.ph-strip strong,
.ph-delivery-grid h3,
.ph-market-grid h3,
.ph-access-grid strong,
.ph-flow strong {
    color: #f7f3ea;
}

.ph-row p,
.ph-inspector-section p,
.ph-inspector-section li,
.ph-strip p,
.ph-delivery-grid p,
.ph-market-grid p {
    color: #aebccc;
    line-height: 1.6;
}

.ph-row p {
    margin: 6px 0 0;
    font-size: 0.94rem;
}

.ph-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 6px;
    font-size: 0.76rem;
    font-weight: 900;
}

.ph-pill-eco { color: #d8d2c4; background: rgba(216, 210, 196, 0.16); }
.ph-pill-broker { color: #8ce7b6; background: rgba(54, 197, 129, 0.16); }
.ph-pill-research { color: #d8d2c4; background: rgba(216, 210, 196, 0.16); } /* obsidian-tinted — no copper */
.ph-pill-geo { color: #ffd175; background: rgba(242, 184, 75, 0.16); }

.ph-inspector {
    padding: 18px;
    background: #080d13;
}

.ph-inspector-section {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ph-inspector-section:first-child {
    padding-top: 0;
}

.ph-inspector-section strong {
    display: block;
    margin-top: 8px;
    line-height: 1.4;
}

.ph-inspector-section p {
    margin: 8px 0 0;
    font-size: 0.94rem;
}

.ph-inspector-section ul {
    margin: 10px 0 0;
    padding-left: 18px;
}

.ph-reaction-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ph-reaction-grid div {
    padding: 12px;
    border-radius: 8px;
    background: #101821;
}

.ph-reaction-grid strong {
    display: block;
    margin-top: 4px;
    font-size: 1.08rem;
}

.ph-strip,
.ph-section {
    width: min(1280px, calc(100vw - 40px));
    margin: 0 auto;
}

.ph-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
}

.ph-strip div {
    padding: 22px;
    background: #0d141b;
}

.ph-strip span {
    display: block;
    color: #f2b84b;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.ph-strip strong {
    display: block;
    margin-bottom: 8px;
}

.ph-strip p {
    margin: 0;
    font-size: 0.94rem;
}

.ph-section {
    padding-top: 86px;
}

.ph-section-head {
    max-width: 820px;
    margin-bottom: 26px;
}

.ph-section-head h2 {
    font-size: clamp(2rem, 4vw, 4.5rem);
}

.ph-delivery-grid,
.ph-market-grid,
.ph-access-grid {
    display: grid;
    gap: 12px;
}

.ph-delivery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ph-delivery-grid article,
.ph-market-grid article {
    min-height: 220px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 22px;
    background: #0d141b;
}

.ph-delivery-grid h3,
.ph-market-grid h3 {
    margin: 0 0 12px;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0;
    font-size: 1.28rem;
}

.ph-delivery-grid p,
.ph-market-grid p {
    margin: 0;
}

.ph-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(242, 184, 75, 0.22);
    background: rgba(242, 184, 75, 0.18);
}

.ph-flow div {
    padding: 24px;
    background: #12171d;
}

.ph-flow span {
    display: block;
    color: #f2b84b;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.ph-flow strong {
    line-height: 1.55;
}

.ph-market-grid,
.ph-access-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ph-access-grid a {
    display: flex;
    min-height: 170px;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    padding: 22px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #0d141b;
    text-decoration: none;
}

.ph-access-grid a:nth-child(2) {
    border-color: rgba(242, 184, 75, 0.4);
    background: #14181d;
}

.ph-access-grid em {
    color: #f2b84b;
    font-style: normal;
    font-weight: 800;
}

@media (max-width: 980px) {
    .hero-grid,
    .tier-grid,
    .contact-grid,
    .profile-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .quote-grid,
    .intake-grid-two,
    .checkbox-grid ul,
    .pricing-row {
        grid-template-columns: 1fr;
    }

    .tier-card.featured {
        transform: none;
    }

    .mc-terminal-grid,
    .mc-value-grid,
    .mc-flow,
    .mc-capability-grid,
    .mc-audience-grid,
    .mc-access-grid {
        grid-template-columns: 1fr;
    }

    .mc-detail-preview {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .ph-hero-inner,
    .ph-terminal-body,
    .ph-strip,
    .ph-delivery-grid,
    .ph-flow,
    .ph-market-grid,
    .ph-access-grid {
        grid-template-columns: 1fr;
    }

    .ph-hero-inner {
        min-height: auto;
        padding-top: 64px;
    }

    .ph-hero-copy {
        max-width: 820px;
    }

    .ph-tape {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
}

@media (max-width: 720px) {
    .shell-header-inner {
        padding: 12px 0;
        align-items: start;
        flex-direction: column;
    }

    .shell-brand-sub {
        max-width: 280px;
    }

    .shell-actions,
    .hero-actions,
    .card-actions,
    .section-head {
        width: 100%;
    }

    .stat-grid {
        grid-template-columns: 1fr;
    }

    .hero-card,
    .shell-card,
    .contact-card,
    .profile-card,
    .tier-card {
        padding: 22px;
    }

    .hero-analyst-image {
        width: 100%;
        margin-bottom: 16px;
    }

    .contact-photo {
        width: calc(100% + 44px);
        margin: -22px -22px 16px;
    }

    .shell-main {
        padding-top: 28px;
    }

    .homepage-redesign .shell-main {
        padding-top: 0;
    }

    .mc-hero {
        min-height: 720px;
        align-items: center;
    }

    .mc-hero-copy {
        padding: 64px 0 116px;
    }

    .mc-hero h1 {
        font-size: 2.8rem;
    }

    .mc-terminal-band {
        margin-top: -82px;
    }

    .mc-terminal-top,
    .mc-feed-row {
        grid-template-columns: 1fr;
    }

    .mc-terminal-top {
        flex-direction: column;
    }

    .mc-feed-row {
        display: grid;
    }

    .product-home .shell-main {
        padding-top: 0;
    }

    .ph-hero-inner,
    .ph-strip,
    .ph-section {
        width: min(100vw - 24px, 1280px);
    }

    .ph-hero h1 {
        font-size: 3rem;
    }

    .ph-row {
        grid-template-columns: 1fr;
    }

    .ph-tape-head {
        align-items: start;
        flex-direction: column;
    }
}

.product-home {
    color: #172033;
    background: #f7f3ea;
}

.product-home .shell-frame {
    background:
        linear-gradient(180deg, #f7f3ea 0%, #ffffff 46%, #eef3f8 100%);
}

.product-home .shell-header {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(32, 48, 70, 0.12);
    box-shadow: 0 10px 30px rgba(19, 34, 55, 0.06);
}

.product-home .shell-brand-mark,
.product-home .shell-nav a,
.product-home .shell-btn-ghost,
.product-home .shell-footer .shell-brand-mark {
    color: #152238;
}

.product-home .shell-brand-sub,
.product-home .footer-note,
.product-home .contact-label,
.product-home .footer-links a {
    color: #5d6c7d;
}

.product-home .shell-nav a.is-active,
.product-home .shell-nav a:hover {
    color: #a46f17;
}

.product-home .shell-main {
    width: 100%;
    padding: 0 0 84px;
}

.product-home .shell-footer {
    background: #ffffff;
    border-top: 1px solid rgba(32, 48, 70, 0.12);
}

.product-home .shell-btn,
.product-home .lp-primary {
    background: #d89a28;
    color: #142033;
    border: 1px solid #c68716;
    box-shadow: 0 12px 26px rgba(182, 119, 16, 0.2);
}

.product-home .shell-btn:hover,
.product-home .lp-primary:hover {
    background: #efb13d;
    color: #142033;
}

.product-home .shell-btn-secondary,
.product-home .lp-secondary,
.product-home .shell-btn-ghost,
.product-home .lp-tertiary {
    background: rgba(255, 255, 255, 0.84);
    color: #152238;
    border: 1px solid rgba(32, 48, 70, 0.18);
    box-shadow: 0 10px 24px rgba(19, 34, 55, 0.08);
}

.product-home .shell-btn-secondary:hover,
.product-home .lp-secondary:hover,
.product-home .shell-btn-ghost:hover,
.product-home .lp-tertiary:hover {
    color: #152238;
    background: #ffffff;
}

.lp-hero {
    position: relative;
    min-height: min(780px, calc(100vh - 78px));
    overflow: hidden;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(32, 48, 70, 0.12);
}

.lp-hero-image,
.lp-hero-wash {
    position: absolute;
    inset: 0;
}

.lp-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.02) contrast(1.02);
}

.lp-hero-wash {
    background:
        linear-gradient(90deg, rgba(246, 249, 252, 0.96) 0%, rgba(246, 249, 252, 0.9) 38%, rgba(246, 249, 252, 0.38) 68%, rgba(246, 249, 252, 0.1) 100%),
        linear-gradient(0deg, rgba(244, 247, 251, 0.98) 0%, rgba(244, 247, 251, 0.14) 42%);
}

.lp-hero-inner,
.lp-strip,
.lp-section {
    width: min(1180px, calc(100vw - 40px));
    margin: 0 auto;
}

.lp-hero-inner {
    position: relative;
    z-index: 1;
    padding: 54px 0 86px;
}

.lp-hero-copy {
    max-width: 900px;
}

.lp-kicker {
    display: inline-flex;
    color: #9b6611;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lp-hero h1,
.lp-section-head h2,
.lp-showcase-copy h2 {
    margin: 14px 0 18px;
    color: #142033;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0;
}

.lp-hero h1 {
    max-width: 920px;
    font-size: clamp(3.15rem, 5.2vw, 5.7rem);
    line-height: 0.96;
}

.lp-lede,
.lp-section-head p,
.lp-showcase-copy p,
.lp-problem-grid p,
.lp-outcome-grid p,
.lp-preview-row p,
.lp-strip p {
    color: #455568;
    line-height: 1.65;
}

.lp-lede {
    max-width: 700px;
    margin: 0;
    font-size: clamp(1.1rem, 1.6vw, 1.32rem);
}

.lp-actions,
.lp-mini-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.lp-actions {
    margin-top: 30px;
}

.lp-proof-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 760px;
    margin-top: 28px;
}

.lp-proof-row div,
.lp-strip div,
.lp-problem-grid article,
.lp-outcome-grid article,
.lp-event-preview,
.lp-access-grid a {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(32, 48, 70, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(19, 34, 55, 0.08);
}

.lp-proof-row div {
    padding: 16px;
}

.lp-proof-row strong {
    display: block;
    color: #142033;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.45rem;
    line-height: 1.05;
}

.lp-proof-row span {
    display: block;
    margin-top: 8px;
    color: #516174;
    line-height: 1.35;
}

.lp-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: -42px;
    position: relative;
    z-index: 2;
}

.lp-strip div {
    padding: 24px;
}

.lp-strip span {
    display: block;
    color: #9b6611;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 22px;
}

.lp-strip strong,
.lp-problem-grid h3,
.lp-outcome-grid h3,
.lp-preview-row strong,
.lp-access-grid strong {
    color: #142033;
}

.lp-strip strong,
.lp-problem-grid h3,
.lp-outcome-grid h3 {
    display: block;
    margin: 0 0 10px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0;
}

.lp-strip p {
    margin: 0;
}

.lp-section {
    padding-top: 92px;
}

.lp-section-head {
    max-width: 820px;
    margin-bottom: 26px;
}

.lp-section-head h2,
.lp-showcase-copy h2 {
    font-size: clamp(2.25rem, 4.8vw, 5rem);
    line-height: 0.98;
}

.lp-section-head p,
.lp-showcase-copy p {
    max-width: 780px;
    margin: 0;
    font-size: 1.08rem;
}

.lp-problem-grid,
.lp-outcome-grid,
.lp-access-grid {
    display: grid;
    gap: 14px;
}

.lp-problem-grid,
.lp-outcome-grid,
.lp-access-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-problem-grid article,
.lp-outcome-grid article {
    min-height: 210px;
    padding: 24px;
}

.lp-problem-grid p,
.lp-outcome-grid p {
    margin: 0;
}

.lp-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
    gap: 34px;
    align-items: center;
}

.lp-showcase-copy {
    max-width: 560px;
}

.lp-showcase-copy p {
    margin-bottom: 28px;
}

.lp-event-preview {
    overflow: hidden;
}

.lp-preview-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 18px 20px;
    background: #f8fafc;
    border-bottom: 1px solid rgba(32, 48, 70, 0.12);
}

.lp-preview-header span,
.lp-preview-row span,
.lp-access-grid span {
    color: #6a7a8d;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lp-preview-header strong {
    color: #116149;
}

.lp-preview-row {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 20px;
    border-bottom: 1px solid rgba(32, 48, 70, 0.1);
}

.lp-preview-row:last-child {
    border-bottom: 0;
}

.lp-preview-row.is-active {
    background: #fff7e7;
    box-shadow: inset 4px 0 0 #d89a28;
}

.lp-preview-row strong {
    font-size: 1.08rem;
}

.lp-preview-row p {
    margin: 8px 0 0;
}

.lp-access-grid a {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding: 24px;
    text-decoration: none;
}

.lp-access-grid a.is-featured {
    border-color: rgba(216, 154, 40, 0.42);
    background: #fff7e7;
}

.lp-access-grid em {
    color: #9b6611;
    font-style: normal;
    font-weight: 800;
}

@media (max-width: 980px) {
    .lp-hero {
        min-height: auto;
        align-items: end;
    }

    .lp-hero-wash {
        background:
            linear-gradient(180deg, rgba(246, 249, 252, 0.92) 0%, rgba(246, 249, 252, 0.86) 54%, #f7f3ea 100%);
    }

    .lp-hero-inner {
        padding: 60px 0 72px;
    }

    .lp-proof-row,
    .lp-strip,
    .lp-problem-grid,
    .lp-showcase,
    .lp-outcome-grid,
    .lp-access-grid {
        grid-template-columns: 1fr;
    }

    .lp-strip {
        margin-top: -28px;
    }

    .lp-showcase-copy {
        max-width: 820px;
    }
}

@media (max-width: 720px) {
    .lp-hero-inner,
    .lp-strip,
    .lp-section {
        width: min(100vw - 24px, 1180px);
    }

    .lp-hero h1 {
        font-size: 2.6rem;
        line-height: 1;
    }

    .lp-lede {
        font-size: 1rem;
    }

    .lp-section {
        padding-top: 68px;
    }

    .lp-section-head h2,
    .lp-showcase-copy h2 {
        font-size: 2.45rem;
    }

    .lp-actions a,
    .lp-mini-cta a {
        width: 100%;
    }

    .lp-actions .lp-tertiary {
        display: none;
    }

    .lp-proof-row {
        display: none;
    }

    .lp-preview-header,
    .lp-preview-row {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .lp-preview-header {
        display: grid;
    }
}

.product-home-v2 .shell-main {
    padding: 18px 0 84px;
}

.lpv2-shell {
    width: min(1180px, calc(100vw - 40px));
    margin: 0 auto;
}

.lpv2-hero {
    padding-top: 10px;
}

.lpv2-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 28px;
    align-items: center;
}

.lpv2-kicker {
    display: inline-flex;
    color: #8a5b0b;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lpv2-copy h1,
.lpv2-copy h2 {
    margin: 12px 0 16px;
    color: #13233d;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0;
    line-height: 0.98;
}

.lpv2-copy h1 {
    font-size: clamp(2.2rem, 3.4vw, 3.6rem);
    max-width: 760px;
}

.lpv2-copy h2 {
    font-size: clamp(1.7rem, 2.8vw, 2.8rem);
}

.lpv2-copy p {
    margin: 0;
    color: #4b5b6f;
    line-height: 1.68;
    font-size: 1.03rem;
}

.lpv2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.lpv2-btn-main {
    min-width: 220px;
}

.lpv2-media img {
    width: 100%;
    display: block;
    border-radius: 8px;
    border: 1px solid rgba(24, 40, 66, 0.12);
    box-shadow: 0 18px 42px rgba(18, 31, 52, 0.12);
    object-fit: cover;
    aspect-ratio: 16 / 10;
}

.lpv2-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.lpv2-stats div,
.lpv2-panel,
.lpv2-cards article,
.lpv2-access-grid a {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(24, 40, 66, 0.12);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(18, 31, 52, 0.08);
}

.lpv2-stats div {
    padding: 14px;
}

.lpv2-stats strong {
    display: block;
    color: #13233d;
    font-size: 1.15rem;
    font-family: "Space Grotesk", sans-serif;
}

.lpv2-stats span {
    display: block;
    margin-top: 6px;
    color: #5a697b;
    font-size: 0.9rem;
    line-height: 1.35;
}

.lpv2-section {
    padding-top: 36px;
}

.lpv2-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    gap: 26px;
    align-items: start;
}

.lpv2-split-reverse .lpv2-copy {
    order: 2;
}

.lpv2-split-reverse .lpv2-media,
.lpv2-split-reverse .lpv2-panel {
    order: 1;
}

.lpv2-list {
    margin: 16px 0 0;
    padding-left: 18px;
    color: #3f5065;
    line-height: 1.7;
}

.lpv2-panel {
    padding: 12px;
}

.lpv2-event-preview {
    border: 1px solid rgba(24, 40, 66, 0.1);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.lpv2-preview-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    background: #f7f3ea;
    border-bottom: 1px solid rgba(24, 40, 66, 0.1);
}

.lpv2-preview-head span,
.lpv2-preview-row span,
.lpv2-access-grid span {
    color: #67778a;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lpv2-preview-head strong {
    color: #13614a;
    font-size: 0.86rem;
}

.lpv2-preview-row {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-bottom: 1px solid rgba(24, 40, 66, 0.08);
}

.lpv2-preview-row:last-child {
    border-bottom: 0;
}

.lpv2-preview-row.is-active {
    background: #fff8eb;
    box-shadow: inset 4px 0 0 #d89a28;
}

.lpv2-preview-row strong {
    color: #13233d;
}

.lpv2-preview-row p {
    margin-top: 6px;
    font-size: 0.92rem;
}

.lpv2-media-tight img {
    aspect-ratio: 5 / 4;
}

.lpv2-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.lpv2-cards article {
    padding: 16px;
}

.lpv2-cards h3 {
    margin: 0 0 8px;
    color: #13233d;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.07rem;
}

.lpv2-cards p {
    font-size: 0.94rem;
}

.lpv2-head-center {
    text-align: center;
    max-width: 840px;
    margin: 0 auto 20px;
}

.lpv2-head-center h2 {
    margin: 10px 0 0;
    color: #13233d;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.5rem, 2.4vw, 2.3rem);
    letter-spacing: 0;
    line-height: 1.06;
}

.lpv2-access-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.lpv2-access-grid a {
    display: flex;
    min-height: 168px;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 18px;
    text-decoration: none;
}

.lpv2-access-grid a strong {
    color: #13233d;
}

.lpv2-access-grid a em {
    color: #946114;
    font-style: normal;
    font-weight: 800;
}

.lpv2-access-grid a.is-featured {
    border-color: rgba(216, 154, 40, 0.42);
    background: #fff7e7;
}

@media (max-width: 980px) {
    .lpv2-hero-grid,
    .lpv2-split,
    .lpv2-cards,
    .lpv2-access-grid {
        grid-template-columns: 1fr;
    }

    .lpv2-split-reverse .lpv2-copy,
    .lpv2-split-reverse .lpv2-media,
    .lpv2-split-reverse .lpv2-panel {
        order: initial;
    }

    .lpv2-media img,
    .lpv2-media-tight img {
        aspect-ratio: 16 / 10;
    }

    .lpv2-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .lpv2-shell {
        width: min(100vw - 24px, 1180px);
    }

    .product-home-v2 .shell-main {
        padding-top: 8px;
    }

    .lpv2-copy h1 {
        font-size: 2.05rem;
        line-height: 1.02;
    }

    .lpv2-copy h2,
    .lpv2-head-center h2 {
        font-size: 2rem;
        line-height: 1.03;
    }

    .lpv2-actions a {
        width: 100%;
    }

    .lpv2-preview-row {
        grid-template-columns: 1fr;
    }
}

/* Pricing Page Styling */
.pricing-page-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.pricing-hero {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 12px;
}

.pricing-hero .eyebrow {
    margin-bottom: 12px;
}

.pricing-hero-title {
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    line-height: 1.1;
    margin: 12px 0 16px;
    color: var(--shell-ink);
}

.pricing-hero-copy {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--shell-muted);
    margin-bottom: 20px;
}

.pricing-hero-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}

.pricing-trust-line {
    font-size: 0.88rem;
    color: var(--shell-muted);
    font-style: italic;
}

/* Pricing Cards Grid */
.pricing-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
}

.price-card {
    background: var(--shell-card);
    border: 1px solid var(--shell-line);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 4px 20px rgba(19, 34, 56, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.price-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(19, 34, 56, 0.08);
}

/* Featured / Professional Card Highlight */
.price-card.featured {
    border: 2px solid var(--shell-accent);
    background: linear-gradient(180deg, #ffffff 0%, #fffbf2 100%);
    box-shadow: 0 16px 40px rgba(201, 150, 58, 0.12);
}

.featured-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--shell-accent);
    color: #111827;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 999px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(201, 150, 58, 0.25);
    white-space: nowrap;
}

.card-header {
    margin-bottom: 16px;
    border-bottom: 1px solid var(--shell-line);
    padding-bottom: 16px;
}

.card-plan-name {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.6rem;
    margin: 0 0 4px;
    color: var(--shell-ink);
}

.card-access-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--shell-muted);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.card-price-block {
    margin-top: 12px;
}

.price-amount {
    font-family: "Space Grotesk", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--shell-ink);
}

.card-purpose {
    font-size: 0.92rem;
    line-height: 1.45;
    color: var(--shell-muted);
    margin-bottom: 16px;
}

.card-best-fit {
    font-size: 0.88rem;
    line-height: 1.45;
    color: var(--shell-ink);
    margin-bottom: 20px;
    padding: 8px 12px;
    background: rgba(19, 34, 56, 0.03);
    border-radius: 8px;
}

.price-card.featured .card-best-fit {
    background: rgba(201, 150, 58, 0.08);
}

.card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    font-size: 0.9rem;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-features li {
    position: relative;
    padding-left: 20px;
    color: var(--shell-ink);
}

.card-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #13614a;
    font-weight: 900;
}

.card-not-included {
    font-size: 0.85rem;
    margin-bottom: 24px;
    border-top: 1px dashed var(--shell-line);
    padding-top: 16px;
}

.card-not-included strong {
    display: block;
    margin-bottom: 8px;
    color: var(--shell-muted);
}

.card-not-included ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.card-not-included li {
    position: relative;
    padding-left: 20px;
    color: var(--shell-muted);
    text-decoration: line-through;
    opacity: 0.75;
}

.card-not-included li::before {
    content: "✕";
    position: absolute;
    left: 0;
    color: #d23838;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.card-footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.card-footer .shell-btn,
.card-footer .shell-btn-secondary,
.card-footer .shell-btn-ghost {
    width: 100%;
}

.card-microcopy {
    font-size: 0.78rem;
    color: var(--shell-muted);
    text-align: center;
}

/* Differentiators Section */
.differentiators-section {
    padding: 32px 0;
    border-top: 1px solid var(--shell-line);
}

.section-title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 24px;
    color: var(--shell-ink);
}

.differentiators-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.diff-card {
    background: var(--shell-card);
    border: 1px solid var(--shell-line);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 2px 10px rgba(19, 34, 56, 0.02);
}

.diff-card.highlight-benchmark {
    border: 1px solid var(--shell-accent);
    background: linear-gradient(180deg, #ffffff 0%, #fffcf5 100%);
    grid-column: span 1;
}

.diff-title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.1rem;
    margin: 0;
    color: var(--shell-ink);
}

.diff-body {
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--shell-muted);
    margin: 0;
}

.diff-sub {
    font-size: 0.82rem;
    line-height: 1.45;
    color: var(--shell-muted);
    margin: 0;
    padding-top: 8px;
    border-top: 1px dashed rgba(201, 150, 58, 0.3);
}

.benchmark-footnote {
    font-size: 0.78rem;
    line-height: 1.5;
    color: var(--shell-muted);
    margin-top: 16px;
    padding: 12px;
    background: rgba(19, 34, 56, 0.03);
    border-radius: 8px;
}

/* Critical Event Alerts */
.alerts-section {
    padding: 32px 0;
    border-top: 1px solid var(--shell-line);
}

.alerts-copy {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 24px;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--shell-muted);
}

.alerts-features-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 20px;
}

.alert-example-card,
.alert-channels-card {
    background: var(--shell-card);
    border: 1px solid var(--shell-line);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(19, 34, 56, 0.02);
}

.alert-example-card h4,
.alert-channels-card h4 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.05rem;
    margin: 0 0 12px;
    color: var(--shell-ink);
}

.alert-example-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 16px;
    font-size: 0.88rem;
}

.alert-example-card li {
    position: relative;
    padding-left: 16px;
    color: var(--shell-ink);
}

.alert-example-card li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--shell-accent);
    font-weight: 700;
}

.alert-channels-card p {
    font-size: 0.88rem;
    line-height: 1.45;
    color: var(--shell-muted);
    margin: 0 0 12px;
}

.alert-routing-tiers {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.82rem;
    border-top: 1px solid var(--shell-line);
    padding-top: 10px;
}

.alert-routing-tiers strong {
    color: var(--shell-ink);
}

/* Feature Comparison Table */
.comparison-section {
    padding: 32px 0;
    border-top: 1px solid var(--shell-line);
}

.table-wrapper {
    overflow-x: auto;
    border: 1px solid var(--shell-line);
    border-radius: 12px;
    background: var(--shell-card);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    text-align: left;
}

.comparison-table th,
.comparison-table td {
    padding: 10px 16px;
    border-bottom: 1px solid var(--shell-line);
}

.comparison-table th {
    background: #f7f9fc;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    color: var(--shell-ink);
}

.comparison-table th:first-child {
    width: 35%;
}

.comparison-table th:not(:first-child) {
    width: 21.6%;
    text-align: center;
}

.comparison-table td:not(:first-child) {
    text-align: center;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table tr:hover td {
    background-color: rgba(19, 34, 56, 0.015);
}

/* Access Model Section */
.access-model-section {
    padding: 32px 0;
    border-top: 1px solid var(--shell-line);
}

.access-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.step-card {
    background: var(--shell-card);
    border: 1px solid var(--shell-line);
    border-radius: 12px;
    padding: 20px;
    position: relative;
    box-shadow: 0 2px 10px rgba(19, 34, 56, 0.02);
}

.step-num {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--shell-accent-strong);
    background: var(--shell-accent-soft);
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.step-card h3 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.05rem;
    margin: 0 0 8px;
    color: var(--shell-ink);
}

.step-card p {
    font-size: 0.88rem;
    line-height: 1.45;
    color: var(--shell-muted);
    margin: 0;
}

.compliance-note {
    font-size: 0.82rem;
    line-height: 1.5;
    color: var(--shell-muted);
    padding: 12px 16px;
    background: rgba(19, 34, 56, 0.03);
    border-radius: 8px;
    background: rgba(19, 34, 56, 0.03);
    border-radius: 8px;
}

/* Critical Event Alerts */
.alerts-section {
    padding: 32px 0;
    border-top: 1px solid var(--shell-line);
}

.alerts-copy {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 24px;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--shell-muted);
}

.alerts-features-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 20px;
}

.alert-example-card,
.alert-channels-card {
    background: var(--shell-card);
    border: 1px solid var(--shell-line);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(19, 34, 56, 0.02);
}

.alert-example-card h4,
.alert-channels-card h4 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.05rem;
    margin: 0 0 12px;
    color: var(--shell-ink);
}

.alert-example-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 16px;
    font-size: 0.88rem;
}

.alert-example-card li {
    position: relative;
    padding-left: 16px;
    color: var(--shell-ink);
}

.alert-example-card li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--shell-accent);
    font-weight: 700;
}

.alert-channels-card p {
    font-size: 0.88rem;
    line-height: 1.45;
    color: var(--shell-muted);
    margin: 0 0 12px;
}

.alert-routing-tiers {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.82rem;
    border-top: 1px solid var(--shell-line);
    padding-top: 10px;
}

.alert-routing-tiers strong {
    color: var(--shell-ink);
}

/* Feature Comparison Table */
.comparison-section {
    padding: 32px 0;
    border-top: 1px solid var(--shell-line);
}

.table-wrapper {
    overflow-x: auto;
    border: 1px solid var(--shell-line);
    border-radius: 12px;
    background: var(--shell-card);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    text-align: left;
}

.comparison-table th,
.comparison-table td {
    padding: 10px 16px;
    border-bottom: 1px solid var(--shell-line);
}

.comparison-table th {
    background: #f7f9fc;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    color: var(--shell-ink);
}

.comparison-table th:first-child {
    width: 35%;
}

.comparison-table th:not(:first-child) {
    width: 21.6%;
    text-align: center;
}

.comparison-table td:not(:first-child) {
    text-align: center;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table tr:hover td {
    background-color: rgba(19, 34, 56, 0.015);
}

/* Access Model Section */
.access-model-section {
    padding: 32px 0;
    border-top: 1px solid var(--shell-line);
}

.access-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.step-card {
    background: var(--shell-card);
    border: 1px solid var(--shell-line);
    border-radius: 12px;
    padding: 20px;
    position: relative;
    box-shadow: 0 2px 10px rgba(19, 34, 56, 0.02);
}

.step-num {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--shell-accent-strong);
    background: var(--shell-accent-soft);
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.step-card h3 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.05rem;
    margin: 0 0 8px;
    color: var(--shell-ink);
}

.step-card p {
    font-size: 0.88rem;
    line-height: 1.45;
    color: var(--shell-muted);
    margin: 0;
}

.compliance-note {
    font-size: 0.82rem;
    line-height: 1.5;
    color: var(--shell-muted);
    padding: 12px 16px;
    background: rgba(19, 34, 56, 0.03);
    border-radius: 8px;
    border-left: 3px solid var(--shell-muted);
}

/* Responsive Styles */
@media (max-width: 980px) {
    .pricing-cards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .differentiators-grid {
        grid-template-columns: 1fr;
    }
    
    .alerts-features-grid {
        grid-template-columns: 1fr;
    }
    
    .access-steps {
        grid-template-columns: 1fr;
    }
}

/* MC-HOME-001 Terminal Mockup & Button Contrast Updates */

/* Primary CTA = copper/gold (premium intelligence, terminal identity) */
.shell-btn,
.product-home .shell-btn,
.product-home .lp-primary {
    background: #c9963a !important;
    color: #12233d !important;
    border: 1px solid #b07a20 !important;
    box-shadow: 0 4px 14px rgba(181, 124, 30, 0.28) !important;
    text-shadow: none !important;
    font-weight: 800 !important;
}

.shell-btn:hover,
.product-home .shell-btn:hover,
.product-home .lp-primary:hover {
    background: #daa83f !important;
    color: #12233d !important;
    transform: translateY(-1px) !important;
}

/* Secondary CTA = obsidian (serious terminal identity) */
.shell-btn-secondary,
.product-home .shell-btn-secondary,
.product-home .lp-secondary {
    background: #111111 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 4px 14px rgba(100, 116, 139, 0.22) !important;
    text-shadow: none !important;
}

.shell-btn-secondary:hover,
.product-home .shell-btn-secondary:hover,
.product-home .lp-secondary:hover {
    background: #1a1a1a !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

.shell-btn-ghost,
.product-home .shell-btn-ghost,
.product-home .lp-tertiary {
    background: #ffffff !important;
    color: #111111 !important;
    border: 1px solid rgba(100, 116, 139, 0.18) !important;
    box-shadow: 0 4px 12px rgba(100, 116, 139, 0.06) !important;
    text-shadow: none !important;
}

.shell-btn-ghost:hover,
.product-home .shell-btn-ghost:hover,
.product-home .lp-tertiary:hover {
    background: #f3ebdd !important;
    color: #111111 !important;
    transform: translateY(-1px) !important;
}

/* Terminal Mockup Styles */
.lpv2-mockup-wrapper {
    padding: 10px 0;
}

.terminal-mockup {
    background: #090e14;
    border: 1px solid rgba(181, 124, 30, 0.24);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #d8e1ea;
    text-align: left;
}

.terminal-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 14px;
    background: #101620;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.terminal-dots {
    display: flex;
    gap: 6px;
}

.terminal-dots i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #4b5866;
}

.terminal-dots i:nth-child(2) {
    background: #ab7417;
}

.terminal-dots i:nth-child(3) {
    background: #25a270;
}

.terminal-title {
    font-size: 0.76rem;
    font-weight: 700;
    color: #8fa1b4;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.terminal-time {
    font-size: 0.72rem;
    color: #5b6976;
}

.terminal-body {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
    min-height: 480px;
}

.terminal-left {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.terminal-panel-label {
    font-size: 0.72rem;
    font-weight: 800;
    color: #6a7a8d;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
}

.terminal-row {
    padding: 12px;
    border-radius: 6px;
    background: #0c121b;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.terminal-row.is-hot {
    border-left: 3px solid #b57c1e;
    background: rgba(181, 124, 30, 0.06);
}

.terminal-row.is-trump {
    border-left: 3px solid #ab3838;
    background: rgba(171, 56, 56, 0.06);
}

.terminal-row-meta {
    font-size: 0.72rem;
    color: #6a7a8d;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.terminal-row-text {
    font-size: 0.9rem;
    line-height: 1.45;
    color: #f7f3ea;
    font-weight: 500;
}

.terminal-row-context {
    font-size: 0.8rem;
    color: #8fa1b4;
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px dashed rgba(255, 255, 255, 0.08);
}

.badge {
    font-size: 0.64rem;
    font-weight: 800;
    padding: 1px 6px;
    border-radius: 4px;
    text-transform: uppercase;
}

.badge.geo { color: #ffd175; background: rgba(242, 184, 75, 0.16); }
.badge.trump { color: #ff8e8e; background: rgba(255, 142, 142, 0.16); }
.badge.corp { color: #8ce7b6; background: rgba(54, 197, 129, 0.16); }
.badge.macro { color: #d8d2c4; background: rgba(216, 210, 196, 0.16); }

.terminal-right {
    padding: 14px;
    background: #070b10;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reaction-table {
    display: flex;
    flex-direction: column;
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    overflow: hidden;
    font-size: 0.82rem;
}

.table-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 8px 10px;
    background: #0c121b;
}

.table-row.head {
    background: #101620;
    color: #6a7a8d;
    font-weight: 700;
}

.table-row span:nth-child(2),
.table-row span:nth-child(3) {
    text-align: right;
}

.table-row span.neg {
    color: #ff6b6b;
    font-weight: 700;
}

.table-row span.pos {
    color: #2ed573;
    font-weight: 700;
}

.terminal-section-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 800;
    color: #6a7a8d;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}

.narrative-card {
    background: #0c121b;
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 10px;
    border-radius: 6px;
}

.narrative-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #f7f3ea;
    margin-bottom: 4px;
}

.narrative-card p {
    margin: 0;
    font-size: 0.76rem;
    color: #8fa1b4;
}

/* Redesigned Example Blocks & Event Preview columns */
.lpv2-panel-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lpv2-event-preview {
    border: 1px solid rgba(24, 40, 66, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(18, 31, 52, 0.06);
    overflow: hidden;
}

.lpv2-event-preview .lpv2-preview-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #f7f3ea;
    border-bottom: 1px solid rgba(24, 40, 66, 0.1);
}

.lpv2-event-preview .lpv2-preview-body {
    padding: 16px;
}

.lpv2-event-preview .preview-title {
    display: block;
    font-size: 1.05rem;
    color: #13233d;
    margin-bottom: 12px;
    line-height: 1.4;
    font-family: "Space Grotesk", sans-serif;
}

.lpv2-event-preview .preview-bullets {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.9rem;
    color: #4b5b6f;
}

.lpv2-event-preview .preview-reaction-tags {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

.lpv2-event-preview .preview-reaction-tags span {
    font-size: 0.78rem;
    font-weight: 700;
    color: #111111;
    background: #f3ebdd;
    padding: 3px 8px;
    border-radius: 4px;
    font-family: monospace;
}

.lpv2-event-preview .preview-status {
    margin-top: 14px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #13614a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.lpv2-event-preview .preview-benchmark {
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px dashed rgba(24, 40, 66, 0.12);
    font-size: 0.74rem;
    color: #738498;
    line-height: 1.4;
}

/* Grid layout additions */
.lpv2-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

@media (max-width: 980px) {
    .terminal-body {
        grid-template-columns: 1fr;
    }
    
    .terminal-left {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    
    .lpv2-grid-3 {
        grid-template-columns: 1fr;
    }
}

/* MC-BRAND-COLOR-002 public shell lock: warm public pages, obsidian high-intent controls. */
.public-shell .shell-frame {
    background: var(--shell-hero) !important;
}

.homepage-redesign .shell-frame,
.product-home .ph-hero,
.mc-terminal,
.ph-terminal,
.terminal-mockup {
    background-color: #0b0f13 !important;
}

.shell-btn,
.product-home .shell-btn,
.product-home .lp-primary {
    background: #c88733 !important;
    color: #111111 !important;
    border-color: #9a5f12 !important;
}

.shell-btn:hover,
.product-home .shell-btn:hover,
.product-home .lp-primary:hover {
    background: #d99a2b !important;
    color: #111111 !important;
}

.shell-btn-secondary,
.product-home .shell-btn-secondary,
.product-home .lp-secondary {
    background: #111111 !important;
    color: #ffffff !important;
    border-color: #111111 !important;
    box-shadow: 0 4px 14px rgba(17, 17, 17, 0.22) !important;
}

.shell-btn-secondary:hover,
.product-home .shell-btn-secondary:hover,
.product-home .lp-secondary:hover {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

.shell-btn-ghost,
.product-home .shell-btn-ghost,
.product-home .lp-tertiary {
    background: #ffffff !important;
    color: #111111 !important;
    border-color: rgba(63, 58, 47, 0.18) !important;
}

.public-shell .body-copy a,
.public-shell .page-copy a,
.public-shell .footer-links a,
.product-home .footer-links a {
    color: #3f3a2f !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
}

.terminal-panel-label,
.terminal-section-label,
.mc-kicker,
.mc-panel-label,
.ph-kicker,
.mc-number {
    color: #c88733 !important;
}

.badge.macro,
.mc-tag.macro,
.ph-pill-eco,
.ph-pill-research,
.lpv2-event-preview .preview-reaction-tags span {
    color: #475569 !important;
    background: rgba(216, 210, 196, 0.18) !important;
}
