/* AI客服页面专用样式 */

/* Hero Section */
.hero {
    min-height: 60vh;
    position: relative;
    background-image: url("../img/bg6.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 134, 234, 0.2);
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.hero-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 30px;
    line-height: 1.6;
}

.btn-get-started {
    display: inline-block;
    padding: 12px 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-get-started:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}



#why-choose-us .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 12px;
}

#why-choose-us .section-title p {
    font-size: 14px;
    margin: 0;
    color: var(--default-color);
}


.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(16, 110, 234, 0.15);
}

.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: #4facfe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    margin: 0 auto 25px;
    position: relative;
}

.feature-icon i {
    color: #ffffff !important;
    font-size: 24px;
}

.feature-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 15px;
}

.feature-card p {
    font-size: 15px;
    color: var(--default-color);
    line-height: 1.6;
    margin: 0;
}

/* Product Value Section */
#product-value {
    padding: 60px 0;
    background: #f8f9ff;
    color: var(--heading-color);
}

#product-value .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--heading-color);
}

#product-value .section-title p {
    font-size: 14px;
    margin: 0;
    color: var(--default-color);
}


.value-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.value-item {
    text-align: center;
    flex: 1;
    min-width: 150px;
}

.value-icon {
    width: 70px;
    height: 70px;
    background: #4facfe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 15px rgba(79, 172, 254, 0.3);
}

.value-icon i {
    font-size: 32px;
    color: #ffffff;
}

.value-icon-1 {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f0ff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.value-icon-1 i {
    font-size: 32px;
    color: var(--accent-color);
}

.value-number {
    font-size: 22px;
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 10px;
}

.value-title {
    font-size: 16px;
    color: var(--default-color);
    font-weight: 500;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .value-grid {
        flex-direction: row;
        gap: 40px;
    }
    
    .value-item {
        min-width: 120px;
    }
    
    .value-number {
        font-size: 24px;
    }
}





/* E-commerce Solutions Section */
#ecommerce-solutions {
    padding: 60px 0;
    /* background: white; */
}

#ecommerce-solutions .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 12px;
}

#ecommerce-solutions .section-title p {
    font-size: 14px;
    margin-bottom: 20px;
    color: var(--default-color);
}

#ecommerce-solutions .section-title {
    padding-bottom: 0px;
}

.ecommerce-solutions-content {
    position: relative;
    z-index: 2;
}

.solution-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; 
}

.solution-text {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-top: 40px;
}

.solution-visual {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-features .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: var(--default-color);
}

.solution-features .feature-item i {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(145deg, #1f7bff 0%, #63a4ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-right: 12px;
    font-size: 18px;
}



/* Feature Boxes Layout */
.feature-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 16px;
    margin-bottom: 10px;
    width: 100%;
}

.feature-box {
    background: white;
    border-radius: 12px;
    padding: 18px 16px;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(31, 123, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 70px;
}

.feature-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: rgba(31, 123, 255, 0.3);
}

#ecommerce-solutions .feature-icon {
    margin-bottom: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-size: 16px;
    flex-shrink: 0;
}

.feature-box span {
    font-size: 13px;
    font-weight: 500;
    color: var(--heading-color);
    line-height: 1.4;
    flex: 1;
}


/* Responsive adjustments for feature-box with icon */
@media (max-width: 768px) {
    .feature-box {
        padding: 14px;
        gap: 10px;
    }
    
    .feature-icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
        border-radius:10px;
    }
    .feature-icon i {
        font-size: 18px;
    }
    
    .feature-box span {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .feature-box {
        padding: 12px;
        gap: 8px;
    }

    
    .feature-box span {
        font-size: 11px;
    }
}


/* Responsive Design */
@media (max-width: 992px) {
    .feature-simple-cards {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 14px;
        padding: 0 15px;
    }
    
    .feature-boxes {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 14px;
    }
    
    .simple-card {
        padding: 18px;
        gap: 14px;
    }
    
    .simple-icon {
        width: 44px;
        height: 44px;
    }
    
    .simple-icon i {
        font-size: 18px;
    }
    
    .simple-content h4 {
        font-size: 14px;
    }
    
    .simple-content p {
        font-size: 12px;
    }
}
@media (max-width: 1191px) {
    .feature-boxes {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 8px;
    }
    .solution-text {
        margin-top: 10px;
    }
    .service-image {
        margin-top: 40px;
    }
    .value-grid {
        gap:50px;
    }
    
}



