/* ============================================
   TURKER CORP - Investor Relations
   Classic Corporate Style
   ============================================ */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'EB Garamond', 'Times New Roman', Georgia, serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 30px 60px;
}

/* Header */
.header {
    text-align: center;
    margin-bottom: 10px;
}

.company-name {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-variant: small-caps;
    color: #000;
    margin-bottom: 15px;
}

.company-name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.company-name a:hover {
    color: #0066cc;
}

.company-address {
    font-style: normal;
    font-size: 1.1rem;
    color: #000;
    line-height: 1.5;
    margin-bottom: 10px;
}

.company-address p {
    margin: 0;
}

.page-title {
    font-size: 1.2rem;
    color: #000;
    margin-top: 5px;
}

/* Divider */
.divider {
    border: none;
    border-top: 1px solid #000;
    margin: 25px 0;
}

/* Navigation Links */
.nav-links {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 10px 0;
}

.nav-links-centered {
    justify-content: center;
}

.nav-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nav-column a {
    color: #0066cc;
    text-decoration: none;
    font-size: 1.05rem;
    transition: color 0.2s ease;
}

.nav-column a:hover {
    color: #004499;
    text-decoration: underline;
}

/* Sections */
.section {
    padding: 10px 0;
}

.section-title {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.section-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.section-title a:hover {
    color: #0066cc;
}

.section-text {
    font-size: 1.05rem;
    color: #333;
    margin-bottom: 15px;
    max-width: 700px;
}

/* Key Figures */
.figures-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 10px 0;
}

.figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.figure-value {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
}

.figure-label {
    font-size: 0.95rem;
    color: #555;
    margin-top: 5px;
}

/* Visit Section */
.visit-section {
    padding: 15px 0;
}

.visit-title {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.visit-text {
    font-size: 1.05rem;
    color: #333;
    margin-bottom: 5px;
}

.visit-link {
    color: #0066cc;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.visit-link:hover {
    text-decoration: underline;
}

/* Contact Note */
.contact-note {
    font-size: 1rem;
    color: #333;
    line-height: 1.7;
}

/* Footer */
.footer {
    text-align: center;
    padding-top: 10px;
}

.copyright {
    font-size: 0.95rem;
    color: #000;
    margin-bottom: 8px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #000;
    text-decoration: none;
    font-size: 0.95rem;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-separator {
    color: #000;
}

/* Division Pages */
.division-header {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    color: #000;
}

.division-intro {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.7;
    max-width: 700px;
}

.subsection-title {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.subsection-description {
    font-size: 1.05rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 15px;
}


.back-link {
    color: #0066cc;
    text-decoration: none;
    font-size: 1rem;
}

.back-link:hover {
    text-decoration: underline;
}

/* Investment Page Specific */
.subsection-number {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}

.subsection-subtitle {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.subsection-quote {
    font-size: 1.05rem;
    color: #333;
    margin: 20px 0;
    padding-left: 20px;
    border-left: 2px solid #000;
}

.subsection-formulas {
    font-family: 'Times New Roman', serif;
    font-size: 0.9rem;
    color: #555;
    margin-top: 15px;
    letter-spacing: 0.02em;
    line-height: 1.8;
}

.focus-item {
    font-size: 1rem;
    color: #333;
    display: block;
    padding: 5px 0;
}

.page-title a {
    color: #0066cc;
    text-decoration: none;
}

.page-title a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 700px) {
    .container {
        padding: 30px 20px 50px;
    }

    .company-name {
        font-size: 1.8rem;
    }

    .nav-links {
        flex-direction: column;
        gap: 20px;
    }

    .nav-links-centered {
        align-items: flex-start;
    }

    .figures-grid {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
    }

    .figure {
        flex: 0 0 45%;
    }

    .figure-value {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .company-name {
        font-size: 1.5rem;
        letter-spacing: 0.05em;
    }

    .figure {
        flex: 0 0 100%;
    }

    .footer-links {
        flex-direction: column;
        gap: 5px;
    }

    .footer-separator {
        display: none;
    }
}
