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

body {
    font-family: 'Sarabun', sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #333;
    line-height: 1.6;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header Styles */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 25px 30px;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.company-info h1 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.company-info h2 {
    font-size: 20px;
    font-weight: 500;
    color: #7f8c8d;
    margin-bottom: 5px;
}

.company-tagline {
    font-size: 16px;
    color: #e74c3c;
    font-weight: 600;
    font-style: italic;
}

.interest-btn {
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

.interest-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

/* Main Content */
.main-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

/* Left Column */
.left-column {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.info-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Marketing Hero Section */
.marketing-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.hero-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-subtitle {
    font-size: 18px;
    margin-bottom: 25px;
    opacity: 0.9;
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.feature-item i {
    font-size: 24px;
    color: #ffd700;
}

.feature-item span {
    font-size: 14px;
    font-weight: 500;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-item label {
    font-weight: 600;
    color: #2c3e50;
    font-size: 16px;
}

.info-item span {
    font-size: 16px;
    color: #555;
}

.business-activities {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 25px;
    border-radius: 12px;
    border-left: 5px solid #3498db;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.business-description {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.8;
}

.business-description strong {
    color: #2c3e50;
    font-weight: 600;
}

.business-category {
    margin-bottom: 20px;
    font-size: 15px;
    color: #7f8c8d;
}

.search-similar-btn {
    background: linear-gradient(45deg, #3498db, #2980b9);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.search-similar-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
}

.status.active {
    color: #27ae60;
    font-weight: 600;
    font-size: 18px;
}

.experience {
    font-weight: 600;
    color: #e74c3c;
    font-size: 18px;
}

.capital {
    font-weight: 600;
    color: #8e44ad;
    font-size: 16px;
    line-height: 1.6;
}

.address {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.address-content span {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
}

.address-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.address-search {
    color: #7f8c8d;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.address-search:hover {
    color: #3498db;
}

.map-btn {
    background: linear-gradient(45deg, #e74c3c, #c0392b);
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.map-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.3);
}

/* Marketing CTA Section */
.marketing-cta {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin: 25px 0;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
}

.marketing-cta h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.marketing-cta p {
    font-size: 16px;
    margin-bottom: 25px;
    opacity: 0.9;
}

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

.cta-btn {
    padding: 15px 25px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.cta-btn.primary:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

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

.cta-btn.secondary:hover {
    background: white;
    color: #ff6b6b;
    transform: translateY(-2px);
}

.action-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.action-btn {
    background: linear-gradient(45deg, #27ae60, #229954);
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    flex: 1;
    justify-content: center;
    font-weight: 500;
}

.action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.3);
}

.action-btn.facebook {
    background: linear-gradient(45deg, #3b5998, #2d4373);
}

.action-btn.facebook:hover {
    box-shadow: 0 6px 20px rgba(59, 89, 152, 0.3);
}

.action-btn.news {
    background: linear-gradient(45deg, #9b59b6, #8e44ad);
}

.action-btn.news:hover {
    box-shadow: 0 6px 20px rgba(155, 89, 182, 0.3);
}

/* Right Column */
.right-column {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    height: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.statistics-section h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.statistics-section h4 {
    font-size: 16px;
    font-weight: 500;
    color: #7f8c8d;
    margin-bottom: 25px;
}

.chart-container {
    margin: 20px 0;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Customer Testimonials */
.customer-testimonials {
    margin: 25px 0;
    padding: 20px;
    background: linear-gradient(135deg, #e8f5e8 0%, #d4edda 100%);
    border-radius: 12px;
    border-left: 5px solid #27ae60;
}

.customer-testimonials h4 {
    color: #27ae60;
    font-weight: 600;
    margin-bottom: 15px;
}

.testimonial p {
    font-style: italic;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.6;
}

.customer-name {
    font-size: 14px;
    color: #7f8c8d;
    font-weight: 500;
}

.shareholder-btn {
    background: linear-gradient(45deg, #3498db, #2980b9);
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    width: 100%;
    justify-content: center;
    font-weight: 500;
}

.shareholder-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 20px;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .action-buttons {
        flex-direction: column;
    }
    
    .container {
        padding: 15px;
    }
    
    .hero-title {
        font-size: 24px;
    }
    
    .company-info h1 {
        font-size: 28px;
    }
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.info-section > * {
    animation: fadeIn 0.6s ease-out;
}

.marketing-hero {
    animation: slideInUp 0.8s ease-out;
}

.marketing-cta {
    animation: slideInUp 0.8s ease-out 0.2s both;
}

.info-section > *:nth-child(2) { animation-delay: 0.1s; }
.info-section > *:nth-child(3) { animation-delay: 0.2s; }
.info-section > *:nth-child(4) { animation-delay: 0.3s; }
.info-section > *:nth-child(5) { animation-delay: 0.4s; }
.info-section > *:nth-child(6) { animation-delay: 0.5s; }
.info-section > *:nth-child(7) { animation-delay: 0.6s; }
.info-section > *:nth-child(8) { animation-delay: 0.7s; }