@media (max-width: 768px) {
    .feature-simple-cards {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 12px;
        padding: 0 10px;
    }
    
    .feature-boxes {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 12px;
    }
    
    .feature-box {
        padding: 16px;
    }
    
    .feature-box span {
        font-size: 13px;
    }
    
    .simple-card {
        padding: 16px;
        gap: 12px;
    }
    
    .simple-icon {
        width: 40px;
        height: 40px;
    }
    
    .simple-icon i {
        font-size: 16px;
    }
    
    .simple-content h4 {
        font-size: 13px;
    }
    
    .simple-content p {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .feature-simple-cards {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0 10px;
    }
    
    .feature-boxes {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 10px;
    }
    
    .feature-box {
        padding: 14px;
    }
    
    .feature-box span {
        font-size: 12px;
    }
    
    .simple-card {
        padding: 14px;
        gap: 10px;
    }
    
    .simple-icon {
        width: 36px;
        height: 36px;
    }
    
    .simple-icon i {
        font-size: 14px;
    }
    
    .simple-content h4 {
        font-size: 12px;
    }
    
    .simple-content p {
        font-size: 10px;
    }
}

.visual-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    /* background-image: url('../img/hero-img2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;  */
}

.service-image {
    max-width: 100%;
    max-height: 350px;
    height: auto;
    object-fit: contain;
    margin-top: 10px;
    animation: floatAnimation 4s ease-in-out infinite;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}


.feature-content {
    flex: 1;
}

.feature-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color);
    margin: 0 0 5px 0;
}

.feature-content p {
    font-size: 14px;
    color: var(--default-color);
    margin: 0;
}

.ecommerce-visual {
    flex: 1;
    min-width: 300px;
    text-align: center;
    position: relative;
}

.visual-placeholder {
    width: 100%;
    max-width: 500px;
    height: 400px;
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(52, 152, 219, 0.05) 100%);
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #3498db;
    font-weight: 600;
    overflow: hidden;
}

/* 装饰性元素 */
.decor-element {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.2) 0%, rgba(52, 152, 219, 0.1) 100%);
    animation: float 6s ease-in-out infinite;
}

.decor-element:nth-child(1) {
    width: 80px;
    height: 80px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.decor-element:nth-child(2) {
    width: 120px;
    height: 120px;
    bottom: 15%;
    right: 10%;
    animation-delay: 2s;
}

.decor-element:nth-child(3) {
    width: 60px;
    height: 60px;
    top: 60%;
    left: 15%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

/* AI Customer Service CTA Button Container */
#ecommerce-solutions .mt-5 {
    text-align: center;
    margin-top: 3rem !important;
}

/* AI Customer Service CTA Button */
#ecommerce-solutions .cta-button {
    padding: 16px 48px;
    font-size: 18px;
    font-weight: 700;
    background: var(--accent-color);
    border-radius: 35px;
    box-shadow: 0 6px 20px rgba(16, 110, 234, 0.2);
    transition: all 0.4s ease;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: white;
    display: inline-block;
}

#ecommerce-solutions .cta-button:hover {
    /* background: linear-gradient(135deg, #0a4b9b 0%, #106eea 100%); */
    transform: translateY(-4px);
    /* box-shadow: 0 10px 30px rgba(16, 110, 234, 0.4); */
    letter-spacing: 1px;
    color: white;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .ecommerce-solutions-content {
        flex-direction: column;
        gap: 40px;
    }
    
    #ecommerce-solutions {
        padding: 60px 0;
    }
    
    .ecommerce-text .section-title h2 {
        font-size: 28px;
    }
    
    .visual-placeholder {
        height: 300px;
    }
    .visual-container {
        padding: 0;
    }
}

/* Multi-Platform Support Section */
.platform-support-section {
    padding: 60px 0;
    /* background: #ffffff; */
    position: relative;
    overflow: hidden;
}

.platform-support-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.platform-support-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 60px;
    text-align: center;
}

.platform-support-main {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.platform-features {
    flex: 1;
    min-width: 300px;
}

.platform-feature-item {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.platform-feature-item:last-child {
    margin-bottom: 0;
}

.platform-feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: #4facfe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    flex-shrink: 0;
    margin-top: 5px;
}

.platform-feature-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 8px;
}

