/* About page redesign — confidence-first, book-summary brand */

.AboutNew {
    --an-navy: #1a1a2e;
    --an-blue: #32a8ee;
    --an-blue-dk: #1d8fd4;
    --an-gray: #6b7280;
    --an-text: #111827;
    --an-muted: #4b5563;
    --an-border: #e5e7eb;
    --an-soft: #f0f9ff;
    --an-alt: #f8fafc;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: var(--an-text);
    background: #fff;
}

.AboutNew h1,
.AboutNew h2,
.AboutNew h3 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.AboutNew-section {
    padding: 5rem 1.5rem;
}

.AboutNew-section-alt {
    background: var(--an-alt);
}

.AboutNew-container {
    max-width: 1100px;
    margin: 0 auto;
}

.AboutNew-container-narrow {
    max-width: 820px;
    margin: 0 auto;
}

.AboutNew-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--an-blue);
    margin-bottom: 0.75rem;
}

.AboutNew-title {
    font-size: clamp(1.75rem, 3.5vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--an-navy);
    margin: 0 0 0.75rem;
    line-height: 1.2;
}

.AboutNew-lead {
    font-size: 1.05rem;
    color: var(--an-muted);
    line-height: 1.75;
    margin: 0 auto;
    max-width: 560px;
}

.AboutNew-center {
    text-align: center;
    margin-bottom: 3rem;
}

/* Hero */
.AboutNew-hero {
    padding: 5rem 1.5rem 4.5rem;
    background: linear-gradient(135deg, #f0f9ff 0%, #f8fafc 55%, #eef2ff 100%);
}

.AboutNew-hero-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.3fr 0.9fr;
    gap: 3rem;
    align-items: center;
}

.AboutNew-hero-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: var(--an-navy);
    margin: 0 0 1.1rem;
}

.AboutNew-hero-copy {
    font-size: 1.05rem;
    color: var(--an-muted);
    line-height: 1.75;
    margin: 0 0 1rem;
}

.AboutNew-founder-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.AboutNew-founder-pill {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #fff;
    border: 1.5px solid var(--an-border);
    border-radius: 999px;
    padding: 0.5rem 1.1rem 0.5rem 0.5rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.AboutNew-founder-photo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #dbeafe;
}

.AboutNew-founder-name {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--an-navy);
}

.AboutNew-founder-role {
    font-size: 0.78rem;
    color: var(--an-gray);
}

.AboutNew-hero-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 4px 24px rgba(50, 168, 238, 0.12);
    border: 1.5px solid #dbeafe;
}

.AboutNew-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.AboutNew-stat {
    text-align: center;
}

.AboutNew-stat-num {
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--an-blue);
    line-height: 1;
    margin-bottom: 0.3rem;
}

.AboutNew-stat-label {
    font-size: 0.8rem;
    color: var(--an-gray);
    font-weight: 600;
}

.AboutNew-company-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1.25rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: #ecfdf5;
    border: 1px solid #86efac;
    color: #065f46;
    font-size: 0.82rem;
    font-weight: 700;
}

/* Cards */
.AboutNew-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.AboutNew-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.AboutNew-card {
    background: #fff;
    border: 1.5px solid var(--an-border);
    border-radius: 16px;
    padding: 1.75rem;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s, border-color 0.2s;
}

.AboutNew-card:hover {
    box-shadow: 0 6px 20px rgba(50, 168, 238, 0.12);
    border-color: #93c5fd;
}

.AboutNew-card-icon {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
}

.AboutNew-card-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--an-navy);
    margin: 0 0 0.5rem;
}

.AboutNew-card-text {
    color: var(--an-muted);
    line-height: 1.75;
    margin: 0;
    font-size: 0.95rem;
}

/* Stories */
.AboutNew-story-type {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--an-blue);
    margin-bottom: 0.85rem;
}

.AboutNew-story-quote {
    font-size: 0.9rem;
    font-style: italic;
    color: #374151;
    line-height: 1.6;
    padding: 0.85rem 1rem;
    background: var(--an-soft);
    border-left: 3px solid var(--an-blue);
    border-radius: 0 8px 8px 0;
    margin: 1rem 0 0;
}

/* Founders */
.AboutNew-founder-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.AboutNew-founder-card {
    background: #fff;
    border: 1.5px solid var(--an-border);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    text-align: center;
}

.AboutNew-founder-card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #dbeafe;
    margin: 0 auto 1.25rem;
    display: block;
}

.AboutNew-founder-card h3 {
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0 0 0.25rem;
    color: var(--an-navy);
}

