* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    scroll-behavior: smooth;
}

.vp15-nav-container {
    background-color: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.vp15-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.vp15-logo-section {
    display: flex;
    align-items: center;
}

.vp15-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.vp15-nav-logo {
    height: 36px;
    width: auto;
    margin-right: 12px;
}

.vp15-logo-text {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
}

.vp15-nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.vp15-action-link {
    font-size: 13px;
    color: #3498db;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.vp15-action-link:hover {
    background-color: rgba(52, 152, 219, 0.1);
    color: #2980b9;
}

.vp15-menu-toggle {
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.vp15-toggle-bar {
    width: 24px;
    height: 2px;
    background-color: #333;
    border-radius: 1px;
    transition: all 0.3s ease;
}

.vp15-nav-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
}

.vp15-nav-menu.vp15-active {
    max-height: 400px;
}

.vp15-menu-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.vp15-menu-item {
    border-bottom: 1px solid #f0f0f0;
}

.vp15-menu-item:last-child {
    border-bottom: none;
}

.vp15-menu-link {
    display: block;
    padding: 12px 0;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.vp15-menu-link:hover {
    color: #3498db;
}

@media (min-width: 768px) {
    .vp15-nav-header {
        padding: 12px 20px;
    }
    
    .vp15-menu-toggle {
        display: none;
    }
    
    .vp15-nav-menu {
        max-height: none;
        border-top: none;
    }
    
    .vp15-menu-list {
        flex-direction: row;
        gap: 24px;
        padding: 0 20px 12px;
    }
    
    .vp15-menu-item {
        border-bottom: none;
    }
    
    .vp15-menu-link {
        padding: 0;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }
    
    .vp15-action-link {
        font-size: 12px;
    }
}

.vp15-main-content {
    padding: 30px 20px;
    min-height: calc(100vh - 120px);
}

.vp15-content-container {
    max-width: 1200px;
    margin: 0 auto;
}

.vp15-hero-section {
    background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
    color: white;
    padding: 120px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.vp15-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,%3Csvg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.vp15-w3.org/2000/svg"%3E%3Cpath d="M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z" fill="%23ffffff" fill-opacity="0.05" fill-rule="evenodd"/%3E%3C/svg%3E');
    opacity: 0.3;
}

.vp15-hero-container {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
}

.vp15-hero-text {
    max-width: 800px;
    margin: 0 auto;
}

.vp15-hero-heading {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1.1;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.vp15-hero-tagline {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.vp15-hero-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.vp15-btn-primary {
    display: inline-block;
    padding: 16px 32px;
    background: linear-gradient(135deg, #3182ce 0%, #2b6cb0 100%);
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(49, 130, 206, 0.3);
}

.vp15-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(49, 130, 206, 0.4);
    background: linear-gradient(135deg, #2c5282 0%, #1a365d 100%);
}

.vp15-btn-secondary {
    display: inline-block;
    padding: 16px 32px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    text-decoration: none;
}

.vp15-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.vp15-value-proposition {
    background: #f7fafc;
    padding: 100px 20px;
}

.vp15-value-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.vp15-value-item {
    text-align: center;
    padding: 40px 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.vp15-value-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-color: #3182ce;
}

.vp15-value-icon {
    font-size: 48px;
    margin-bottom: 24px;
    display: block;
}

.vp15-value-title {
    font-size: 20px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 16px;
}

.vp15-value-desc {
    font-size: 15px;
    color: #718096;
    line-height: 1.6;
}

.vp15-services-block {
    padding: 100px 20px;
    background: white;
}

.vp15-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.vp15-block-header {
    text-align: center;
    margin-bottom: 80px;
}

.vp15-block-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #3182ce;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    padding: 6px 16px;
    background: rgba(49, 130, 206, 0.1);
    border-radius: 20px;
}

.vp15-block-title {
    font-size: 36px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 20px;
    line-height: 1.2;
}

.vp15-services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.vp15-service-feature {
    padding: 40px 30px;
    background: #f7fafc;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.vp15-service-feature:hover {
    background: white;
    border-color: #3182ce;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.vp15-service-feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #3182ce, #63b3ed);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.vp15-service-feature:hover::before {
    transform: scaleX(1);
}

.vp15-service-icon-large {
    font-size: 64px;
    margin-bottom: 24px;
    display: block;
}

.vp15-service-name {
    font-size: 20px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 16px;
}

.vp15-service-description {
    font-size: 15px;
    color: #718096;
    line-height: 1.6;
    margin-bottom: 24px;
}

.vp15-service-action {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #3182ce;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vp15-service-action:hover {
    color: #2b6cb0;
    padding-left: 8px;
}

.vp15-testimonials-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
}

.vp15-testimonials-slider {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.vp15-testimonial-item {
    background: white;
    padding: 60px 40px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 40px;
}

.vp15-testimonial-text {
    font-size: 18px;
    font-style: italic;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.vp15-testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.vp15-author-avatar {
    font-size: 48px;
    display: block;
}

.vp15-author-info {
    text-align: left;
}

.vp15-author-name {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 4px;
}

.vp15-author-company {
    font-size: 14px;
    color: #718096;
}

.vp15-projects-section {
    padding: 100px 20px;
    background: white;
}

.vp15-block-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 80px;
}

.vp15-btn-view-all {
    display: inline-block;
    padding: 12px 24px;
    background: #2d3748;
    color: white;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.vp15-btn-view-all:hover {
    background: #1a202c;
    transform: translateY(-2px);
}

.vp15-projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.vp15-project-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.vp15-project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-color: #3182ce;
}

.vp15-project-image {
    height: 200px;
    overflow: hidden;
    background: #f7fafc;
}

.vp15-project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.vp15-project-card:hover .vp15-project-image img {
    transform: scale(1.1);
}

.vp15-project-info {
    padding: 30px;
}

.vp15-project-title {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
}

.vp15-project-category {
    font-size: 14px;
    color: #3182ce;
    font-weight: 500;
    margin-bottom: 20px;
}

.vp15-project-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #3182ce;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vp15-project-link:hover {
    color: #2b6cb0;
    padding-left: 8px;
}

.vp15-tech-advantages {
    padding: 100px 20px;
    background: #2d3748;
    color: white;
}

.vp15-advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.vp15-advantage-item {
    text-align: center;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vp15-advantage-item:hover {
    background: rgba(49, 130, 206, 0.2);
    border-color: #3182ce;
    transform: translateY(-4px);
}

.vp15-advantage-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.vp15-advantage-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.vp15-news-section {
    padding: 100px 20px;
    background: #f7fafc;
}

.vp15-news-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.vp15-news-item {
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.vp15-news-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-color: #3182ce;
}

.vp15-news-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    align-items: center;
}

.vp15-news-date {
    font-size: 14px;
    color: #718096;
    font-weight: 500;
}

.vp15-news-category {
    font-size: 12px;
    font-weight: 600;
    color: white;
    background: #3182ce;
    padding: 4px 12px;
    border-radius: 12px;
    text-transform: uppercase;
}

.vp15-news-title {
    font-size: 20px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 16px;
    line-height: 1.3;
}

.vp15-news-excerpt {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 24px;
}

.vp15-news-read-more {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #3182ce;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vp15-news-read-more:hover {
    color: #2b6cb0;
    padding-left: 8px;
}

.vp15-contact-section {
    padding: 100px 20px;
    background: white;
}

.vp15-contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}

.vp15-contact-info-section {
    padding: 40px;
    background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
    color: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.vp15-contact-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.vp15-contact-subheading {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 40px;
    line-height: 1.6;
}

.vp15-contact-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.vp15-contact-detail-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.vp15-contact-detail-icon {
    font-size: 24px;
    display: block;
}

.vp15-contact-detail-text {
    font-size: 16px;
    line-height: 1.4;
}

.vp15-contact-form-section {
    padding: 40px;
    background: #f7fafc;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.vp15-form-heading {
    font-size: 24px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 32px;
}

.vp15-contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.vp15-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.vp15-form-group {
    flex: 1;
}

.vp15-form-group input,
.vp15-form-group textarea {
    width: 100%;
    padding: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: white;
}

.vp15-form-group input:focus,
.vp15-form-group textarea:focus {
    outline: none;
    border-color: #3182ce;
    box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
}

.vp15-form-group textarea {
    resize: vertical;
    min-height: 150px;
}

.vp15-form-submit-btn {
    display: inline-block;
    padding: 16px 32px;
    background: linear-gradient(135deg, #3182ce 0%, #2b6cb0 100%);
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(49, 130, 206, 0.3);
}

.vp15-form-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(49, 130, 206, 0.4);
    background: linear-gradient(135deg, #2b6cb0 0%, #2563eb 100%);
}

@media (max-width: 768px) {
    .vp15-hero-heading {
        font-size: 36px;
    }
    
    .vp15-hero-tagline {
        font-size: 18px;
    }
    
    .vp15-hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .vp15-btn-primary,
    .vp15-btn-secondary {
        width: 200px;
        text-align: center;
    }
    
    .vp15-block-title {
        font-size: 28px;
    }
    
    .vp15-value-grid,
    .vp15-services-container,
    .vp15-projects-grid,
    .vp15-advantages-grid,
    .vp15-news-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .vp15-contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .vp15-form-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .vp15-testimonial-item {
        padding: 40px 20px;
    }
    
    .vp15-testimonial-text {
        font-size: 16px;
    }
    
    .vp15-testimonial-author {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .vp15-author-info {
        text-align: center;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .vp15-contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .vp15-projects-grid,
    .vp15-news-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

.vp15-main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.vp15-hero-area {
    background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
    color: white;
    padding: 80px 20px;
    text-align: center;
    margin-bottom: 60px;
}

.vp15-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.vp15-hero-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
    color: #fff;
}

.vp15-hero-subtitle {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
    color: #fff;
}

.vp15-service-overview {
    padding: 60px 0;
    background: #f8f9fa;
    margin-bottom: 60px;
}

.vp15-overview-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.vp15-overview-text {
    flex: 1 1 400px;
}

.vp15-overview-stats {
    flex: 1 1 300px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
}

.vp15-stat-item {
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.vp15-stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 8px;
}

.vp15-stat-label {
    font-size: 14px;
    color: #666;
}

.vp15-service-categories {
    padding: 60px 0;
    margin-bottom: 60px;
}

.vp15-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.vp15-category-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
}

.vp15-category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.vp15-category-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.vp15-category-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #2c3e50;
}

.vp15-category-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.vp15-service-process {
    padding: 60px 0;
    background: #f8f9fa;
    margin-bottom: 60px;
}

.vp15-process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.vp15-process-step {
    text-align: center;
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    position: relative;
}

.vp15-process-step::before {
    content: '';
    position: absolute;
    top: 20px;
    right: -15px;
    width: 30px;
    height: 2px;
    background: #e0e0e0;
    display: none;
}

.vp15-process-step:last-child::before {
    display: none;
}

@media (min-width: 768px) {
    .vp15-process-step::before {
        display: block;
    }
}

.vp15-step-number {
    font-size: 24px;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 16px;
}

.vp15-step-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c3e50;
}

.vp15-step-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.vp15-service-advantages {
    padding: 60px 0;
    margin-bottom: 60px;
}

.vp15-advantages-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.vp15-advantage-item {
    flex: 1 1 400px;
    display: flex;
    gap: 20px;
    padding: 24px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.vp15-advantage-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.vp15-advantage-icon {
    font-size: 24px;
    color: #3498db;
    margin-top: 4px;
}

.vp15-advantage-content {
    flex: 1;
}

.vp15-advantage-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c3e50;
}

.vp15-advantage-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.vp15-case-showcase {
    padding: 60px 0;
    margin-bottom: 60px;
}

.vp15-case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.vp15-case-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.vp15-case-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.vp15-case-image {
    height: 200px;
    overflow: hidden;
}

.vp15-case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.vp15-case-card:hover .vp15-case-image img {
    transform: scale(1.1);
}

.vp15-case-info {
    padding: 24px;
}

.vp15-case-tag {
    display: inline-block;
    padding: 6px 12px;
    background: #3498db;
    color: white;
    font-size: 12px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.vp15-case-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c3e50;
}

.vp15-case-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.vp15-client-testimonials {
    padding: 60px 0;
    background: #f8f9fa;
    margin-bottom: 60px;
}

.vp15-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.vp15-testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.vp15-testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.vp15-testimonial-text {
    font-size: 16px;
    font-style: italic;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 24px;
}

.vp15-testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.vp15-author-name {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 4px;
}

.vp15-author-company {
    font-size: 14px;
    color: #666;
}

.vp15-industry-coverage {
    padding: 60px 0;
    margin-bottom: 60px;
}

.vp15-industry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.vp15-industry-item {
    text-align: center;
    padding: 24px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.vp15-industry-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.vp15-industry-icon {
    font-size: 32px;
    margin-bottom: 12px;
}

.vp15-industry-name {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
}

.vp15-case-stats {
    padding: 60px 0;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    margin-bottom: 60px;
}

.vp15-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.vp15-case-stats .vp15-stat-item {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.vp15-case-stats .vp15-stat-number {
    color: white;
}

.vp15-case-stats .vp15-stat-label {
    color: rgba(255, 255, 255, 0.8);
}

.vp15-news-section {
    padding: 60px 0;
    margin-bottom: 60px;
}

.vp15-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.vp15-news-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.vp15-news-card.vp15-featured {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .vp15-news-card.vp15-featured .vp15-news-image {
        flex: 1 1 400px;
    }
    .vp15-news-card.vp15-featured .vp15-news-content {
        flex: 1 1 400px;
    }
}

.vp15-news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.vp15-news-image {
    height: 200px;
    overflow: hidden;
}

.vp15-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.vp15-news-card:hover .vp15-news-image img {
    transform: scale(1.1);
}

.vp15-news-content {
    padding: 24px;
}

.vp15-news-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    align-items: center;
}

.vp15-news-date {
    font-size: 14px;
    color: #666;
}

.vp15-news-category {
    font-size: 12px;
    padding: 4px 12px;
    background: #3498db;
    color: white;
    border-radius: 16px;
}

.vp15-news-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c3e50;
}

.vp15-news-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 16px;
}

.vp15-news-readmore {
    display: inline-block;
    color: #3498db;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.vp15-news-readmore:hover {
    padding-left: 8px;
}

.vp15-industry-insights {
    padding: 60px 0;
    background: #f8f9fa;
    margin-bottom: 60px;
}

.vp15-insights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.vp15-insight-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
}

.vp15-insight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.vp15-insight-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.vp15-insight-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c3e50;
}

