/* Additional page styles: About, Terms, Privacy */

.about-page,
.legal-page {
    background: #030303;
    color: #ffffff;
    min-height: 100vh;
    padding-top: 8rem;
    padding-bottom: 6rem;
}

.about-page .container,
.legal-page .container {
    max-width: 1280px;
}

.about-hero {
    text-align: center;
    max-width: 72rem;
    margin: 0 auto 8rem;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
    padding: 0.4rem 1rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
}

.about-badge-dot {
    position: relative;
    display: inline-flex;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background: var(--primary);
}

.about-badge-text {
    font-size: 0.72rem;
    font-family: var(--font-mono);
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.about-title {
    margin-bottom: 2rem;
    font-family: var(--font-serif);
    font-size: clamp(2.8rem, 8vw, 5.5rem);
    line-height: 1.03;
    letter-spacing: -0.03em;
}

.about-title em {
    color: var(--primary);
    font-style: italic;
    text-shadow: 0 0 20px rgba(56, 189, 248, 0.24);
}

.about-lead {
    max-width: 54rem;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.62);
    font-size: clamp(1.1rem, 3vw, 1.55rem);
    line-height: 1.75;
    letter-spacing: -0.01em;
}

.about-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 8rem;
}

@media (min-width: 900px) {
    .about-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.about-card {
    border-radius: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.about-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.about-card-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    border: 1px solid rgba(56, 189, 248, 0.2);
    background: rgba(56, 189, 248, 0.1);
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.75rem;
}

.about-card-icon svg {
    width: 1.7rem;
    height: 1.7rem;
}

.about-card h3 {
    margin-bottom: 1rem;
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    line-height: 1.2;
}

.about-card p {
    color: rgba(255, 255, 255, 0.58);
    font-size: 1.08rem;
    line-height: 1.8;
}

.about-card p + p {
    margin-top: 1rem;
}

.about-card-supporting {
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.96rem;
}

.about-card-emphasis {
    color: rgba(255, 255, 255, 0.84);
}

.about-section-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 1rem;
    padding: 0.38rem 0.72rem;
    border-radius: 9999px;
    border: 1px solid rgba(56, 189, 248, 0.3);
    background: rgba(56, 189, 248, 0.1);
    color: rgba(186, 230, 253, 0.95);
    font-family: var(--font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    line-height: 1.2;
}

.about-thesis,
.about-team {
    margin-bottom: 8rem;
}

.about-thesis-card,
.about-team-card {
    border-radius: 2.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at 10% 12%, rgba(56, 189, 248, 0.08), transparent 38%),
        rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(14px);
    padding: clamp(2rem, 4vw, 3.2rem);
}

.about-thesis-card > .about-section-label,
.about-team-card > .about-section-label {
    margin-bottom: 1.45rem;
}

.about-thesis-card h2,
.about-team-card h2 {
    margin-bottom: 1rem;
    font-family: var(--font-serif);
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.15;
}

.about-thesis-card p,
.about-team-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 1.03rem;
    line-height: 1.85;
}

.about-thesis-card p + p,
.about-team-card p + p {
    margin-top: 1rem;
}

.about-thesis-emphasis {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.about-team-note {
    color: rgba(186, 230, 253, 0.9);
}

.about-founder-profile {
    margin-top: 1.65rem;
    padding: 1.35rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(56, 189, 248, 0.28);
    background: rgba(56, 189, 248, 0.08);
}

.about-founder-eyebrow {
    margin: 0 0 0.55rem;
    font-family: var(--font-mono);
    font-size: 0.66rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.95);
}

.about-founder-profile h3 {
    margin: 0 0 0.35rem;
    font-family: var(--font-serif);
    font-size: 1.45rem;
    line-height: 1.2;
}

.about-founder-role {
    margin: 0;
    font-size: 0.84rem;
    font-family: var(--font-mono);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.92);
}

.about-founder-bio {
    margin-top: 0.75rem;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.8;
}

.about-founder-link {
    margin-top: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}

.about-founder-link:hover {
    color: var(--primary);
}