.AboutNew-founder-card .role {
    color: var(--an-blue);
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.AboutNew-founder-card p {
    color: var(--an-muted);
    line-height: 1.7;
    font-size: 0.95rem;
    margin: 0 0 1rem;
    text-align: left;
}

.AboutNew-founder-card a {
    color: var(--an-blue);
    font-weight: 700;
    text-decoration: none;
}

.AboutNew-founder-card a:hover {
    text-decoration: underline;
}

/* Timeline */
.AboutNew-timeline {
    position: relative;
    padding-left: 2rem;
}

.AboutNew-timeline::before {
    content: '';
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 2px;
    background: linear-gradient(to bottom, var(--an-blue), #93c5fd);
    transform: translateX(-50%);
}

.AboutNew-timeline-item {
    position: relative;
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.AboutNew-timeline-item:last-child {
    margin-bottom: 0;
}

.AboutNew-timeline-dot {
    width: 2.5rem;
    height: 2.5rem;
    background: #fff;
    border: 2px solid var(--an-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    margin-left: -2.75rem;
    box-shadow: 0 0 0 4px #eff6ff;
}

.AboutNew-timeline-body {
    padding-top: 0.3rem;
}

.AboutNew-timeline-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--an-navy);
    margin: 0 0 0.5rem;
}

.AboutNew-timeline-text {
    color: var(--an-muted);
    line-height: 1.75;
    margin: 0;
}

/* Press */
.AboutNew-press-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1.5px solid var(--an-border);
    border-radius: 16px;
    padding: 1.75rem;
    height: 100%;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s, border-color 0.2s;
}

.AboutNew-press-card:hover {
    box-shadow: 0 6px 20px rgba(50, 168, 238, 0.12);
    border-color: #93c5fd;
    color: inherit;
    text-decoration: none;
}

.AboutNew-press-outlet {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--an-blue);
    margin-bottom: 0.75rem;
}

.AboutNew-press-headline {
    font-size: 1rem;
    font-weight: 800;
    color: var(--an-navy);
    line-height: 1.45;
    margin: 0 0 0.75rem;
}

.AboutNew-press-snippet {
    font-size: 0.875rem;
    color: var(--an-gray);
    line-height: 1.65;
    margin: 0 0 1rem;
    flex-grow: 1;
}

.AboutNew-press-link {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--an-blue);
}

/* CTA banner */
.AboutNew-cta {
    padding: 5rem 1.5rem;
    background: linear-gradient(135deg, var(--an-navy) 0%, #243b55 100%);
    color: #fff;
    text-align: center;
}

.AboutNew-cta h2 {
    color: #fff;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    margin: 0 0 0.75rem;
}

.AboutNew-cta p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto 1.75rem;
}

.AboutNew-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.6rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: transform 0.15s, opacity 0.15s;
}

.AboutNew-btn:hover {
    text-decoration: none;
    opacity: 0.95;
}

.AboutNew-btn:active {
    transform: scale(0.98);
}

.AboutNew-btn-primary {
    background: var(--an-blue);
    color: #fff;
}

.AboutNew-btn-light {
    background: #fff;
    color: var(--an-navy);
}

.AboutNew-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

@media (max-width: 900px) {
    .AboutNew-hero-grid,
    .AboutNew-founder-grid,
    .AboutNew-grid-3,
    .AboutNew-grid-2 {
        grid-template-columns: 1fr;
    }

    .AboutNew-timeline {
        padding-left: 1.5rem;
    }

    .AboutNew-timeline-dot {
        margin-left: -2.25rem;
    }
}

/* ==================== Dark mode ==================== */

html.dark .AboutNew {
    --an-navy: #f8fafc;
    --an-gray: #94a3b8;
    --an-text: #f1f5f9;
    --an-muted: #94a3b8;
    --an-border: #334155;
    --an-soft: #1e293b;
    --an-alt: #0f172a;
}

html.dark .AboutNew-founder-name {
    color: #f8fafc;
}

html.dark .AboutNew-founder-role {
    color: #94a3b8;
}

html.dark .AboutNew-founder-pill {
    background: #1e293b;
    border-color: #334155;
}

html.dark .AboutNew-cta {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
    color: #fff;
}

html.dark .AboutNew-cta h2 {
    color: #f8fafc;
}

html.dark .AboutNew-cta p {
    color: rgba(248, 250, 252, 0.85);
}

html.dark .AboutNew-btn-light {
    background: #f8fafc;
    color: #0f172a;
}