.vp15-insight-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.vp15-newsletter-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
    color: white;
    margin-bottom: 60px;
}

.vp15-newsletter-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.vp15-newsletter-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.vp15-newsletter-desc {
    font-size: 16px;
    margin-bottom: 32px;
    opacity: 0.9;
}

.vp15-newsletter-form {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.vp15-newsletter-form input {
    flex: 1 1 300px;
    padding: 16px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
}

.vp15-newsletter-form button {
    padding: 16px 32px;
    background: #3498db;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vp15-newsletter-form button:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.vp15-contact-info {
    padding: 60px 0;
    margin-bottom: 60px;
}

.vp15-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.vp15-info-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
}

.vp15-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.vp15-info-icon {
    font-size: 32px;
    margin-bottom: 16px;
    color: #3498db;
}

.vp15-info-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c3e50;
}

.vp15-info-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.vp15-contact-form-section {
    padding: 60px 0;
    background: #f8f9fa;
    margin-bottom: 60px;
}

.vp15-form-container {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.vp15-form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.vp15-form-group {
    margin-bottom: 20px;
}

.vp15-form-group.vp15-full-width {
    grid-column: 1 / -1;
}

.vp15-form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 8px;
}

.vp15-form-group input,
.vp15-form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.vp15-form-group input:focus,
.vp15-form-group textarea:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.vp15-form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.vp15-form-submit {
    display: inline-block;
    padding: 14px 32px;
    background: #3498db;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vp15-form-submit:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.vp15-faq-section {
    padding: 60px 0;
    margin-bottom: 60px;
}

