/* =====================================================
   Company Page Styles
   ===================================================== */

/* Company Hero */
.company-hero {
    padding: 180px 0 100px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    position: relative;
    overflow: hidden;
}

.company-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FF6B00' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.company-hero-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.company-hero-label {
    display: inline-block;
    padding: 8px 24px;
    background: linear-gradient(135deg, #FF6B00, #FF8533);
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    border-radius: 30px;
    margin-bottom: 24px;
}

.company-hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
}

.company-hero-text {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Company Introduction */
.company-intro {
    padding: 100px 0;
    background: white;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.intro-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.intro-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.intro-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}

.intro-label {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #FF6B00;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.intro-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 24px;
}

.intro-text {
    font-size: 1rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 16px;
}

.intro-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.intro-stat {
    text-align: center;
}

.intro-stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #FF6B00;
    line-height: 1;
    margin-bottom: 8px;
}

.intro-stat-number small {
    font-size: 0.875rem;
    font-weight: 600;
}

.intro-stat-label {
    font-size: 0.875rem;
    color: #666;
}

/* Company Info Section */
.company-info {
    padding: 100px 0;
    background: #f8f9fa;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-label {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #FF6B00;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.section-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.section-desc {
    font-size: 1.125rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* Info Table */
.info-table-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.info-table {
    width: 100%;
    border-collapse: collapse;
}

.info-table tr {
    border-bottom: 1px solid #f0f0f0;
}

.info-table tr:last-child {
    border-bottom: none;
}

.info-table th {
    width: 200px;
    padding: 24px 32px;
    background: #fafafa;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid #f0f0f0;
}

.th-content {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #1a1a1a;
}

.th-content svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #FF6B00;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.info-table td {
    padding: 24px 32px;
    font-size: 1rem;
    color: #333;
    line-height: 1.8;
}

.info-table td a {
    color: #FF6B00;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-table td a:hover {
    color: #e55a00;
}

.business-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 24px;
}

.business-list li {
    position: relative;
    padding-left: 20px;
    font-size: 0.9375rem;
}

.business-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #FF6B00;
    border-radius: 50%;
}

/* Mission Section */
.mission-section {
    padding: 100px 0;
    background: white;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.mission-card {
    background: #f8f9fa;
    border-radius: 24px;
    padding: 40px 32px;
    text-align: center;
    transition: all 0.3s ease;
}

.mission-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.mission-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1a1a1a, #333);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.mission-icon svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: #FF6B00;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mission-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.mission-text {
    font-size: 0.9375rem;
    color: #666;
    line-height: 1.8;
}

/* Network Section */
.network-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.network-section .section-label,
.network-section .section-title {
    color: white;
}

.network-section .section-desc {
    color: rgba(255, 255, 255, 0.7);
}

.network-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 60px;
}

.network-stat {
    text-align: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.network-stat:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-4px);
}

.network-stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #FF6B00;
    line-height: 1;
    margin-bottom: 12px;
}

.network-stat-number span {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 4px;
}

.network-stat-label {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Access Section */
.access-section {
    padding: 100px 0;
    background: white;
}

.access-content {
    max-width: 1000px;
    margin: 0 auto;
}

.access-map {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.access-map iframe {
    display: block;
}

.access-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.access-item {
    display: flex;
    gap: 16px;
    padding: 24px;
    background: #f8f9fa;
    border-radius: 16px;
}

.access-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #FF6B00, #FF8533);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.access-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.access-detail h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.access-detail p {
    font-size: 0.9375rem;
    color: #666;
    line-height: 1.6;
}

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #FF6B00, #FF8533);
}

.cta-content {
    text-align: center;
}

.cta-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
}

.cta-text {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
}

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

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 36px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.cta-btn svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cta-btn.primary {
    background: white;
    color: #FF6B00;
}

.cta-btn.primary:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.cta-btn.secondary {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.cta-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
    .intro-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .intro-image img {
        height: 350px;
    }
    
    .mission-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .network-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    
    .access-info {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .company-hero {
        padding: 140px 0 60px;
    }
    
    .company-intro,
    .company-info,
    .mission-section,
    .network-section,
    .access-section,
    .cta-section {
        padding: 60px 0;
    }
    
    .intro-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    
    .intro-stat-number {
        font-size: 1.5rem;
    }
    
    .info-table th {
        width: 140px;
        padding: 16px 20px;
    }
    
    .info-table td {
        padding: 16px 20px;
    }
    
    .business-list {
        grid-template-columns: 1fr;
    }
    
    .network-stats {
        grid-template-columns: 1fr;
    }
    
    .network-stat-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .company-hero {
        padding: 120px 0 50px;
    }
    
    .company-hero-title {
        font-size: 1.75rem;
    }
    
    .intro-image img {
        height: 250px;
    }
    
    .intro-stats {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .info-table-wrapper {
        border-radius: 16px;
    }
    
    .info-table th,
    .info-table td {
        display: block;
        width: 100%;
        padding: 16px;
    }
    
    .info-table th {
        background: #f8f9fa;
        border-right: none;
        border-bottom: none;
    }
    
    .info-table td {
        padding-top: 8px;
    }
    
    .mission-card {
        padding: 32px 24px;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .cta-btn {
        width: 100%;
        justify-content: center;
    }
}
