.about-page {
    line-height: 1.65;
}

.about-page .header-nav a.active {
    background: var(--bg-tertiary);
    color: var(--orange-primary);
}

.about-page .btn-primary,
.about-page .btn-secondary {
    text-decoration: none;
}

.about-main {
    width: 100%;
}

.about-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    max-width: 1180px;
    width: calc(100% - 40px);
    margin-inline: auto;
    margin-top: 16px;
    padding-block: clamp(24px, 3.2vw, 46px);
}

.about-hero .discovery-copy {
    max-width: 820px;
    margin-bottom: 0;
}

.about-hero .hero-subtitle {
    max-width: 650px;
    margin-top: 18px;
    color: var(--text-secondary);
    font-size: clamp(1rem, 2vw, 1.18rem);
}

.about-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
    min-width: fit-content;
}

.about-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 20px 72px;
}

.mission-section,
.story-section,
.features-section,
.stats-section,
.team-section,
.faq-plug,
.contact-section {
    margin-bottom: 68px;
}

.section-header {
    display: flex;
    align-items: baseline;
    gap: 18px;
    margin-bottom: 24px;
}

.section-number {
    font-family: 'DM Serif Display', Georgia, serif;
    color: var(--orange-primary);
    font-size: clamp(2rem, 5vw, 3.1rem);
    line-height: 1;
    opacity: 0.42;
}

.section-header h2 {
    font-family: 'DM Serif Display', Georgia, serif;
    color: var(--text-primary);
    font-size: clamp(1.75rem, 4vw, 2.55rem);
    font-weight: 400;
    line-height: 1.05;
}

.content-grid,
.features-grid,
.stats-grid,
.contact-grid {
    display: grid;
    gap: 24px;
}

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

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

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

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

.mission-card,
.feature-item,
.stat-card,
.contact-card,
.story-content,
.team-intro,
.faq-content,
.cta-section {
    background: var(--card-bg);
    border: 2px solid var(--border-color);
    border-radius: 16px;
    box-shadow: 0 4px 12px var(--shadow);
}

.mission-card,
.feature-item,
.stat-card,
.contact-card {
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.mission-card:hover,
.feature-item:hover,
.stat-card:hover,
.contact-card:hover {
    transform: translateY(-4px);
    border-color: var(--orange-primary);
    box-shadow: 0 16px 32px var(--shadow), 0 0 0 2px var(--orange-primary), inset 0 1px 0 oklch(100% 0.01 70 / 0.06);
}

.mission-card {
    padding: 24px;
}

.mission-card .icon,
.contact-icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: var(--orange-primary);
    background: var(--orange-secondary);
    border: 1px solid oklch(66% 0.22 42 / 0.38);
    border-radius: 12px;
}

.mission-card .icon svg,
.contact-icon svg {
    width: 24px;
    height: 24px;
}

.mission-card h3,
.feature-item h3,
.contact-card h3 {
    color: var(--text-primary);
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 10px;
}

.mission-card p,
.feature-item p,
.story-content p,
.team-intro,
.faq-content p,
.cta-section p,
.contact-card p,
.stat-label {
    color: var(--text-secondary);
}

.story-content,
.team-intro,
.faq-content {
    padding: clamp(24px, 4vw, 36px);
}

.story-content {
    display: grid;
    gap: 18px;
}

.story-content p,
.faq-content p,
.team-intro {
    max-width: 75ch;
}

.feature-item {
    position: relative;
    min-height: 210px;
    padding: 30px;
    overflow: hidden;
}

.feature-number {
    position: absolute;
    top: 16px;
    right: 20px;
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 4rem;
    line-height: 1;
    color: var(--orange-primary);
    opacity: 0.13;
}

.feature-item h3,
.feature-item p {
    position: relative;
    max-width: 56ch;
}

.stat-card {
    padding: 26px 18px;
    text-align: center;
}

.stat-number {
    color: var(--orange-primary);
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 2.7rem);
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    font-weight: 500;
}

.contact-card {
    padding: 28px;
    text-align: center;
}

.contact-card a,
.faq-content a {
    color: var(--orange-primary);
    font-weight: 600;
    text-decoration: none;
}

.contact-card a:hover,
.faq-content a:hover {
    text-decoration: underline;
}

.cta-section {
    padding: clamp(28px, 5vw, 44px);
    text-align: center;
    background:
        linear-gradient(135deg, oklch(66% 0.22 42 / 0.14), transparent 54%),
        var(--card-bg);
}

.cta-section h2 {
    color: var(--text-primary);
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    font-weight: 400;
    margin-bottom: 10px;
}

.cta-section p {
    margin-bottom: 22px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 20px;
    background: var(--orange-primary);
    color: oklch(98% 0.01 70);
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.1s;
}

.cta-button:hover {
    background: var(--orange-hover);
    transform: translateY(-1px);
    text-decoration: none;
}

@media (max-width: 1024px) {
    .about-hero {
        align-items: flex-start;
        flex-direction: column;
    }

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

@media (max-width: 768px) {
    .about-header .header-content {
        align-items: stretch;
    }

    .about-login,
    .about-add-service {
        display: none;
    }

    .about-hero {
        margin: 16px 12px 28px;
        padding: 24px;
        min-height: auto;
    }

    .about-container {
        padding: 14px 12px 52px;
    }

    .content-grid,
    .features-grid,
    .stats-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .section-header {
        gap: 12px;
        margin-bottom: 18px;
    }

    .mission-section,
    .story-section,
    .features-section,
    .stats-section,
    .team-section,
    .faq-plug,
    .contact-section {
        margin-bottom: 46px;
    }
}

@media (max-width: 480px) {
    .about-page .header-nav {
        justify-content: center;
    }

    .about-page .header-nav a {
        padding: 9px 11px;
    }

    .about-hero-actions {
        width: 100%;
        justify-content: stretch;
    }

    .about-hero-actions .btn-primary,
    .about-hero-actions .btn-secondary {
        flex: 1;
        justify-content: center;
    }
}
