/* ===== ABOUT PAGE ===== */

.about-page { padding-top: 5rem; }

/* Hero */
.about-hero {
    max-width: 1440px;
    margin: 0 auto;
    padding: 6rem 3rem 4rem;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 4rem;
    align-items: start;
}

.about-hero-text h1 {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-bottom: 2rem;
}

.text-primary { color: var(--primary); font-style: italic; }

.hero-lead {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--on-surface);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.about-hero-text p {
    font-size: 1.05rem;
    color: var(--on-surface-variant);
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.hero-quote {
    font-family: 'Manrope', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--on-surface);
}

.hero-points {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 1.25rem;
}

.hero-points span {
    font-weight: 600;
    color: var(--on-surface);
    font-size: 1rem;
}

.about-hero-image-wrap { position: relative; }

.about-hero-image {
    aspect-ratio: 3/4;
    max-height: 400px;
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 0 12px 32px rgba(49, 51, 47, 0.06);
}

.about-hero-image img { width: 100%; height: 100%; object-fit: cover; }

.about-floating-card {
    position: absolute;
    bottom: -2rem;
    left: -3rem;
    padding: 1.5rem 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 12px 32px rgba(49, 51, 47, 0.06);
}

.about-floating-card .material-symbols-outlined {
    color: var(--primary);
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    display: block;
}

.about-floating-card strong { font-family: 'Manrope', sans-serif; }
.about-floating-card .small { font-size: 0.85rem; color: var(--on-surface-variant); }

/* Why I Started */
.about-why {
    max-width: 1440px;
    margin: 0 auto;
    padding: 4rem 3rem;
}

.about-why-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.story-card {
    padding: 3rem;
    border-radius: 0.75rem;
}

.card-low { background: var(--surface-container-low); }
.card-container { background: var(--surface-container); }

.story-card h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2rem;
}

.problem-list, .solution-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.problem-list li, .solution-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    color: var(--on-surface);
}

.problem-list .material-symbols-outlined {
    color: var(--error);
    font-size: 1.25rem;
    flex-shrink: 0;
}

.solution-list .material-symbols-outlined {
    color: var(--primary);
    font-size: 1.25rem;
    flex-shrink: 0;
}

.story-bridge {
    margin-top: 2rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--primary);
}

/* Local Knowledge */
.about-local {
    background: var(--surface-container-low);
    padding: 5rem 3rem;
}

.about-local-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.local-icon {
    width: 4rem;
    height: 4rem;
    background: var(--surface-container-lowest);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 12px 32px rgba(49, 51, 47, 0.06);
}

.local-icon .material-symbols-outlined { color: var(--primary); font-size: 1.75rem; }

.about-local-inner h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.about-local-inner p {
    color: var(--on-surface-variant);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

/* Proof */
.about-proof {
    max-width: 1440px;
    margin: 0 auto;
    padding: 5rem 3rem;
}

.about-proof-inner .section-title { margin-bottom: 2.5rem; }

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

.proof-card {
    background: var(--surface-container);
    padding: 2.5rem 2rem;
    border-radius: 0.75rem;
    text-align: center;
}

.proof-card .material-symbols-outlined {
    color: var(--primary);
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.proof-card strong {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.proof-card p {
    font-size: 0.9rem;
    color: var(--on-surface-variant);
}

.getagent-badge {
    text-align: center;
    margin-top: 2.5rem;
}

.getagent-badge img { max-width: 280px; height: auto; }

/* CTA */
.about-cta {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3rem 6rem;
}

.about-cta-box {
    background: linear-gradient(to bottom, var(--primary), var(--primary-dim));
    padding: 5rem;
    border-radius: 0.75rem;
    text-align: center;
}

.about-cta-box h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--on-primary);
    margin-bottom: 0.5rem;
}

.about-cta-box p {
    color: var(--on-primary);
    opacity: 0.9;
    font-size: 1.15rem;
    margin-bottom: 2.5rem;
}

.about-cta-buttons { display: flex; gap: 1rem; justify-content: center; }

.btn-cta-white {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    background: var(--surface-container-lowest);
    color: var(--primary);
    transition: all 0.2s;
}

.btn-cta-white:hover { background: #fff; box-shadow: 0 6px 20px rgba(0,0,0,0.15); }

.btn-cta-outline {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    border: 1.5px solid rgba(255,255,255,0.3);
    color: var(--on-primary);
    transition: all 0.2s;
}

.btn-cta-outline:hover { background: rgba(255,255,255,0.1); }

/* Nav active */
.nav-active { color: var(--primary) !important; border-bottom: 2px solid var(--primary); padding-bottom: 2px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .about-hero { padding: 5rem 1.5rem 3rem; }
    .about-why { padding: 3rem 1.5rem; }
    .about-local { padding: 3rem 1.5rem; }
    .about-proof { padding: 3rem 1.5rem; }
    .about-cta { padding: 0 1.5rem 4rem; }
    .about-cta-box { padding: 3rem 2rem; }
}

@media (max-width: 768px) {
    .about-hero-grid { grid-template-columns: 1fr; }
    .about-hero-image-wrap { max-width: 320px; }
    .about-floating-card { left: -1rem; bottom: -1.5rem; }
    .about-why-inner { grid-template-columns: 1fr; }
    .story-card { padding: 2rem; }
    .proof-grid { grid-template-columns: 1fr; }
    .about-cta-buttons { flex-direction: column; }
    .about-hero-text h1 { font-size: 2rem; }
}
