<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* æœåŠ¡ç½‘æ&nbsp;¼å¸ƒå±€ */
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  
  /* å•ä¸ªæœåŠ¡é¡¹æ&nbsp;·å¼ */
  .service-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  
  .icon {
    font-size: 2em !important;
    margin-bottom: 10px;
    color: #3498db;
  }
  
  .service-item h3 {
    font-size: 1.2em;
    margin: 10px 0;
    color: #2c3e50;
  }
  
  p {
    font-size: 0.9em;
    color: #7f8c8d;
  }

  .lawyer-container {
    padding: 1rem;
   
}

/* å¾‹å¸ˆåˆ—è¡¨ç½‘æ&nbsp;¼å¸ƒå±€ */
.lawyer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

/* å•ä¸ªå¾‹å¸ˆå¡ç‰‡ */
.lawyer-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.lawyer-card:hover {
    transform: translateY(-5px);
}

/* å¾‹å¸ˆå¤´åƒ */
.lawyer-avatar {
    width: 220px;
    height: 220px;
   
    object-fit: cover;
    margin-bottom: 1rem;
}

/* å¾‹å¸ˆä¿¡æ¯ */
.lawyer-name {
    color: #2d3748;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.expertise {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
}

.expertise-tag {
    background: #e2e8f0;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    font-size: 0.8rem;
    color: #4a5568;
}

.firm-name {
    color: #4a5568;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

/* å’¨è¯¢æŒ‰é’® */
.consult-btn {
    display: block;
    padding: 0.6rem;
    background: #4a90e2;
    color: white;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease;
}

.consult-btn:hover {
    background: #3182ce;
}

/* å…¬å…±å’¨è¯¢æŒ‰é’® */
.public-consult-btn {
    display: block;
    width: 200px;
    margin: 3rem auto 0;
    padding: 0.8rem;
    background: #4a90e2;
    color: white;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease;
}

.public-consult-btn:hover {
    background: #3182ce;
}
/* æ–°å¢žæç¤ºæ–‡å­—æ&nbsp;·å¼ */
.helper-text {
    text-align: center;
    color: #64748b;
    font-size: 0.95rem;
    margin: 2rem auto;
    line-height: 1.5;
}

/* è°ƒæ•´å…¬å…±æŒ‰é’®ä¸Šè¾¹è· */
.public-consult-btn {
    margin: 2rem auto 0;
}

/* å“åº”å¼è®¾è®¡ */
@media (max-width: 1024px) {
    .lawyer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .lawyer-grid {
        grid-template-columns: 1fr;
    }
    
    .lawyer-avatar {
        width: 80px;
        height: 80px;
    }
}

/*/
.advantages-container {
            padding: 1rem;
            background: #f5f7fa;
        }
 
        /* æ–°å¢žç½‘æ&nbsp;¼å¸ƒå±€å®¹å™¨ */
        .advantages-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }
 
        .advantage-item {
            background: white;
            border-radius: 12px;
            padding: 2rem;
            transition: transform 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
 
        .advantage-item:hover {
            transform: translateY(-5px);
        }
 
        .icon-container {
            border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    font-weight: 600;
        }
 
        .icon-container svg {
            color: white;
            width: 30px;
            height: 30px;
        }
 
        .advantage-title {
            color: #2d3748;
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }
 
        .advantage-desc {
            color: #4a5568;
            line-height: 1.5;
            font-size: 0.9rem;
        }
 
       
 
        /* ç§»åŠ¨ç«¯é€‚é… */
        @media (max-width: 768px) {
            .advantages-container {
                padding: 1rem;
            }
            
            .advantage-item {
                padding: 1.5rem;
            }
        }

        /**/
        .legal-container {
            max-width: 1200px;
            margin: 40px auto;
            padding: 20px;
        }
    
        .category-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 25px;
            justify-content: center;
            margin-top: 1.5rem;
        }
    
        .category-card {
            background: #fff;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            text-align: center;
            cursor: default; /* æ”¹ä¸ºé»˜è®¤ç®­å¤´å…‰æ&nbsp;‡ */
        }
    
        .category-card:hover {
            transform: none; /* ç§»é™¤æ‚¬åœåŠ¨ç”» */
            box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* ä¿æŒåŽŸå§‹é˜´å½± */
        }
    
        .category-icon {
            width: 60px;
            height: 60px;
            margin: 0 auto 15px;
            border-radius: 50%;
            background-color: #3498db;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5em;
            font-weight: bold;
        }
    
        .category-title {
            color: #2c3e50;
            font-weight: 600;
            margin-bottom: 8px;
            font-size: 1.1em;
        }
    
        .category-desc {
            color: #7f8c8d;
            font-size: 0.9em;
            line-height: 1.4;
        }
    
        .toggle-btn {
            display: block;
            width: 200px;
            margin: 25px auto;
            padding: 12px 25px;
            background-color: #3498db;
            color: white;
            border: none;
            border-radius: 25px;
            cursor: pointer;
            font-size: 1.1em;
            transition: background-color 0.3s ease;
        }
    
        .toggle-btn:hover {
            background-color: #2980b9;
        }
    
        @media (max-width: 768px) {
            .category-grid {
                grid-template-columns: 1fr;
            }
        }</pre></body></html>