.vp15-faq-list {
    margin-top: 40px;
}

.vp15-faq-item {
    margin-bottom: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.vp15-faq-question {
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    background: #f8f9fa;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vp15-faq-question:hover {
    background: #e9ecef;
}

.vp15-faq-answer {
    padding: 0 20px 20px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.vp15-map-section {
    padding: 60px 0;
    background: #f8f9fa;
    margin-bottom: 60px;
}

.vp15-map-container {
    height: 400px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-top: 40px;
}

.vp15-map-placeholder {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
}

.vp15-map-placeholder p {
    margin-bottom: 12px;
    color: #666;
}

.vp15-culture-values {
    padding: 60px 0;
    margin-bottom: 60px;
}

.vp15-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.vp15-value-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
}

.vp15-value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.vp15-value-icon {
    font-size: 48px;
    margin-bottom: 20px;
    color: #3498db;
}

.vp15-value-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c3e50;
}

.vp15-value-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.vp15-culture-spirit {
    padding: 60px 0;
    background: #f8f9fa;
    margin-bottom: 60px;
}

.vp15-spirit-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.vp15-spirit-text {
    flex: 1 1 400px;
}

.vp15-spirit-image {
    flex: 1 1 400px;
}

.vp15-spirit-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.vp15-spirit-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 32px;
}