.about-focus {
    margin-bottom: 8rem;
}

.about-focus-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: center;
}

@media (min-width: 960px) {
    .about-focus-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.about-focus h2 {
    margin-bottom: 1.5rem;
    font-family: var(--font-serif);
    font-size: clamp(2.2rem, 5vw, 3.3rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.about-focus h2 span {
    color: rgba(255, 255, 255, 0.62);
}

.about-focus > .about-focus-layout > div > p:not(.about-section-label) {
    color: rgba(255, 255, 255, 0.62);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.about-focus-list {
    display: grid;
    gap: 1.5rem;
}

.about-focus-list-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
}

.about-focus-list-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(56, 189, 248, 0.25);
    background: rgba(56, 189, 248, 0.1);
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-focus-list-icon svg {
    width: 1.3rem;
    height: 1.3rem;
}

.about-focus-list-item h4 {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}

.about-focus-list-item p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
}

.about-visual {
    position: relative;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-visual-glow {
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    background: rgba(56, 189, 248, 0.06);
    filter: blur(60px);
}

.about-visual-card {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(20px);
    padding: 0.35rem;
}

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

.about-visual-cell {
    min-height: 11rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-visual-cell.active {
    border-color: rgba(56, 189, 248, 0.3);
    background: rgba(56, 189, 248, 0.1);
}

.about-visual-cell svg {
    width: 1.5rem;
    height: 1.5rem;
    color: rgba(56, 189, 248, 0.72);
}

.marketing-page {
    background: #030303;
    color: #ffffff;
    min-height: 100vh;
    padding-top: 8rem;
    padding-bottom: 6rem;
}

.marketing-shell {
    max-width: 1280px;
}

.marketing-hero {
    margin: 0 auto 5rem;
    max-width: 72rem;
}

.marketing-hero-centered {
    text-align: center;
}

.marketing-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding: 0.45rem 1rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
}

.marketing-badge-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background: var(--primary);
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.4);
}

.marketing-badge-text {
    font-size: 0.72rem;
    font-family: var(--font-mono);
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.marketing-title,
.marketing-entry-title {
    margin-bottom: 1.25rem;
    font-family: var(--font-serif);
    font-size: clamp(2.6rem, 6vw, 5.25rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.marketing-lead,
.marketing-definition {
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(1.08rem, 2.5vw, 1.45rem);
    line-height: 1.8;
    max-width: 58rem;
    margin: 0 auto;
}

.marketing-lead-left {
    margin-left: 0;
}

.marketing-definition {
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1.12rem, 2.6vw, 1.55rem);
}

.marketing-prose-centered {
    max-width: 58rem;
    margin: 2rem auto 0;
}

.marketing-prose,
.marketing-body-copy {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.04rem;
    line-height: 1.9;
}

.marketing-prose > * + * {
    margin-top: 1.2rem;
}

.marketing-prose h2,
.marketing-prose h3,
.marketing-prose h4 {
    color: #ffffff;
    font-family: var(--font-serif);
    line-height: 1.2;
}

.marketing-prose a {
    color: var(--primary);
}

.marketing-body-copy a {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.marketing-grid-section,
.marketing-section-card,
.marketing-side-card {
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px);
}

.marketing-grid-section {
    padding: 2rem;
}

.marketing-section-heading {
    margin-bottom: 1.6rem;
}

.marketing-section-heading h2,
.marketing-side-card h2 {
    margin-bottom: 0.55rem;
    font-family: var(--font-serif);
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.15;
}

.marketing-section-heading p,
.marketing-side-card p {
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.75;
}

.marketing-section-meta {
    display: inline-flex;
    align-items: center;
    margin-top: 0.6rem;
    padding: 0.35rem 0.72rem;
    border-radius: 9999px;
    border: 1px solid rgba(56, 189, 248, 0.22);
    background: rgba(56, 189, 248, 0.08);
    color: rgba(186, 230, 253, 0.92);
    font-family: var(--font-mono);
    font-size: 0.66rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.marketing-card-grid {
    display: grid;
    gap: 1.5rem;
}

.marketing-card-grid-glossary,
.marketing-card-grid-solutions {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 780px) {
    .marketing-card-grid-glossary,
    .marketing-card-grid-solutions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    .marketing-card-grid-glossary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.marketing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 100%;
    padding: 1.75rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.28);
    transition: transform 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
}

.marketing-card::before {
    content: '';
    position: absolute;
    top: 0.95rem;
    right: 0.95rem;
    width: 1.25rem;
    height: 1.1rem;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    border: 1px solid rgba(56, 189, 248, 0.35);
    background: rgba(56, 189, 248, 0.08);
    pointer-events: none;
}

.marketing-card:hover {
    transform: translateY(-2px);
    border-color: rgba(56, 189, 248, 0.24);
    background: rgba(255, 255, 255, 0.06);
}

.marketing-card-topline {
    font-family: var(--font-mono);
    font-size: 0.74rem;
    color: var(--primary);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.marketing-card h2 {
    margin: 0;
    font-family: var(--font-serif);
    font-size: 1.7rem;
    line-height: 1.2;
}

.marketing-card h2 a {
    color: inherit;
    text-decoration: none;
}

.marketing-card p {
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.75;
    margin: 0;
}

.marketing-card-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.marketing-card-link svg {
    width: 1rem;
    height: 1rem;
}

.marketing-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.95rem;
}

.marketing-breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.learn-happy-path-wide {
    margin-bottom: 2rem;
    padding: 1rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at 10% 0%, rgba(56, 189, 248, 0.14), transparent 42%),
        linear-gradient(165deg, rgba(8, 12, 20, 0.94), rgba(6, 9, 14, 0.9));
}

.learn-happy-path-wide-head {
    margin-bottom: 0.6rem;
}

.learn-happy-path-wide-head h2 {
    margin: 0;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    line-height: 1.15;
    font-family: var(--font-serif);
}

.learn-happy-path-wide-head p {
    margin: 0.35rem 0 0;
    color: rgba(186, 230, 253, 0.84);
    font-family: var(--font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.5;
}

.learn-happy-path-step-chips {
    list-style: none;
    margin: 0 0 0.8rem;
    padding: 0;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 900px) {
    .learn-happy-path-step-chips {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.learn-happy-path-step-chip {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.42rem 0.68rem;
    background: rgba(7, 13, 24, 0.58);
}

.learn-happy-path-step-chip span {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    color: rgba(186, 230, 253, 0.9);
    border: 1px solid rgba(56, 189, 248, 0.42);
    background: rgba(14, 28, 47, 0.8);
}

.learn-happy-path-step-chip strong {
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(226, 232, 240, 0.8);
    font-family: var(--font-mono);
}

.learn-happy-path-step-chip.is-active {
    border-color: rgba(56, 189, 248, 0.62);
    background: rgba(8, 26, 40, 0.8);
    box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.16);
}

.learn-happy-path-step-chip.is-active strong {
    color: rgba(186, 230, 253, 0.96);
}

.learn-happy-path-wide-figure {
    margin: 0;
    border-radius: 1rem;
    border: 1px solid rgba(56, 189, 248, 0.22);
    overflow: hidden;
    background: rgba(2, 6, 15, 0.72);
}

.learn-happy-path-wide-figure img {
    display: block;
    width: 100%;
    height: auto;
}

.marketing-entry-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 3rem;
}

@media (min-width: 980px) {
    .marketing-entry-hero {
        grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    }
}

.marketing-entry-visual {
    position: relative;
}

.glossary-entry-page .marketing-entry-hero {
    grid-template-columns: 1fr;
}

.glossary-entry-page .marketing-entry-copy {
    max-width: 64rem;
    margin: 0 auto;
    text-align: center;
}

.glossary-entry-page .marketing-badge {
    justify-content: center;
}

.glossary-entry-page .marketing-lead-left {
    margin-left: auto;
}

.marketing-featured-media,
.marketing-visual-panel {
    margin: 0;
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.marketing-featured-media img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 280px;
    object-fit: cover;
}

.marketing-visual-panel {
    position: relative;
    min-height: 320px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.85rem;
}

.marketing-visual-panel::before {
    content: '';
    position: absolute;
    top: 1.05rem;
    right: 1.1rem;
    width: 2.3rem;
    height: 2rem;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    border: 1px solid rgba(56, 189, 248, 0.42);
    background: rgba(56, 189, 248, 0.1);
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.16);
    pointer-events: none;
}

.marketing-visual-panel strong {
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    line-height: 1.15;
}

.marketing-visual-panel p {
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.75;
    margin: 0;
}

.marketing-visual-glow {
    position: absolute;
    inset: auto 10% 8% 10%;
    height: 9rem;
    background: rgba(56, 189, 248, 0.16);
    filter: blur(50px);
    pointer-events: none;
}

.marketing-visual-chip {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: fit-content;
    padding: 0.4rem 0.75rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--primary);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.marketing-content-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.marketing-page-jump-nav {
    margin: -0.4rem 0 1.5rem;
    padding: 1rem 1.1rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.marketing-page-jump-title {
    margin: 0 0 0.65rem;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(148, 163, 184, 0.94);
}

.marketing-page-jump-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.marketing-page-jump-list a {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.72rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(226, 232, 240, 0.9);
    text-decoration: none;
    font-size: 0.76rem;
    line-height: 1;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.marketing-page-jump-list a:hover {
    border-color: rgba(56, 189, 248, 0.45);
    background: rgba(56, 189, 248, 0.14);
    color: #ffffff;
}

@media (min-width: 1040px) {
    .marketing-content-layout {
        grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.75fr);
    }
}

.marketing-main-column,
.marketing-sidebar-column {
    display: grid;
    gap: 1.5rem;
}

.marketing-section-card[id],
.marketing-side-card[id] {
    scroll-margin-top: 8.75rem;
}

.marketing-section-card,
.marketing-side-card {
    padding: 1.8rem;
}

.marketing-prose-card {
    padding-top: 2rem;
}

.marketing-step-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1rem;
}

.marketing-step-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1rem;
    border-radius: 1.25rem;
    background: rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.marketing-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 9999px;
    background: rgba(56, 189, 248, 0.12);
    color: var(--primary);
    font-family: var(--font-mono);
    font-size: 0.9rem;
    font-weight: 600;
}

.marketing-step-item h3,
.marketing-faq-item h3 {
    margin: 0 0 0.45rem;
    font-size: 1.15rem;
    line-height: 1.4;
}

.marketing-step-item p,
.marketing-faq-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    line-height: 1.75;
}

