/**
 * About Page - Premium UI/UX
 * Biz Kimiz Sayfası
 */

/* ============================================================
   Hero Section
   ============================================================ */
.about-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="%23c9a227" opacity="0.1"/></svg>');
    background-size: 50px 50px;
    opacity: 0.5;
}

.about-hero__content {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-hero__text {
    color: #fff;
}

.about-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c9a227;
    margin-bottom: 24px;
}

.about-hero__eyebrow::before {
    content: '';
    width: 40px;
    height: 1px;
    background: #c9a227;
}

.about-hero__title {
    font-size: clamp(48px, 6vw, 80px);
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 24px;
    color: #fff;
}

.about-hero__title strong {
    font-weight: 700;
    color: #c9a227;
}

.about-hero__subtitle {
    font-size: 20px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    max-width: 500px;
}

/* Hero Stats */
.about-hero__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.about-hero__stat {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 32px;
    text-align: center;
    transition: all 0.4s ease;
}

.about-hero__stat:hover {
    background: rgba(201, 162, 39, 0.1);
    border-color: rgba(201, 162, 39, 0.3);
    transform: translateY(-5px);
}

.about-hero__stat-value {
    font-size: 48px;
    font-weight: 700;
    color: #c9a227;
    line-height: 1;
    margin-bottom: 8px;
}

.about-hero__stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.5px;
}

/* ============================================================
   Main Content Section
   ============================================================ */
.about-main {
    padding: 120px 0;
    background: #fdfcfa;
}

.about-main__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.about-main__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: start;
}

.about-main__content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 32px;
    line-height: 1.2;
}

.about-main__content p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 24px;
}

.about-main__quote {
    margin: 48px 0;
    padding: 40px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 24px;
    position: relative;
}

.about-main__quote::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 80px;
    font-family: Georgia, serif;
    color: #c9a227;
    opacity: 0.3;
    line-height: 1;
}

.about-main__quote blockquote {
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    margin: 0 0 16px;
    padding-left: 40px;
}

.about-main__quote cite {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: #c9a227;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 40px;
}

/* Sidebar */
.about-main__sidebar {
    position: sticky;
    top: 120px;
}

.about-main__image {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
}

.about-main__image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ============================================================
   Values Section
   ============================================================ */
.about-values {
    padding: 120px 0;
    background: linear-gradient(180deg, #fff 0%, #f8f6f1 100%);
}

.about-values__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.about-values__header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 80px;
}

.about-values__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c9a227;
    margin-bottom: 20px;
}

.about-values__title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px;
}

.about-values__subtitle {
    font-size: 18px;
    color: #666;
    line-height: 1.7;
}

.about-values__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.about-value-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
}

.about-value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    border-color: rgba(201, 162, 39, 0.2);
}

.about-value-card__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #c9a227 0%, #e8d48a 100%);
    border-radius: 24px;
    font-size: 32px;
    color: #fff;
}

.about-value-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
}

.about-value-card__text {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ============================================================
   Founder Section
   ============================================================ */
.about-founder {
    padding: 120px 0;
    background: #1a1a1a;
    position: relative;
    overflow: hidden;
}

.about-founder::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.1) 0%, transparent 100%);
}

.about-founder__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.about-founder__grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 80px;
    align-items: center;
}

.about-founder__image {
    position: relative;
}

.about-founder__image img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
}

.about-founder__image::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 2px solid #c9a227;
    border-radius: 24px;
    z-index: -1;
}

.about-founder__content {
    color: #fff;
}

.about-founder__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c9a227;
    margin-bottom: 20px;
}

.about-founder__title {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 16px;
    color: beige;
}

.about-founder__subtitle {
    font-size: 20px;
    color: #c9a227;
    margin: 0 0 32px;
}

.about-founder__text {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 24px;
}

.about-founder__quote {
    margin-top: 48px;
    padding: 32px;
    background: rgba(255, 255, 255, 0.05);
    border-left: 4px solid #c9a227;
    border-radius: 0 16px 16px 0;
}

.about-founder__quote blockquote {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    margin: 0 0 12px;
}

.about-founder__quote cite {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: #c9a227;
    letter-spacing: 1px;
}

/* ============================================================
   Mission & Vision Section
   ============================================================ */
.about-mission-vision {
    padding: 120px 0;
    background: #fdfcfa;
}

.about-mission-vision__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.about-mission-vision__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.about-mv-card {
    background: #fff;
    border-radius: 32px;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.about-mv-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c9a227, #e8d48a);
}

.about-mv-card__icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 20px;
    font-size: 28px;
    color: #c9a227;
    margin-bottom: 32px;
}

.about-mv-card__eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c9a227;
    margin-bottom: 12px;
}

.about-mv-card__title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 24px;
}