.vp15-spirit-elements {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.vp15-spirit-element {
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.vp15-spirit-element h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #3498db;
}

.vp15-spirit-element p {
    font-size: 14px;
    color: #666;
}

.vp15-team-culture {
    padding: 60px 0;
    margin-bottom: 60px;
}

.vp15-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.vp15-team-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
}

.vp15-team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.vp15-team-icon {
    font-size: 48px;
    margin-bottom: 20px;
    color: #3498db;
}

.vp15-team-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c3e50;
}

.vp15-team-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.vp15-social-responsibility {
    padding: 60px 0;
    background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
    color: white;
    margin-bottom: 60px;
}

.vp15-responsibility-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.vp15-responsibility-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
}

.vp15-responsibility-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.vp15-action-item {
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.vp15-action-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-4px);
}

.vp15-action-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.vp15-action-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.vp15-job-overview {
    padding: 60px 0;
    background: #f8f9fa;
    margin-bottom: 60px;
}

.vp15-overview-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.vp15-overview-link {
    display: inline-block;
    margin-top: 20px;
    color: #3498db;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.vp15-overview-link:hover {
    padding-left: 8px;
}

.vp15-job-listings {
    padding: 60px 0;
    margin-bottom: 60px;
}

.vp15-job-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.vp15-job-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.vp15-job-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.vp15-job-info {
    margin-bottom: 24px;
}