.marketing-faq-list {
    display: grid;
    gap: 1rem;
}

.marketing-faq-item {
    padding: 1.1rem 1.2rem;
    border-radius: 1.25rem;
    background: rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.compare-visual-panel strong {
    max-width: 20rem;
}

.compare-primary-question {
    margin: 0 0 1rem;
    padding: 0.95rem 1.1rem;
    border-radius: 1rem;
    border: 1px solid rgba(56, 189, 248, 0.26);
    background: rgba(56, 189, 248, 0.12);
    color: rgba(186, 230, 253, 0.96);
    font-size: 1.02rem;
    line-height: 1.65;
}

.compare-table-wrap {
    overflow-x: auto;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
}

.compare-table thead th {
    text-align: left;
    font-size: 0.72rem;
    font-family: var(--font-mono);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(148, 163, 184, 0.96);
    padding: 0.8rem 0.7rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.compare-table tbody th,
.compare-table tbody td {
    vertical-align: top;
    text-align: left;
    padding: 0.85rem 0.7rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.94rem;
    line-height: 1.65;
}

.compare-table tbody th {
    width: 22%;
    color: #ffffff;
    font-weight: 600;
}

.compare-table tbody td {
    color: rgba(226, 232, 240, 0.86);
}

.compare-decision-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 820px) {
    .compare-decision-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.compare-decision-column {
    border-radius: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.24);
    padding: 1rem;
}

.compare-decision-column h3 {
    margin: 0 0 0.75rem;
    font-size: 1.05rem;
}

.compare-bullet-list {
    margin: 0;
    padding-left: 1.1rem;
    color: rgba(226, 232, 240, 0.86);
    line-height: 1.75;
}

.compare-bullet-list li + li {
    margin-top: 0.42rem;
}

.marketing-link-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.85rem;
}