.platform-feature-desc {
    font-size: 16px;
    color: var(--default-color);
    line-height: 1.6;
    margin: 0;
}

.platform-visual {
    flex: 1;
    min-width: 350px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual-circle {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 60px rgba(59, 130, 246, 0.3);
}

.visual-circle::before {
    content: '';
    position: absolute;
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    border-radius: 50%;
    border: 2px dashed rgba(31, 123, 255, 0.3);
    animation: rotate 20s linear infinite;
}

.visual-circle::after {
    content: '';
    position: absolute;
    width: calc(100% + 100px);
    height: calc(100% + 100px);
    border-radius: 50%;
    border: 1px solid rgba(31, 123, 255, 0.1);
    background-image: radial-gradient(circle at 30% 30%, rgba(31, 123, 255, 0.1) 0%, transparent 50%);
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.circle-content {
    text-align: center;
    color: #ffffff;
}

.circle-text {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffffff;
}

.circle-subtext {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 4px;
    color: #ffffff;
}

.platform-logos {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.platform-logos img.platform-logo {
    position: absolute;
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
    box-sizing: border-box; /* Ensure border doesn't affect layout */
    transition: all 0.3s ease;
    pointer-events: auto;
    border-radius: 8px;
}

.platform-logos .platform-logo:nth-child(1) {
    top: 0;
    right: 16%;
    margin-top: -30px; /* Half of logo height */
}

.platform-logos .platform-logo:nth-child(2) {
    top: 30%;
    right: 12%;
    margin-top: -30px; /* Half of logo height */
}

.platform-logos .platform-logo:nth-child(3) {
    top: 60%;
    right: 11%;
    margin-top: -30px; /* Half of logo height */
}

.platform-logos .platform-logo:nth-child(4) {
    top: 90%;
    right: 15%;
    margin-top: -30px; /* Half of logo height */
}

.platform-logos .platform-logo:nth-child(5) {
    bottom: 10%;
    left: 15%;
    margin-bottom: -30px; /* Half of logo height */
}

.platform-logos .platform-logo:nth-child(6) {
    bottom: 40%;
    left: 11%;
    margin-bottom: -30px; /* Half of logo height */
}

.platform-logos .platform-logo:nth-child(7) {
    bottom: 70%;
    left: 12%;
    margin-bottom: -30px; /* Half of logo height */
}

.platform-logos .platform-logo:nth-child(8) {
    top: 0;
    left: 16%;
    margin-top: -30px; /* Half of logo height */
}

.platform-logos .platform-logo:hover {
    /* Use very small scale to avoid overlapping */
    transform: scale(1.1);
    border: none;
    /* box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3); */
    z-index: 10;
}

/* Responsive Design */
@media (max-width: 991px) {
    .platform-support-main {
        flex-direction: column;
        gap: 60px;
    }
    
    .platform-features {
        order: 2;
    }
    
    .platform-visual {
        order: 1;
        height: 400px;
        margin-bottom: 40px;
        min-width: 550px;
    }
    
    .platform-support-title {
        font-size: 28px;
        margin-bottom: 80px;
        /* margin-top: 40px; */
    }

}

@media (max-width: 767px) {
    .platform-support-section {
        padding: 60px 0;
    }
    
    .platform-support-title {
        font-size: 24px;
    }
    
    .platform-visual {
        height: 350px;
        min-width: 100%;
    }
    
    .visual-circle {
        width: 200px;
        height: 200px;
    }
    
    .circle-text {
        font-size: 28px;
    }
    
    .circle-subtext {
        font-size: 16px;
    }
    
    .platform-logos img.platform-logo {
        width: 50px !important;
        height: 50px !important;
    }
    
    .platform-logos .platform-logo:nth-child(1) {
    top: 5%;
    right: 5%;
    margin-top: -25px; /* Half of mobile logo height */
}

.platform-logos .platform-logo:nth-child(2) {
    top: 35%;
    right: 2%;
    margin-top: -25px; /* Half of mobile logo height */
}

.platform-logos .platform-logo:nth-child(3) {
    top: 65%;
    right: 2%;
    margin-top: -25px; /* Half of mobile logo height */
}

.platform-logos .platform-logo:nth-child(4) {
    top: 95%;
    right: 6%;
    margin-top: -25px; /* Half of mobile logo height */
}

.platform-logos .platform-logo:nth-child(5) {
    bottom: 5%;
    left: 5%;
    margin-bottom: -25px; /* Half of mobile logo height */
}

.platform-logos .platform-logo:nth-child(6) {
    bottom: 35%;
    left: 2%;
    margin-bottom: -25px; /* Half of mobile logo height */
}

.platform-logos .platform-logo:nth-child(7) {
    top: 23%;
    left: 2%;
    margin-bottom: -25px; /* Half of mobile logo height */
}

.platform-logos .platform-logo:nth-child(8) {
    top: 5%;
    left: 5%;
    margin-top: -25px; /* Half of mobile logo height */
}
    
    .platform-feature-item {
        margin-bottom: 30px;
    }
    
    .platform-feature-content h3 {
        font-size: 18px;
    }
    
    .platform-feature-desc {
        font-size: 15px;
    }
}

/* Industry Solutions Section */
#industry-solutions {
    padding: 60px 0 40px 0;
    /* background: white; */
}

#industry-solutions .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 12px;
}

#industry-solutions .section-title p {
    font-size: 14px;
    margin: 0;
    color: var(--default-color);
}