.vp15-job-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #2c3e50;
}

.vp15-job-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.vp15-job-department,
.vp15-job-salary,
.vp15-job-location {
    font-size: 14px;
    padding: 4px 12px;
    background: #f0f0f0;
    color: #666;
    border-radius: 16px;
}

.vp15-job-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.vp15-job-apply {
    display: inline-block;
    padding: 10px 20px;
    background: #3498db;
    color: white;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.vp15-job-apply:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.vp15-employee-benefits {
    padding: 60px 0;
    background: #f8f9fa;
    margin-bottom: 60px;
}

.vp15-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.vp15-benefit-card {
    background: white;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
}

.vp15-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.vp15-benefit-icon {
    font-size: 32px;
    margin-bottom: 16px;
    color: #3498db;
}

.vp15-benefit-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c3e50;
}

.vp15-benefit-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.vp15-recruitment-process {
    padding: 60px 0;
    margin-bottom: 60px;
}

.vp15-join-overview {
    padding: 60px 0;
    margin-bottom: 60px;
}

.vp15-overview-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.vp15-highlight-item {
    padding: 24px;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(52, 152, 219, 0.3);
}

.vp15-highlight-number {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}

.vp15-highlight-label {
    font-size: 14px;
    opacity: 0.9;
}

.vp15-join-advantages {
    padding: 60px 0;
    background: #f8f9fa;
    margin-bottom: 60px;
}

