/* =================================================================
   About Page - Modern & Professional (Enhanced v2)
   ================================================================= */

.about-page-wrapper {
    min-height: calc(100vh - 200px);
    background: #fafafa;
}

.about-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

/* Enhanced Hero Section */
.about-hero--enhanced {
    background: linear-gradient(135deg, #0a1e3d 0%, #16426f 100%);
    padding: 0;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 24px;
}

.about-hero-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-hero-badge {
    display: inline-block;
    width: fit-content;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.about-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.about-hero-highlight {
    background: linear-gradient(90deg, #00a8e1, #4dd0e1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-hero-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 520px;
    margin: 0;
    line-height: 1.7;
}

.about-hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.about-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.about-hero-btn--primary {
    background: #ffffff;
    color: #16426f;
}

.about-hero-btn--secondary {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.about-hero-visual {
    display: flex;
    justify-content: center;
}

.about-hero-visual img {
    width: 100%;
    max-width: 480px;
    height: auto;
    aspect-ratio: 4/3;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    /* LCP Optimizasyonu */
    content-visibility: auto;
    contain-intrinsic-size: 480px 360px;
}

/* Trust Bar */
.about-trust-bar {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 32px 24px;
}

.about-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.about-trust-item {
    text-align: center;
}

.about-trust-number {
    font-size: 32px;
    font-weight: 800;
    color: #16426f;
    margin-bottom: 4px;
}

.about-trust-label {
    font-size: 13px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Enhanced Story Section */
.about-story--enhanced {
    background: #ffffff;
    border: none;
    border-radius: 0;
    padding: 72px 24px;
    margin: 0;
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.about-story-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-story-visual img {
    width: 100%;
    max-width: 480px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(22, 66, 111, 0.12);
}

.about-label {
    display: inline-block;
    width: fit-content;
    padding: 6px 12px;
    background: rgba(22, 66, 111, 0.08);
    color: #16426f;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Services Showcase */
.about-services-showcase {
    background: #f4f7fb;
    padding: 72px 24px;
    margin: 0;
}

.about-section-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px;
}

.about-section-desc {
    font-size: 16px;
    color: #666;
    margin: 12px 0 0;
    line-height: 1.6;
}

.about-services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.about-service-card {
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: #ffffff;
    border: 1px solid rgba(22, 66, 111, 0.1);
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
}

.about-service-card--featured {
    padding: 0;
    overflow: hidden;
}

.about-service-card--featured .about-service-body {
    padding: 24px;
}

.about-service-visual {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.about-service-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-service-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 66, 111, 0.08);
    border-radius: 12px;
    color: #16426f;
    margin-bottom: 16px;
}

.about-service-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
}

.about-service-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.65;
    margin: 0 0 16px;
}

.about-service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about-service-features li {
    font-size: 13px;
    color: #555;
    padding-left: 18px;
    position: relative;
}

.about-service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #16426f;
    font-weight: 700;
}

.about-service-action {
    margin-top: auto;
    font-size: 14px;
    font-weight: 700;
    color: #16426f;
}

/* Models Section */
.about-models {
    background: #ffffff;
    padding: 72px 24px;
    margin: 0;
}

.about-models-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.about-model-group {
    padding: 24px;
    background: #f8fafc;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
}

.about-model-title {
    font-size: 15px;
    font-weight: 700;
    color: #16426f;
    margin: 0 0 8px;
}

.about-model-list {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Section Common Styles */
.about-section {
    padding: 48px 24px;
}

.about-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
}

/* Story Section */
.about-story {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 36px;
    margin: 0 20px 24px;
}

.about-text-content {
    max-width: 100%;
}

.about-paragraph {
    font-size: 15px;
    line-height: 1.75;
    color: #555;
    margin: 0 0 16px 0;
}

.about-paragraph:last-child {
    margin-bottom: 0;
}

/* Mission & Vision Cards */
.about-mission-vision {
    background: transparent;
    margin: 0;
    padding: 56px 24px;
}

.about-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.about-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 28px;
}

.about-card-number {
    font-size: 12px;
    font-weight: 700;
    color: #16426f;
    background: rgba(22, 66, 111, 0.08);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 16px;
}

.about-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 10px 0;
}

.about-card-text {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Values Grid */
.about-values {
    background: #f4f7fb;
    margin: 0;
    padding: 72px 24px;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: 1200px;
    margin: 0 auto;
}

.about-value-item {
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    text-align: center;
}

.about-value-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #16426f;
    border-radius: 8px;
    color: #ffffff;
    margin: 0 auto 14px;
}

.about-value-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.about-value-text {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Why Choose Us - Features */
.about-why-us {
    background: #ffffff;
    margin: 0;
    padding: 72px 24px;
}

.about-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: 1200px;
    margin: 0 auto;
}

.about-feature {
    position: relative;
    padding: 24px;
    background: #f8fafc;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.about-feature-number {
    font-size: 12px;
    font-weight: 700;
    color: #16426f;
    background: rgba(22, 66, 111, 0.08);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 14px;
}

.about-feature-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.about-feature-text {
    font-size: 13px;
    line-height: 1.65;
    color: #666;
    margin: 0;
}