/* Solutions Box */
.solutions-box {
  overflow: hidden;
}

.solutions-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .solutions-row {
    flex-wrap: wrap;
    flex-direction: column;
  }
  
  .solution-card {
    width: 100%;
    margin-bottom: 15px;
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  }
  
  .solutions-divider-vertical {
    display: none;
  }
}

.solutions-divider-vertical {
  width: 1px;
  background: linear-gradient(to bottom, transparent, #e0e0e0, transparent);
}

.solutions-divider-horizontal {
  height: 1px;
  background: linear-gradient(to right, transparent, #e0e0e0, transparent);
  margin: 20px 0;
}

.solution-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  /* background: white; */
  border-radius: 12px;
  /* box-shadow: 0 4px 15px rgba(0,0,0,0.08); */
  transition: all 0.3s ease;
  min-width: 0;
}

.solution-card.highlight {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    border-color: #3498db;
}

.solution-card.highlight .solution-icon {
    background: rgba(255, 255, 255, 0.2);
}

.solution-card.highlight .solution-icon i {
    color: white;
}

.solution-card.highlight h3 {
    color: white;
}

.solution-card.highlight p {
    color: rgba(255, 255, 255, 0.9);
}

.solution-card:hover {
    /* transform: translateY(-10px); */
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); */
}

.solution-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: #4facfe;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.solution-card:hover .solution-icon {
    transform: translateY(-10px);
}

.solution-icon i {
    font-size: 22px;
    color: #ffffff;
}

.solution-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--heading-color);
}

.solution-card p {
    font-size: 15px;
    color: var(--default-color);
    line-height: 1.6;
    margin: 0;
}



/* Customer Cases Section */
#customer-cases {
    padding: 60px 0;
    /* background: white; */
}

#customer-cases .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 12px;
}

#customer-cases .section-title p {
    font-size: 14px;
    margin: 0;
    color: var(--default-color);
}


.cases-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.case-item {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    text-align: center;
    border: 2px solid #f8f9fa;
}

.case-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.case-logo {
    width: 100%;
    height: 60px;
    object-fit: contain;
    display: block;
}

/* CTA Section */
/* Using global styles from main.css */



/* Responsive Design */
@media (max-width: 991px) {
    .hero h2 {
        font-size: 28px;
    }
    
    .hero-description {
        font-size: 16px;
    }
    
    #why-choose-us .section-title h2,
    #product-value .section-title h2,
    #ecommerce-solutions .section-title h2 {
        font-size: 24px;
        word-break: keep-all;
    }
    
    .features-grid,
    .value-grid,
    .solutions-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .hero {
        padding: 80px 0 60px;
        min-height: auto;
    }
    
    .hero h2 {
        font-size: 24px;
    }
    
    .hero-description {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .cases-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .case-item {
        padding: 20px;
    }
    
    .case-logo {
        height: 50px;
    }
    
    #why-choose-us,
    #product-value,
    #ecommerce-solutions {
        padding: 60px 0;
    }
    
    .feature-card {
        padding: 30px 20px;
    }
}

@media (max-width: 575px) {
    .hero h2 {
        font-size: 20px;
    }
    
    .feature-card h3 {
        font-size: 18px;
    }
    
    .feature-card p {
        font-size: 14px;
    }
}

@media (max-width: 1191px) {
    .case-item {
        padding: 10px;
    }
}