.vp15-join-process {
    padding: 60px 0;
    margin-bottom: 60px;
}

.vp15-support-policies {
    padding: 60px 0;
    background: #f8f9fa;
    margin-bottom: 60px;
}

.vp15-policies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.vp15-policy-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.vp15-policy-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.vp15-policy-icon {
    font-size: 32px;
    margin-bottom: 16px;
    color: #3498db;
}

.vp15-policy-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #2c3e50;
}

.vp15-policy-features {
    list-style: none;
}

.vp15-policy-features li {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.vp15-policy-features li::before {
    content: '✅';
    position: absolute;
    left: 0;
    top: 2px;
}

.vp15-join-apply {
    padding: 60px 0;
    margin-bottom: 60px;
}

.vp15-apply-content {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.vp15-apply-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 32px;
}

.vp15-apply-button {
    display: inline-block;
    padding: 14px 32px;
    background: #3498db;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vp15-apply-button:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.vp15-feedback-form-section {
    padding: 60px 0;
    margin-bottom: 60px;
}

.vp15-required {
    color: #e74c3c;
}

.vp15-contact-options {
    padding: 60px 0;
    background: #f8f9fa;
    margin-bottom: 60px;
}

.vp15-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.vp15-option-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
}

.vp15-option-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.vp15-option-icon {
    font-size: 48px;
    margin-bottom: 16px;
    color: #3498db;
}

.vp15-option-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c3e50;
}