/* Enhanced CTA Section */
.about-cta--enhanced {
    background: linear-gradient(135deg, #0a1e3d 0%, #16426f 100%);
    padding: 72px 24px;
}

.about-cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.about-cta--enhanced .about-cta-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
    letter-spacing: -0.02em;
}

.about-cta--enhanced .about-cta-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 28px 0;
    line-height: 1.6;
}

.about-cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.about-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.about-cta-button--primary {
    background: #ffffff;
    color: #16426f;
}

.about-cta-button--secondary {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.about-cta-button--tertiary {
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.about-cta-button svg {
    width: 18px;
    height: 18px;
}

/* Blog Highlights */
.about-blog {
    background: #ffffff;
    padding: 72px 24px;
}

.about-blog-head {
    max-width: 1200px;
    margin: 0 auto 28px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.about-blog-head .about-section-header {
    text-align: left;
    margin: 0;
}

.about-blog-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-blog-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.about-blog-pill svg {
    width: 16px;
    height: 16px;
}

.about-blog-pill--primary {
    background: linear-gradient(135deg, #0a1e3d 0%, #16426f 100%);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(22, 66, 111, 0.18);
}


.about-blog-pill--ghost {
    background: rgba(22, 66, 111, 0.08);
    color: #0a1e3d;
    border: 1px solid rgba(22, 66, 111, 0.18);
}


.about-blog-grid {
    display: flex;
    gap: 18px;
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: auto;
    padding: 4px 6px 4px 6px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    position: relative;
    mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
}

.about-blog-card {
    background: #f8fafc;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 14px 30px rgba(22, 66, 111, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    scroll-snap-align: start;
    flex: 0 0 300px;
}


.about-blog-thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.about-blog-body {
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.about-blog-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #16426f;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.about-blog-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.about-blog-meta span + span {
    position: relative;
    padding-left: 10px;
}

.about-blog-meta span + span::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #16426f;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

.about-blog-title {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-blog-title a {
    color: inherit;
    text-decoration: none;
}


.about-blog-excerpt {
    font-size: 14px;
    line-height: 1.7;
    color: #475569;
    margin: 0;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-blog-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #16426f;
    text-decoration: none;
}


.about-blog-cta {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
}

.about-blog-grid::-webkit-scrollbar {
    height: 8px;
}

.about-blog-grid::-webkit-scrollbar-thumb {
    background: rgba(22, 66, 111, 0.35);
    border-radius: 999px;
}

.about-blog-grid::-webkit-scrollbar-track {
    background: rgba(22, 66, 111, 0.08);
}

.about-blog-grid::after,
.about-blog-grid::before {
    content: '';
    position: sticky;
    top: 0;
    width: 48px;
    height: 100%;
    pointer-events: none;
    flex-shrink: 0;
    z-index: 1;
}

.about-blog-grid::before {
    left: 0;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.about-blog-grid::after {
    right: 0;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .about-hero-grid,
    .about-story-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-hero-visual {
        order: -1;
    }

    .about-services-grid {
        grid-template-columns: 1fr;
    }

    .about-cards-grid {
        grid-template-columns: 1fr;
    }

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

    .about-trust-grid,
    .about-models-grid,
    .about-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-hero-grid {
        padding: 48px 20px;
    }

    .about-hero-title {
        font-size: 32px;
    }

    .about-hero-subtitle {
        font-size: 15px;
    }

    .about-hero-actions {
        flex-direction: column;
    }

    .about-section {
        padding: 48px 20px;
    }

    .about-story--enhanced,
    .about-services-showcase,
    .about-values,
    .about-why-us,
    .about-models,
    .about-blog {
    .about-blog {
        padding: 48px 20px;
    }

    .about-blog-actions {
        width: 100%;
        justify-content: flex-start;
        gap: 8px;
        flex-wrap: wrap;
    }

    .about-section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .about-cards-grid,
    .about-cards-grid,
    .about-values-grid,
    .about-features-grid,
    .about-models-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
        gap: 14px;
    }

    .about-trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .about-trust-number {
        font-size: 26px;
    }

    .about-cta--enhanced {
        padding: 48px 20px;
    }

    .about-cta--enhanced .about-cta-title {
        font-size: 26px;
    }

    .about-cta-buttons {
        flex-direction: column;
    }

    .about-cta-button {
        width: 100%;
        justify-content: center;
    }

    .about-blog-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .about-blog-card {
        flex: 0 0 72vw;
    }

    .about-blog-thumb img {
        height: 160px;
    }

    .about-blog-meta,
    .about-blog-excerpt {
        display: none;
    }

    .about-blog-title {
        font-size: 16px;
        line-height: 1.4;
    }

    .about-blog-link {
        font-size: 13px;
    }

    .about-blog-cta {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .about-hero-grid {
        padding: 36px 16px;
    }

    .about-hero-title {
        font-size: 28px;
    }

    .about-section-title {
        font-size: 22px;
    }

    .about-card,
    .about-value-item,
    .about-feature,
    .about-model-group {
        padding: 20px;
    }

    .about-trust-grid {
        grid-template-columns: 1fr;
    }
}