.about-mv-card__text {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
}

.about-mv-card__text p {
    margin-bottom: 16px;
}

.about-mv-card__text p:last-child {
    margin-bottom: 0;
}

/* ============================================================
   Timeline Section - Vertical Alternating Style (Like Reference Image)
   ============================================================ */
.about-timeline {
    padding: 100px 0;
    background: linear-gradient(180deg, #f5f3ef 0%, #eae6df 100%);
    position: relative;
}

.about-timeline__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.about-timeline__header {
    text-align: center;
    margin-bottom: 60px;
}

.about-timeline__eyebrow {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c9a227;
    margin-bottom: 16px;
}

.about-timeline__title {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 16px;
}

.about-timeline__subtitle {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.about-timeline__list {
    position: relative;
    padding: 40px 0;
}

/* Vertical Line */
.about-timeline__list::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #c9a227 0%, #d4af37 50%, #c9a227 100%);
    transform: translateX(-50%);
}

.about-timeline__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    position: relative;
    min-height: 180px;
}

/* Odd items - content on LEFT */
.about-timeline__item:nth-child(odd) {
    flex-direction: row;
    text-align: right;
    padding-right: calc(50% + 70px);
}

/* Even items - content on RIGHT */
.about-timeline__item:nth-child(even) {
    flex-direction: row-reverse;
    text-align: left;
    padding-left: calc(50% + 70px);
}

/* Year Circle - Center */
.about-timeline__year {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #c9a227 0%, #d4af37 100%);
    border-radius: 50%;
    font-size: 24px;
    font-weight: 800;
    color: #1a1a1a;
    box-shadow: 0 8px 30px rgba(201, 162, 39, 0.4);
    z-index: 2;
    border: 4px solid #fff;
}

/* Content Box */
.about-timeline__content {
    flex: 1;
    padding: 10px 0;
}

.about-timeline__content h4 {
    font-size: 16px;
    font-weight: 800;
    color: #c9a227;
    margin: 0 0 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-timeline__content p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* Connector dots */
.about-timeline__item::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 45px;
    width: 12px;
    height: 12px;
    background: #c9a227;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: none;
}

/* Logo at bottom */
.about-timeline__logo {
    text-align: center;
    margin-top: 60px;
}

.about-timeline__logo img {
    max-width: 150px;
    height: auto;
}

/* ============================================================
   CTA Section
   ============================================================ */
.about-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #c9a227 0%, #e8d48a 100%);
    text-align: center;
}

.about-cta__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}

.about-cta__title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px;
}

.about-cta__text {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 0 40px;
}

.about-cta__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 40px;
    background: #1a1a1a;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 60px;
    transition: all 0.4s ease;
}

.about-cta__button:hover {
    background: #000;
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.about-cta__button i {
    transition: transform 0.3s ease;
}

.about-cta__button:hover i {
    transform: translateX(5px);
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1200px) {
    .about-hero__content {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .about-hero__stats {
        max-width: 500px;
    }
    
    .about-founder__grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .about-founder__image {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .about-main__grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .about-main__sidebar {
        position: static;
    }
    
    .about-values__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about-mission-vision__grid {
        grid-template-columns: 1fr;
    }
    
    /* Timeline Mobile - Single Column */
    .about-timeline__list::before {
        left: 30px;
    }
    
    .about-timeline__item,
    .about-timeline__item:nth-child(odd),
    .about-timeline__item:nth-child(even) {
        flex-direction: row;
        text-align: left;
        padding-left: 100px;
        padding-right: 0;
        min-height: 140px;
    }
    
    .about-timeline__year {
        left: 30px;
        width: 60px;
        height: 60px;
        font-size: 16px;
    }
    
    .about-timeline__content {
        width: 100%;
    }
    
    .about-timeline__content h4 {
        font-size: 14px;
    }
    
    .about-timeline__content p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .about-hero {
        min-height: auto;
    }
    
    .about-hero__content {
        padding: 100px 20px 80px;
    }
    
    .about-hero__stats {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    
    .about-hero__stat {
        padding: 24px;
    }
    
    .about-hero__stat-value {
        font-size: 36px;
    }
    
    .about-main,
    .about-values,
    .about-founder,
    .about-mission-vision,
    .about-timeline {
        padding: 80px 0;
    }
    
    .about-main__container,
    .about-values__container,
    .about-founder__container,
    .about-mission-vision__container,
    .about-timeline__container,
    .about-cta__container {
        padding: 0 20px;
    }
    
    .about-values__grid {
        grid-template-columns: 1fr;
    }
    
    .about-mv-card {
        padding: 40px 24px;
    }
    
    .about-timeline__content {
        padding: 24px;
    }
    
    .about-cta__title {
        font-size: 32px;
    }
}