.vp15-option-desc {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.vp15-option-time {
    font-size: 14px;
    color: #999;
}

.vp15-service-promise {
    padding: 60px 0;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    margin-bottom: 60px;
}

.vp15-promise-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.vp15-promise-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.vp15-promise-item {
    padding: 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.vp15-promise-icon {
    font-size: 24px;
}

.vp15-promise-text {
    font-size: 14px;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .vp15-hero-title {
        font-size: 28px;
    }
    
    .vp15-hero-subtitle {
        font-size: 16px;
    }
    
    .vp15-overview-content,
    .vp15-spirit-content {
        flex-direction: column;
    }
    
    .vp15-process-step::before {
        display: none;
    }
    
    .vp15-newsletter-form {
        flex-direction: column;
    }
    
    .vp15-newsletter-form input {
        width: 100%;
    }
    
    .vp15-form-row {
        grid-template-columns: 1fr;
    }
    
    .vp15-job-apply {
        position: static;
        margin-top: 20px;
    }
    
    .vp15-step-number {
        font-size: 20px;
    }
    
    .vp15-step-title {
        font-size: 16px;
    }
}

.vp15-required {
    color: #e74c3c;
}

.vp15-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.vp15-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 16px;
    line-height: 1.2;
}

.vp15-section-subtitle {
    font-size: 16px;
    color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.vp15-service-hero {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
}

.vp15-case-hero {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
}

.vp15-news-hero {
    background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
}

.vp15-contact-hero {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.vp15-culture-hero {
    background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
}

.vp15-job-hero {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.vp15-join-hero {
    background: linear-gradient(135deg, #f1c40f 0%, #f39c12 100%);
}

.vp15-feedback-hero {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
}

.vp15-card-section {
    margin-bottom: 60px;
}

.vp15-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.vp15-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 16px;
    line-height: 1.2;
}

.vp15-section-subtitle {
    font-size: 16px;
    color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto;
}

.vp15-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.vp15-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.vp15-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.vp15-card-image {
    height: 200px;
    overflow: hidden;
    background: #f8f9fa;
}

.vp15-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.vp15-card:hover .vp15-card-image img {
    transform: scale(1.05);
}

.vp15-card-content {
    padding: 24px;
}

.vp15-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 12px;
}

.vp15-card-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.vp15-card-link {
    display: inline-block;
    color: #3498db;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.vp15-card-link:hover {
    border-bottom-color: #3498db;
    padding-right: 8px;
}

.vp15-features-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 80px 20px;
    margin: 80px 0;
}

.vp15-features-content {
    max-width: 1200px;
    margin: 0 auto;
}

.vp15-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.vp15-feature-item {
    text-align: center;
    padding: 36px 24px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.vp15-feature-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.vp15-feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    color: white;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.vp15-feature-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 12px;
}

.vp15-feature-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.vp15-footer-new {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 40px 0 20px;
    margin-top: 40px;
}

.vp15-footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

.vp15-footer-brand-section {
    flex: 1 1 300px;
}

.vp15-brand-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vp15-brand-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
}

.vp15-footer-logo {
    height: 40px;
    width: auto;
    margin-right: 12px;
}

.vp15-brand-name {
    font-size: 18px;
    font-weight: 600;
}

.vp15-brand-description {
    font-size: 14px;
    line-height: 1.6;
    color: #bdc3c7;
}

.vp15-social-connect {
    display: flex;
    gap: 12px;
}

.vp15-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vp15-social-link:hover {
    background-color: #3498db;
    transform: translateY(-2px);
}

.vp15-social-icon {
    font-size: 16px;
}

.vp15-footer-links-container {
    flex: 2 1 500px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.vp15-links-group {
    flex: 1 1 150px;
}

.vp15-group-title {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.vp15-footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vp15-footer-link {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.vp15-footer-link:hover {
    color: #3498db;
}

.vp15-footer-friend-links {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}

.vp15-friend-links-title {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.vp15-friend-links-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vp15-friend-link {
    display: inline-block;
    padding: 6px 14px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #bdc3c7;
    text-decoration: none;
    font-size: 12px;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.vp15-friend-link:hover {
    background-color: #3498db;
    color: #ffffff;
}

.vp15-footer-bottom {
    background-color: #1a252f;
    padding: 20px 0;
}

.vp15-footer-copyright {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vp15-copyright-text {
    font-size: 12px;
    color: #95a5a6;
    text-align: center;
}

.vp15-legal-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.vp15-icp-link {
    font-size: 12px;
    color: #95a5a6;
    text-decoration: none;
}

.vp15-icp-link:hover {
    color: #3498db;
}

.vp15-sitemap-links {
    display: flex;
    gap: 15px;
}

.vp15-sitemap-link {
    font-size: 12px;
    color: #95a5a6;
    text-decoration: none;
}

.vp15-sitemap-link:hover {
    color: #3498db;
}

.vp15-legal-links {
    display: flex;
    gap: 15px;
}

.vp15-legal-link {
    font-size: 12px;
    color: #95a5a6;
    text-decoration: none;
}

.vp15-legal-link:hover {
    color: #3498db;
}

@media (max-width: 768px) {
    .vp15-footer-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .vp15-footer-links-container {
        flex-direction: column;
        gap: 25px;
    }
    
    .vp15-footer-brand-section {
        text-align: center;
    }
    
    .vp15-brand-info {
        align-items: center;
    }
    
    .vp15-footer-friend-links {
        text-align: center;
    }
    
    .vp15-friend-links-content {
        justify-content: center;
    }
    
    .vp15-legal-info {
        flex-direction: column;
        gap: 10px;
    }
}

.vp15-btn {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vp15-btn-primary {
    background-color: #3498db;
    color: #ffffff;
}

.vp15-btn-primary:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

.vp15-btn-secondary {
    background-color: #ffffff;
    color: #3498db;
    border: 1px solid #3498db;
}

.vp15-btn-secondary:hover {
    background-color: #f8f9fa;
}

.vp15-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    padding: 24px;
    margin-bottom: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vp15-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.vp15-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
}

.vp15-card-content {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.vp15-form-group {
    margin-bottom: 20px;
}

.vp15-form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 8px;
}

.vp15-form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.vp15-form-control:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.vp15-list {
    list-style: none;
}

.vp15-list-item {
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vp15-list-item:last-child {
    border-bottom: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 600;
}

h1 {
    font-size: 32px;
    line-height: 1.2;
}

h2 {
    font-size: 26px;
    line-height: 1.3;
}

h3 {
    font-size: 20px;
    line-height: 1.4;
}

h4 {
    font-size: 18px;
    line-height: 1.4;
}

h5 {
    font-size: 16px;
    line-height: 1.5;
}

h6 {
    font-size: 14px;
    line-height: 1.5;
}

p {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #555;
}

a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #2980b9;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

hr {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 30px 0;
}

.vp15-text-center {
    text-align: center;
}

.vp15-text-right {
    text-align: right;
}

.vp15-text-primary {
    color: #3498db;
}

.vp15-text-secondary {
    color: #7f8c8d;
}

.vp15-bg-light {
    background-color: #f8f9fa;
}

.vp15-bg-white {
    background-color: #ffffff;
}

.vp15-mt-1 { margin-top: 0.25rem; }
.vp15-mt-2 { margin-top: 0.5rem; }
.vp15-mt-3 { margin-top: 1rem; }
.vp15-mt-4 { margin-top: 1.5rem; }
.vp15-mt-5 { margin-top: 3rem; }

.vp15-mb-1 { margin-bottom: 0.25rem; }
.vp15-mb-2 { margin-bottom: 0.5rem; }
.vp15-mb-3 { margin-bottom: 1rem; }
.vp15-mb-4 { margin-bottom: 1.5rem; }
.vp15-mb-5 { margin-bottom: 3rem; }

.vp15-ml-1 { margin-left: 0.25rem; }
.vp15-ml-2 { margin-left: 0.5rem; }
.vp15-ml-3 { margin-left: 1rem; }
.vp15-ml-4 { margin-left: 1.5rem; }
.vp15-ml-5 { margin-left: 3rem; }

.vp15-mr-1 { margin-right: 0.25rem; }
.vp15-mr-2 { margin-right: 0.5rem; }
.vp15-mr-3 { margin-right: 1rem; }
.vp15-mr-4 { margin-right: 1.5rem; }
.vp15-mr-5 { margin-right: 3rem; }

.vp15-p-1 { padding: 0.25rem; }
.vp15-p-2 { padding: 0.5rem; }
.vp15-p-3 { padding: 1rem; }
.vp15-p-4 { padding: 1.5rem; }
.vp15-p-5 { padding: 3rem; }

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.vp15-slide-in-up {
    animation: slideInUp 0.6s ease-out;
}

.vp15-fade-in {
    animation: fadeIn 0.6s ease-out;
}

.vp15-grid {
    display: grid;
    gap: 20px;
}

.vp15-grid-cols-1 {
    grid-template-columns: 1fr;
}

.vp15-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.vp15-grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.vp15-grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
    .vp15-grid-cols-2,
    .vp15-grid-cols-3,
    .vp15-grid-cols-4 {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .vp15-grid-cols-3,
    .vp15-grid-cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.vp15-flex {
    display: flex;
}

.vp15-flex-col {
    flex-direction: column;
}

.vp15-items-center {
    align-items: center;
}

.vp15-justify-center {
    justify-content: center;
}

.vp15-justify-between {
    justify-content: space-between;
}

.vp15-flex-wrap {
    flex-wrap: wrap;
}

.vp15-gap-1 { gap: 0.25rem; }
.vp15-gap-2 { gap: 0.5rem; }
.vp15-gap-3 { gap: 1rem; }
.vp15-gap-4 { gap: 1.5rem; }
.vp15-gap-5 { gap: 3rem; }

.vp15-shadow-sm {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.vp15-shadow-md {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.vp15-shadow-lg {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
}

.vp15-border {
    border: 1px solid #e0e0e0;
}

.vp15-border-radius {
    border-radius: 8px;
}

.vp15-transition {
    transition: all 0.3s ease;
}

.vp15-hidden {
    display: none;
}

.vp15-block {
    display: block;
}

.vp15-inline-block {
    display: inline-block;
}

.vp15-relative {
    position: relative;
}

.vp15-absolute {
    position: absolute;
}

.vp15-fixed {
    position: fixed;
}

.vp15-w-full {
    width: 100%;
}

.vp15-w-auto {
    width: auto;
}

.vp15-h-full {
    height: 100%;
}

.vp15-h-auto {
    height: auto;
}

body { background: #eef1f5; }
.vp15-hero-section { padding: 4rem 0; }
.vp15-service-feature, .vp15-project-card { border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