.marketing-link-list a {
    color: #ffffff;
    text-decoration: none;
    line-height: 1.6;
}

.marketing-link-list a:hover {
    color: var(--primary);
}

.marketing-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.marketing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 12rem;
    padding: 0.9rem 1.3rem;
    border-radius: 9999px;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.marketing-btn:hover {
    transform: translateY(-1px);
}

.marketing-btn-primary {
    background: linear-gradient(120deg, rgba(56, 189, 248, 0.94), rgba(96, 165, 250, 0.94));
    color: #03131d;
    font-weight: 700;
}

.marketing-btn-secondary {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
}

.marketing-case-study-card {
    background: linear-gradient(180deg, rgba(56, 189, 248, 0.07), rgba(255, 255, 255, 0.04));
}

.marketing-empty-state {
    margin-top: 1.5rem;
    padding: 1.2rem 1.4rem;
    border-radius: 1rem;
    border: 1px dashed rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.64);
}

.about-visual-cell.active svg {
    color: var(--primary);
}

.about-visual-cell span {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.55);
    font-family: var(--font-mono);
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.about-visual-cell.active span {
    color: rgba(255, 255, 255, 0.84);
}

.about-contact {
    max-width: 58rem;
    margin: 0 auto 8rem;
}

.about-contact-card {
    border-radius: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-image:
        radial-gradient(circle at 85% 12%, rgba(56, 189, 248, 0.1), transparent 45%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
    backdrop-filter: blur(18px);
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .about-contact-card {
        padding: 4rem;
    }
}

.about-contact-head {
    text-align: center;
    margin-bottom: 2.5rem;
}

.about-contact-head h2 {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin-bottom: 0.75rem;
}

.about-contact-head p {
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.75;
}

.about-contact-head p + p {
    margin-top: 0.7rem;
}

.about-contact-inline-email {
    color: rgba(186, 230, 253, 0.95);
    font-family: var(--font-mono);
    letter-spacing: 0.04em;
}

.about-contact-notice {
    border-radius: 1rem;
    padding: 0.85rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.about-contact-notice.success {
    border: 1px solid rgba(34, 197, 94, 0.4);
    background: rgba(34, 197, 94, 0.12);
    color: #bbf7d0;
}

.about-contact-notice.error {
    border: 1px solid rgba(239, 68, 68, 0.4);
    background: rgba(239, 68, 68, 0.12);
    color: #fecaca;
}

.about-contact-form {
    display: block;
}

.about-contact-form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 680px) {
    .about-contact-form-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.about-field {
    margin-bottom: 1rem;
}

.about-field label {
    display: inline-block;
    margin-bottom: 0.4rem;
    padding-left: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.66rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: var(--font-mono);
}

.about-field input,
.about-field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding: 0.95rem 1.4rem;
    outline: none;
    font-family: var(--font-sans);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.about-field textarea {
    border-radius: 1.75rem;
    resize: vertical;
    min-height: 9.5rem;
    padding-top: 1.1rem;
    line-height: 1.6;
}

.about-field input::placeholder,
.about-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.about-field input:focus,
.about-field textarea:focus {
    border-color: rgba(56, 189, 248, 0.55);
    box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.2);
}

.about-submit {
    width: 100%;
    margin-top: 0.5rem;
}

.about-recaptcha-legal {
    margin-top: 0.9rem;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.75rem;
    line-height: 1.6;
}

.about-recaptcha-legal a {
    color: rgba(56, 189, 248, 0.9);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.aura-pill-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 9999px;
    padding: 0.85rem 1.75rem;
    font-size: 0.95rem;
    font-weight: 600;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.aura-pill-btn:hover {
    transform: translateY(-1px);
}

.aura-pill-btn-primary {
    background: #ffffff;
    color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.95);
}

.aura-pill-btn-primary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.aura-pill-btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.aura-pill-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

.legal-wrap {
    max-width: 60rem;
    margin: 0 auto;
}

.legal-hero {
    text-align: center;
    margin-bottom: 5rem;
}

.legal-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 9999px;
    border: 1px solid rgba(56, 189, 248, 0.25);
    background: rgba(56, 189, 248, 0.1);
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.legal-icon svg {
    width: 2rem;
    height: 2rem;
}

.legal-title {
    font-family: var(--font-serif);
    font-size: clamp(2.2rem, 6vw, 4.3rem);
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
}

.legal-title span {
    color: var(--primary);
    font-style: italic;
    text-shadow: 0 0 20px rgba(56, 189, 248, 0.24);
}

.legal-updated {
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.7rem;
    font-family: var(--font-mono);
    text-transform: uppercase;
    letter-spacing: 0.13em;
}

.legal-timeline {
    position: relative;
    display: grid;
    gap: 2.2rem;
}

.legal-item {
    position: relative;
}

@media (min-width: 768px) {
    .legal-timeline {
        gap: 2.6rem;
    }

    .legal-timeline::before {
        content: "";
        position: absolute;
        left: 0.25rem;
        top: 0;
        bottom: 0;
        width: 1px;
        background-image: linear-gradient(to bottom, rgba(56, 189, 248, 0.22), rgba(255, 255, 255, 0.08), transparent);
    }

    .legal-item {
        padding-left: 3rem;
    }

    .legal-item::before {
        content: "";
        position: absolute;
        left: -0.12rem;
        top: 0.5rem;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 9999px;
        background: var(--primary);
        box-shadow: 0 0 10px rgba(56, 189, 248, 0.55);
    }
}

.legal-item h2 {
    margin-bottom: 0.65rem;
    font-family: var(--font-serif);
    font-size: 1.7rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.legal-item p {
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.85;
}

.legal-cta {
    margin-top: 6rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    text-align: center;
}

.legal-cta p {
    color: rgba(255, 255, 255, 0.56);
    margin-bottom: 1.1rem;
}

/* -------------------------------------------------------------------------
   Author Directory + Profile Pages
   ------------------------------------------------------------------------- */

.authors-index-page .marketing-hero {
    max-width: 64rem;
    margin-bottom: 3.5rem;
}

.authors-index-page .marketing-prose-centered {
    margin-top: 1.35rem;
}

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

@media (min-width: 780px) {
    .authors-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1160px) {
    .authors-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.authors-card .marketing-card-topline {
    color: rgba(186, 230, 253, 0.95);
}

.authors-empty-state {
    text-align: center;
}

.author-entry-hero {
    margin-bottom: 2rem;
}

.author-profile-role {
    margin: 0 0 1rem;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.95);
}

.author-visual-panel strong {
    max-width: 22rem;
}

.author-content-layout {
    align-items: start;
}

.author-profile-prose p + p {
    margin-top: 1.15rem;
}

.author-profile-prose a {
    color: var(--primary);
}

.author-content-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.75rem;
}

.author-content-list li {
    display: grid;
    gap: 0.28rem;
    padding: 0.85rem 0.95rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.24);
}

.author-content-list a {
    color: rgba(255, 255, 255, 0.94);
    text-decoration: none;
    line-height: 1.55;
}

.author-content-list a:hover {
    color: var(--primary);
}

.author-content-list span,
.author-content-empty {
    color: rgba(148, 163, 184, 0.94);
    font-size: 0.82rem;
    line-height: 1.5;
}

.author-content-empty {
    margin: 0;
}

.author-signal-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.9rem;
}

.author-signal-list li {
    display: grid;
    gap: 0.28rem;
    padding: 0.85rem 0.95rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.24);
}

.author-signal-list span {
    font-family: var(--font-mono);
    font-size: 0.66rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(148, 163, 184, 0.9);
}

.author-signal-list strong,
.author-signal-list a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    line-height: 1.55;
}

.author-signal-list a:hover,
.author-links-card .marketing-link-list a:hover {
    color: var(--primary);
}
